@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*==========================================
 ヘッダーのスタイル
===========================================*/
/*logoの設定*/

/*==========================================
 メインイメージのスタイル
===========================================*/
section {
	padding: 50px 0 0;
}

/*==========================================
 コンテンツエリア -> 『支援する』のスタイル
===========================================*/
#assist {
	padding: 0 0 80px;
	text-align: center;
}
#assist #chiki-assist h2 {
	margin: 0 0 1em;
	font-size: 34px;
	font-weight: normal;
	color: #FF3366;
}
#assist #chiki-assist h3 {
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: normal;
}
#chiki-assist {
	width: 538px;
	margin: 0 auto;
	padding: 20px 0 45px;
	background: #FFEAEF;
}
#chiki-assist h4 {
	font-size: 20px;
	margin: 0 0 0.7em;
}
#chiki-assist p {
	font-weight: bold;
	margin: 0 0 1em;
}



#child-support {
	padding: 0 0 80px;
}
#support-mv-img {
	padding: 0 0 40px;;
	text-align: center;
}
section#cs-01,
section#cs-02,
section#cs-03,
section#cs-04,
section#cs-05,
section#cs-06,
section#cs-07 {
	padding: 0 0 40px;
	width: 960px;
	margin: 0 auto;
}
section#cs-01 h2,
section#cs-02 h2,
section#cs-03 h2,
section#cs-04 h2,
section#cs-05 h2,
section#cs-06 h2,
section#cs-07 h2 {
	margin: 0 0 20px;
	padding: 13px 11px 10px 15px;
	font-size: 18px;
	color: #FFF;
	background: #FF3366;
}
section#cs-06 h2 {
	margin: 0 0 40px;
	padding: 13px 11px 13px;
	font-size: 20px;
	color: #333;
	background: #DDD;
}
section#cs-01 ul li {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 35px;
	line-height: 1.6;
	background: url(../img/icon_01.png) bottom center no-repeat;
}
section#cs-01 ul li:last-child {
	background: none;
}
section#cs-01 ul li span {
	display: block;
	font-size: 12px;
}

section#cs-02 ul li,
section#cs-06 ul li {
	padding: 0 0 0 15px;
	line-height: 1.6;
}

section#cs-03 p,
section#cs-04 p {
	text-align: center;
}

section#cs-05 section {
	padding: 0;
	height: 289px;
	width: 280px;
	margin: 0 0 0 44px;
	float: left;
}
#cs-05-inner {
	width: 928px;
	margin: 0 auto;
}
#cs-05-inner-wrap {
	margin: 0 0 0 -44px;
}

section#cs-07 p {
	padding: 0 0 0 15px;
}

#child-support-bot h2 {
	margin: 0 0 0.5em;
	color: #FF3366;
	font-size: 30px;
}
#child-support-bot p#bot-link {
	margin: 0 0 1em;
}
#child-support-bot p#bot-link a {
	color: #FF3366;
	text-decoration: none;
}
#child-support-bot p#bot-link a:hover {
	text-decoration: underline;
}
p#chiki-bot-txt {
	color: #FF3366;
	font-size: 20px;
	font-weight: bold;
}
#child-support-bot {
	width: 850px;
	margin: 0 auto;
	padding: 25px 0 0;
	text-align: center;
}
#child-support-bot #cs-btn-area {
	padding: 35px 125px;
	border: solid 1px #CCC;

}
#child-support-bot #cs-btn-area a {
	margin: 1em 0 0;
	padding: 15px 1em;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FF3366;
	color: #FFF;
	border: solid 1px #FF3366;
}
#child-support-bot #cs-btn-area a.btn-01:hover {
  background: #FFF;
  color: #FF3366;
}
#child-support-bot #cs-btn-area a.btn-01 span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(/common/img/btn_icon_01.png) 0 0 no-repeat;
}


#chiki-support {
	padding: 0 0 80px;
}

/* スマホ向けおよび大型タブレット向けのレイアウトの指定 */
/* Media Queries */
@media only screen and (max-width: 767px) {

/*==========================================
 コンテンツエリア -> 『支援する』のスタイル
===========================================*/
	#assist #chiki-assist h2 {
		font-size: 25px;
	}
	#assist #chiki-assist h3 {
		font-size: 18px;
	}
	#chiki-assist {
		width: 100%;
		padding: 3% 0 5%;
	}
	#child-support .content-title-area img,
	#chiki-support .content-title-area img {
		max-width: 100%;
	}
	#child-support-top,
	#chiki-support-top {
		padding: 0 3%;
	}
	#child-support-top h2,
	#chiki-support-top h2 {
		font-size: 20px;
	}
	#child-support-top h3,
	#chiki-support-top h3 {
		font-size: 18px;
	}
	#support-mv-img {
		padding: 10% 0;
	}
	#support-mv-img img,
	#chiki-support-top img {
		max-width: 100%;
	}
	section#cs-01,
	section#cs-02,
	section#cs-03,
	section#cs-04,
	section#cs-05,
	section#cs-06,
	section#cs-07 {
		padding: 0 0 3%;
		width: 100%;
	}
	section#cs-01 h2,
	section#cs-02 h2,
	section#cs-03 h2,
	section#cs-04 h2,
	section#cs-05 h2,
	section#cs-06 h2,
	section#cs-07 h2 {
		padding: 7px;
		margin: 0 0 3%;
		font-size: 14px;
		line-height: 1.4;
	}
	section#cs-06 h2 {
		margin: 0 0 3%;
		padding: 7px;
		font-size: 14px;
		line-height: 1.4;
	}
	section#cs-01 ul li {
		margin: 0 0 14px;
		font-size: 16px;
	}
	section#cs-01 ul li:last-child {
		padding: 0;
	}

	section#cs-02 ul li,
	section#cs-06 ul li {
		padding: 0 0 0 2em;
		line-height: 1.6;
		text-indent: -1em;
	}

	section#cs-03 p,
	section#cs-04 p {
		padding: 0 3%;
	}
	section#cs-03 p img,
	section#cs-04 p img {
		max-width: 100%;
	}
	section#cs-05 {
	}
	section#cs-05 section {
		padding: 0 0 1em;
		height: auto;
		width: 47%;
		margin: 0 1.5%;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	section#cs-05 section img {
		max-width: 100%;
	}
	#cs-05-inner {
		width: 94%;
	}
	#cs-05-inner-wrap {
		margin: 0 -1.5%;
	}

	section#cs-07 p {
		padding: 0 3%;
	}

	#child-support-bot h2 {
		font-size: 24px;
	}
	#child-support-bot {
		width: 94%;
	}
	#child-support-bot #cs-btn-area {
		padding: 5% 10%;

	}
	#child-support-bot #chiki-bot-txt {
		font-size: 14px;
	}
}
