@charset "UTF-8";


/*contents-header上書き*/
@media screen and (max-width: 767px) {
	#contents-header {
		padding-top: 0;
	}
	#contents-header .sp-nav {
		display: block;
	}
}



#contents {
	text-align: justify;
}
#contents a:hover {
	text-decoration: none;
}
#contents br.pcCont {
	display: inline;
}
@media screen and (max-width: 767px) {
	#contents br.pcCont {
		display: none;
	}
}
#contents br.spCont {
	display: none;
}
@media screen and (max-width: 767px) {
	#contents br.spCont {
		display: inline;
	}
}





/********************
logo_sommelier
********************/
#contents .logo_sommelier {
	padding: 23px 0 25px;
	background-color: #f9f7ec;
}
@media screen and (max-width: 767px) {
	#contents .logo_sommelier {
		padding: 15px 0 17px;
	}
	#contents .logo_sommelier img {
		max-width: 60%;
	}
}


/********************
汎用
********************/
/*c-normalw上書き*/
#contents .first .c-normalw,
#contents .service .c-normalw {
	padding: 100px 0 100px;
  
}
#contents .intro .c-normalw {
	padding: 80px 0 90px;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#contents .first .c-normalw,
	#contents .service .c-normalw {
		padding: 10vw 6%;
	}
	#contents .intro .c-normalw {
		padding: 10vw 6%;
	}
}
#contents .intro .c-normalw .en_sub,
#contents .first .c-normalw .en_sub,
#contents .service .c-normalw .en_sub {
	font-size: 39px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	text-align: center;
	line-height: 1;
	color: #b3b3b3;
	letter-spacing: 3px;
	font-weight: 500;
	margin: 1.5em 0 0.5em;
}
#contents .service .c-normalw .block .en_sub span {
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#contents .service .c-normalw .en_sub {
	margin: 0 0 0.5em;
}
#contents .intro .c-normalw .en_sub span,
#contents .first .c-normalw .en_sub span,
#contents .service .c-normalw .en_sub span {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding: 0 50px;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
}
#contents .intro .c-normalw .en_sub span::before,
#contents .first .c-normalw .en_sub span::before,
#contents .service .c-normalw .en_sub span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #333;
}
#contents .intro .c-normalw .en_sub span::after,
#contents .first .c-normalw .en_sub span::after,
#contents .service .c-normalw .en_sub span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 1px;
	background-color: #333;
}
@media screen and (max-width: 767px) {
	#contents .intro .c-normalw .en_sub,
	#contents .first .c-normalw .en_sub,
	#contents .service .c-normalw .en_sub {
		font-size: 7vw;
	}
	#contents .intro .c-normalw .en_sub span,
	#contents .first .c-normalw .en_sub span,
	#contents .service .c-normalw .en_sub span {
		padding: 0 40px;
		margin-top: 2.6vw;
		font-size: 4vw;
		font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	}
	#contents .service .c-normalw .en_sub span {
		margin-top: 0;
	}
	#contents .intro .c-normalw .en_sub span::before,
	#contents .first .c-normalw .en_sub span::before,
	#contents .service .c-normalw .en_sub span::before {
		width: 30px;
	}
	#contents .intro .c-normalw .en_sub span::after,
	#contents .first .c-normalw .en_sub span::after,
	#contents .service .c-normalw .en_sub span::after {
		width: 30px;
	}
}
#contents .notes{
	font-size: 12px !important;
	text-indent: -1em;
	padding: 0 0 0 1em !important;
	    margin: 20px 0 0;
	    line-height: 1.4;
}
#contents .notes + .notes{
	    margin: 0;

}
#contents #lifeplan * .txt-gothic,
#contents #lifeplan * .txt-gothic *{
	  font-family: YakuHanJP_Noto, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

@media screen and (max-width: 767px) {
	#contents .notes{text-align: left !important;}
}

/********************
intro
********************/
#contents .intro {
	text-align: center;
}
#contents .intro * {
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
}
#contents .intro .bg img {
	width: 100%;
	margin: 0 auto;
}
#contents .intro h2 {
	font-size: 40px;
	line-height: 1.6;
}
#contents .intro p {
	padding-top: 40px;
	font-size: 18px;
	line-height: 2.16;
}
#contents .intro p img {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	#contents .intro h2 {
		font-size: 5.8vw;
	}
	#contents .intro p {
		padding-top: 6vw;
		font-size: 3.73vw;
	}
	#contents .intro p:last-of-type {
		text-align: center;
	}
	#contents .intro p img {
		margin-top: 2.5vw;
	}
}



