@charset "utf-8";

/* ****************************************************

top.css
-----------------------------------
1: for PC
	1-1: header
	1-2: fixed
	1-3: main
	1-4: footer
1: for Smartphone
	1-1: header
	1-2: fixed
	1-3: main
	1-4: footer
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: PARTS for PC

================================ */

#topContents a {
	outline:none;
}
#mainVisual .mainArea {
	max-width:1100px;
	margin:0 auto;
	position:relative;
}

/* box-sizing */
#topContents .navArea ul li,
#topContents .videoBlock,
#topContents .topColLayout.count01 .colAbout,
#topContents .topColLayout.count02 .colOrganize,
#topContents .topColLayout.count02 .colEducation,
#topContents .topColLayout.count02 .colInfo,
#topContents .topColLayout.count02 .colDonate,
#topContents .topColLayout .navLower ul li,
#topContents .topColLayout .navLower ul li a,
#topContents .topColLayout .navLower02 ul li,
#topContents .topColLayout .navLower02 ul li a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 1-1: header
================================ */
#headerContainer.fixed {
	position: fixed;
	width: 100%;
	padding-bottom:0;
	border-bottom: 1px solid #d4d4d4;
	z-index: 1000;
}
#headerContainer.fixed .siteLogo {
	width: 205px;
	height: auto;
	margin: 6px 0 0;
}

/* 1-3: main
================================ */

#contents {
	max-width:100%;
	padding:0;
}

/*mainVisualArea*/

#mainVisualArea {
	position:relative;
}
#topContents #mainVisual {
	background:url(/images/index_bg01.jpg) center 0 no-repeat;
	background-size:cover;
	max-width:100%;
	height:520px;
}
#topContents #mainVisual p {
	margin-top:0;
}
#topContents #mainVisual .mainArea .txLead {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS 明朝","メイリオ", Meiryo, serif;
	padding-top:196px;
	color:#ffffff;
	position:relative;
	z-index:60;
	text-align: center;
}

#topContents #mainVisual .mainArea .txLead span {
	/*background-color: rgba(0, 24, 103, 0.7);*/
	/*	text-shadow:0px 0px 4px #17264f,0px 0px 8px #17264f,0px 0px 8px #17264f,0px 0px 8px #17264f,0px 0px 8px #17264f;*/
	text-shadow:0px 0px 80px #0864a8, 0px 0px 80px #0864a8, 0px 0px 0px #0864a8, 0px 0px 0px #0864a8, 0px 0px 80px #0864a8;
	vertical-align:middle;
	line-height:1.7;
	/*line-height:1.8\9;*/
	font-size:5.0rem;
	font-weight:bold;
	vertical-align:baseline;
	text-height:font-size;
	/*padding: 6px 30px 6px 37px;*/
	/*padding: 10px 30px 10px 37px\9;*/
}
#topContents #mainVisual .mainArea .txLead .subTx {
	font-size:3.2rem;
}
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#topContents #mainVisual .mainArea .txLead span {
padding: 6px 30px 6px 37px !important;
}IE10
}*/
/* @media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #topContents #mainVisual .mainArea .txLead span { padding: 10px 30px 10px 37px !important; } IE11 
}*/

#topContents #mainVisual .mainArea .txLead span:first-child {
	/*background-color: rgba(0, 30, 120, 0.8);*/
	/*text-shadow:0px 0px 80px #0864a8, 0px 0px 80px #0864a8, 0px 0px 0px #0864a8, 0px 0px 0px #0864a8, 0px 0px 80px #0864a8;*/
}

#topContents #mainVisual .mainArea .anniversaryLogo{
	position:absolute;
	right:-370px;
	top:0;
	width:55%;
	z-index:50;
}
#topContents #mainVisual .mainArea .anniversaryLogo img{
	width:45%;
}

#topContents #mainVisualArea .arrowIcon {
	position:absolute;
	bottom:1%;
	opacity:0.9;
	left:50%;
	margin-left:-53px;
}

