@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
--------------------------------------*/
#ui3201 {
	color: #111;
}

#ui3201 img {
	border: none;
}

#ui3201 a:hover {
	text-decoration: none;
}

#ui3201 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* タイトル
------------------------------------- */
#ui3201 h1 {
	width: 1160px;
	margin: 0 auto 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* 共通
------------------------------------- */
#ui3201 .section {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

#ui3201 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui3201 .section::after,
#ui3201 .section .inner::after {
  content: "";
  display: block;
  clear: both;
}

#ui3201 .section h2 {
	margin: 20px 0 5px;
	padding: 5px 0 5px 10px;
	background: #d8d8d8;
	border-left: solid 10px #444;
	font-size: 1.8rem;
	font-weight: bold;
}

/* セクションごと #mainVisual
------------------------------------- */
#ui3201 #mainVisual {
	background: #95c7af;
}

#ui3201 #mainVisual .inner {
	background: #b4d9c7;
	text-align: center;
}

/* セクションごと #section01
------------------------------------- */
#ui3201 #section01 .row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui3201 #section01 .col {
	flex-basis: 33.3%;
	padding: 20px 10px 10px;
	background: #FFF;
	border-right: 2px dotted #d0d0d0;
	border-bottom: 2px dotted #d0d0d0;
}

#ui3201 #section01 .col.last {
	border-right: none;
}

#ui3201 #section01 .col h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

#ui3201 #section01 .col p {
	padding: 10px;
}

/* セクションごと #section02
------------------------------------- */
#ui3201 #section02 ul {
	width: 100%;
	margin: 0;
	padding: 10px 30px;
	list-style: disc;
}

#ui3201 #section02 ul li {
	margin: 0 0 10px;
	padding: 0;
}

#ui3201 #section02 ul li strong {
	font-size: 1.8rem;
	font-weight: bold;
}

#ui3201 #section02 p {
	text-align: right;
}

#ui3201 #section02 p a img {
	margin-left: 5px;
	vertical-align: middle;
}

/* バナー
------------------------------------- */
#ui3201 .bnBox {
	width: 1160px;
	margin: 0 auto;
	padding: 60px 0 20px;
	text-align: center;
}


@media screen and (max-width: 767px) {

#ui3201 {
	padding: 20px 0 0;
}
	
#ui3201 .pc {
  display: none;
}

#ui3201 img {
	height: auto;
}

/* タイトル
------------------------------------- */
#ui3201 h1 {
	width: 100%;
	font-size: 1.2rem;
	padding: 0 5px;
}

/* 共通
------------------------------------- */
#ui3201 .section {

}

#ui3201 .section .inner {
	width: 100%;
	padding: 0 5px;
}

#ui3201 .section h2 {
	font-size: 1.6rem;
}

/* セクションごと #mainVisual
------------------------------------- */
#ui3201 #mainVisual {

}

#ui3201 #mainVisual .inner {

}

/* セクションごと #section01
------------------------------------- */
#ui3201 #section01 .row {
}

#ui3201 #section01 .col {
	flex-basis: 100%;
	padding: 10px;
	border-right: none;
}

#ui3201 #section01 .col.last {

}

#ui3201 #section01 .col h3 {
	font-size: 1.6rem;
}

#ui3201 #section01 .col p {
	padding: 10px 0 0;
}

/* セクションごと #section02
------------------------------------- */
#ui3201 #section02 ul {

}

#ui3201 #section02 ul li {

}

#ui3201 #section02 ul li strong {
	font-size: 1.4rem;
}

#ui3201 #section02 p {
	padding: 0 10px;
	text-align: left;
}

#ui3201 #section02 p a img {

}

/* バナー
------------------------------------- */
#ui3201 .bnBox {
	width: 100%;
	padding: 40px 10px 0;
}

}