#contents .intro figure.logo-af{
	width: 107px;
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {

}



/********************
service
********************/

/*service
-----------------------------------*/
#contents .service .c-normalw {
  padding: 120px 0 130px;
  letter-spacing: 1px;
}

#contents .service .intro{
text-align: left;
}
#contents .service .intro h3{
		    font-size: 22px;
	    font-weight: 600;
    text-align: center;
    margin: 60px 0 0;
    line-height: 1.8;
    padding: 0;
}
#contents .service .intro .intro-inner{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	    margin: 40px 0 0;
}
#contents .service .intro .intro-inner p{
	width: 487px;
	padding: 0;
}
#contents .service .intro .intro-inner figure{
	width: 434px;
	    margin: 10px 0 0;
}
#contents .service .intro .flow{
	background-color: #eef2f7;
	display: -webkit-box;
display: flex;
	-webkit-box-pack: center;
justify-content: center;
	    -webkit-box-align: center;
    align-items: center;
	    margin: 40px 0 0;
}
#contents .service .intro .flow > div{
	padding: 20px 0;
}
#contents .service .intro .flow > div > p{
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	display: inline-block;
	margin: 0 auto;
}
#contents .service .intro .flow div.free{
	width: 356px;
text-align: center;
	
}
#contents .service .intro .flow div.free p{
		position: relative;
	    margin: 0 0 0 60px;
}
#contents .service .intro .flow div.free p:before{
	position: absolute;
	content: "";
	width: 59px;
	height: 59px;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	background-image: url("../img/icon-free.svg");
	background-size: cover;
}
#contents .service .intro .flow div.t-arrow{
	width: 264px;
	background-image: url("../img/t-arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	    text-align: center;

}

@media screen and (max-width: 767px) {
#contents .service .c-normalw {
    padding: 10vw 6%;
  }
	#contents .service .intro .intro-inner{
		display: block;
	}
	#contents .service .intro .intro-inner p{
		    width: auto;
		    text-align: left;
	}
	#contents .service .intro .intro-inner figure{
		width: auto;
	}
	#contents .service .intro .flow{
		display: block;
	}
	#contents .service .intro .flow div.free{
		width: auto;
		    padding: 10vw 0;
	}
		#contents .service .intro .flow div.free p:before{
		    width: 14vw;
    height: 14vw;
	}
	#contents .service .intro .flow div.t-arrow{
		    width: auto;
		    padding: 6vw 0;
	}

}





#contents .service .service-cont{
	    margin: 100px 0 0;
}
#contents #lifeplan .service .service-cont *{
	font-family: YakuHanJP_Noto, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
#contents .service .service-cont h4{
	text-align: center;
	color: #567eb4;
	font-size: 24px;
	    font-weight: 500;
	    margin: 0 0 30px;
	    letter-spacing: .08em;
}
#contents .service .service-cont > p{
	text-align: center;
	font-size: 18px;
	padding: 0;
	    line-height: 1.8;
}
@media screen and (max-width: 767px) {
		#contents .service .service-cont h4{
		        font-size: 6.2vw;
			        margin: 0 0 4vw;
	}
	#contents .service .service-cont > p{
		    font-size: 4.2vw;
	}
}




#contents .service .merit .merit-inner{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
}
#contents .service .merit .merit-inner div{
	width: 293px;
	height: 293px;
	border: 2px solid #567eb4;
	text-align: center;
	    border-radius: 50%;
	    padding: 90px 0 0;
}
#contents .service .merit .merit-inner div h5{
	font-size: 22px;
	color: #567eb4;
	    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1;
}
#contents .service .merit .merit-inner div p{
	font-size: 16px;
	    padding: 0;
    line-height: 1.6;
}
#contents .service .merit .present{
	border: 2px solid #567eb4;
	padding: 4px;
	    margin: 100px 0 0;
}
#contents .service .merit .present .present-inner{
	background-color: #f9f7ec;
	position: relative;
    padding: 60px 10px 20px;
}

