@charset "UTF-8";

/* =======================================================

##  カラー情報  ##
青1：#0090DA
青2：#0061A0
緑：#A4CE4E
赤：#DB0A5B

##  フォント情報  ##
font-family: 'リュウミンPro5', Noto Sans, Utopia, MetLife Circular;

======================================================= */



/* =======================================================
   BASE
======================================================= */

html,body {
	/* ネットライフ生命WEBサイトのフォント指定 */
	font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',osaka, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 16px;
    -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
    -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}

strong {
	font-weight: normal;
}

main {
	position: relative;
	width: 100%;
	height: 80%;
}

footer {
	width: 100%;
	height: 20%;
}

footer.logos span:nth-of-type(1) {
	position: absolute;
	bottom: 2em;
	left: 2em;
	width: 30%;
}

footer.logos span:nth-of-type(2) {
	position: absolute;
	bottom: 2em;
	right: 2em;
	width: 18%;
}

.align_left {
	text-align: left;
	display: block;
}

.align_center {
	text-align: center;
	display: block;
}

.border_btm {
	border-bottom: 1px solid #fff;
	display: inline-block !important;
}

.btn_top {
	text-align: center;
	position: absolute;
	display: block;
	clear: both;
	bottom: 1em;
	left: 1em;
	font-size: 1.6em;
	color: #0090DA;
}

.btn_top a {
	text-decoration: none;
	color: #0090DA;
}

.btn_next {
	width: 100%;
	text-align: center;
	position: absolute;
	display: block;
	clear: both;
	bottom: 1em;
	font-size: 2em;
}

.btn_next a {
	background: #fff;
	border: 10px solid #A4CE4E;
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding:0.3em 2.3em 0.3em 3.4em;
	position: relative;
}

.btn_next a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #000;
	display: block;
	position: absolute;
	left: 2em;
	top: 50%;
	margin-top: -10px;
}

/*
**********************************************************
ここかからmainタグ記載のclassの設定内容です。
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* =======================================================
   START
======================================================= */

.start01 {
	background: #fff;
	color: #0090DA;
}

.start01 article {
	padding: 2em 0;
	box-sizing: border-box;
}

.start01 article h1 {
	display: block;
	text-align: center;
	position: absolute;
	top : 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 80%;
	box-sizing: border-box;
	margin: 0 10%;
}

.start01 article h1 img {
	width: 100%;
}

.start02 {
	background: #0090DA;
	color: #fff;
}

.start02 article {
	padding: 4em 10% 0;
}

.start02 strong {
	display: block;
	text-align: center;
	width: 30%;
	box-sizing: border-box;
	margin: 0 auto;
}

.start02 p {
	font-size: 1.6em;
	line-height: 2em;
	text-align: justify;
}

.start02 div {
	background: #fff;
	padding: 2em;
	color: #000;
	font-size: 0.8em;
}

/* AGE
======================================================= */

.age01 {
	background: #0090DA;
	color: #fff;
}

.age01 article {
	padding: 2em;
}

.age01 article h2 {
	padding: 0;
	margin: 4em auto 0;
	display: block;
	width: 70%;
}

.age01 article ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 2em;
}

.age01 article ul li {
	padding: 0;
	margin: 1em 2em 3em;
	list-style: none;
}

.age01 article ul li strong {
	margin-right: 1em;
	width: 2em;
	display: inline-block;
}

.age01 article ul li input[type="radio"] {
	display: none;
}

.age01 article ul li label {
	background: #fff;
	color: #0090DA;
	padding: 0.5em 0.6em;
	margin-right: 1px;
}

.age01 article ul li input[type="radio"]:checked + label {
	background: #A4CE4E;
	color: #000;
}

/* .MATOME
======================================================= */

.matome01 {
	background: #fff;
}

.matome01 article:nth-of-type(1) {
	padding: 5em 6em 3em;
}

.matome01 article:nth-of-type(1) strong {
	color: #0090DA;
	font-size: 1.6em;
	line-height: 1.5em;
	display: block;
	text-align: justify;
}

.matome01 article:nth-of-type(1) p {
	text-align: center;
	color: #000;
	font-size: 1.2em;
}

.matome01 article:nth-of-type(2) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 0 5em;
}

