@charset "UTF-8";
/* CSS Document */	
*{
	box-sizing: border-box;
}
body{
	margin: 0;
    padding: 0;
	font-family: 'M PLUS 1p', sans-serif;
}
header{
	margin: 0;
	padding: 0;

}
footer{
	display: none;
	position: fixed;
	margin: 0px;
	bottom: 0px;
	width: 100%;
	height: 110px;
	padding: 0px;
}
main{
	margin: 0;
	padding: 0;
}
section{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
	margin: 0;
	padding: 0;

}
a{
	text-decoration: none;
	color: black;
}
a:hover{
    color: #009CD9;
}
div img{
  vertical-align: top;
}

h1{
	margin: 0;
	padding: 0;
}

p{
	font-family: 'M PLUS 1p', sans-serif;
}

.sp{
	display: block;
}
.pc{
	display: none;
	}
.pc-header-area{
	display: none;
	}

.header-area{
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    width: 100%;
    height: 115px;
    padding: 0;
    margin: 0;
    color: #fff;
    box-shadow: 0 0 7px #8F8F8F;
    z-index: 300;
}
.logo-area{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 80px;
	align-items: center;
	border-bottom: solid 5px #3FACEF;
}
.logo img{
	width: 90%;
}
.logo{
	margin: 0px 0px 0px 10px;
}
.sp-header-tel{
	background-color: #0f4da1;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 2.2em;
    margin: 0;
    padding: 0;
}
.sp-tel{
    height: 35px;
    margin: 0px;
}
.sp-tel a{
    color: #FFCE00;
}
.sp-tel a:hover{
    color: #009CD9;
}
.privacy-area{
    display: flex;
    margin: 0;
    padding: 0;
    height: 35px;
    background-color: #ECECE6;
    justify-content: center;
    align-items: center;
}
.address-box{
	color: #fff;
	font-style: normal;
	font-size: 0.8em;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
	padding-top: 10px;
	background-color: #0f4da1;
	text-align: center;
	height: 110px;
}
.address-box a{
	color: #fff;
	text-decoration: none;
}
/*.outbox{
	padding: 0 15px;
	margin: 0 auto;
}*/
/*============
.toggle_btn+++
=============*/
.sp-nav-toggle{
	position: relative;
	margin-top: 2px;
	margin-right:10px;
	font-family: 'M PLUS 1p', sans-serif;
	padding-left: 20px;
}
.sp-nav-hidden{
	display: none;
}
#sp-nav-open{
    display: inline-block;
    width: 40px;
    height: 25px;
    vertical-align: middle;
}
#sp-nav-open span,
#sp-nav-open span::before,
#sp-nav-open span::after{
	content: '';
	position: absolute;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #555555;
	display: block;
	cursor: pointer;
}
#sp-nav-open span::before{
	bottom: -8px;
}
#sp-nav-open span::after{
	bottom: -16px;
}
#sp-nav-close{
	display: none;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
#sp-nav-input:checked ~ #sp-nav-close{
	display: block;
	opacity: 0.5;
}
#sp-nav-input:checked ~ #sp-nav-contents{
	transform:translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,0.15);
}
#sp-nav-contents{
	overflow: auto;
	position:fixed;
	top: 0px;
	left: 0;
	z-index: 300;
	width: 70%;
	max-width: 300px;
	height: 100%;
	background: rgba(9,98,219,0.8);
	transition: 0.3s ease-in-out;
	transform: translateX(-105%);
}
.sp-nav-menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	text-transform: uppercase;
	font-family: 'M PLUS 1p', sans-serif;
}
.sp-nav-item{
	border-bottom: 1px dotted #eee;
	margin: 10px;
	padding-bottom: 20px;
}
.sp-nav-item a{
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	width: 220px;
	text-align: center;
}

.fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
.fade.scroll {
　opacity : 1;
　transform : translate(0, 0);
}

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


/*****確定拠出****/
.sp-header-nenkin{
    /*background-color: #0f4da1;*/
	background-color: #0f4da1;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 2.2em;
    margin: 0;
    padding: 0;
}