#contents .service .merit .present .present-inner h5{
	width: 320px;
	position: relative;
		margin: -95px auto 0;
}
#contents .service .merit .present .present-inner h5 span{
	display: block;
	color: #ffffff;
	text-align: center;
	background-color: #567eb4;

	font-size: 22px;
	font-weight: 500;
	    padding: 12px 0 10px;
	z-index: 999;
    position: relative;
}
#contents .service .merit .present .present-inner h5:before,
#contents .service .merit .present .present-inner h5:after{
	content: "";
	width: 126px;
	height: 58px;
	position: absolute;
}
#contents .service .merit .present .present-inner h5:before{
	background-image: url("../img/ribbon-l.svg");
	    top: 18px;
    left: -82px;
}
#contents .service .merit .present .present-inner h5:after{
	background-image: url("../img/ribbon-r.svg");
	    top: 18px;
    right: -82px;
}
#contents .service .merit .present .present-inner .logo{
	position: absolute;
	width: 125px;
	    top: 35px;
    left: 50px;
}
#contents .service .merit .present .present-inner > p{
	font-size: 20px;
	text-align: center;
	padding: 50px 0 25px;
}
#contents .service .merit .present .present-inner > .notes-wrap{
	text-align: left;
	width: 530px;
    margin: 0 auto 30px;
}
#contents .service .merit .present .present-inner > .notes-wrap p{
	margin: 0;
}
#contents .service .merit .present .present-inner > .notes-wrap p + p{
	margin: 5px 0 0;
}
#contents .service .merit .present .present-inner .present-cont{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
}
#contents .service .merit .present .present-inner .present-cont div{
	width: 50%;
	    padding: 0 40px;
}
#contents .service .merit .present .present-inner .present-cont div + div{
	border-left: 1px solid #cccccc;
}
#contents .service .merit .present .present-inner .present-cont div h6{
	    margin: 0px 0 14px;
}
#contents .service .merit .present .present-inner .present-cont div p{
	padding: 0;
}
#contents .service .merit .present .present-inner .present-cont div p a{
	color: #005bac;
}
#contents #lifeplan .service .merit .present .present-inner .present-cont div p.notes{
	    margin: 5px 0 0;
}
#contents #lifeplan .service .merit .present .present-inner .present-cont div p.notes + p{
	margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
	#contents .service .merit .merit-inner{
		display: block;
		
	}
	#contents .service .merit .merit-inner div + div{
		        margin: 6vw auto 0;
	}
	#contents .service .merit .merit-inner div{
        width: 68vw;
        height: 68vw;
        padding: 20vw 0 0;
        margin: 0 auto;
	}
	#contents .service .merit .merit-inner div h5{
		    font-size: 5.8vw;
		    margin: 0 0 3vw;
	}
	#contents .service .merit .merit-inner div p{
		    font-size: 4.6vw;
		        font-size: 4.2vw;
	}
	#contents .service .merit .present .present-inner{
        padding: 0 6vw 6vw;
	}
	#contents .service .merit .present .present-inner > .notes-wrap{
		width: auto;
	}
	#contents .service .merit .present .present-inner .present-cont{
		display: block;
	}
	#contents .service .merit .present .present-inner .present-cont div{
		width: auto;
		    padding: 0;
	}
	#contents .service .merit .present .present-inner .present-cont div + div{
		border-left:none;
		    margin: 10vw 0 0;
	}
	#contents .service .merit .present .present-inner .logo{
		
    width: 32vw;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
	}
	#contents .service .merit .present .present-inner > p{
	        padding: 24vw 0 6vw;
		    font-size: 4.6vw;
	}
	
	#contents .service .merit .present .present-inner h5{
    width: 66vw;
    position: relative;
    margin: 0 auto 0;
    top: -11vw;
	}
	
	#contents .service .merit .present .present-inner h5:before,
	#contents .service .merit .present .present-inner h5:after{
		    width: 24vw;
    height: 12vw;
	}
	#contents .service .merit .present .present-inner h5:before{
		    background-image: url(../img/ribbon-l.svg);
    top: 5vw;
    left: -16vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	}
	#contents .service .merit .present .present-inner h5:after{
		    top: 5vw;
    right: -16vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	}
	#contents .service .merit .present .present-inner h5 span{
		    font-size: 4.6vw;
		    padding: 3vw 0 3vw;
	}
	
}