#topContents .navArea {
	max-width:100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #263238), color-stop(0.00, #3c474c));
	background: -webkit-linear-gradient(#3c474c, #263238);
	background: -moz-linear-gradient(#3c474c, #263238);
	background: -o-linear-gradient(#3c474c, #263238);
	background: -ms-linear-gradient(#3c474c, #263238);
	background: linear-gradient(#3c474c, #263238);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263238', endColorstr='#3c474c', GradientType=0); /* IE7,8,9 */
}
#topContents .navArea ul {
	max-width:1100px;
	margin:0 auto;
	display:table;
	width:100%;
}
#topContents .navArea ul li {
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	border-right:1px solid #6f777b;
	width:20%;
	height:80px;
}
#topContents .navArea ul li span {
	background:url(/images/index_ic02.png) center 90% no-repeat;
	display:block;
}
#topContents .navArea ul li:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1d262b), color-stop(0.00, #293136));
	background: -webkit-linear-gradient(#293136, #1d262b);
	background: -moz-linear-gradient(#293136, #1d262b);
	background: -o-linear-gradient(#293136, #1d262b);
	background: -ms-linear-gradient(#293136, #1d262b);
	background: linear-gradient(#293136, #1d262b);
}
#topContents .navArea ul li a {
	color:#ffffff;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:42px;
	padding-right:20px;
	line-height:1.3;
	display:table-cell;
	height:80px;
	vertical-align:middle;
	text-decoration:none;
}
#topContents .navArea ul li.icAbout span {padding-left:47px;}
#topContents .navArea ul li.icAbout a {background-image: url(/common/images/header_ic04.png);}
#topContents .navArea ul li.icOrganize span {padding-left:40px;}
#topContents .navArea ul li.icOrganize a {background-image: url(/common/images/header_ic05.png);}
#topContents .navArea ul li.icEducation span {padding-left:47px;}
#topContents .navArea ul li.icEducation a {background-image: url(/common/images/header_ic06.png);}
#topContents .navArea ul li.icInfo span {padding-left:56px;}
#topContents .navArea ul li.icInfo a {background-image: url(/common/images/header_ic07.png);}
#topContents .navArea ul li.icDonate span {padding-left:37px;}
#topContents .navArea ul li.icDonate a {background-image: url(/common/images/header_ic08.png);}
#topContents .navArea ul li:last-child {
	border-right:none;
}

/*contentsArea*/
#topContents #contentsArea {

}
#topContents #notice01{
	max-width:730px;
	margin:20px auto;
}
#topContents #contentsArea .newsListType01 {
	max-width:1100px;
	margin:0 auto;
}

/*topColLayout*/

#topContents .topColLayout .headLine02 {
	border-bottom:none;
	margin-top:0;
	text-align:center;
}
#topContents .topColLayout .headLine02 a {
	text-decoration:none;
	font-weight:bold;
	font-size:2.8rem;
}
#topContents .topColLayout .headLine02 a:hover {
	text-decoration:underline;
}
#topContents .topColLayout .colAbout .headLine02 {
	background:url(/images/index_ic03.png) center 0 no-repeat;
	padding-top:70px;
}
#topContents .topColLayout .colOrganize .headLine02 {
	background:url(/images/index_ic04.png) center 0 no-repeat;
	padding-top:70px;
}
#topContents .topColLayout .colEducation .headLine02 {
	background:url(/images/index_ic05.png) center 0 no-repeat;
	padding-top:70px;
}
#topContents .topColLayout .colInfo .headLine02 {
	background:url(/images/index_ic06.png) center 0 no-repeat;
	padding-top:70px;
}
#topContents .topColLayout .colDonate .headLine02 {
	background:url(/images/index_ic07.png) center 0 no-repeat;
	padding-top:70px;
}
#topContents .topColLayout .navLower {
	margin-top:30px;
}
#topContents .topColLayout .navLower ul li {
	margin-right:20px;
}
#topContents .topColLayout .navLower ul {
	margin-top:0;
	margin-right:-20px;
	letter-spacing:-0.4em;
	text-align:center;
}
#topContents .topColLayout .navLower ul li a {
	background-color:#323232;
	color:#ffffff;
	padding:4px 13px 4px;
	display:block;
}
#topContents .topColLayout .navLower ul li {
	display:inline-block;
	margin-bottom:20px;
	letter-spacing:normal;
}
/*-------------2017 10/30追記-------------*/
#topContents .topColLayout .navLower02 {
	margin:30px 50px 0;
}
#topContents .topColLayout .navLower02 ul {
	letter-spacing:-0.4em;
}
#topContents .topColLayout .navLower02 ul li a {
	background: url(/images/index_ic08.png) no-repeat 98% 50%/5px 10px;
	background-color:#dcedff;
	color:#004ea2;
	padding:4px 13px 4px;
	display:block;
	transition: 0.2s linear 0s;
	-webkit-transition-property: 0.2s linear 0s;
		-moz-transition-property: 0.2s linear 0s;
			-o-transition-property: 0.2s linear 0s;
				-ms-transition-property: 0.2s linear 0s;
}
#topContents .topColLayout .navLower02 ul li.fsMedium a {
	padding:7px 13px 5px;
}
#topContents .topColLayout .navLower02 ul li a:hover {
	text-decoration: none;
	background-color: #84b2df;
	color: #ffffff;
}
#topContents .topColLayout .navLower02 ul li {
	display:inline-block;
	margin-bottom:15px;
	letter-spacing:normal;
	border: 2px solid #cdcdcd;
	width: 47.72%;
	min-width: 210px;
}
#topContents .topColLayout .navLower02 ul li:nth-of-type(2n+1) {
	margin-right: 4.56%;
}
#topContents .videoBlock {
	max-width:730px;
	margin:30px auto 0;
}
#topContents .videoBlock > .col .video {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%
}
#topContents .videoBlock > .col .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#topContents .videoBlock > .col .video > p {
	margin-top: 10px;
}
.smallFont {
	font-size: 1.2rem;
}
/*-------------2017 12/14追記-------------*/
#topContents .videoBlock .col .downloadButton01 {
	margin-top: 15px;
	background: url(../../images/index_bt03.png) top center no-repeat;
}
#topContents .videoBlock .col .downloadButton01 a {
	display: inline-block;
	
}
#topContents .videoBlock .col .downloadButton01 a:hover {
	background-color: transparent;
}
#topContents .videoBlock .col .downloadButton01 a:hover img {
  visibility: hidden;
}
#topContents .videoBlock .col .downloadButton02 {
	margin-top: 15px;
	background: url(../../images/index_bt04.png) top center no-repeat;
}
#topContents .videoBlock .col .downloadButton02 a {
	display: inline-block;
}
#topContents .videoBlock .col .downloadButton02 a:hover {
	background-color: transparent;
}
#topContents .videoBlock .col .downloadButton02 a:hover img {
  visibility: hidden;
}

