@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#MAIN {
	border-bottom: 2px solid #F7F7F7;
}
#MAIN h2 {
	max-width: 450px;
	margin: 10px auto 50px;
}
#MAIN p {
text-align: justify;
line-height: 2;
}
#MAIN .bold {
 font-weight: bold;
}
#MAIN .fnt12 {
 font-size: 1.2rem;
 line-height: 1.3;
}
/*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/
#MAIN .top-img-box { 
	margin-bottom: 80px;
}
#MAIN .top-img-box .photo-box {
	position: relative;
	margin-bottom: 13px;
}
#MAIN .top-img-box h3 {
	padding-bottom: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 3.2rem;
	background: rgba(255,255,255,0.85);
}
#MAIN .top-img-box .photo-box img {
	width: 100%;
}
#MAIN .top-img-box .text-box {
	padding-right: 6%;
	padding-left: 6%;
	font-size: 120%;
}



/*------------------------------------------------------------
	head-line01
------------------------------------------------------------*/
.head-line01 {
	position: relative;
	margin-bottom: 1em;
	padding: 5px 0 5px 30px;
	color: #477c65;
	font-size: 3.2rem;
	line-height: 1.3;
}
.head-line01::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: #477c65;
	content: '';
}
@media all and (-ms-high-contrast:none) {
	.head-line01 {
		padding-top: 3px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.head-line01 {
		font-size: 2.8rem;
	}
}
@media all and (max-width: 767px) {
	.head-line01 {
		padding-left: 14px;
		font-size: 2rem;
	}
	.head-line01::before {
		left: 0;
		width: 3px;
	}
}

/*------------------------------------------------------------
	記事
------------------------------------------------------------*/
#MAIN .h3-title {
	background-color: #477c65;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px 10px 20px;
	margin-bottom: 35px;
	line-height: 1.5;
}
#MAIN .h4-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 10px 0 7px 0;
	display: block;
	margin-bottom: 20px;
}
#MAIN .marker {
	background: linear-gradient(transparent 50%, #fbdbcc 50%);
	font-weight: bold;
}
#MAIN .notes01 {
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	margin-bottom: 40px;
}
#MAIN .notes02 {
	font-size: 1.4rem;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.5;
	margin: 0 !important;
}
#MAIN .mb30 {
	margin-bottom: 30px;
}

#MAIN .sec01 {
	margin-bottom: 80px;
}
#MAIN .sec01 p {
	margin-bottom: 30px;
}
#MAIN .sec01 .photo {
	margin-bottom: 10px;
}
#MAIN .sec01 .cap{
	margin-bottom: 40px;
	line-height: 1.5;
}

#MAIN .sec02 {
	margin-bottom: 80px;
}
#MAIN .sec02 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#MAIN .sec02 ul li {
	width: 48%;
}
#MAIN .sec02 p {
	margin-bottom: 30px;
}
#MAIN .sec02 .photo {
	margin-bottom: 10px;
}

#MAIN .sec03 {
	margin-bottom: 80px;
}
#MAIN .sec03 p {
	margin-bottom: 30px;
}
#MAIN .sec03 .photo {
	margin-bottom: 10px;
}

#MAIN .sec04 {
	margin-bottom: 80px;
}
#MAIN .sec04 p {
	margin-bottom: 30px;
}
#MAIN .sec04 .photo {
	margin-bottom: 10px;
}

#MAIN .sec05 {
	margin-bottom: 100px;
}
#MAIN .sec05 p {
	margin-bottom: 30px;
}
#MAIN .sec05 .photo {
	margin-bottom: 10px;
}
#MAIN .sec05 .btnwrap {
	text-align: center;
	margin-bottom: 50px;
}
#MAIN .sec05 .btn {
	font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
	color: #fff;
  background-color: #477C65;
	border-bottom: 5px solid #345B4A;
	padding: 1.5rem 5rem 1.5rem 4rem;
  border-radius: 100vh;
	/*margin-left: auto;
	margin-right: auto;*/
	max-width: 200px;
}
#MAIN .sec05 .btn:before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: #fff 3px solid;
	border-right: #fff 3px solid;
	transform: rotate(45deg)
}
#MAIN .sec05 .btn:hover {
	color: #fff;
	background: #00a349;
	margin-top: 3px;
	border-bottom: 2px solid #345B4A;
}