#contents .service .features .point{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	width: 560px;
	    margin: 0 auto 45px;
	    background-color: #ffffff;
}
#contents .service .features .point div{
	width: 256px;
	height: 266px;
	text-align: center;
	background-color: #eef2f7;
	border-radius: 50%;
	    padding: 40px 0 0;
}
#contents .service .features .point div figure{
	width: 80px;
	    margin: 0 auto 15px;
}
#contents .service .features .point div h5{
	font-size: 28px;
	font-weight: 600;
	color: #567eb4;
}
#contents .service .features .point div p{
	font-size: 18px;
	padding: 0;
	    line-height: 1.4;
}
@media screen and (max-width: 767px) {
	#contents .service .features .point{
		    background-color: #ffffff;
		    display: block;
		    width: auto;
	}
	#contents .service .features .point div{
		    margin: 0 auto;
    width: 56vw;
    height: 56vw;
		    padding: 9vw 0 0;
	}
	#contents .service .features .point div + div{
		    margin: 5vw auto 0;
	}
	#contents .service .features .point div figure{
		    width: 18vw;
	}
	#contents .service .features .point div h5{
		    font-size: 6vw;
	}
	#contents .service .features .point div p{
		    font-size: 4.2vw;
	}
}

/*features*/
#contents .service .features .features-cont .features-cont-box{
	background-color: #f9f7ec;
}
#contents .service .features .features-cont .features-cont-box figure{
	    margin: 0 0 20px;
}
#contents .service .features .features-cont .features-cont-box h5{
	font-size: 20px;
	color: #567eb4;
	text-align: center;
	font-weight: 500;
}
#contents .service .features .features-cont .features-cont-box p{
	font-size: 16px;
	    margin: 8px 25px 25px;
	padding: 0;
}
#contents .service .features .features-cont .features-cont-box p.tc{
	text-align: center;
}

#contents .service .features .features-cont .features-cont-in{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
	    margin: 0 0 20px;
}


#contents .service .features .features-cont .features-cont-in .features-cont-box{
	width: 308px;
}
#contents .service .features .features-cont > .features-cont-box {
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
		-webkit-box-align: center;
align-items: center;
	-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
	padding: 45px;
}
#contents .service .features .features-cont > .features-cont-box .link-box-wrap{
	width: 526px;
}
#contents .service .features .features-cont > .features-cont-box .link-box-wrap .link-box{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
}
#contents .service .features .features-cont > .features-cont-box .link-box a{
	width: 167px;
}
#contents .service .features .features-cont > .features-cont-box .link-box-wrap div.under-txt{
display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
margin: 10px 0 0;
}
#contents .service .features .features-cont > .features-cont-box .link-box-wrap div.under-txt p{
	margin: 0;
	font-size: 14px;
}
#contents .service .features .features-cont > .features-cont-box .t-box{
	width: 326px;
}
@media screen and (max-width: 767px) {
	#contents .service .features .features-cont .features-cont-in{
		    display: block;
		    margin: 0 0 4vw;
	}
	#contents .service .features .features-cont .features-cont-in .features-cont-box{
		width: auto;
	}
	#contents .service .features .features-cont .features-cont-box{
		    overflow: hidden;
	}
	#contents .service .features .features-cont .features-cont-box + .features-cont-box{
		    margin: 4vw 0 0;
	}
	#contents .service .features .features-cont > .features-cont-box{
		display: block;
		    padding: 6vw 0;
	}
	#contents .service .features .features-cont .features-cont-box p{
		        margin: 4vw 6vw 6vw;
	}
	#contents .service .features .features-cont .features-cont-box p.spCont{
		        margin: 0 6vw;
		font-size: 14px;
	}
	#contents .service .features .features-cont > .features-cont-box .link-box-wrap{
		  width: auto;
		        margin: 6vw 0 0;
	}
	#contents .service .features .features-cont > .features-cont-box .link-box-wrap .link-box{
		display: block;
	}
	#contents .service .features .features-cont > .features-cont-box .link-box{
		
		  
		        text-align: center;
	}
	
	#contents .service .features .features-cont > .features-cont-box .t-box{
		    width: auto;
	}

	#contents .service .features .features-cont > .features-cont-box .link-box a{
		    width: 60vw;
		display: block;
		        margin: 0 auto;
	}
	#contents .service .features .features-cont > .features-cont-box .link-box a + a{
		    margin: 5vw auto 0;
	}
}


/*recommend*/

