@charset "utf-8";


/*pagetitle
************************************************************************************/
.pagetitle{
	background: #cde9ff;
	height: 270px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pagetitle img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}
.pagetitle .titlebox{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	margin: auto;
	z-index: 20;
	color: #000;
}
.pagetitle .titlebox h1{
	font-size: 2.25em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
}

@media screen and (max-width: 979px){
    .pagetitle{
        height: 180px;
    }
    .pagetitle .titlebox{
        width: 98%;
    }
    .pagetitle .titlebox h1{
        font-size: 1.75em;
    }

}
@media screen and (max-width: 768px){
    .pagetitle{
        height: 150px;
    }

}
@media screen and (max-width: 620px){
    .pagetitle{
        height: 130px;
    }
}
@media screen and (max-width: 480px){
}


/*タイトル 章タイトル等
************************************************************************************/
/* 主にh1 */
.title_lv1{
	margin: 1.5em auto 2em auto;
	text-align: center;
	font-size:  2.25rem;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.title_lv1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 3px;
}
@media screen and (max-width: 979px){
    .title_lv1{
        font-size:  1.75rem;
    }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/* 主にh2 */
.title_lv2{
	margin-bottom: .8em;
	padding-left: 30px;
    font-size: 1.875rem;
    padding: 7px 0 7px 15px;
	font-weight: normal;
    position: relative;
    border-bottom: 1px solid #dedede;
} 
.title_lv2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: #0085cc;
}


/* 主にh3 */
.title_lv3{
	margin-bottom: .5em;
	padding-left: 30px;
	font-weight: normal;
    position: relative;
	font-size: 1.375rem;
}

.title_lv3:before{
    content: '';
    position: absolute;
    top: 0.8em;
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #006ea8;
}
.title_lv3:before {
    left: 0;
}


/* 見出し　主にh4 */
.title_lv4{
	margin-bottom: .5em;
	font-size: 1.1875rem;
	font-weight: normal;
}

@media screen and (max-width: 979px){
	.title_lv2{
		font-size:  1.625rem;
	} 
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}




/* リスト
************************************************************************************/
/* →四角赤背景 */
ul.arrow_redsquare > li{
	margin: 0 0 .8em 0;
	padding-left: 25px;
	background: url("../../img/common/icon_arrow_bgred_for_list.svg") no-repeat left top .3em;
}
/* > 薄緑 */
ul.arrow_green > li{
	margin: 0 0 .4em 0;
	padding-left: 20px;
	background: url("../../img/common/icon_arrow_lightgreen_for list.svg") no-repeat left top .6em;
}