#topContents .topColLayout.count02 .colOrganize,
#topContents .topColLayout.count02 .colEducation,
#topContents .topColLayout.count02 .colInfo,
#topContents .topColLayout.count02 .colDonate {
	float:left;
	width:50%;
	margin-top:0;
	min-height: 460px;
}
#topContents .topColLayout .count02 .colAbout_inner {
	float:left;
	width:50%;
	margin-top:15px;
	box-sizing: border-box;
}
#topContents .topColLayout .count02 .colAbout_inner:first-child {
	position: relative;
}
#topContents .topColLayout .count02 .colAbout_inner:first-child::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 202px;
	right: 0;
	top: 30px;
	border-right: 2px solid #9a9a9a;
}
#topContents .topColLayout.count02 > [class^="col"]:nth-child(2n) .col{
	float:left;
}
#topContents .topColLayout.count02 .col {
	max-width:550px;
	width:100%;
	float:right;
}

/*colAbout*/

#topContents .topColLayout.count01 .colAbout {
	background:url(/images/index_bg08.jpg) center 25% no-repeat;
	background-size:cover;
	padding:72px 0 40px;
	margin-top:60px;
}
#topContents .topColLayout.count01 .colAbout > .col {
	max-width:1100px;
	margin:0 auto;
	background-position:right -58px;
	background-size:530px 570px;
}
#topContents .topColLayout.count01 .colAbout .col .navLower,
#topContents .topColLayout.count01 .colAbout .col .txLead {
	max-width:730px;
	margin:30px auto 0;
}
#topContents .topColLayout.count01 .colAbout .col .txLead {
	max-width:730px;
	margin:0 auto;
}
#topContents .bannerArea {
	max-width: 730px;
	margin: 50px auto 65px;
}
#topContents .bannerArea .banner img {
	width:390px;
}
#topContents .topColLayout.count02 .colOrganize {
	background:url(/images/index_bg03.png) no-repeat;
	background-size:cover;
	background-position:right 0;
	padding:20px 0 0;
}
#topContents .topColLayout.count02 .colEducation {
	background:url(/images/index_bg04.png) no-repeat;
	background-size:cover;
	padding:20px 0 0;
}
#topContents .topColLayout.count02 .colInfo {
	background:url(/images/index_bg05.png) no-repeat;
	background-size:cover;
	background-position:right 0;
	padding:20px 0 0;
}
#topContents .topColLayout.count02 .colDonate {
	background:url(/images/index_bg06.png) no-repeat;
	background-size:cover;
	padding:20px 0 0;
}
#topContents .topColLayout.count02 .col .navLower {
	width:80%;
	margin:0 auto;
}
/* caution-wrap */
#topContents .caution-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 48px auto;
	border: 3px solid #004cff;
}
#topContents .caution-wrap > .caution-block {
	padding: 20px;
}
#topContents .caution-wrap > .caution-block .index_column {
	display: flex;
	align-items: center;
}
#topContents .caution-wrap > .caution-block .index_column .index_title {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.1;
}
#topContents .caution-wrap > .caution-block .index_column > .column_link {
	margin-left: auto;
}
#topContents .caution-wrap > .caution-block .index_column .index_link {
	margin-top: 0;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 15px 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 19px;
	color: #333;
	line-height: 1.1;
	text-decoration: none;
	transition: all 0.3s ease;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a:hover {
	background-color: #004ea2;
	border-color: #004ea2;
	color: #fff;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a > span {
	display: inline-block;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a > span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -2px 0 0 0.5em;
	border-top: 2px solid #004ea2;
	border-right: 2px solid #004ea2;
	transform: rotate(45deg);
	vertical-align: middle;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a:hover > span::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#topContents .caution-wrap > .caution-block .caution_news {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_block {
	display: block;
	padding: 15px 95px 15px 0;
	color: #333;
	text-decoration: none;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail {
	display: flex;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail > .caution_property {
	width: 9em;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail .caution_date {
	font-size: 1.4rem;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail > .caution_title {
	flex: 1;
	position: relative;
	padding: 2px 0 0 15px;
}
#topContents .caution-wrap > .caution-block .caution_news a.caution_block:hover .caution_detail > .caution_title {
	text-decoration: underline;
}
#topContents .caution-wrap > .caution-block .caution_news a.caution_block .caution_detail > .caution_title::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -2px 0.5em 0 0;
	border-top: 2px solid #004ea2;
	border-right: 2px solid #004ea2;
	transform: rotate(45deg);
	vertical-align: middle;
}

/* 1-4: footer
================================ */


@media only screen and (min-width: 769px) {
	
#topContents #contents .panelTopicList .topic > .topicImage img {
	left: auto !important;
}
	
}


@media only screen and (max-width: 768px) {

/*=================================

	2: PARTS for Smartphone

================================ */

/* 1-1: header
================================ */

#headerContainer.fixed {
	padding: 10px 0 0;
}
#headerContainer.fixed #globalHeader {
	margin-bottom:0;
}
#headerContainer.fixed .siteLogo {
	width: 187px;
	height:33px;
	margin: 0 0 0 15px;
}
#headerContainer.fixed .siteLogo a {
	display: inherit;
	height: 33px;
}
#headerContainer.fixed .siteLogo img {
	width: auto;
	height: 100%;
}
#headerContainer.fixed #globalNav,
#headerContainer.fixed #searchBox {
	z-index: 20;
}
#headerContainer.fixed #globalNav .menuSwitch,
#headerContainer.fixed #searchBox .menuSwitch {
	top: 10px;
}
#headerContainer.fixed #globalNav .menuSwitch a{
	width: 35px;
	height: 35px;
	padding-top: 22px;
	background-image: url(/common/images/header_ic03.png);
	background-repeat:no-repeat;
	background-position: 9px 6px;
	background-size: 44px 12px;
	background-color:#3b464c;
	line-height:1.12;
}
#headerContainer.fixed #searchBox .menuSwitch a {
	height: 35px;
	padding: 23px 0 0 0;
	background: #999999 url(/common/images/header_ic11.png) no-repeat 50% 4px;
	background-size: 17px 16px;
	line-height:1.12;
}
#headerContainer.fixed #globalNav .details,
#headerContainer.fixed #searchBox .details {
	top: 40px;
}
#headerContainer.fixed #searchBox {
	display: block;
}
#headerContainer.fixed #breadcrumbNav ul {
	width: 100%;
	margin: 0;
}