#contents .service .recommend .recommend-cont-wrap{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	    margin: 80px 0 0;
}
#contents .service .recommend .recommend-cont-wrap div{
	width: 477px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont{
	background-color: #eef2f7;
	padding: 0 25px;
	    gap: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	position: relative;
}

#contents .service .recommend .recommend-cont-wrap div .recommend-cont:before{
    content: "";
    position: absolute;
    height: 42px;
    background-image: url(../img/recommend-bg.svg);
    background-size: 100%;
    top: -30px;
    left: 0;
    padding: 15px 0 0 25px;
    font-size: 14px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont.rc1:before{
	content: "「子育て」に備える";
	    width: 163px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont.rc2:before{
		content: "「ライフステージや今の状況」に合わせて備える";
	    width: 339px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont.rc3:before{
		content: "「仕事の“もしも”」に備える";
	    width: 215px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont.rc4:before{
		content: "「定年～老後の安心」に備える";
	    width: 234px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont + .recommend-cont{
	    margin: 50px 0 0;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	    padding: 25px 0;
	width: auto;
	-webkit-box-align: center;
align-items: center;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner + .recommend-cont-inner{
	    border-top: 1px solid #9ab2d2;
	    padding: 45px 0 35px;
}

#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner figure{
	width: 70px;
	
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div{
	width: 330px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div h5{
	font-size: 18px;
	color: #567eb4;
	    font-weight: 500;
	    margin: 0 0 5px;
}
#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div p{
	font-size: 16px;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#contents .service .recommend .recommend-cont-wrap{
		display: block;
	}
	#contents .service .recommend .recommend-cont-wrap div{
		    width: auto;
	}
	#contents .service .recommend .recommend-cont-wrap div + div{
		        margin: 0;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont{
		    margin: 14vw 0 0;
		    gap: 0;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont:before{
		    top: -7vw;
    left: 0;
padding: 2vw 0 0 3vw;
    font-size: 3.6vw;
		    height: 8vw;
	}
	
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont.rc2:before{
		    width: 84vw;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner{
		    display: block;
	}
	
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner figure{
		width: 20vw;
    margin: 0 auto 4vw;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner + .recommend-cont-inner{
		    padding: 6vw 0 6vw;
	}
	
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div{
		    width: auto;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div h5{
		font-size: 4.2vw;
	}
	#contents .service .recommend .recommend-cont-wrap div .recommend-cont .recommend-cont-inner div p{
		    font-size: 3.8vw;
	}
}

/*voice*/
#contents .service .voice .voice-box + .voice-box{
	margin: 30px 0 0;
}
#contents .service .voice .voice-box{
	display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
	border: 2px solid #567eb4;
	    padding: 20px 40px;
    border-radius: 20px;
	-webkit-box-align: center;
align-items: center;
}
#contents .service .voice .voice-box div{
	    width: 220px;
	text-align: center;
	
}
#contents .service .voice .voice-box div figure{
	width: 75px;
	margin: 0 auto;
}
#contents .service .voice .voice-box div h5{
	font-size: 18px;
	text-align: center;
	color: #567eb4;
	    margin: 10px 0 0;
}
#contents .service .voice .voice-box div p{
	font-size: 15px;
	padding: 0;
}

#contents .service .voice .voice-box > p{
	width: 617px;
	font-size: 16px;
	text-decoration: underline;
    text-decoration-color: #ccd8e8;
    line-height: 2.5;
    text-underline-offset: .8em;

}

/*use-flow*/
#contents .service .use-flow figure{
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
	#contents .service .voice .voice-box{
		    display: block;
		    padding: 8vw 6vw 6vw;
	}
	#contents .service .voice .voice-box div{
		    width: auto;
		    margin: 0 0 4vw;
	}
	
	#contents .service .voice .voice-box > p{
		    width: auto;
		    font-size: 3.8vw;
	}
	
}


