.sp-nenkin{
    height: 35px;
    margin: 0px;
	color: #EAF6FD;
}	
#nenkin-wrapper{
    width: 100%;
    margin: 115px 0 0px;
}
.nenkin-wrapper-inner{
	padding-top: 115px;
	margin-top: -115px;
}
.nenkin-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin: 40px auto 80px;
}
.nenkin-nayami{
    display: flex;
    flex-direction: column;
    width: 85%;
    border-radius: 20px;
    margin: 0 auto 30px;
    padding: 20px 20px 30px;
    box-shadow: 0 0 10px #527D9F;
    -webkit-box-shadow: 0 0 10px #527D9F;
	align-items: center;
	}
.nenkin-nayami-blue{
	background-color: #B5DEEA;	
	}
.nenkin-nayami-white{
	background-color: #FFF1B9;	
	}
.nayami-illust-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	}
.nayami-ciecle{
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	width: 130px;
	height: 130px;
	}
.nayami-ciecle-white{
    box-shadow: 0 0 15px #88C2CB;
    -webkit-box-shadow: 0 0 10px #88C2CB;
	}
.nayami-ciecle-orange{
    box-shadow: 0 0 10px #DDB66D;
    -webkit-box-shadow: 0 0 15px #DDB66D;
	}
.nayami-title{
	position: absolute;
	top:22%;
	left:50%;
	width: 180px;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: 500px;
	text-align: center;
	}
.nayami-title-blue{
    color: #3B97B7;
	}
.nayami-title-orange{
    color: #D77E00;
	}
.text-dot{
	position: relative;
	padding-top: 0.2em;	
	}
.text-dot::before {
	position: absolute;
	content: "・";
	top: -45%;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 1em;
	color: #CF620C;
}
.nayami-illust{
	width: 140px;
	object-fit: contain;
	margin: 0;
	}
.nayami-heading{
	margin: 25px 0 15px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	width: 100%;
	}
.nayami-heading-blue{
    background-color: #33839F;
    color: #fff;
	}
.nayami-heading-orange{
    background-color: #D77E00;
    color: #fff;
	}
.nayami-text-p{
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	text-align: justify;
	width: 100%;
	}
.nayami-text-p-orange{
    color: #C63109;
	}
.nayami-text-small{
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 18px;
	align-items: center;
	}


.nenkin-text{
	color: #000;
	}	
