@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* CSS Document */
/* =======================================

	common.css

========================================== */
/*pc*/
@media screen and (min-width: 836px) {
	.sp {display:none!important;}
}
@media screen and (min-width: 600px) {
	.sp2 {display:none!important;}
}

/*sp*/
@media screen and (max-width: 835px) {
	.pc {display:none!important;}
}
@media screen and (max-width: 599px) {
	.pc2 {display:none!important;}
}

@media screen and (max-width: 835px) {
	.spimg100 {width: 100%;}
}
@media screen and (max-width: 599px) {
	.spimg100_2 {width: 100%;}
}

input { outline: none;}

/* Link
========================================== */
a:link {color: #6F6E6B;}
a:visited {color: #6F6E6B;}
a:hover {color:#ff9d33; text-decoration: none;}
a:hover img.ImgOn {opacity: 0.7;}
a:focus{outline: none;}

/*ゆっくり変化 不要なら削除*/
a:hover {
	-webkit-transition: all 0.3s ease-out;;
	-moz-transition: all 0.3s ease-out;;
	-ms-transition: all 0.3s ease-out;;
	-o-transition: all 0.3s ease-out;;
	transition: all 0.3s ease-out;;}
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	backface-visibility: hidden;
	background: rgba(255,255,255,.01);
	display: inline-block;
	zoom: 1;
}


/* Clear
========================================== */
.clear::after {
	content:" ";
	display:block;
	clear:both;
}

/* Margin
========================================== */
.mb5{ margin-bottom: 5px!important;}
.mb10{ margin-bottom: 10px!important;}
.mb15{ margin-bottom: 15px!important;}
.mb20{ margin-bottom: 20px!important;}
.mb30{ margin-bottom: 30px!important;}
.mb40{ margin-bottom: 40px!important;}
.mb50{ margin-bottom: 50px!important;}
.mb70{ margin-bottom: 70px!important;}
.mb100{ margin-bottom: 100px!important;}

.mt0 { margin-top: 0!important;}

.mcenter { margin: 0 auto auto!important;}
.w50 { width: 50%!important;}
.w90 { width: 90%!important;}
.w100 { width: 100%!important;}

@media screen and (max-width:599px){
	.w50, .w90 { width: 100%!important;}
	.mb70, .mb100 { margin-bottom: 50px!important;}
}

/* Padding
========================================== */


/* Text
========================================== */
.acenter {text-align:center!important;}
.acenter2 {text-align:center!important;}/*PC・タブレットのみ中央*/
.aright {text-align:right!important;}
.aleft {text-align:left!important;}
.txtRed { color:#f00;}
.txtblue { color: #006EB7;}
.txtgreen { color: #A8C615;}
.txtorange { color: #FFB517;}
.txtsmall { font-size: 70%; line-height: 1em;}
.txtsmall2 { font-size: 85%; line-height: 1.4em;}
.txtsmall3 { font-size: 97%; line-height: 1.5em;}
.txtstrong { font-size: 120%!important; font-weight: bold!important; line-height: 1.2em;}
.txtbold { font-weight: 700!important;}
.ta_r { text-align: right!important;}

.ind1 {text-indent: 1em;}
.ind1_s {padding-left: 1em;}
.ind2 {text-indent: 2em;}
.ind3 {padding-left: 3em;}

@media screen and (max-width:599px){
	.acenter2 {text-align:left!important;}/*スマホは左寄せ*/
}

/* Font
========================================== */
.mincho {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}


/* Heading
========================================== */
.ttl_type01_ {
	padding: 5px 10px;
	font-size: 1.1em;
	margin-bottom: 20px;
	font-weight: 700;
	color: #162F6D;
	text-align: center;
	background: #DCF378;
}
.ttl_type02_ {
	width: 95%;
	position: relative;
	line-height:1.2em;
	margin:30px auto;
	font-size:2.4rem;
	color: #34575D;
	background: #8ED2C4;
	border: 10px double #fff;
	padding: 10px 20px;
	border-radius: 40px;
	text-align: center;
	font-family: 'Kosugi Maru';
}
/*.ttl_type02::after {
	position: absolute;
	left: -2%;
	top: -20px;
	content: "";
	width: 86px;
	height: 86px;
	background: url("../images/ttl_icon.png") no-repeat;
}*/

.ttl_type03_ {
	background: linear-gradient(-45deg,#D2ECE7 25%, #fff 25%, #fff 50%, #D2ECE7 50%, #D2ECE7 75%, #fff 75%, #fff);
	background-size: 7px 7px;
	padding: 5px 10px;
	font-size: 1.1em;
	margin-bottom: 20px;
	font-weight: 700;
	color: #34575D;
}
.ttl_type04_ {
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7em;
	margin: 1em 0;
	letter-spacing: .05em;
	text-align: center;
	padding: 10px 10px 0;
	color: #E0913D;
}
/*.ttl_type04::after {
	content: "";
	background: url("../images/ttl_bg.png");
	width: 80%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/

.w28 {width: 28%;}
.w33 {width: 33%;}

/*iPad タブレット*/
@media screen and (max-width:835px){
	.ttl_type02_ {
		line-height: 1.5em;
		padding: 5px 10px 5px 45px;
		border-radius: 4rem;
	}
	.ttl_type04_ {
		font-size: 1.6rem;
	}
	.ttl_type01_ {
		padding: 5px 10px;
	}
}
@media screen and (max-width:599px){
	.ttl_type02_ {
		border: 5px double #fff;
	}
	.ttl_type02_::after {
		position: absolute;
		left: -3%;
		top: -13px;
		content: "";
		width: 60px;
		height: 60px;
		background-size: contain;
	}
}
@media screen and (max-width:420px){
	.ttl_type01_, .ttl_type02_ {
		font-size: 4.8vw;
		line-height: 1.5em;
	}
	.ttl_type03_ {
		margin: 30px 0 15px;
		font-size: 5.5vw;
		letter-spacing: .1em;
	}
	.ttl_type03_ span::before {
		left: -1.5em;
		width: 1em;
	}
	.ttl_type03_ span::after {
		right: -1.5em;
		width: 1em;
	}
	
}

/* iframe
========================================== */
.iframe_box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe_box.border {
	border: solid 1px #aaa;
	background: #000;
	margin-bottom: 15px;
	padding-top: 0;
}
.iframe_box iframe,
.iframe_box object,
.iframe_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* List
========================================== */
.list_d_bl { display: block;}
.list_d_ib {display: inline-block;}

.list_type01 {margin-bottom:10px; text-align: left;}
.list_type01 > li {margin-bottom:10px;}

/* 横並び */
.list_type02 {margin-bottom:10px; text-align: left;}
.list_type02 > li {
	display: inline-block;
	margin-right:20px;
	margin-bottom:10px;}

/* number */
.list_number01 {
	margin-left:20px;
}
.list_number01 > li {
	margin-bottom:10px;
	list-style-type:decimal;
}
ol.list_number02 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_number02 > li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
ol.list_number02 > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 0.5px solid #444;
  display: inline-block;
	font-size: 14px;
  line-height: 16px;
  margin-left: -30px;
	margin-right: 10px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.list_type01 > li, .list_type02 > li {
	padding-left: 1.2em;
	position: relative;
}
.list_type01 > li:last-child, .list_number01 > li:last-child {margin-bottom:0;}
.list_type01 > li::before, .list_type02 > li::before {
	content: "●";
	padding-right: 8px;
	color: #F7C163;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 1px;
}
.list_type03 {
	padding-left: 20px;
}
.list_type03 > li {
	list-style: disc;
	margin-bottom: 8px;
}
table .list_type01, table .list_type02, .list_type03, table .list_number01, ol.list_number02 {margin-bottom:0;}

.list_type04 li {
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 10px;
}

/* 一覧(li dl)
========================================== */
.list_link li {
	position: relative;
}
.list_link li a {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.list_link li a:hover {
	background: rgba(255,255,255,.30);
}
.list_link::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

.list_link_type02::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

/* clear */
.list_link li::after {
	content:" ";
	display:block;
	clear:both;}

.top_menu li {
	position: relative;
	float: left;
	width: 32.1%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}
.top_menu li a {
	display: block;
}
.top_menu li img {
	width: 100%;
	height: auto;
}
.top_menu li:last-child {
	margin-right: 0;
}

.list_link_type02 a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #454545;
}
.list_link_type02 a:hover {
	color: #888;
}
.list_link_type02 img {
	transition:all 2s;
}
.list_link_type02 img:hover {
	transform:scale(1.2);
	transition:all 2s;
}


.fbox {display: flex;}
.fbox.jc_btw {justify-content: space-between;}
.fbox.jc_ard {justify-content: space-around;}
.fbox.ai_center {align-items: center;}

@media screen and (max-width: 599px) {
	.fbox {display: block;}
}

/* Button
========================================== */
.li_btn_p > li, .li_btn2_p > li {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	margin: 10px auto 10px;
	text-align: center;
	font-weight: bold;
}
.li_btn_p > li:nth-child(2n), .li_btn2_p > li:nth-child(2n) {
	margin-left: 10px;
}
.li_btn_p > li a {
	display: block;
	position: relative;
	z-index: 9;
	border-radius: 10px;
	border: 4px solid #FFF475;
	background: #FFF475;
	text-decoration: none;
	color: #49182E1;
	padding: 15px;
}
.li_btn2_p > li a {
	display: block;
	position: relative;
	z-index: 9;
	border-radius: 10px;
	border: 3px solid #36548F;
	background: rgba(255,255,255,.90);
	text-decoration: none;
	color: #162F6D;
	padding: 15px;
}

/*.li_btn_p li a::after {
	content: ">";
	position: absolute;
	font-size: 75%;
	right: 20px;
	top: 30%;
}*/
.li_btn_p > li a:hover {
	border: 4px double #FFF475;
	background: rgba(255,255,255,.70);
	text-decoration: none;
}
.li_btn_p > li a:hover::after {
	right: 5px;
}
.li_btn2_p > li a:hover {
	border: 3px solid #FFF475;
	background: #FFF475;
	text-decoration: none;
}

.btn_detail {
	margin-bottom: 20px;
}
.btn_detail a {
	color:#fff;
	background: #f0a44f;
	border-radius: 15px;
	padding: 5px 15px;
	text-decoration: none;
}
.btn_detail a:hover {
	color:#ea5413;
	background: #F9D78D;
}

@media screen and (max-width: 599px) {
	.li_btn_p > li, .li_btn2_p > li {
		width: 90%;
	}
	.li_btn_p li:nth-child(2n), .li_btn2_p li:nth-child(2n) {
		margin-left: 0;
	}
	
}

/* dl（プログラム等に）
========================================== */
.sub_dl {
	width: 98%;
	margin-right: auto;
	margin-left: auto;}
.sub_dl dt{
	clear: both;
	float: left;
	width: 125px;
	padding: 15px 5px 10px;
	font-weight: bold;
	color: #0590D1;}
.sub_dl dd{
	padding: 15px 10px 10px 10px;
	margin-left: 140px;
	border-bottom: dotted 1px #aaa;}

.sub_dl dd a:hover {
	text-decoration: none;
}

.sub_dl dd.pdflink {
	background: url(../images/icon_pdf.png) no-repeat left 5px center;}

.sub_dl dd.pdflink p a { display: block; width:460px; height:100%; padding-left: 55px;}

.filedl_pdf a, .filedl_exl a, .filedl_wrd a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0 5px 50px;
	padding-left: 50px!important;
}
.filedl_pdf a::before {
	content: url(../images/icon_pdf.png);
	position: absolute;
	left: 5px;
	top: 9px;
}
.filedl_exl a::before {
	content: url(../images/icon_exel.png);
	position: absolute;
	left: 5px;
	top: 5px;
}
.filedl_wrd a::before {
	content: url(../images/icon_word.png);
	position: absolute;
	left: 5px;
	top: .6em;
}
.li_btn_p.filedl_btn li {
	width: auto;
	text-align: left;
}
.li_btn_p.filedl_btn li a {
	padding: 15px 50px;
}

.li_btn_p.filedl_btn li.filedl_exl a::before, .li_btn_p.filedl_btn li.filedl_wrd a::before, .li_btn_p.filedl_btn li.filedl_pdf a::before {
	top: 10px;
	left: 10px;
}

/*【SP】*/
@media screen and (max-width: 835px) {
	.sub_dl dt{
		clear: both;
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.sub_dl dt:first-of-type {
		padding-top: 0;
	}
	.sub_dl dd{
		width: 100%;
		margin-left: 0;
		padding: 0 0 5px 0;
		border-bottom: dotted 1px #CCC;}
	.sub_dl dd.pdflink {
		background: url(../images/icon_pdf.png) no-repeat left 5px top;}
	.sub_dl dd.pdflink p { padding-right: 55px; min-height: 40px;}
	.sub_dl dd.pdflink p a { display: block; width:100%; height:100%;}
	.filedl_pdf a::before {
		content: url(../images/icon_pdf.png);
		position: absolute;
		left: 5px;
		top: 7px;
	}
}
@media screen and (max-width: 599px) {
	.li_btn_p.filedl_btn li {
		width: 100%;
	}
	.li_btn_p.filedl_btn li a {
		padding: 15px 15px 15px 50px;
	}

}


/* d_dl（（pdf・wordダウンロード）
========================================== */
.d_dl {
	position: relative;
	width: 100%;
	padding: 10px 10px 10px 25px;}
.d_dl li {
	position: relative;
	width: 97%;
	min-height: 40px;
	margin-bottom: 15px;
	border-bottom: 3px dotted #7FD7F7;
}
.d_dl li a {
	text-decoration: none;
	position: relative;
	padding: 10px 0 10px 60px;
	display: block;
	vertical-align: middle;
	}
.d_dl li a:hover {
	opacity: .7;
}
.d_dl_pdf a::before {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 35px;
	height: 35px;
	top: 5px;
	left: 5px;
	background: url(../images/icon_pdf.png) no-repeat;}
.d_dl_word {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 50px;
	height: 50px;
	top: 5px;
	left: 5px;
	background: url(../images/icon_word.png) no-repeat left 10px center;}

@media screen and (max-width: 835px) {
	.d_dl { padding: 0;}
	.d_dl li { margin: 0 auto;}
}


/* Image
========================================== */
.img100 , 
.img100 img {
	width:100%;
}

.img90 , 
.img90 img {
	margin:0 auto;
	width:90%;
	text-align: center;
}


/* 画像とテキスト
========================================== */

.imageAndText {
	width: 100%;
	overflow:hidden;
	margin-bottom:15px;
}
.imageAndText .imageBlockLeft2 {
	float:left;
	margin-right:20px;
	margin-bottom: 5px;
}

/*iPhone スマートフォン*/
@media screen and (max-width: 599px) {
	.imageBlockLeft2 {
		float:none;
		display: block;
		margin:0 auto 15px auto;
		text-align:center;
	}
}

/* clear */
.imageAndText::after {
	content:" ";
	display:block;
	clear:both;}

/*iPhone スマートフォン*/
@media screen and (max-width: 599px) {
	.imageAndText .imageBlockLeft,
	.imageAndText .imageBlockRight{
		float:none;
		margin:0 0 10px 0;
		margin-bottom:10px;
		width:100%;
		text-align:center;
	}
	
	.imageAndText .imageBlockLeft img,
	.imageAndText .imageBlockRight img{
		width:100%;
	}
}

/* Block
========================================== */
.block_container {
	margin-bottom:20px;
	overflow:hidden;
	width:680px;
}

.block_container .block_col2 {
	float:left;
	margin-right:1%;
	width:49%;
}
.block_container .block_col2:last-of-type, .block_container .block_col3:last-of-type {
	margin-right: 0;
}

.block_container .block_col3 {
	float:left;
	margin-right:1%;
	width:32.5%;
}

/* clear */
.block_container::after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

/*iPad タブレット*/
@media screen and (max-width: 835px) {
	.block_container {
		margin-bottom:20px;
		overflow:hidden;
		width:100%;
	}
	
	.block_container .block_col2 , 
	.block_container .block_col3 {
		float:none;
		margin-right:0;
		width:100%;
	}
	
	.block_container .block_col2 img , 
	.block_container .block_col3 img {
		width:100%;
	}
}


/* Table
========================================== */
.table_type01_ {
	width:100%;
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 3px 10px;
}
.table_type01_ th , 
.table_type01_ td {
	text-align:left;
	vertical-align:middle;
	padding:10px 15px;
}
.table_type01_ th {
	background-color: #DCF378;
	color: #162F6D;
	/*border-left: 10px solid #BAE500;*/
}
.table_type01_ td {
	background: rgba(255,255,255,.90);
	border-bottom: 1px dotted #bbb;
}

.table_type02_, .table_type03_{
	width:100%;
	margin-bottom:10px;
}
.table_type02_ th , .table_type02_ td, .table_type03_ th , .table_type03_ td {
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border:1px solid #888;
}
.table_type02_ th, .table_type03_ th {
	background-color: #FDFDC2;
	font-weight:normal;
}
.table_type02_ td, .table_type03_ td {
	background: #fff;
}

/* 角丸テーブル */
table.table_typeBr {
	width: 100%;
	border: 1px solid #ADDE97;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	margin-bottom: 10px;
}
table.table_typeBr tr th:nth-child(2n), table.table_typeBr tr td:nth-child(2n) {
	background: #F0FCEB;
}
table.table_typeBr th, table.table_typeBr td {
	text-align: center;
	border-right: 1px solid #ADDE97;
	padding: 10px;
}
table.table_typeBr th {
	border-bottom: 1px solid #ADDE97;
	font-weight: bold;
	background: #fff;
}
table.table_typeBr tr th:first-child {
	border-radius: 5px 0 0 0;
}
table.table_typeBr tr td:first-child {
	border-radius: 0 0 0 5px;
}
table.table_typeBr tr th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}
table.table_typeBr tr td:last-child {
	border-radius: 0 0 5px 0;
	border-right: none;
}

/*iPhone スマートフォン*/
@media screen and (max-width: 599px) {
	.table_type01_,
	.table_type01_ tbody,
	.table_type01_ tr,
	.table_type01_ th,
	.table_type01_ td{
		display:block;
		width:100%;
	}
	
	.table_type02_,
	.table_type02_ tbody,
	.table_type02_ tr,
	.table_type02_ th,
	.table_type02_ td{
		display:block;
		width:100%;
	}
	
	.table_type02_ th,
	.table_type02_ td{
		border-bottom:none;
	}
	
	.table_type02_{
		border-bottom:1px solid #b6b6b6;
	}
	
}

/* Box
========================================== */
.box_type01 {
	border: 1px solid #ddd;
	padding: 10px;
	background: rgba(255,255,255,.85);
}
.box_type02 {
	border: 1px solid #ddd;
	border-radius: 10px;
	background: rgba(255,255,255,.85);
	padding: 15px;
}