/* CVエリア
==================================================================================================== */
#contents .cv {
	position: relative !important;
	background-color: #21366e !important;
	padding: 10vw 0 4vw !important;
}
#contents .cv a.button-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	background-color: #ffffff !important;
	background-image: url(/owner/img/ico_blank_02.png) !important;
	background-repeat: no-repeat;
	background-position: right 10px center !important;
	background-size: 18px 14px !important;
	text-decoration: none !important;
	min-width: 360px !important;
	padding: 30px !important;
	border-radius: 6px !important;
	box-sizing: border-box !important;
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
@media screen and (max-width: 768px) {
	#contents .cv a.button-primary {
		min-width: auto !important;
		padding: 30px !important;
	}
}
@media screen and (min-width: 769px) {
	#contents .cv a.button-primary:hover {
		/*background-position: right 5px center;*/
		opacity: 0.7 !important;
		transition: all 0.5s ease !important;
	}
}
#contents .cv a.button-primary > span {
	display: inline-block !important;
	color: #1a1a1a !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.35 !important;
	text-align: center !important;
	vertical-align: middle !important;
}
@media screen and (max-width: 768px) {
	#contents .cv a.button-primary > span {
		font-size: 5.33vw !important;
	}
}
#contents .cv a.button-secondary {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	background-image: url(/owner/img/ico_blank_01.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 18px 14px;
	text-decoration: none !important;
	min-width: 360px !important;
	padding: 18px !important;
	border-radius: 6px !important;
	border: 1px solid #ffffff !important;
	box-sizing: border-box !important;
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-seri !important;
}
@media screen and (max-width: 768px) {
	#contents .cv a.button-secondary {
		min-width: auto !important;
		padding: 15px !important;
	}
}
@media screen and (min-width: 769px) {
	#contents .cv a.button-secondary:hover {
	/*background-position: right 5px center;*/
		opacity: 0.7 !important;
		transition: all 0.5s ease !important;
	}
}
#contents .cv a.button-secondary > span {
	display: inline-block !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.35 !important;
	text-align: center !important;
	vertical-align: middle !important;
}
#contents .cv .c-normalw h2.heading_01 {
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center !important;
	margin: 0 0 15px !important;
}
#contents .cv .c-normalw h2.heading_01 span{
	font-size: 4.4vw !important;
	color: #ffffff !important;
}
#contents .cv .c-normalw p {
	text-align: center !important;
	font-size: 5.87vw !important;
	line-height: 1.6 !important;
	letter-spacing: 0.03em !important;
	color: #FFFFFF !important;
	margin: 0 0 1em !important;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
}
#contents .cv .c-normalw p .heading_01_main {
	font-size: 5vw !important;
	line-height: 165% !important;
	color: #FFFFFF !important;
	margin-top: 1em !important;
}
/* PC用 */
@media screen and (min-width: 769px) {
	#contents .cv {
		padding: 40px 0 30px !important;
	}
	#contents .cv .c-normalw h2.heading_01 span {
		font-size: 18px !important;
	}
	#contents .cv .c-normalw p {
		font-size: 28px !important;
	}
	#contents .cv .c-normalw p .heading_01_main {
		font-size: 24px !important;
	}
}
#contents .cv_unit {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
/* mobile用 */
@media screen and (max-width: 768px) {
	#contents .cv_unit {
		display: block !important;
	}
}
#contents .cv_unit_item.login {
	margin-left: 30px !important;
}
/* mobile用 */
@media screen and (max-width: 768px) {
	#contents .cv_unit_item.login {
		margin-top: 6vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
#contents .service .block .link {
	margin-top: 70px;
	padding: 40px 60px 60px;
	border: 4px solid #ccc;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link {
		margin-top: 9vw;
		padding: 4.5vw;
	}
}
#contents .service .block .link h4 {
	font-size: 29px;
	line-height: 1.5;
	color: #567eb4;
	text-align: center;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link h4 {
		font-size: 5vw;
	}
}
#contents .service .block .link h4 span {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 21px;
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #567eb4;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link h4 span {
		padding-bottom: 0;
		font-size: 3.3vw;
	}
}
#contents .service .block .link .box {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box {
		display: block;
		padding-top: 5vw;
	}
}
#contents .service .block .link .box div:first-of-type {
	width: 360px;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:first-of-type {
		width: 100%;
	}
	#contents .service .block .link .box div:first-of-type img {
		width: 100%;
	}
}
#contents .service .block .link .box div:last-of-type {
	width: calc(100% - 360px - 40px);
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type {
		width: 100%;
	}
}
#contents .service .block .link .box div:last-of-type p {
	font-size: 18px;
	margin: 0;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type p {
		padding-top: 5vw;
		font-size: 3.5vw;
	}
}
#contents .service .block .link .box div:last-of-type ul {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type ul {
		display: block;
		padding-top: 3vw;
	}
}
#contents .service .block .link .box div:last-of-type ul li {
	width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type ul li {
		width: 100%;
		margin-top: 2vw;
	}
}
#contents .service .block .link .box div:last-of-type ul li a {
	position: relative;
	display: block;
	padding: 25px 40px 25px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1;
	transition: all 0.4s;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type ul li a {
		padding: 4vw 6vw 4vw 4vw;
		font-size: 4.2vw;
	}
}
#contents .service .block .link .box div:last-of-type ul li a::after {
	content: url(/owner/sommelier/img/gs_arrow_right_w.png);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all 0.4s;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type ul li a::after {
		right: 4vw;
	}
}
#contents .service .block .link .box div:last-of-type ul li a:hover::after {
	right: 10px;
}
@media screen and (max-width: 767px) {
	#contents .service .block .link .box div:last-of-type ul li a:hover::after {
		right: 4vw;
	}
}
#contents .service .block .link .box div:last-of-type ul li:first-of-type a {
	background-color: #002870;
	border-color: #002870;
}
#contents .service .block .link .box div:last-of-type ul li:first-of-type a:hover {
	background-color: #fff;
	color: #002870;
}
#contents .service .block .link .box div:last-of-type ul li:first-of-type a:hover::after {
	content: url(/owner/sommelier/img/gs_arrow_right_n.png);
}
#contents .service .block .link .box div:last-of-type ul li.login a {
	background-color: #ff9a29;
	border-color: #ff9a29;
}
#contents .service .block .link .box div:last-of-type ul li:last-of-type a:hover {
	background-color: #fff;
	color: #ff9a29;
}
#contents .service .block .link .box div:last-of-type ul li:last-of-type a:hover::after {
	content: url(/owner/sommelier/img/gs_arrow_right_l.png);
}