.matome01 article:nth-of-type(2) section:nth-of-type(1) {
	width: 40%;
	position: relative;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) {
	width: 60%;
	position: relative;
	margin-left: 5%;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) div {
	background: #f2f2f2;
	padding: 1.5em 2em;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) div p {
	margin: 0;
	padding: 0.5em 0;
}


.matome01 article:nth-of-type(2) section:nth-of-type(2) ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) ul li {
	padding: 0;
	margin: 2em 0;
	list-style: none;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding:1em 2.5em 1em 2.5em;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4em;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) ul li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -10px;
}

.matome01 article:nth-of-type(2) section:nth-of-type(2) ul li a {
	background: #3E3A39;	
}

/* =======================================================
   QUESTION
======================================================= */

/* .qes_type01
======================================================= */

.qes_type01 {
	background: #0090DA;
	color: #fff;
}

.qes_type01 article:nth-of-type(1) {
	padding: 1em 4em 0;
}

.qes_type01 article:nth-of-type(1) h1 {
	display: block;
	text-align: center;
	padding: 2em 0 0;
}

.qes_type01 article:nth-of-type(1) h1 img {
	height: 1.6em;
	width: auto;
}

.qes_type01 article:nth-of-type(1) h3 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 400;
	display: block;
	padding: 0;
	margin: 0 0 1em;
}

.qes_type01 article:nth-of-type(2) input[type="number"] {
	margin: 0 auto;
	width: 100%;
	padding: 0.5em;
	font-size: 1.2em;
	box-sizing: border-box;
	display: block;
}

.qes_type01 article:nth-of-type(2) .asset div {
	position: relative;
	margin: 4em auto;
	padding: 0;
	width: 80%;
	display: block;
}

.qes_type01 article:nth-of-type(2) .asset div span {
	position: absolute;
	right: 2em;
	top: 0.7em;
	color: #000;
}

/* .qes_type02
======================================================= */

.qes_type02 {
	background: #0090DA;
	color: #fff;
}

.qes_type02 article:nth-of-type(1) {
	padding: 2em 4em;
}

.qes_type02 article:nth-of-type(1) h1 {
	font-size: 2.6em;
	line-height: 1.5em;
	display: block;
	text-align: center;
}

.qes_type02 article:nth-of-type(1) h1 img {
	height: 1.2em;
	width: auto;
}

.qes_type02 article:nth-of-type(1) h3 {
	font-size: 2.0em;
	line-height: 1.5em;
	display: block;
	font-weight: 400;
}

.qes_type02 article:nth-of-type(2) {
	width: 100%;
	position: absolute;
	bottom: 20%;
}

.qes_type02 article:nth-of-type(2) ul {
	padding: 0;
	margin: 0 25%;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
}

.qes_type02 article:nth-of-type(2) ul li {
	padding: 0;
	margin: 0 6%;
	list-style: none;
	text-align: center;
}

.qes_type02 article:nth-of-type(2) ul li a {
	color: #fff;
	text-decoration: none;
	padding: 1.5em 0;
	font-size: 2em;
	width: 7em;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.qes_type02 article:nth-of-type(2) ul li a small {
	position: absolute;
	bottom: 1.8em;
	left: 0;
	font-size: 0.5em;
	width: 100%;
}

.qes_type02 article:nth-of-type(2) ul li.yes01 a {
	background: #fff;
	border: 10px solid #5F259F;
	color: #000;
}

.qes_type02 article:nth-of-type(2) ul li.yes a,
.qes_type02 article:nth-of-type(2) ul li.yes02 a {
	background: #fff;
	border: 10px solid #A4CE4E;
	color: #000;
}

.qes_type02 article:nth-of-type(2) ul li.no a {
	background: #fff;
	border: 10px solid #0061A0;
	color: #000;
}


.qes_type02 article:nth-of-type(2) ul.qes_04 li.yes01 a,
.qes_type02 article:nth-of-type(2) ul.qes_04 li.yes02 a,
.qes_type02 article:nth-of-type(2) ul.qes_04 li.no a {
	height: 5em;
}

.qes_type02 article:nth-of-type(2) ul li.yes01 i,
.qes_type02 article:nth-of-type(2) ul li.yes02 i,
.qes_type02 article:nth-of-type(2) ul li.no i {
	font-style: normal;
	position : absolute;
	top : 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	text-align: center;
	width: 100%;
}

.qes_type02 article:nth-of-type(2) ul.qesul02 li a {
	padding: 1em 0 2em;
}

/* .qes_type03
======================================================= */

.qes_type03 {
	background: #0090DA;
	color: #fff;
}

.qes_type03 article:nth-of-type(1) {
	padding: 1em 4em 0;
}

.qes_type03 article:nth-of-type(1) h1 {
	font-size: 2.6em;
	line-height: 1.5em;
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 0.5em;
}

.qes_type03 article:nth-of-type(1) h1 img {
	height: 1.2em;
	width: auto;
}

.qes_type03 article:nth-of-type(1) h3 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 400;
	display: block;
	padding: 0;
	margin: 0 0 1em;
}

