@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: 90%;}
}

input { outline: none;}

/* Link
========================================== */
a:link {color: #0b6f94;}
a:visited {color: #0b6f94;}
a:hover {color:#68C6E0; 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;}
.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;}
.mb90{ margin-bottom: 90px!important;}
.mb100{ margin-bottom: 100px!important;}

.mt100{ margin-top: 100px!important;}

.m0 { margin: 0!important;}
.mt0 { margin-top: 0!important;}
.mt20 { margin-top: 20px!important;}
.mb0 { margin-bottom: 0!important;}
.m_auto {
	margin-left: auto;
	margin-right: auto;
}

.mcenter { margin: 0 auto auto!important;}
.w25 { width: 25%!important;}
.w40 { width: 40%!important;}
.w50 { width: 50%!important;}
.w60 { width: 60%!important;}
.w70 { width: 70%!important;}
.w90 { width: 90%!important;}
.w100 { width: 100%!important;}

@media screen and (max-width:835px){
	.w60 { width: 90%!important;}
}
@media screen and (max-width:599px){
	.w50, .w60, .w70, .w90 { width: 100%!important;}
	.mb70, .mb90, .mb100 { margin-bottom: 50px!important;}
	.mt100{ margin-top: 20%!important;}
}

/* Padding
========================================== */
/*.bd { border: 1px solid #ccc;}*/
.bd iframe { border: 1px solid #ccc; border-bottom: 2px solid #ccc;}


/* 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: #0988BE;}
.txtgreen { color: #0b6f94;}
.txtorange { color: #E1611C;}
.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 {
	position: relative;
	line-height:1.2em;
	margin:30px auto 1.1em;
	font-size:2.8rem;
	color: #444;
	/*background: linear-gradient(#ace1f5, #68C6E0);
	border-bottom: 10px double #fff;
	padding: 10px 20px;
	border-radius: 40px;*/
	text-align: center;
	font-family: 'Kosugi Maru';
	font-weight: 500;
	padding: 30px 10px;
	background: linear-gradient(#F5F5F5, #E0E0E0);
}
.ttl_type02 {
	text-align: left;
	font-size: 1.25em;
	padding: 10px 0 10px 15px;
	margin-bottom: .8em;
	font-family: 'Kosugi Maru';
	font-weight: 500;
	color: #444;
	border-bottom: 1px solid #ddd;
	border-left: 10px solid #ddd;
}
.ttl_type03 {
	border-bottom: 1px solid #ccc;
	padding: 10px 15px 5px;
	font-size: 1.15em;
	margin-bottom: 20px;
	font-family: 'Kosugi Maru';
	font-weight: 500;
	color: #555;
}
.ttl_type04 {
	font-family: 'Kosugi Maru';
	position: relative;
	font-size: 22px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.7em;
	margin: .5em 0 1.5em;
	letter-spacing: .05em;
	text-align: center;
	padding: 0 10px 0;
	color: #777;
}
.ttl_type04::after {
	content: "";
	background: #eee;
	width: 150px;
	height: 2px;
	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_type01 {
		font-size: 2rem;
		line-height: 1.5em;
		padding: 20px 10px;
		margin-top: 0;
	}
	.ttl_type04 {
		font-size: 1.6rem;
	}
	.ttl_type01 {
		padding: 15px 10px;
	}
}
@media screen and (max-width:599px){
	.ttl_type01 {
		margin-bottom: 20px;
		
	}
}
@media screen and (max-width:420px){
	.ttl_type01 {
		font-size: 5vw;
		line-height: 1.5em;
	}
	.ttl_type03 {
		/*margin: 30px 0 15px;*/
		font-size: 4.5vw;
	}
	.ttl_type02 {
		font-size: 5vw;
		line-height: 1.5em;
	}
}

/* iframe
========================================== */
.iframe_box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.iframe_box iframe,
.iframe_box object,
.iframe_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe_box iframe {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/* List
========================================== */
.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, ol.list_number03 {
  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%;
}

ol.list_number03 > li {
  position: relative;
}

ol.list_number03 > li::before {
  content: counter(my-counter)"）";
  counter-increment: my-counter;
  display: inline-block;
  height: 16px;
  width: 20px;
	margin-right: 5px;
}

.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: #68c6e0;
	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;
}

/* Button
========================================== */
.li_btn > li, .li_btn2 > li, .li_btn3 > li {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin: 5px auto 5px;
	text-align: center;
	
	@media screen and (max-width: 599px) {
		width: 90%;
	}
}
.li_btn > li { margin-right: .5%;}
.li_btn > li:nth-child(4n) {
	margin-right: 0;
}
.li_btn2 > li:nth-child(2n) {
	margin-left: 10px;
}
.li_btn > li a {
	display: block;
	position: relative;
	z-index: 9;
	border-radius: 10px;
	border: 3px solid #0b6f94;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	color: #0b6f94;
	padding: 10px 5px 10px 15px;
}
.li_btn > li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 46%;
	left: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #68c6e0;
	border-right: 2px solid #68c6e0;
	transform: translateX(-50%) rotate(135deg);
}
.li_btn > li a:hover::after {
	bottom: 30%;
}
.li_btn2 > li a, .li_btn3 > li a {
	display: block;
	position: relative;
	z-index: 9;
	border-radius: 12px;
	border: 3px solid #555;
	background: #558e9d;
	text-decoration: none;
	color: #fff;
	padding: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .1em;
	font-weight: 500;
	font-family: 'Kosugi Maru';
}

.li_btn3 > li a {
	background: #fff;
	color: #0b6f94;
	border-color: #0b6f94;
	letter-spacing: 0;
}

.li_btn > li a:hover, .li_btn3 > li a:hover {
	background: #0b6f94;
	color: #fff;
	text-decoration: none;
}
.li_btn2 > li a:hover {
	background: #fff;
	text-decoration: none;
	color: #555;
}

.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 li {
		width: 100%;
	}
	.li_btn li:nth-child(2n) { margin-right: 0;}
	.li_btn2 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:hover, .filedl_exl a:hover, .filedl_wrd a:hover {
	opacity: .7;
}
.filedl_pdf a::before {
	content: url(../images/icon_pdf.png);
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -18px;
}
.filedl_exl a::before {
	content: url(../images/icon_exel.png);
	position: absolute;
	left: 5px;
	top: 5px;
	top: 50%;
	margin-top: -16px;
}
.filedl_wrd a::before {
	content: url(../images/icon_word.png);
	position: absolute;
	left: 5px;
	top: 5px;
	top: 50%;
	margin-top: -16px;
}
.li_btn.filedl_btn li {
	width: auto;
	text-align: left;
}
.li_btn.filedl_btn li a {
	padding: 15px 50px;
}

.li_btn.filedl_btn li.filedl_exl a::before, .li_btn.filedl_btn li.filedl_wrd a::before, .li_btn.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;
	}
}
@media screen and (max-width: 599px) {
	.li_btn.filedl_btn li {
		width: 100%;
	}
	.li_btn.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 .imageBlockLeft, .imageAndText .imageBlockLeft2 {
	float:left;
	margin-right:20px;
	margin-bottom: 5px;
}
.imageAndText .imageBlockRight, .imageAndText .imageBlockRight2 {
	float:right;
	margin-left:20px;
	margin-bottom: 5px;
}
.imageAndText .textBlock {
	overflow: hidden;
}

/* clear */
.imageAndText::after {
	content:" ";
	display:block;
	clear:both;}

/*iPad タブレット*/
@media screen and (max-width: 835px) {
}

/*iPhone スマートフォン*/
@media screen and (max-width: 599px) {
	.imageAndText .imageBlockLeft,
	.imageAndText .imageBlockRight,
	.imageAndText .imageBlockLeft2,
	.imageAndText .imageBlockRight2 {
		float:none;
		display: block;
		margin:0 auto 12px auto;
		text-align:center;
	}
}

/* Block
========================================== */
.block_container {
	margin-bottom:20px;
	width:100%;
}

.block_container .block_col2, .block_container .block_col3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.5%;
	justify-content: center;
}