#nenkin-mv-area{
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding: 0;
}
.nenkin-mv{
	width: 100%;
	background-image: url("img/main_sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#nenkin-mv-area h1{
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	margin: 30px 0;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	text-shadow: 0 0 5px #12264F,0 0 5px #12264F;
}



.nenkin-title{
	margin: 50px 10px 40px;
	padding: 0;
	font-size: 19px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	color:#69625C;
}
.nenkin-text-small{
	display: block;
	font-size: 13px;
	margin-left: -240px;
	margin-bottom: -35px;
	line-height: 0.5em;
}
.nenkin-text-large{
	font-size: 26px;
}
.nenkin-text-orange{
    color: #CF620C;
}
.nenkin-title-p{
	margin: 0 auto 60px;
	width: 88%;
	font-size: 13px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 0;
	border-top: dashed 1px #4D4D4D;
	border-bottom: dashed 1px #4D4D4D;
	}
.nenkin-tel{
	margin: 0 auto;
	text-align: center;
	background-image: url("img/yellow_back.gif");
	padding: 40px 0;
	}
.nenkin-tel img{
	width: 90%;
}
.nenkin-heading{
    padding: 35px 0;
    background-color: #3FACEF;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #22607C;
	}
.nenkin-back-gray{
	background-image: url("img/gray_back.gif");
	margin: 0;
	padding: 0;
	}
.nenkin-box-waku{
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	width: 100%;
	height: 100%;
	}
.nenkin-box-waku-A{
	padding-left: 35px;
	}
.nenkin-about-h{
	margin-bottom: 10px;
	margin-top: 40px;
	line-height: 1.3em;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #118EE2;
	}
.nenkin-about-h:after{
	/*①*/
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #009CD9 3px solid;
	border-right: #009CD9 3px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left: -20px;
	top:0;
	bottom:0;
	margin:auto;
}

.nenkin-about-p{
	line-height: 1.7em;
	letter-spacing: 0.05em;
	padding-bottom: 40px;
	border-bottom: solid 1px #3FACEF;
	font-size: 0.9em;
	text-align: justify;
	}
.nenkin-about-p:last-child{
	border-bottom:none;
	padding-bottom: 40px;
	}
.nenkin-box-features{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom : 20px;
	}
.nenkin-features{
	width: 100%;
	margin: 0;
	padding: 0 10px;
	}
.nenkin-arrow{
	margin: -20px auto 20px;
	width: 15px;
	height: 15px;
	border: 3px solid;
	border-color: transparent transparent #118EE2 #118EE2;
	transform: rotate(-45deg);
}
.nenkin-features-word{
    font-size: 22px;
    font-weight: 700;
    color: #616161;
	text-align: center;
	margin: 5px 0 20px;
	}
.nenkin-features-heading{
    background-color: #DFF1F7;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    color: #118EE2;
    text-align: center;
	}
.nenkin-features-text{
	font-size: 0.95em;
	margin: 0 0 10px;
	background-color: #fff;
background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
	line-height: 2em;
	padding: 2.1em 0.5em 1.98em 0.5em;
}
.nenkin-box-text{
	margin: 20px 0 40px;
	line-height: 1.6em;
	font-size: 1em;
	text-align: justify;
	}
.nenkin-figure{
	display: block;
	margin: 0 auto 50px;
	width: 100%;
	}
.nenkin-figure-group{
	display: block;
	margin: 0 0 50px 1px;
	width: 100%;
	}
.nenkin-figure-flow{
	display: block;
	margin: 30px auto 50px;
	width: 100%;
	}
.nenkin-flow-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px 0 100px;
    padding: 0;
    align-items: center;
    align-content: flex-start;
}
.nenkin-flow-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -30px 0 -50px;
	padding: 0 17%;
}
.nenkin-circle{
	position: relative;
	border-radius: 50%;
}
.circle-size180{
	width: 160px;
	height: 160px;
}
.circle-color-blue{
    border: 2px solid #118EE2;
    background-color: #E9F5FD;
}
.circle-color-green{
    border: 2px solid #0EBF3B;
    background-color: #E9FDEE;
}
.circle-color-gray{
    border: 2px solid #616161;
    background-color: #F1F1F1;
}
.nenkin-flow-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	width: 140px;
	color: #616161; 
	text-align: center;
}
.text-blue{
	color: #118EE2;
	font-size: 26px;
}
.text-green{
    color: #0EBF3B;
    font-size: 26px;
}
.text-gray{
    color: #616161;
    font-size: 26px;
}
.nenkin-flow-p{
	margin: 20px auto;
	width: 100%;
	max-width: 768px;
	line-height: 1.7em;
	text-align: justify;
}
.nenkin-arrow-pict{
	margin: 0;
	padding: 0;
	width: 30px;
	transform: rotate(90deg);
}
.nenkin-title-group{
	margin: 50px 0 55px;
	padding: 0;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	color:#69625C;
}
.subscriber-page{
	display: block;
	margin: 40px 0;
	position: relative;
	}
.login-base{
	width: 100%;
}
.login-botan{
	position: absolute;
	top: 15%;
	left: 61%;
	width: 35%;
	}
.login-botan:hover{
    box-shadow: 0 0 15px 0 #8AFF39;
    -webkit-box-shadow: 0 0 15px 0 #8AFF39;
	}
.nenkin-flow-move{
	margin-left: 20px;
	}

