@charset "utf-8";

/**********************************************************

reset

**********************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
ul,ol {
    list-style-type: none;
}

input,
select {
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    outline: none;
    padding: 12px;
    background: transparent;
}
a {
    text-decoration: none;
}

/**********************************************************

Common

**********************************************************/
html {
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial ", sans-serif;
    font-size: 62.5%;
    position: relative;
    letter-spacing: 1px;
}

body {
	background-color: #ddd;
    font-size: 1.8rem;
    line-height: 1.8;
	
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
sup {
	font-size: 1.3rem;
}

.notice {
	font-size: 1.2rem;
	color: #666;
	margin-top: 5px;
}
.notice-area {
	margin-top: 20px;
}


@media screen and (max-width: 600px) {
    body {
        font-size: 1.4rem;
    }
	sup {
		font-size: 1.1rem;
	}
	.notice-area {
		margin-top: 15px;
	}
	.notice {
		font-size: 1rem;
		margin-top: 0;
	}
}


/**********************************************************

Layout

**********************************************************/

.wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.section {
	max-width: 600px;
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

.section-inner {
	padding: 30px 50px 60px 50px;
}
.section-first .section-inner {
	padding-top: 0;
}

@media screen and (max-width: 600px) {
	.section {
		
	}
    .section-inner {
        padding: 20px 20px 60px 20px;
    }
	.section-first .section-inner {
		padding-top: 10px;
	}
}

/**********************************************************

Layout Question

**********************************************************/
.q-area {
    position: relative;
}
.q-area .q-step {
	width: 80px;
	height: auto;
    margin: 0 auto;
}
.q-area .step {
	position: absolute;
	left: 0;
	top: 0;
}
.q-area .step img {
    max-width: 150px;
}
.q-area .q-txt {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 30px;
}
.q-area .q-txt .marker {
    display: inline;
	background: -moz-linear-gradient(transparent 60%, #DECB65 0%); 
	background: -webkit-linear-gradient(transparent 60%, #DECB65 0%); 
	background: linear-gradient(transparent 60%, #DECB65 0%);
}
.q-area figure.q-fig {
	margin-top: 20px;
}
.q-area .q-txt .q-txt-notice {
    font-size: 2rem;
}

@media screen and (max-width: 600px) {
	.q-area .q-step {
		width: 46px;
	}
	.q-area .step {
		position: absolute;
		left: 0;
		top: 0;
	}
	.q-area .step img {
		max-width: 110px;
	}
    .q-area .q-txt {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 10px;
    }
	.q-area figure.q-fig {
		margin-top: 15px;
	}
    .q-area .q-txt .q-txt-notice {
        font-size: 1rem;
    }
	
}


/**********************************************************

Ans Button

**********************************************************/
input[type=radio], input[type=checkbox] {
  display: none;
}
ul.answer-list {
    margin-top: 25px;
}
ul.answer-list li {
    margin-top: 15px;
	line-height: 1.5;
}
ul.answer-list li label.ans-checkbox {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #fff;
	color: #16476B;
	border: 2px solid #16476B;
	box-shadow: 0px 5px 0px 0px #16476B;
    font-weight: bold;
	font-size: 20px;
    padding: 24px 18px 24px 50px;
    border-radius: 6px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

input[type=checkbox]:checked + label.ans-checkbox {
	background: #16476B;
	box-shadow: none;
	position: relative;
	top: 5px;
}

ul.answer-list li label.ans-checkbox::before {
  position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
	border: 1px solid #16476B;
    transition: .3s;
}

ul.answer-list li label.ans-checkbox::after {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  content: '';
  opacity: 0;
    transition: .3s;
	border-right: 3px solid #16476B;
	border-bottom: 3px solid #16476B;
    -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + label.ans-checkbox {
	color: #fff;
}
input[type=checkbox]:checked + label.ans-checkbox:before {
	background-color: #DECB65;
}
input[type=checkbox]:checked + label.ans-checkbox:after {
  opacity: 1;
}


@media screen and (max-width: 600px) {
    ul.answer-list li {
        margin-top: 10px;
    }
    ul.answer-list {
        margin-top: 0;
    }
    ul.answer-list li label.ans-checkbox {
		font-size: 1.6rem;
		box-shadow: 0px 3px 0px 0px #16476B;
        padding: 15px 15px 15px 43px;
    }
    
    ul.answer-list li label.ans-checkbox::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    ul.answer-list li label.ans-checkbox::after {
        width: 6px;
        height: 14px;
        margin-top: -11px;
        left: 22px;
    }
}


/**********************************************************

動画

**********************************************************/
.q-area .q-txt.q-txt-movie {
	padding-top: 60px;
	margin-top: 0;
	margin-bottom: 15px;
}
video {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.q-area .q-txt.q-txt-movie {
		margin-top: 0;
		padding-top: 50px;
	}
}
@media screen and (min-width: 1024px) {
	ul.answer-list li label.ans-checkbox {
		transition: .3s;
	}
	ul.answer-list li label.ans-checkbox:hover {
		opacity: .7;
	}
}

/**********************************************************

CV

**********************************************************/
.cv-area {
    position: relative;
	padding: 20px 30px 50px;
	margin-top: 0;
}
.cv-box {
	background: rgb(22,71,107);
	background: linear-gradient(120deg, rgba(5,47,75,1) 0%, rgba(33,105,159,1) 100%);
	padding: 0 20px 20px;
}
.cv-box .cv-box-inner {
	background-image: url(../img/thanks-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.cv-box .cv-box-inner > div {
	margin-bottom: 20px;
}
.cv-box .cv-box-inner > div:first-block {
	margin-bottom: 6px;
}
.cv-area .btn-area {
	padding: 0 20px;
}

.cv-area a.btn-cv {
	display: block;
	height: auto;
	background-color: #D04752;
	border-radius: 40px;
	padding: 24px 0 24px 0;
	box-shadow: 0 8px 0 0 rgba(139,24,33,1),
		0px 15px 0px 0px rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.cv-area .btn-txt {
	width: 60%;
	margin: 0 auto;
}
.cv-area .btn-txt-fig {
	vertical-align: middle;
}
.cv-area a.btn-cv::before {
	content: "";
	position: absolute;
	background-color: rgba(255,255,255,.15);
	width: 100%;
	height: 40px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border: none;
	top: 1px;
	right: 0;
	left: 1px;
	margin-top: 0;
}
.cv-area a.btn-cv .arw {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -5px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 600px) {
	.cv-section {
		margin-top: 0;
	}
    .cv-area {
		padding: 5px 10px 40px;
		margin-top: 0;
    }
	.cv-box {
		padding: 0 10px 10px;
	}
	.cv-box .cv-box-inner > div {
		margin-bottom: 10px;
	}
	.cv-area .btn-area {
		padding: 0 10px;
	}
	.cv-area .btn-txt {
		width: 70%;
	}
	.cv-area a.btn-cv .arw {
		right: 20px;
		width: 10px;
		height: 10px;
	}
}

@media screen and (min-width: 1024px) {
	a.btn-cv {
		transition: .3s;
	}
	a.btn-cv:hover {
		opacity: .7;
	}
}


/**********************************************************

Animation

**********************************************************/
.hide {
  display: none;
}