/* h1 */
#contents .intro .h1 {
	position: relative;
	width: 470px;
	margin: 0 auto 35px;
	font-size: 28px;
	font-weight: normal;
	color: #999;
	text-align: center;
	padding-top: 0;
}
#contents .intro .h1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	width: 90px;
	height: 1px;
	background-color: #999;
}
#contents .intro .h1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	width: 90px;
	height: 1px;
	background-color: #999;
}
#contents .intro .h1.h1_azukel::before,
#contents .intro .h1.h1_azukel::after {
	width: 70px;
}
@media screen and (max-width: 767px) {
	#contents .intro .h1 {
		width: 74vw;
		margin: 0 auto 3vw;
		font-size: 4vw;
	}
	#contents .intro .h1::before {
		        width: 15vw;
		    left: -7vw;
	}
	#contents .intro .h1::after {
		        width: 15vw;
		right: -7vw;
	}
	#contents .intro .h1.h1_azukel::before,
	#contents .intro .h1.h1_azukel::after {
		width: 12vw;
	}
}



/* pagelink_btn */
.pagelink_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.pagelink_btn a{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	width: fit-content;
	    margin: 0 auto 10px;
	/*margin-bottom: 120px;*/
	padding: 10px 50px 10px 30px;
}
.pagelink_btn a:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transform: rotate(45deg);
	transition: .3s;
}
.pagelink_btn a:hover {
	background-color: #333;
	color: #fff;
	opacity: 1;
}
.pagelink_btn a:hover::before {
	right: 10px;
}
@media screen and (max-width: 768px) {
	.pagelink_btn a {
		
		margin: 15px;
		width: 80%;
		text-align: center;
	}
}

#contents section.lastBlock {
    margin: 100px auto 0;
  margin: 9em auto 0;
border-top: 1px solid #333333;
    padding: 10px 0 100px;
max-width: 976px;
}
#contents section.lastBlock p {
margin: 1em 0;
padding: 0;
font-size: 14px;
line-height: 25px;
letter-spacing: 0.84px;
	text-align: center;
}
#contents section.lastBlock .lastBlockLogo {
display: flex;
justify-content: space-between;
max-width: 600px;
margin: 0 auto;
padding: 10px 0 0;
}
@media screen and (max-width:768px) {
#contents section.lastBlock{
        margin: 0 auto 0;
        padding: 0 0 10vw;
}
#contents section.lastBlock .lastBlockLogo img {
max-width: 80%;
}
}




/* pcCont spCont */
#contents .spCont {
	display: none;
}
@media screen and (max-width: 768px) {
	#contents .pcCont {
		display: none;
	}
	#contents .spCont {
		display: block;
	}
}