/* btn
************************************************************************************/
.btn_next,
.btn_prev{
	text-indent: 0!important;
	text-align: center;
}
.btn_next a{
	padding: 15px 60px 15px 30px;
	min-width: 228px;
	border: 1px solid #3388b6;
	color: #2f6fbb;
	background: #FFF url("../../img/common/ar_next.svg") no-repeat right 30px center;
	line-height: 1;
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}
.btn_next a:hover{
	background: #e4f6ff url("../../img/common/ar_next.svg") no-repeat right 30px center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}
.btn_next.ssize a{
	padding: 10px 50px 10px 20px;
}
.btn_next.ssize a:hover{
	background: #eee url("../../img/common/ar_next.svg") no-repeat right 30px center;
}


.btn_prev a{
	padding: 15px 30px 15px 40px;
	min-width: 228px;
	display: block;
	border: 1px solid #3388b6;
	text-align: right;
	color: #2f6fbb;
	background: #FFF url("../../img/common/ar_prev.svg") no-repeat left 33px center;
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	display: inline-block;
}
.btn_prev a:hover{
	background:url("../../img/common/ar_prev.svg") no-repeat left 33px center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}

@media screen and (min-width: 980px) {
    .btn_next a,
    .btn_prev a{
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .btn_next a:hover{
	background: #e4f6ff url("../../img/common/ar_next.svg") no-repeat right 20px center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
    }

    .btn_prev a:hover{
        background:#e4f6ff url("../../img/common/ar_prev.svg") no-repeat left 20px center;
        -moz-background-size: 17px auto;
        background-size: 17px auto;
    }
}

@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/*contents top
************************************************************************************/
.page_contents_top ul.top_menu{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
}
.page_contents_top ul.top_menu li{
	margin: 0.5%;
	width: 24%;
	border: 2px solid #dedede;
    padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
}
.page_contents_top ul.top_menu li .ill{
}
.page_contents_top ul.top_menu li .ill img{
    height: 50px;
    width: auto;
    margin: auto;
    margin-top: 20px;
}
.page_contents_top ul.top_menu li .cnt_ttl a{
    color: #2681c4;
    text-decoration: none;
    font-size: 1.675rem;
    font-weight: normal;
}
@media screen and (min-width: 980px) {
    .page_contents_top ul.top_menu li{
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .page_contents_top ul.top_menu li:hover{
        border: 2px solid #2681c4;
    }

}


@media screen and (max-width: 979px) {
    .page_contents_top ul.top_menu{
        -webkit-justify-content: flex-start;
        justify-content:flex-start;
    }
    .page_contents_top ul.top_menu li{
        width: 32%;
    }
}
@media screen and (max-width: 768px){
    .page_contents_top ul.top_menu li{
        width: 49%;
    }
}
@media screen and (max-width: 620px){
    .page_contents_top ul.top_menu li{
        width: 99%;
    }
}

/* ページナビ・メニュー
************************************************************************************/

#page_indexmenu{
	margin: 15px 0;
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#page_indexmenu li{
	margin: 0 0.5% 10px 0.5%;
	padding: 0;
	width: 24%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background: #d2e4f9;
}
#page_indexmenu li a{
	padding: 10px 10px 15px 10px;
	display: block;
	text-decoration: none;

}

@media screen and (min-width: 980px) {
    #page_indexmenu li{
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    #page_indexmenu li:hover{
        background: #9dc3ef;
    }

}
@media screen and (max-width: 979px){
	#page_indexmenu{
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	#page_indexmenu li{
	    margin: 3px 0.5% 0 0.5%;
        width: 31%;
	}
	/* 最後の行を左寄せ */
	#page_indexmenu::after{
		content:"";
		display: block;
		width: 31%;  /* liの幅 */
	}
	#page_indexmenu li a{
		padding: 15px 10px 12px 10px;
		border-bottom: 3px solid #dadada;
	}
}
@media screen and (max-width: 768px){
	#page_indexmenu li{
		width: 48%;
	}
}
@media screen and (max-width: 620px){
	#page_indexmenu li{
		width: 98%;
	}
}
@media screen and (max-width: 480px){
}


/*ページトップの画像とコメント
--------------------------------------------------*/
#page_cmt{
	padding: 36px;
	background: #fff1f1;
}
#page_cmt ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#page_cmt ul .photo{
	padding-right: 36px;
	width: 31%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_cmt ul .photo img{
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	display: block;
}
#page_cmt ul .txt{
	width: 69%;
}

@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
	#page_cmt{
		padding: 36px 0;
	}
	#page_cmt ul{
		align-items: flex-start;
	}
	#page_cmt ul .photo{
		padding-right: 0;
		width: 40%;
	}
	#page_cmt ul .txt{
		width: 56%;
	}
}
@media screen and (max-width: 620px){
	#page_cmt ul{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#page_cmt ul .photo,
	#page_cmt ul .txt{
		width: 100%;
	}
	#page_cmt ul .photo img{
		width: auto;
	}
	#page_cmt ul .txt{
		padding: 20px 10px 0 10px;
	}
}
@media screen and (max-width: 480px){
}




/*article
************************************************************************************/
article {
	padding-bottom: 30px;
	margin-bottom: 30px;
}


/*section
************************************************************************************/
.section{
	margin: auto;
	padding: 10px 0 60px 0;
	text-align: left;
	word-break: break-all;
}
.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .section{
    height: 1em;
}
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}

.section:last-child{
	padding: 10px 0;
}


.section_box{
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}