.qes_type03 ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
    height: auto;
    width: 90%;
    border: none;
    background: #fff;
    color: #000;
    position: relative;
}

.qes_type03 ul:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	bottom: 2em;
}

.qes_type03 ul li {
	padding: 0;
	margin: 0;
	height: 100%;
	float: left;
	width: calc(100% / 33);
    border: 1px solid #000;
    border-left: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
}

.qes_type03 ul li:nth-of-type(1) {
	border-left: 1px solid #000;
}

.qes_type03 ul li label {
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-combine: all;
	height: 18em;
	padding: 0.5em 0;
	text-align: left;
}

.qes_type03 ul li label b {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	text-style: normal;
	-webkit-transform: rotate(90deg);
	position: absolute;
	font-weight: normal;
}

.qes_type03 ul li label span {
	display: inline-block;
	padding: 1em 0 0;
}

.qes_type03 ul li label i {
	text-style: normal;
	-webkit-writing-mode: horizontal-tb;
	line-height: 1em;
	margin-left: -0.1em;
}

.qes_type03 ul li input[type='checkbox'] {
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.qes_type03 ul li.ason:after {
	content: '\002714';
	position: absolute;
	bottom: 0em;
	font-size: 1.2em;
	right: 0.3em;
	color: #0061A0;
	z-index: 1000;
}

.ason {
	background: #ccc;
}

/* =======================================================
   ANSWER
======================================================= */

.tips {
	color: #fff;
	}

/* .ans_type01
======================================================= */

.ans_type01 {
	background: #fff;
}

.ans_type01 article:nth-of-type(1) {
	padding: 2em 4em 1em;
}

.ans_type01 article:nth-of-type(1) strong {
	color: #0090DA;
	font-size: 1.6em;
	line-height: 1.5em;
	display: block;
	text-align: justify;
}

.ans_type01 article:nth-of-type(2) {
	text-align: center;
}

.ans_type01 article:nth-of-type(2) section:nth-of-type(2) {
	background: rgba(164, 206, 78, 0.3);
	margin: 1.2em auto;
	padding: 1.2em;
	box-sizing: border-box;
	width: 70%;
	border-radius: 0px;
}

.ans_type01 article:nth-of-type(2) p {
	text-align: center;
	color: #000;
	font-size: 1.4em;
}

.ans_type01 article:nth-of-type(2) div {
	position: relative;
	vertical-align: middle;
}

.ans_type01 article:nth-of-type(2) h4 {
	text-align: center;
	color: #DB0A5B;
	font-size: 3.2em;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.ans_type01 article:nth-of-type(2) small {
	font-size: 1em;
	padding: 0;
	margin: 0 0 0 1em;
	display: inline;
	overflow: hidden;
	zoom: 1;
	position: absolute;
	text-align: left;
	vertical-align: bottom;
	top: 0.8em;
}

/* .ans_type02
======================================================= */

.ans_type02 {
	background: #fff;
}

.ans_type02 article:nth-of-type(1) {
	padding: 2em 4em 0;
}

.ans_type02 article:nth-of-type(1) strong {
	color: #0090DA;
	font-size: 1.6em;
	line-height: 1.5em;
	display: block;
	text-align: justify;
}

.ans_type02 article:nth-of-type(1) p {
	text-align: center;
	color: #000;
	font-size: 1.5em;
}


.ans_type02 article:nth-of-type(2) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 0 8em;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) {
	width: 28%;
	position: relative;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) strong {
	color: #DB0A5B;
	display: block;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1em;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) span {
	position: absolute;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 8em;
	height: 4em;
	box-sizing: border-box;
	padding-top: 0.5em;
	font-size: 0.7em;
	color: #fff;
	top: calc(2em + 3%);
	text-align: center;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) span.top2 {
	top: -1.5em;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) span.u_left {
	left: -2.6em;
	background-image: url(../images/u_left.svg);
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(1) span.u_right {
	right: -2.6em;
	background-image: url(../images/u_right.svg);
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(2) {
	width: 77%;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(2) strong {
	color: #DB0A5B;
	display: block;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1em;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(2) span {
	display: block;
	width: 90%;
	float: right;
}

.ans_type02 article:nth-of-type(2) section:nth-of-type(2) span img {
	width: 100%;
	height: auto;
}

.ans_type02 article:nth-of-type(3) {
	display: block;
	text-align: center;
	font-size: 0.8em;
}

/* .ans_type03
======================================================= */

.ans_type03 {
	background: #fff;
}

.ans_type03 article:nth-of-type(1) {
	padding: 2em 4em;
}

.ans_type03 article:nth-of-type(1) strong {
	color: #0090DA;
	font-size: 1.6em;
	line-height: 1.5em;
	display: block;
	text-align: justify;
}

.ans_type03 article:nth-of-type(1) p {
	text-align: center;
	color: #000;
	font-size: 1.5em;
}

.ans_type03 article:nth-of-type(2) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 0 4em;
	margin-top: -3%;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(1) {
	position: relative;
	margin: auto;
	width: 40%;
	text-align: center;
	vertical-align: top;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(1) span {
	display: block;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(1) strong {
	display: block;
	color: #DB0A5B;
	font-size: 10em;
	font-weight: 900;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(2) {
	position: relative;
	margin: auto;
	width: 60%;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(2) span {
	position: absolute;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 8em;
	height: 4em;
	box-sizing: border-box;
	padding-top: 0.5em;
	font-size: 0.8em;
	color: #fff;
	margin-top: 2%;
	margin-left: 25%;
	text-align: center;
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(2) span.u_top {
	top: -20%;
	background-image: url(../images/u_left.svg);
}

.ans_type03 article:nth-of-type(2) section:nth-of-type(2) span.u_bottom {
	top: 85%;
	padding-top: 1.8em;
	background-image: url(../images/u_bottom.svg);
}

.ans_type03 article:nth-of-type(3) {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding-top: 3%;
}


#no_disp {
	display: none;
}

#on_disp {
	display: block;
}

/* ----- #slider ----- */
#slider {
	margin: 0 auto;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

input {
    display: none;
}

#slider-1:checked ~ #slider-wrap .inner {
	margin-left:0;
}

#slider-2:checked ~ #slider-wrap .inner {
	margin-left:-100%;
}

#slider-3:checked ~ #slider-wrap .inner {
	margin-left:-200%;
}

#slider-4:checked ~ #slider-wrap .inner {
	margin-left:-300%;
}

#slider-5:checked ~ #slider-wrap .inner {
	margin-left:-400%;
}

#slider-overflow {
    width: 100%;
    overflow: hidden;
}

.slide img {
	width: 100%;
	vertical-align: top;
}

#slider-wrap .inner {
    width: 500%;
}

#slider-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#slider-wrap .slide {
    width: 20%;
    float: left;
}

#slider-active {
    margin: 10px 0 0;
    text-align: center;
}

@media screen and (min-width: 641px) {
	#slider-active {
		margin: 0;
	}
}

#slider-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 8px;
}

@media screen and (min-width: 641px) {
	#slider-active label {
		width: 10px;
    	height: 10px;
		border-radius: 5px;
	}
}

#slider-active label:hover {
    background: #ccc;
    border-color: #777 !important;
}


#slider-1:checked ~ #slider-active label:nth-child(1),
#slider-2:checked ~ #slider-active label:nth-child(2),
#slider-3:checked ~ #slider-active label:nth-child(3),
#slider-4:checked ~ #slider-active label:nth-child(4),
#slider-5:checked ~ #slider-active label:nth-child(5) {
    background: #56b329;
    border-color: #56b329 !important;
}

#slider-wrap, #slider-active, #slider-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