@media only screen and (min-width:400px){
.tel-top-icon{
    width: 42px;
    height: 26px;
	}
.tel-icon{
	display: inline-block;
    width: 40px;
    height: 25px;
    background: url(img/tel_blue_icon.svg) no-repeat;
}
.freedial-icon{
	display: inline-block;
    width: 42px;
    height: 23px;
    background: url(img/free_dial.svg) no-repeat;
}
.inquiry-tel-icon{
	display: inline-block;
    width: 9vw;
    height: 5.9vw;
    background: url(img/tel_blue_icon.svg) no-repeat;
}
.inquiry-freedial-icon{
	display: inline-block;
    width: 11vw;
    height: 5.8vw;
    background: url(img/free_dial.svg) no-repeat;
}
.box-private h3,
.box-corporation h3{
}
}
@media only screen and (min-width:500px){
.nenkin-flow-p{
	width: 460px;
}
.tel-top-icon{
    width: 54px;
    height: 35px;
	}
.tel-icon{
	display: inline-block;
    width: 50px;
    height: 32px;
    background: url(img/tel_blue_icon.svg) no-repeat;
}
.freedial-icon{
	display: inline-block;
    width: 58px;
    height: 31px;
    background: url(img/free_dial.svg) no-repeat;
}
.inquiry-tel-icon{
	display: inline-block;
    width: 9vw;
    height: 5.9vw;
    background: url(img/tel_blue_icon.svg) no-repeat;
}
.inquiry-freedial-icon{
	display: inline-block;
    width: 11vw;
    height: 5.8vw;
    background: url(img/free_dial.svg) no-repeat;
}
#nenkin-mv-area h1{
	font-size: 38px;
}
.area-common-title,
.overview-title,
.box-401k-h2,
#rinen-area h2{
	font-size: 34px;
}
.seimei-box-copy,
.songai-box-copy{
	font-size: 19px;
}
.service-heading-A,
.service-heading-B{
	font-size: 22px;
}
.service-title-A,
.service-title-B{
	font-size: 30px;
}
.accident-info p{
	margin-top: 5px;
	margin-bottom: 20px;
	color: #d45f5f;
}
}
@media only screen and (min-width:650px){
.tel-icon{
	display: inline-block;
    width: 65px;
    height: 40px;
    background: url(img/tel_blue_icon.svg) no-repeat;
}
.freedial-icon{
	display: inline-block;
    width: 70px;
    height: 38px;
    background: url(img/free_dial.svg) no-repeat;
}
}


@media print, screen and (min-width:768px){
footer{
	display: block;
	position: fixed;
	margin: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	padding: 0px;
}
.sp,
.header-area{
	display: none;
}
.pc,
.pc-header-area{
	display: block;
}
.br-sp{
	display: none; 
	}
.br-pc{
	display: block; 
	}

.logo img{
	width: 100%;
	}
.outbox{
	max-width: 1080px;	
	}
.nenkin-tokusetu{
    font-size: 18px;
    text-align: center;
    /*background-color: #3FACEF;*/
	background-color: #0f4da1;
    height: 45px;
    padding-top: 12px;
    color: #EAF6FD;
	}
.pc-header-area{
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
	top:0;
    width: 100%;
    height: 128px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 0 7px #767676;
	z-index: 300;
}
.logo-area{
	margin: 0px auto;
	padding-left: 10px;
	max-width: 1080px;
	border-bottom: none;
}
.header-contact{
	display: flex;
	margin-right: 20px;
	align-items: center;
	width: 318px;
}
.header-contact img{
	width: 100%;
	}
.header-login:hover{
    box-shadow: 0 0 10px 0 #8AFF39;
    -webkit-box-shadow: 0 0 10px 0 #8AFF39;
	}
.header-gnav{
    background-color: #F4F4F4;
    margin: 0;
    padding: 0;
    align-items: center;
    text-align: center;
	border-top: solid 3px #3FACEF;
}

.gnav-menu{
	display: flex;
	flex-direction: row;
	justify-content: space-around; 
	align-items: center;
	height: 40px;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 90%;
}
.gnav-menu a{
	text-decoration-color: black;
	}
.gnav-menu li{
	position: relative;	
	}
.gnav-menu li:not(:last-child):after{
	content:"";
	display:block;
	
	width:6px;
	height:6px;
	border-top: #82C8F3 2px solid;
	border-right: #82C8F3 2px solid;
	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	position:absolute;
	right: -24px;
	
	top:0;
	bottom:0;
	margin:auto;
	}
	

	

/*共通メインビジュアル*/
.area-common-title{
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.area-comomon-p{
	margin: 0;
	padding:10px 0 30px;
	font-size: 20px;
	text-align: center;
	color: #505050;
}
	

	
/*****確定拠出****/
	
#nenkin-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 158px auto 50px auto;
    box-shadow: 0 0 7px #CECECE;
    -webkit-box-shadow: 0 0 7px #CECECE;
}
.nenkin-wrapper-inner{
	padding-top: 158px;
	margin-top: -158px;
	}
.nenkin-box{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 1000px;
	margin: 40px auto 80px;
}
.nenkin-nayami{
    display: flex;
    flex-direction: column;
    width: 46%;
    border-radius: 4%;
    margin: 0 auto;
    padding: 30px 40px 50px;
    box-shadow: 0 0 10px #527D9F;
    -webkit-box-shadow: 0 0 10px #527D9F;
	}
.nenkin-nayami-blue{
	background-color: #B5DEEA;	
	}
.nenkin-nayami-white{
	background-color: #FFF1B9;	
	}
.nayami-illust-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	}
.nayami-ciecle{
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	}
.nayami-ciecle-white{
    box-shadow: 0 0 15px #88C2CB;
    -webkit-box-shadow: 0 0 10px #88C2CB;
	}