.section_innner{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.section:last-child .section_innner:last-child{
	padding-bottom: 0;
	margin-bottom: 10px;
}

.section_line{
	margin:20px 0;
	padding:20px 10px;
	border-bottom: 3px solid #dcdcdc;
}
.section_line:first-child{
	margin:0 0 20px 0;
	padding:0 10px 20px 10px;
}

.frame_box_bgcolor{
	margin-bottom: 1em;
	padding: 15px 25px;
	background-color: #eaf5f0;
	border: 1px solid #85b49b;
}

.text{
	/*padding: 10px;*/
	padding: 0 10px 10px 10px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text20{
	padding: 20px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text p,
.text20 p{
	padding-bottom:1em;
}
.text p:last-child,
.text20 p:last-child{
	padding-bottom: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}

.box_line{
	border-bottom: 1px solid #ededed;
}


.div_table{
	display: table;
    table-layout: fixed;
    width: 100%;
}
.div_table .cell{
	display: table-cell;
}
.div_table .cell.middle{
	vertical-align: middle;
}
.div_table .cell.top{
	vertical-align: top;
}

.bg_gry{
	background: #f1f1f1;
}



@media screen and (max-width: 979px) {
	.section_innner{
		padding: 0 10px 15px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section{
		margin: 0;
	}
}
@media screen and (max-width: 768px){
	.section_line{
		padding:20px 10px;
	}
    .div_table{
        display: block;
        width: 100%;
    }
    .div_table .cell{
        display: block;
        padding: 0 5px 20px 5px;
    }
}
@media screen and (max-width: 620px) {

}
@media screen and (max-width: 480px){
}



/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 5px auto 15px auto;
	width: 100%;
	border:1px solid #17c2c9;
}

table.normal caption,
.cms-posts table caption{
	padding: 10px 0;
	text-align: left;
	caption-side: top;
	width: 100%;
	display: block;
}

table.normal thead th,
.cms-posts table thead th{
	padding: 7px;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #3388b6;
	color: #FFF;
}
table.normal thead tr th:last-child,
.cms-posts table tr thead th:last-child{
	border-right:1px solid #3388b6;
}

table.normal tbody th,
.cms-posts table tbody th{
	padding: 7px 1em;
	text-align: center;
	font-weight:normal;
	background-color: #d2e4f9;
	border: 1px solid #3388b6;
}

table.normal tbody th a,
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 7px 1em;
	border: 1px solid #3388b6;
}
table.normal tbody td.sub_th,
.cms-posts table tbody td.sub_th{
	background: #eee;
	font-weight: bold;
}


table.normal tbody tr.lines,
.cms-posts table tbody tr.line{
	border-top: 3px solid #17c2c9;
}
table.normal.center td{
	text-align: center;
}

table.normal.wfree,
.cms-posts table.wfree{
	margin: 5px 0 15px 0;
	width: auto;
}
table.normal.wfree th,
table.normal.wfree td,
.cms-posts table.wfree th,
.cms-posts table.wfree td{
	padding: 10px 2em;
}

@media screen and (max-width: 620px) {
	table.normal{
		display: block;
		border: none !important;
		width: 100%;
	}
	table.normal thead{
		display: none;
	}
	table.normal tbody{
		display: block;
		width: 100%;
		border: none !important;
	}
	table.normal tr{
		display: block;
		margin-bottom: .3em;
		width: 100%;
	}
	table.normal th,
	table.normal td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		border: none !important;
	}
	table.normal th{
		list-style-type: none;
		display: block;
		background: #ededed;
		border: none !important;
	}

	table.normal td{
		margin-left: 0;
		list-style-type: none;
		padding-left: 5px;
		border: none !important;
	}
}



table.lineBtm{
	width: 100%;
	border: 0;
}

table.lineBtm th{
	border-bottom: 1px solid #c2c4c8;
	padding: 10px 15px;
	text-align: left;
}
table.lineBtm td{
	border-bottom: 1px solid #c2c4c8;
	padding: 10px 15px;
}


dl.normal dt{
	font-weight: bold;
	color: #0085cc;
	padding: 0 0 0 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 10px 1em;
}




@media screen and (max-width: 620px) {
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone thead{
		display: none;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		width: 100%;
		padding: 5px 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		border: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
		background: #ededed;
	}

	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		padding-left: 25px;
	}
}

/*cms-posts
************************************************************************************/
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.cms-posts img{
	max-width: 100%;
	height: auto;
}
.cms-posts ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

.cms-posts ol li{
	margin: 0 0 1em 2.5em;
	background: none;
	line-height: 2.0 !important;
	list-style-type: none;
}

.cms-posts ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #353b48;
	color: #FFFFFF;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	line-height: 2.0 !important;
	margin: 0 7px 0 -2.5em;
}
.cms-posts ol.color_red li:before {
	background: #ff0000;
}

.cms-posts ol li p,
.cms-posts ol li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}

.cms-posts ul{
	list-style-type: none;
	margin: 0;
}
.cms-posts li{
	margin: 5px 0;
	padding: 0 0 0 1.2em;
}
.cms-posts li:before{
	display: marker;
	color:#2faa54;
	content: "●";
	float: left;
	margin-left: -1.2em;
}
.cms-posts li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
	color:#000;
}


/*ページング
----------------------------------------------------------------------*/
.page_navi{
	text-align: center;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

ul.page_navi li span{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

ul.page_navi li:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}
