/* CSS Document */

/* 共済の設定 */

/*---------------------------------------------------------------------
共済の設定
---------------------------------------------------------------------*/
div#coop,
div#counter_lpa,
div#counter_lpa section h2{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}

/* coopの設定 */
div#coop{
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

div#coop a{
	background:#FFFFFF;
	display:inline-block;
	height:150px;
}

div#coop a img{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}

div#coop a:hover img{
	opacity:0.5;
}


/* counter_lpaの設定 */
div#counter_lpa section{
	background:#FFFFFF;
	width:335px;
	margin:0 40px;
	padding:15px;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.1);
}

div#counter_lpa section h2{
	min-height:90px;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

div#counter_lpa section > img{
	margin:20px 0 0;
}

div#counter_lpa section p{
	min-height:100px;
	margin:5px 0 0;
	font-size:90%;
}

div#counter_lpa section:last-of-type p{
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

div#counter_lpa section p a{
	background:url(../img/btn_arrow.png) no-repeat 265px center, #FFC222;
	width:100%;
	height:50px;
	text-decoration:none;
	color:#000000;
	border:1px solid #FFC222;
	border-radius:10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
	margin-top: 20px;
}

div#counter_lpa section p a:hover{
	background:url(../img/btn_arrow.png) no-repeat 270px center, #FFFFFF;
}

div#counter_lpa section .counterBtn{
	margin-top: 10px;
}

div#counter_lpa section .counterBtn a img{
	transition: 0.7s;
}

div#counter_lpa section .counterBtn a:hover img{
	opacity: 0.5;
}


/* contactの設定 */
div#contact{
	background:#EDEEDA;
	width:760px;
	margin:0 auto;
	padding:35px 20px;
	border:5px solid #E2DAC3;
	box-sizing:border-box;
}

div#contact > section:last-of-type{
	margin:50px 0 0;
}

div#contact h2{
	text-align:center;
}

div#contact p{
	margin:10px 0 0 30px;
	font-size:90%;
	line-height:1.4em;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}

div#contact ~ *{
	width:760px;
	margin:20px auto 0;
}

div#contact ~ p{
	text-align:right;
	font-weight:bold;
	font-size:1.25rem;
}

div#contact ~ section{
}

/* バナー領域
----------------------------------*/

div.bnr_bx{
    width:100%;
    max-width:960px;
    margin:0 auto 60px auto;
    text-align: center;
}

div.bnr_bx > a{
    display:inline-block;
}

div.bnr_bx > a:first-of-type{
    display:inline-block;
    margin-bottom:40px;
}

/* お役立ちコラム
----------------------------------*/

div.oyakudachi{
    width:100%;
    max-width:960px;
    margin:50px auto 60px auto;
    text-align: center;
    font-size:16px;
}

div.oyakudachi h2{
    max-width:400px;
    font-weight: bold;
    font-size: 34px;
    color: #CB4E51;
    margin:0 auto 30px auto;
    
    border-bottom: 2px solid #CB4E51;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.oyakudachi h2:before, div.oyakudachi h2:after {
    content: "";
    background: #CB4E51;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: -5.5px;
}
div.oyakudachi h2:before{
    left:0;
}
div.oyakudachi h2:after{
    right:0;
}

div.oyakudachi a{
    display:block;
}

div.oyakudachi .btn{
	text-align: center;
	margin-top: 30px;
}

div.oyakudachi .btn a{
	background:url(../../common/img/parts/black_arrow.png) no-repeat 95% center, #FFC222;
	width:275px;
	height:50px;
	margin:0 auto;
	text-decoration:none;
	color:#2A2A2B;
	border:1px solid #FFC222;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:0.7s;
}

div.oyakudachi .btn a:hover{
	background:url(../../common/img/parts/black_arrow.png) no-repeat 95% center, #FFFFFF;
}