@charset "utf-8";
/*===========================
add
===========================*/

/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
 .pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
 .pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none;}
@media screen and (max-width: 768px) {
 .pcOFFtabletONspOFF{display: block;}
}
@media only screen and (max-width: 600px) {
 .pcOFFtabletONspOFF{display: none;}
}

@media screen and (max-width: 768px) {
 .pcONtabletOFFspOFF{display: none;}
}

@media screen and (min-width: 769px) {
 .pcOFFtabletONspON{display: none;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
 .pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
 .pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

/*===========================
a
===========================*/
a{color: #2981c0;}
a.underline{text-decoration: underline !important;}

/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
 .center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
 .center-pcONtabletONspOFF{text-align: left;}
}

@media screen and (max-width: 768px) {
 .center-pcOFFspOFF{text-align: center;}
}


/*===========================
text
===========================*/
.txt-s{
 font-size: 0.9rem;
}
.txt-red{
 color: #e00303;
}

.fb-b{
 font-weight: bold;
}

.fb01{
 font-weight: bold;
 font-size: 1.1rem;
}

.fb02{
 font-weight: bold;
 font-size: 1.1rem;
 color: #1a54a5;
}

.fb03{
 font-weight: bold;
 font-size: 1.1rem;
 color: #e60000;
}

.fb04{
 font-weight: bold;
 font-size: 1.5rem;
 color: #1a54a5;
 line-height: 160%;
}
@media screen and (max-width: 768px) {
 .fb04{
	font-size: 1.2rem;
 }
}

.fb05{
 font-weight: bold;
 color: #e60000;
}


/*===========================
btn
===========================*/
/*btn01----------*/
.btn01{
 text-align: center;
 margin: 50px auto 0;
 width:250px;
}

.btn01 a{
 background-color: #2981c0;
 text-decoration: none;
 color: #fff;
 display: block;
 text-decoration:none;
 line-height:normal;
 padding:0.4em 1em;
 box-sizing: border-box;
 border-radius: 3em;
 -webkit-border-radius: 3em;
 -moz-border-radius: 3em;
}

.btn01 a:hover{
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
 -moz-opacity:0.7;
 -khtml-opacity: 0.7;
 opacity:0.7;
 zoom:1;

 transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
}


/*===========================
table
===========================*/
.top th,.cont1-add th,.cont2-add th,.cont3-add th{
 background-color: #e1e1e1 !important;
 text-align: center;
}

/*===========================
ph
===========================*/
/*s-ph----------*/
@media screen and (min-width: 769px) {
 .s-ph{
	width: 60%;
	margin: 0 auto 50px;
 }
}
@media screen and (max-width: 768px) {
 .s-ph{
	margin: 0 auto 30px;
	width: 94%;
 }
}


/*===========================
indent
===========================*/
.indent01{
 padding-left:1.4em !important;
 text-indent:-1.4em;
}

.indent02{
 padding-left:1.3em !important;
 text-indent:-1.3em;
}

.indent03{
 padding-left:1.1em !important;
 text-indent:-1.1em;
}

.indent04{
 padding-left:1.6em !important;
 text-indent:-1.6em;
}

.indent05{
 padding-left:1em !important;
 text-indent:-1em;
}

.indent06{
 padding-left:1.8em !important;
 text-indent:-1.8em;
}

.indent07{
 padding-left:2.3em !important;
 text-indent:-2.3em;
}


/*===========================
header
===========================*/
.logo img {
 max-width:370px;
}

@media screen and (max-width: 600px) {
 .logo img {
	 max-width:300px;
 }
}

/*===========================
top
===========================*/

/*===========================
 cont1-add
===========================*/

/*===========================
 cont2-add
===========================*/
/*box01----------*/
@media screen and (min-width: 769px) {
  .cont2-add .box01 th{
    width: 40%;
  }
}

.cont2-add .box01 td{
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.cont2-add .box01 .contPad60p{
		width: 100%;
	}
}

/*box02----------*/
.cont2-add .box02 th{
  background-color: #c1d4e9 !important;
}

@media screen and (min-width: 601px) {
	.cont2-add .box02 td:nth-child(1){
		width: 45%;
	}
}

.cont2-add .box02 td:nth-child(1){
	background-color: #dce8f5;
}

@media screen and (max-width: 768px) {
	.cont2-add .box02 .contPad60p{
		width: 100%;
	}
}





/*===========================
 cont3-add
===========================*/

/*===========================
footer
===========================*/
footer .footerlogo{
	width: 320px;
}

@media screen and (max-width: 768px) {
	footer .footerlogo{
  	margin: 0 auto 20px;
  }
}

@media screen and (max-width: 600px) {
	footer .footerlogo{
  	width: 100%;
  }
}





/*-----------
   色変更
-----------*/

/* 基本　#1a54a5; */

.fcBasic {
	color:#1a54a5 !important;
}

.bgBasic {
	background-color:#1a54a5 !important;
}



/* column  */

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #00aa9f;;
	background: rgba(255,255,255,.95);
}

/* table  */

table.table3 th {
	background-color:#e1e1e1;
	color:#333;
}

table.table2 th {
	background-color:#e1e1e1;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}

.tdColGreen {
	background:#ECF5D1!important;
	text-align:center;
	vertical-align:middle;
}

.tdColBlue {
	background:#F3F7FC!important;
	text-align:center;
	vertical-align:middle;
}

.tdColPink {
	background:#FEE7E0!important;
	text-align:center;
	vertical-align:middle;
}


/* addon-circle */

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#00aa9f;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#00aa9f;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#00aa9f;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#00aa9f;
}

/* catch */

h3.h3Catch1 {
	color:#1a54a5;
}

h3.h3Catch2 {
	color:#1a54a5;
}

/* catchiphrase */

.catch1 {
	color:#1a54a5;
}

.catch2 {
	color:#1a54a5;
}

.catchS {
	color:#00aa9f;
}

/* list */

ul.liCircle li::before {
	background:#fff;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(253,253,253,.9);
}

.area_flowC .inner_flow .largeTxt {
	color:#00aa9f;
	border-bottom:1px dotted #CCC;
}



.txtIcon3 {
    background-color: #00aa9f;
}

/* 枠  */

.boxSimple {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;

}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}






* 囲み */

.boxSimple {
	border: solid 1px #CCC;
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

 /* index_wp flexバージョン　*/
  
.index_wp ul {
	max-height:460px;
	overflow: auto;
}
 
.index_wp ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	
    margin-bottom: 10px;
    padding-bottom: 10px;
	margin-right:20px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;

}
.index_wp .wp_category {
    margin-left: 10px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
	background-color:#1a54a5;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
}



@media only screen and (max-width: 768px) {


.index_wp .thumbnail {
}

.index_wp .data {

}
.index_wp .title {

}


}

@media only screen and (max-width: 600px) {


.index_wp ul li {
	display: block;
}

.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
	margin-left: 0;
	display:inline-block;
}

.index_wp .wp_category {
    margin-left: 10px;
	display:inline-block;
	margin-bottom:10px;
}

.index_wp .title {
	display: block;
    margin-left: 0;
}


}