.block_container .block_col2 > li {
	width: 49%;
}
.block_container .block_col3 > li {
	width: 32%;
}

/* clear */
.block_container::after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

/*iPad タブレット*/
@media screen and (max-width: 599px) {
	.block_container {
		margin-bottom:20px;
		overflow:hidden;
		width:100%;
	}
	
	.block_container .block_col2 , 
	.block_container .block_col3 {
		display: block;
	}
	.block_container .block_col2 li, .block_container .block_col3 li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.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;
	border-bottom: 1px dotted #ccc;
}
.table_type01 th {
	font-weight: bold;
}
.table_type01 td {
	background: rgba(255,255,255,.8);
}

.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: #eee;
	font-weight: 700;
}
.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_type01 th {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.table_type02,
	.table_type02 tbody,
	.table_type02 tr,
	.table_type02 th,
	.table_type02 td{
		display:block;
		width:100%;
	}
	.table_type02 tr {
		margin-bottom: 10px;
		border-bottom: 1px solid #888;
	}
	
	.table_type02 th,
	.table_type02 td{
		border-bottom:none;
	}
	
	/*.table_type02{
		border-bottom:1px solid #b6b6b6;
	}*/
	
}

/* Box
========================================== */
.box_type01 {
	border: 1px solid #ddd;
	padding: 15px 10px;
	background: rgba(255,255,255,.85);
}
.box_type02 {
	border: 1px solid #ddd;
	border-radius: 10px;
	background: rgba(255,255,255,.85);
	padding: 20px 15px 15px;
}
.box_type03 {
	border: 4px solid #68c6e0;
	border-radius: 10px;
	background: rgba(255,255,255,.85);
	padding: 20px 15px 15px;
}