/* 1-2: fixed
================================ */


/* 1-3: main
================================ */

#mainContents {
	padding:0;
}
#topContents #mainVisual {
	max-width:100%;
	height:220px;
	background-position: 80% 0;
}

#topContents #mainVisual .mainArea .txLead {
	padding-top:85px;
	width: 300px;
	margin: auto;
	position: relative;
}
#topContents #mainVisual .mainArea .txLead span {
	line-height:1.9;
	font-size:2.0rem;
	/*background-color:#00378c;*/
	padding:6px;
}
#topContents #mainVisual .mainArea .txLead .subTx {
	font-size:1.5rem;
}
#topContents #mainVisual .mainArea .anniversaryLogo{
	position:absolute;
	right:0;
	top:0;
	width:auto;
	text-align:center;
}
#topContents #mainVisual .mainArea .anniversaryLogo img{
	width:auto;
	height:80px;
}

#topContents #mainVisualArea .arrowIcon {
	width:50px;
	margin:-25px auto 0;
	position:static;
}
#topContents .navArea {
	display:none;
}
#contentsArea .newsListType01 .topic:nth-child(3),
#contentsArea .newsListType01 .topic:nth-child(4),
#contentsArea .newsListType01 .topic:nth-child(5){
	display:none;
}
#topContents #notice01{
	margin:0 2.34%;
	margin-bottom: 55px;
}
#topContents .newsListType01 {
	padding:0 2.34%;
}
#topContents section {
	margin-top:0;
}
#topContents .newsListType01 .headLine {
	padding-top:0;
}

