@charset "UTF-8";

/*------------------------------------------------------------------------------
ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
sup,
sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

/*------------------------------------------------------------------------------
テキストリンク設定
------------------------------------------------------------------------------*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
全体背景設定
------------------------------------------------------------------------------*/
#wrap{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
header{
    text-align: center;
}
header h1{
    font-family: "凸版文久明朝 R","Yu Mincho Medium","游明朝 Medium",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3",serif;
    padding: 5% 0;
    font-size: 2em;
}
header .mark{
    color: #014a96;
    background: linear-gradient(transparent 60%, #a2ddff 60%);
}
header .small{
    font-size: 0.7em;
}
#content{
    padding: 6% 4%;
    background: #e7f5ff;
}
.arrow {
    display: block;
    width: 30px;
    height: 30px;
    border-top: 8px solid #014a96;
    border-right: 8px solid #014a96;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 5% auto 10% auto;
}
.aka{
    color: #cd0000;
}
.item_image{
    width: 90%;
    display: block;
    margin: 5% auto 0 auto;
}
.question{
    width: 97%;
    margin: 0 auto;
    background: #FFF;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s ease;
}
.question.show{
    opacity: 1;
    transform: none;
}
.up{
    transform: translate(0, 100px);
}
/*
.question h2{
    background: #f5f1e9;
    padding: 5% 0;
    width: 100%;
    position: relative;
}
.question h2 span img{
    width: 10%;
    display: block;
    margin: 0 auto;
}
.question h2 .after-number{
    position: absolute;
    right: 0;
    bottom: 15%;
    display: flex;
    justify-content: flex-end;
}
.question h2 .after-number li{
    background: url(../img/arrow.png) no-repeat 15% 60%;
    background-size: 15px 20px;  
    padding: 0 0 15px 30px;
    width: 10%;
}
.question h2 .after-number li:last-child{
    padding: 0 10px 15px 30px;
}
*/

h3{
    padding: 5%;
    border-bottom: 1px solid #999999;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
}
.answer{
    padding: 5%;
}
.answer ul{
    line-height: 200%;
}
.error{
    color: #cd0000;
    font-size: 0.8em;
    padding-bottom: 2%;
}
#check_1,
#check_2,
#check_3,
#check_4,
#check_5 {
    font-size: 1.2em;
}
#check_1 li label,
#check_2 li label,
#check_3 li label,
#check_4 li label,
#check_5 li label {
    padding-left: 5%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
#check_1 li label:before,
#check_2 li label:before,
#check_3 li label:before,
#check_4 li label:before,
#check_5 li label:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #fff;
    border: 1px solid #666666;
}
#check_2 li label:before,
#check_3 li label:before,
#check_5 li label:before {
    border-radius: 50%;
}
#check_1 li input[type=checkbox],
#check_2 li input[type=radio],
#check_3 li input[type=radio],
#check_4 li input[type=checkbox],
#check_5 li input[type=radio] {
    display: none;
}
#check_1 li input[type=checkbox]:checked + label:before,
#check_4 li input[type=checkbox]:checked + label:before {
    content: '\2713';
    font-size: 1em;
    color: #fff;
    background-color: #66c5f3;
    font-size: 18px;
    line-height: 20px;
}
#check_2 li input[type=radio]:checked + label:before,
#check_3 li input[type=radio]:checked + label:before,
#check_5 li input[type=radio]:checked + label:before {
    content: '・';
    font-size: 1em;
    color: #fff;
    background-color: #66c5f3;
    font-size: 18px;
    line-height: 20px;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 50vmin solid transparent;
  border-right: 50vmin solid transparent;
  border-top: 10vmin solid #e7f5ff;
}
.btn_area .thanks{
    text-align: center;
    padding: 7% 0;
    font-weight: bold;
}
.btn_area img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
#send button{
    display: block;
    width: 85%;
    margin: 10% auto;
    padding: 5%;
    text-align: center;
    background: #00990b;
    color: #FFF;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}
#error{
    display: none;
    background: #e7f5ff;
    color: #ff0000;
    text-align: center;
    width: 90%;
    margin: 5% auto 0 auto;
    padding: 3%;
    box-sizing: border-box;
}
footer{
    background: #f0f5f6;
    color: #999999;
    font-size: 0.7em;
    text-align: center;
    padding: 10% 0;
}
@media (max-width:650px) {
    body{
        font-size: 16px;
    }
    header h1{
        font-size: 1.4em;
    }
    /*セクション*/
    #check_1,
    #check_2,
    #check_3,
    #check_4,
    #check_5 {
        font-size: 1em;
    }
    #check_1 li label,
    #check_2 li label,
    #check_3 li label,
    #check_4 li label,
    #check_5 li label {
        padding-left: 25px;
    }
    #check_1 li label:before,
    #check_2 li label:before,
    #check_3 li label:before,
    #check_4 li label:before,
    #check_5 li label:before {
        width: 14px;
        height: 14px;
        top: 7px;
    }
    #check_2 li label:before,
    #check_3 li label:before,
    #check_5 li label:before {
      border-radius: 50%;
    }
    #check_1 li input[type=checkbox]:checked + label:before,
    #check_2 li input[type=radio]:checked + label:before,
    #check_3 li input[type=radio]:checked + label:before,
    #check_4 li input[type=checkbox]:checked + label:before,
    #check_5 li input[type=radio]:checked + label:before {
        font-size: 16px;
        line-height: 16px;
        text-indent: -0.1em;
    }
}