.nayami-ciecle-orange{
    box-shadow: 0 0 10px #DDB66D;
    -webkit-box-shadow: 0 0 15px #DDB66D;
	}
.nayami-title{
	position: absolute;
	top:22%;
	left:50%;
	width: 180px;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 500px;
	text-align: center;
	}
.nayami-title-blue{
    color: #3B97B7;
	}
.nayami-title-orange{
    color: #D77E00;
	}
.text-dot{
	position: relative;
	padding-top: 0.2em;	
	}
.text-dot::before {
	position: absolute;
	content: "・";
	top: -45%;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 1em;
	color: #CF620C;
}
.nayami-illust{
	width: 160px;
	object-fit: contain;
	margin: 0;
	}
.nayami-heading{
	margin: 25px 0 15px;
	padding: 10px 0;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	width: 380px;
	}
.nayami-heading-blue{
    background-color: #33839F;
    color: #fff;
	}
.nayami-heading-orange{
    background-color: #D77E00;
    color: #fff;
	}
.nayami-text-p{
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	text-align: justify;
	width: 380px;
	}
.nayami-text-p-blue{
	padding-bottom: 52px;	
	}
.nayami-text-p-orange{
    color: #C63109;
	}
.nayami-text-small{
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 20px;
	align-items: center;
	}


.nenkin-text{
	color: #000;
	}	
