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

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

/* 基本　#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 #3e5e9b;
	background: rgba(255,255,255,.9);
}

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

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

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


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

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

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

.column4_60p {
	border:4px dashed #3e5e9b;;
	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:#3e5e9b;
}



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



.txtBnr3 a {
	color:#FFF;
	background-color:#3e5e9b;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#3e5e9b;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#3e5e9b;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#3e5e9b;
}

/* catch */

h3.h3Catch1 {
	color:#3e5e9b;
}

h3.h3Catch2 {
	color:#3e5e9b;
}

/* catchiphrase */

.catch1 {
	color:#3e5e9b;
}

.catch2 {
	color:#3e5e9b;
}

.catchS {
	color:#3e5e9b;
}

/* list */

ul.liCircle li::before {
	background:#3e5e9b;
}

/* flow */


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

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



.txtIcon3 {
    background-color: #3e5e9b;
}

/* 枠  */ 

.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);
}
.p-ttl {
	font-size:1.2em;
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
}
.p-ttl02 {
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	margin-bottom:0px;
		padding-bottom:0.3em;
	border-bottom:1px solid #3e5e9b;
}
.p-ttl04 {
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	margin-bottom:0px;
		padding:0.3em;
	border-bottom:1px solid #3e5e9b;
	color:#fff;
	background:#3e5e9b;
}
.tbl-1 th {
	width:25%;
}
#anchor01,#anchor02,#anchor03,#anchor04,#anchor05 {
    margin-top:-110px;
	padding-top:110px;
}
@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;
}
.p-ttl {
	font-size:1.16em;
}
.p-ttl04 {
	font-size:1.0em;
	font-weight:400;
	border-bottom:1px solid #3e5e9b;
}
}
.line-cnt {
	line-height:2.0;
	letter-spacing:0.05em;
}
.txtBnrA {
	color: #FFF;
    background-color: #3e5e9b;
    margin: 0.4em 0;
	text-decoration: none;
    line-height: normal;
    padding: 0.2em 2.5em 0.2em 2em;
    margin: 0.4em 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.box-sd {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd04 {
    padding: 2em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.box-sd04 {
    padding: 1.2rem;
    box-sizing: border-box;
}

}

.box-feature {
	     background-color: #3e5e9b;
	position: relative;
    width: 800px;
    padding: 3em;
    color: #fff;
}


.box-wrap {
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:#3e5e9b;
	padding:0.2em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-ttl02 {
	text-align:center !important;
	padding:0.2em;
	color:#3e5e9b;
	border-bottom:1px solid #3e5e9b;
	padding-bottom:5px;
	margin-bottom:5px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-ttl02:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #ccc;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
.box-cnt02 {
	width:100%;
	margin:0px auto 0em;
	padding:0.0em 1.8em 0.0em;
	box-sizing:border-box;
}
.box-cnt04 {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.2em;
	background:#fff;
	box-sizing:border-box;
}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 30%;
  padding:0.2em;
  box-sizing:border-box;
  border-bottom:1px dotted #3e5e9b;
}
dl.dl-flex dd {
  flex-basis: 70%;
	padding:0.2em;
    box-sizing:border-box;
	border-bottom:1px dotted #3e5e9b;
}
@media screen and (max-width: 768px) {
	.box-feature {
   width: 100%;
    padding: 2em;
}
 dl.dl-flex {
   flex-flow: column;
 }
}
.btn-b a {
    text-decoration: none;
    text-align: center;
	  background: #3e5e9b;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.8em 0.2em 1em;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	    width:300px;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.btn-w a {
    text-decoration: none;
    text-align: center;
	  background: #fff;
    color: #3e5e9b;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.8em 0.2em 1em;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	    width:300px;
    -webkit-transition: all .3s;
}
.btn-w a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-w a::after {
    border-left: 4px solid #3e5e9b;
}
.btn-w a:hover {
    opacity:0.7;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
	margin-bottom:0px;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

.h4-ttl {
	text-align: center;
	font-size:1.2em;
	font-weight: 600;
	padding-bottom:0.3em;
	border-bottom:1px solid #3e5e9b;
}
@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:98%;
	margin-right:0%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
ul.circle-2col > li.long {
    margin-bottom: 0.9em;
}
.h4-ttl {
	text-align: center;
	font-size:1.1em;
	font-weight: 600;
	padding-bottom:0.3em;
	border-bottom:1px solid #3e5e9b;
}
.btn-w a,.btn-w a,.btn-b a {
	width:100%;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
.res-mb-f {
	margin-bottom:100px;
}

@media only screen and (max-width: 768px) {
.res-mb-f {
	margin-bottom:20px;
}
.res-mb-f02 {
	margin-bottom:20px;	
}

.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}

.bxslider .bx-controls-direction {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1em;
		width: 100%;
		height: 0px;
	}
	.bxslider .bx-controls-direction a {
		width: 40px;
		height: 40px;
		display: block;
		background: rgba(0,0,0,0.8);
		position: relative;
		text-indent: -100%;
		overflow: hidden;
	}
	.bxslider .bx-controls-direction a:hover {
		background: rgba(0,0,0,0.4);
	}
	.bxslider .bx-controls-direction a:before,
	.bxslider .bx-controls-direction a:after {
		content: '';
		position: absolute;
		top: 12px;
		left: 8px;
	}
	.bxslider .bx-controls-direction a:after {
		width: 16px;
		height: 16px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.bxslider .bx-controls-direction a.bx-prev:after {
		transform: rotate(-135deg);
		left: 16px;
	}
	.bxslider .bx-prev {
		float: left;
	}
	.bxslider .bx-next {
		float: right;
	}
