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

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


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255, 255, 255, .9);
}
.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_60p {
	border:4px dashed #EBC97A;
	;
	background: rgba(255, 255, 255, .95);
}
/* table  */ 

table.table3 th {
	background-color:rgba(52,89,125,.2);
	color:#333;
}
table.table2 th {
	background-color:rgba(52,89,125,.2);
	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;
}



/* addon-circle */ 

.circle-big::before {
 color: #FFF;
 background:#F59338;
}
 ol.liFeature li::before {
 color: #FFF;
 background:#EEB853;
}
/* buttons */

.txtBnr a {
	background-color:#34597d;
}
.txtBnr2 a {
	color:#FFF;
	background-color:#34597d;
	;
	margin:0.4em 0;
}
.txtBnr3 a {
	color:#FFF;
	background-color:#34597d;
}
.txtBnrInline a {
	color:#FFF;
	background-color:#34597d;
}
/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#34597d;
}
.txtContacBnrPC {
	color:#FFF;
	background-color:#34597d;
}
.txtBA {
	color:#FFF;
	background-color:#34597d;
}
/* catch */

h3.h3Catch1 {
	color:#EEA011;
}
h3.h3Catch2 {
	color:#EEA011;
}
/* catchiphrase */

.catch1 {
	color:#34597d;
}
.catch2 {
	color:#34597d;
}
.catchS {
	color:#34597d;
}

/* list */

ul.liCircle li::before {
 background:#34597d;
}
/* flow */


.area_flowC .inner_flow {
	background: rgba(254, 254, 254, .95);
}
.area_flowC .inner_flow .largeTxt {
	color:#34597d;
	border-bottom:1px dotted #CCC;
}

.r-number {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 82px;
    font-size: 46px;
	background-color: #34597d;
	color: #fff;
}
.box-type1{
    position: relative;
    padding: 1.5em 2.5em;
    border-top: solid 1px #34597d;
    border-bottom: solid 1px #34597d;
}
.box-type1:before, .box-type1:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #34597d;
}
.box-type1:before {left: 10px;}
.box-type1:after {right: 10px;}
.marker {
background: linear-gradient(transparent 70%, #eae14e 70%);
    padding: 0 3px;
}
.title-type1 {
	position: relative;
	text-align: center;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font-size: 1.8em;
}
.title-type1::after {
	content:  '';
	width: 50px;
	height: 2px;
	background-color: #34597d;
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
}
.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    padding: 10px 15px;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width:600px){
    .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
}

@media screen and (min-width:641px){
    .li-type1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .li-type1::after {
        content: "";
        display: block;
        width: calc(100% / 3);
        height: 0;
    }
	.li-type1 li {
		width: calc(100% / 3);
		box-sizing: border-box;
	}
}
@media screen and (max-width:768px){
	.area_flowC .f-wrap {
		flex-direction: column;
	}
	.area_flowC .f-wrap .f-item1-4 ,
	.area_flowC .f-wrap .f-item3-4 {
		width: 100%;
	}
}