/*------------------------------------------------------------
もっと詳しく調べるには
------------------------------------------------------------*/
#MAIN .more-box {
 padding-bottom: 55px;
 border-top: 2px solid #034196;
 background-color: #ECF5FE;
}
#MAIN .more-box h3.title {
 margin: -23px 0 21px;
 color: #034195;
 font-size: 3.6rem;
 text-align: center;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#MAIN .more-box h3.title .en {
 display: block;
 width: 230px;
 margin: 0 auto 28px;
 padding: 11px 5px 8px;
 background-color: #034196;
 color: #FFF;
 font-size: 1.6rem;
 font-weight: normal;
}
#MAIN .more-box h3.title .jp {
 display: inline-block;
 position: relative;
 line-height: 1.3;
}
#MAIN .more-box h3.title .jp:before {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 15px;
 background-color: #F7D5EE;
 content: '';
}
#MAIN .more-box h3.title .jp span {
 position: relative;
 z-index: 1;
}
#MAIN .more-box .c-txt {
 margin-bottom: 40px;
 text-align: center;
}
#MAIN .more-box .link-list {
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-top: -31px;
}
#MAIN .more-box .link-list li {
 position: relative;
 width: 48.5%;
 margin-top: 31px;
 text-align: center;
}
#MAIN .more-box .link-list li:before {
 position: absolute;
 left: 4px;
 top: 4px;
 width: 100%;
 height: 100%;
 background-color: #DEE6EF;
 content: '';
}
#MAIN .more-box .link-list li a {
 display: block;
 position: relative;
 z-index: 1;
}
#MAIN .more-box .link-list li .pho img {
 width: 100%;
}
#MAIN .more-box .link-list li .txt {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
 padding: 8px 10px;
 box-sizing: border-box;
 background: #034196 url("/public/column2/inc/img/more-txt_icon01.webp") no-repeat center right 26px;
 color: #FFF;
 font-weight: bold;
 text-align: center;
}
#MAIN .more-box .link-list li a:hover .txt {
 background-color: #4D8EDE;
}
#MAIN .more-box .link-list li .txt span {
 display: block;
}
#MAIN .more-box .link-list .link01 {
 width: 100%;
}
#MAIN .more-box .link-list .link01 a {
 display: -webkit-flex;
 display: flex;
}
#MAIN .more-box .link-list .link01 a .pho {
 width: 65.6%;
}
#MAIN .more-box .link-list .link01 a .txt {
 width: 34.4%;
 padding-right: 29px;
 line-height: 2;
}






 
@media all and (min-width: 768px) and (max-width: 1024px) {
 #MAIN .top-img-box h3 {
  font-size: 3rem;
 }
 #MAIN .top-img-box h3 span br.pc {
  display: inline !important;
 }
}
@media all and (max-width: 1024px) {
 #MAIN .sec01 .link a:hover {
  text-decoration: underline;
 }
}
 
 





 /*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	#MAIN h2 {
		max-width: 280px;
		margin: 0 auto 20px;
	}
 
 /*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/
	#MAIN .top-img-box {
		margin-bottom: 50px;
	}
	#MAIN .top-img-box .photo-box {
		margin-bottom: 19px;
		padding-left: 0;
		text-align: center;
	}
	#MAIN .top-img-box .photo-box .pho {
		margin-bottom: 27px;
	}
	#MAIN .top-img-box .photo-box h3 {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		max-width: inherit;
		height: auto;
		padding-bottom: 7px;
		background: none;
		border-bottom: 2px solid #ECECEC;
		font-size: 2rem;
		line-height: 1.3;
		text-align: justify;
	}
	#MAIN .top-img-box .photo-box h3:before {
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 50px;
		height: 2px;
		background-color: #009844;
		content: '';
	}
	#MAIN .top-img-box .photo-box h3 span {
		margin-right: -2px;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode:lr-tb;
	}
	#MAIN .top-img-box .text-box {
		padding: 0;
	}
 
 /*------------------------------------------------------------
	記事
------------------------------------------------------------*/
#MAIN .h3-title {
	font-size: 1.8rem;
	padding: 9px 15px 7px 15px;
	line-height: 1.3;
	margin-bottom: 15px;
}
#MAIN .mb30 {
	margin-bottom: 15px;
}
#MAIN .sec01,
#MAIN .sec02,
#MAIN .sec03,
#MAIN .sec04 {
	margin-bottom: 60px;
}
 
#MAIN .sec01 p,
#MAIN .sec02 p,
#MAIN .sec03 p,
#MAIN .sec04 p {
	margin-bottom: 30px;
}

#MAIN .sec02 ul {
	display: block;
}
#MAIN .sec02 ul li {
	width: 100%;
}
#MAIN .sec02 ul li + li {
	margin-top: 30px;
}
#MAIN .sec05 p {
	margin-bottom: 30px;
}


/*------------------------------------------------------------
もっと詳しく調べるには
------------------------------------------------------------*/
#MAIN .more-box {
	padding-bottom: 30px;
}
#MAIN .more-box h3.title {
	margin-top: -18px;
	margin-bottom: 16px;
	font-size: 2.2rem;
}
#MAIN .more-box h3.title .en {
	width: 170px;
	margin: 0 auto 20px;
	padding: 7px 5px 6px;
	font-size: 1.4rem;
}
#MAIN .more-box h3.title .jp {
	line-height: 1.2;
}
#MAIN .more-box h3.title .jp:before {
	height: 9px;
}
#MAIN .more-box .c-txt {
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.8;
}
#MAIN .more-box .link-list {
	margin: -15px -6px 0;
}
#MAIN .more-box .link-list li {
	margin-top: 15px;
}
#MAIN .more-box .link-list li:before {
	left: 2px;
	top: 2px;
}
#MAIN .more-box .link-list li .pho img {
	width: 100%;
}
#MAIN .more-box .link-list li .txt {
	padding: 7px 5px 5px;
	background: #034196;
	font-size: 1.2rem;
}
#MAIN .more-box .link-list .link01 a .pho {
	width: 51.5%;
}
#MAIN .more-box .link-list .link01 a .txt {
	width: 48.5%;
	padding-right: 6px;
	text-align: center;
	line-height: 1.8;
}

}