#nenkin-mv-area{
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding: 0;
}
.nenkin-mv{
	width: 100%;
	background-image: url("img/main_sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#nenkin-mv-area h1{
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	margin: 30px 0;
	padding: 0;
	font-size: 45px;
	line-height: 60px;
	text-shadow: 0 0 5px #12264F,0 0 5px #12264F;
}






.nenkin-title{
	margin: 50px 0 40px;
	padding: 0;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	color:#69625C;
}
.nenkin-text-small{
	display: block;
	font-size: 18px;
	margin-left: -460px;
	margin-bottom: -65px;
	line-height: 0.5em;
}
.nenkin-text-large{
	font-size: 45px;
}
.nenkin-text-orange{
    color: #CF620C;
}
.nenkin-title-p{
	margin: 0 auto 80px;
	width: 700px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 0;
	border-top: dashed 1px #4D4D4D;
	border-bottom: dashed 1px #4D4D4D;
	}
.nenkin-tel{
	margin: 0 auto;
	text-align: center;
	background-image: url("img/yellow_back.gif");
	padding: 80px 0;
	}
.nenkin-tel img{
	width: 688px;
}
.nenkin-heading{
    padding: 35px 0;
    background-color: #3FACEF;
    font-size: 45px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #22607C;
	}
.nenkin-back-gray{
	background-image: url("img/gray_back.gif");
	margin: 0;
	padding: 0;
	}
.nenkin-box-waku{
	margin: 0 auto;
	padding: 50px 0;
	width: 690px;
	height: 100%;
	
	}
.nenkin-box-waku-A{
	padding-left: 20px;
	}
.nenkin-about-h{
	margin-bottom: 10px;
	margin-top: 40px;
	line-height: 1.3em;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #118EE2;
	}
.nenkin-about-h:after{
	/*①*/
	content:"";
	display:block;
	width:9px;
	height:9px;
	border-top: #009CD9 3px solid;
	border-right: #009CD9 3px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left: -25px;
	top:0;
	bottom:0;
	margin:auto;
}

.nenkin-about-p{
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding-bottom: 50px;
	border-bottom: solid 1px #3FACEF;
	font-size: 1.1em;
	}
.nenkin-about-p:last-child{
	border-bottom:none;
	padding-bottom: 60px;
	}
.nenkin-box-features{
	display: flex;
	flex-direction: row; 
	justify-content: space-between;
	align-items: flex-start;
	}
.nenkin-features{
	width: 220px;
	padding: 0 10px;
	}
.nenkin-arrow{
	margin: -20px auto 20px;
	width: 15px;
	height: 15px;
	border: 3px solid;
	border-color: transparent transparent #118EE2 #118EE2;
	transform: rotate(-45deg);
}
.nenkin-features-word{
    font-size: 26px;
    font-weight: 700;
    color: #616161;
	text-align: center;
	}
.nenkin-features-heading{
    background-color: #DFF1F7;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    color: #118EE2;
    text-align: center;
	}
.nenkin-features-text{
	font-size: 0.95em;
	margin: 0 0 40px;
	background-color: #fff;
background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
	line-height: 2em;
	padding: 2.1em 0.5em 1.98em 0.5em;
}
.nenkin-box-text{
	margin: 0 0 40px;
	line-height: 1.6em;
	font-size: 1.1em;
	text-align: justify;
	}
.nenkin-figure{
	display: block;
	margin: 0 auto 50px;
	}
	/*line-height: 2.2em;
	border-top: dashed 1px #4A4A4A;
	border-bottom: dashed 1px #4A4A4A;*/
.nenkin-figure-group{
	display: block;
	margin: 0 0 50px 1px;
	}
.nenkin-figure-flow{
	display: block;
	margin: 30px auto 50px;
	}
.nenkin-flow-wrap{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 80px 0 100px;
}
.nenkin-flow-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
	
.nenkin-circle{
	position: relative;
	border-radius: 50%;
}
.circle-size180{
	width: 160px;
	height: 160px;
}
.circle-color-blue{
    border: 2px solid #118EE2;
    background-color: #E9F5FD;
}
.circle-color-green{
    border: 2px solid #0EBF3B;
    background-color: #E9FDEE;
}
.circle-color-gray{
    border: 2px solid #616161;
    background-color: #F1F1F1;
}
.nenkin-flow-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	width: 140px;
	color: #616161; 
	text-align: center;
}
.text-blue{
	color: #118EE2;
	font-size: 26px;
}
.text-green{
    color: #0EBF3B;
    font-size: 26px;
}
.text-gray{
    color: #616161;
    font-size: 26px;
}
.nenkin-flow-p{
	margin: 20px auto;
	width: 160px;
	line-height: 1.7em;
	text-align: justify;
}
.nenkin-arrow-pict{
	margin: 0 20px;
	transform: none;
	width: 50px;
}

.nenkin-title-group{
	margin: 50px 0 55px;
	padding: 0;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	color:#69625C;
}
.subscriber-page{
	margin: 40px 0;
	background-image: url("img/login_img_back.png");
	background-repeat: no-repeat;
	width: 689px;
	height: 191px;
	position: relative;
	}
.login_botan{
	position: absolute;
	top: 25px;
	left: 415px;
	}
.login_botan:hover{
    box-shadow: 0 0 15px 0 #8AFF39;
    -webkit-box-shadow: 0 0 15px 0 #8AFF39;
	}
.nenkin-flow-move{
	margin-left: 20px;
	}	


.address-box{
	background-color: #0f4da1;
	display: flex;
	color: #fff;
	font-style: normal;
	font-size: 75%;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
	height: 50px;
}
}
@media print, screen and (min-width:1080px){
	.gnav-menu{
	font-size: 100%;
}
}