#topContents .topColLayout .navLower ul {
	margin-right:0;
}
#topContents .topColLayout .navLower ul li {
	display:block;
	float:left;
	text-align:left;
}
#topContents .topColLayout > [class^=col] {
	border-top:3px solid #00448d;
}
#topContents .topColLayout .colAbout_inner {
	border-top:none!important;
}
#topContents .topColLayout .headLine02 a {
	font-size:1.7rem;
	background:url(/images/index_ic08.png) right 50% no-repeat;
	background-size:7px 11px;
	padding-right:14px;
}

#topContents .topColLayout .navLower {
	border-top:1px solid #dedede;
}
#topContents .topColLayout .navLower ul li {
	width:100%;
	margin-right:0;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-top:1px solid #ffffff;
	margin-bottom:0;
}

#topContents .topColLayout.count01 .colAbout {
	margin-top:15px;
	padding:0 !important;
}
#topContents .topColLayout .colAbout .txLead {
	padding: 0 20px;
	line-height:1.4;
	padding-top:0 !important;
}
#topContents .topColLayout.count01 .colAbout > .col {
	background-size:300px 323px;
	background-position:right -30px;
	padding-top: 50px;
}
#topContents .topColLayout.count01 .navLower ul li {
	width:50%;
}
#topContents .topColLayout.count01 .navLower ul li:nth-child(2n) {
	border-right:none;
}
#topContents .topColLayout .navLower ul li a {
	color:#333333;
	background:url(/images/index_ic08.png) 96% 50% no-repeat #fafafa;
	background-size:7px 11px;
	padding:10px 17px;
}
/*-----------10/30追記-------------*/
#topContents .topColLayout .navLower02 ul {
	margin:0;
	border-top: 1px solid #9a9a9a;
}
#topContents .topColLayout .navLower02 ul li {
	display:block;
	float:left;
	text-align:left;
}
#topContents .topColLayout .navLower02 {
	border-top:1px solid #dedede;
	margin: 0;
}
#topContents .topColLayout .navLower02 ul li {
	width:100%;
	margin-right:0;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-top:1px solid #ffffff;
	border-left: none;
	margin-bottom:0;
}
#topContents .topColLayout .navLower02 ul li:first-child {
	border-top:none;
}
#topContents .topColLayout .colAbout_inner .navLower02 ul li:last-child {
	border-bottom:none;
}
#topContents .topColLayout .navLower02 ul li a {
	display: block;
	padding:10px 15px;
	background:url(/images/index_ic08.png) 96% 50% no-repeat #fafafa;
	background-size:7px 11px;
	transition: 0;
	color:#333333;
}
#topContents .topColLayout .navLower02 ul li.fsMedium a {
	padding:10px 15px;
}
#topContents .topColLayout .navVariable ul li {
	display: table;
}
#topContents .topColLayout .navVariable ul li a {
	display: table-cell;
	vertical-align: middle;
}
#topContents .topColLayout .navLower02 ul li a:hover {
	background-color: #fafafa;
	color: #333333;
}
#topContents .topColLayout .navLower02 ul li:nth-of-type(2n+1) {
	margin-right:0;
}
/*-----ここまで---------*/
/*-----------2017 12/14追記-------------*/
#topContents .videoBlock .col:first-child {
	margin-bottom: 50px!important;
}
#topContents .videoBlock .col .downloadButton01 {
	width: 92%;
	background: none;
	margin: 15px auto 0;
	text-align: center;
}
#topContents .videoBlock .col .downloadButton02 {
	width: 92%;
	background: none;
	margin: 15px auto 0;
	text-align: center;
}
#topContents .videoBlock .col .downloadButton01 a:hover img {
  visibility: visible;
}
#topContents .videoBlock .col .downloadButton02 a:hover img {
  visibility: visible;
}
#topContents .bannerArea {
	margin: 30px 2.34%;
}
#topContents .bannerArea .banner {
	margin-top:0;
	padding:6px 0 6px;
	background-color:#ffffff;
}
#topContents .bannerArea .banner img {
	width:100%;
	height:auto;
}
#topContents .aboutBack {
	background: url(/images/index_bg07.png) no-repeat center 0;
	background-size: cover;
	padding: 20px 0 50px;
}
#topContents .topColLayout.count02 .colOrganize,
#topContents .topColLayout.count02 .colEducation,
#topContents .topColLayout.count02 .colInfo,
#topContents .topColLayout.count02 .colDonate,
#topContents .topColLayout.count02 .colAbout_inner {
	width:100%;
	margin-top:0;
	height:100%;
	min-height: 0;
}
#topContents .topColLayout.count02 .colOrganize {
	background-size:174% auto;
	background-position:-210px -25px;
	padding:38px 0 0 !important;
}
#topContents .topColLayout .colOrganize .headLine02 {
	padding-top:65px;
	padding-bottom:20px;
}
#topContents .topColLayout.count02 .colEducation {
	background-size:245% auto;
	background-position:-53px -124px;
	padding:40px 0 0 !important;
}
#topContents .topColLayout .colEducation .headLine02 {
	padding-top:55px;
	padding-bottom:27px;
}
#topContents .topColLayout.count02 .colInfo {
	background-size:142% auto;
	background-position:-128px -8px;
	padding:45px 0 0 !important;
}
#topContents .topColLayout .colInfo .headLine02 {
	padding-top:60px;
	padding-bottom:25px;
}
#topContents .topColLayout.count02 .colDonate {
	background-size:160% auto;
	background-position:0 0;
	padding:40px 0 0 !important;
}
#topContents .topColLayout .colDonate .headLine02 {
	padding-top:60px;
	padding-bottom:25px;
}
#topContents .topColLayout.count01 .colAbout {
	background-size:120% auto;
	background-position:40% -1%;
	padding:0 0!important;
}
#topContents .topColLayout .colAbout .headLine02 {
	padding-top:60px;
	padding-bottom:25px;
}
#topContents .topColLayout.count02 .col {
	width:100%;
	max-width:100%;
}
#topContents .topColLayout.count02 .col .navLower {
	width:100%;
}
#topContents .topColLayout.count02 .col .navLower02 {
	width:100%;
}
/* caution */
#topContents .caution-wrap {
	width: auto;
	margin: 20px 10px;
	padding: 0 15px;
}
#topContents .caution-wrap > .caution-block {
	padding: 15px 0;
}
#topContents .caution-wrap > .caution-block .index_column .index_title {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.1;
}
#topContents .caution-wrap > .caution-block .index_column .index_link > li > a {
	padding: 10px 15px 10px 20px;
	border-radius: 19px;
	font-size: 1.4rem;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_block {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail {
	display: block;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail .caution_date {
	font-size: 1.2rem;
}
#topContents .caution-wrap > .caution-block .caution_news .caution_detail > .caution_title {
	padding: 0 0 0 15px;
	font-size: 1.4rem;
	line-height: 1.5;
}

#topContents .caution-wrap > .caution-block .caution_news a.caution_block .caution_detail > .caution_title::before {
	position: absolute;
	top: 0.5em;
	left: -2px;
}

}

@media print {

/*=================================

	3: print for PC

================================ */

}


/*=================================

	clearfix

=================================*/
#topContents .navArea ul:after,
#topContents .navArea ul:after,
#topContents .topColLayout .navLower ul:after,
#topContents .topColLayout .navLower02 ul:after,
#topContents .topColLayout.count01:after,
#topContents .topColLayout.count02:after,
#topContents .topColLayout.count02 .colOrganize:after,
#topContents .topColLayout.count02 .colEducation:after,
#topContents .topColLayout.count02 .colInfo:after,
#topContents .topColLayout.count02 .colDonate:after {
	content: "";
	display: block;
	clear: both;
}
#topContents .navArea ul,
#topContents .topColLayout .navLower ul,
#topContents .topColLayout .navLower02 ul,
#topContents .topColLayout.count01,
#topContents .topColLayout.count02 {
	zoom: 1;
}