@charset "utf-8";

*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.5rem;
	line-height:1.7;
}
img{
	vertical-align: bottom;
}
ul{
	list-style: none;
}
.img-100{
	width: 100%;
	height: auto;
}
#wrap{
    width: 100%;
    margin: 0;
    padding: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.ofh{
	overflow: hidden;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: .2s;
}
button:hover{
    opacity: 0.7;
}

/* Display */
#q1-2, #q2-1, #q2-1, #q2-2, #o1, #o2, #o3, #a1, #a2, #f1, #f2, #submit-area{
    display: none;
}

/* Header */
h2#top-h2{
    font-size: 1.4rem;
    padding: 5px 20px;
    background-color: #f1f1f1;
}

/* Contact */
#contact-area{
    min-height: 60vh;
}
.f-box{
    display: flex;
    width: 100%;    
}
.question{
    background-color: rgba(25,90,160,0.15);
}
.operator{
    padding: 3%;
    width: 30%;
}
.balloon-area{
    width: 70%;
    padding: 3%;
}
.balloon{
    border: 2px solid #195aa0;
    background-color: #fff;
    padding: 6% 3%;
    font-size: 1.4rem;
    line-height: 1.8;
    border-radius: 10px;
    position: relative;
}
.balloon:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -25px;
	top: 15px;
	border: 12px solid;
	border-color: #195aa0 #195aa0 transparent transparent;
}
.balloon:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 17px;
	border: 10px solid;
	border-color: #fff #fff transparent transparent;
}
.f-box button{
    margin: 4% 2%;
}
.f-box button img{
    border-radius: 10px;
}
.answer-area{
    width: 100%;
    text-align: right;
    padding: 3%;
}
.answer{
    display: inline-block;
    margin-right: 5%;
    background-color: #c8a028;
    color: #fff;
    padding: 6% 3%;
    font-size: 1.4rem;
    position: relative;
    border-radius: 10px;
}
.answer:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -24px;
    top: 15px;
	border: 12px solid;
	border-color: #c8a028 transparent transparent #c8a028;
}
#form-area dl{
    padding: 3%;
}
#form-area dt{
    font-size: 1.6rem;
    padding: 5px 0;
}
#form-area dt:nth-child(n+2){
    padding-top: 20px;
}
#form-area .dt-sup{
    color: #c8a028;
}
#form-area dd, #q1-2 > div, #q2-2 > div{
    font-size: 1.6rem;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 10px;
}
#q1-2, #q2-2{
    padding: 20px;
}
#form-area dd input, #form-area dd select, #q1-2 select, #q2-2 select{
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}
#form-area dd.dd-sup{
    font-size: 1.1rem;
    background-color: #fff;
    padding: 10px 0;
}
#form-area #submit-area{
    padding: 3%;
    font-size: 1.6rem;
}
#form-area #submit-area p{
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 10px;
    text-align: center;
}
#form-area :focus{
    border: 1px solid  #195aa0;
    box-shadow: 0px 0px 5px rgba(25, 90, 160,.5);
}
.empty{
    border: 1px solid  #f06;
    box-shadow: 0px 0px 5px rgba(255, 0, 102,.5);
    background-color: rgba(255, 204, 255,.5);
}

/* Info */
h2#info-h2{
    font-size: 1.6rem;
    padding: 5px 20px;
    color: #fff;
    background-color: #195aa0;
}
h2#info-h2 a{
    color: #fff;
    text-decoration: none; 
}
#information{
    padding: 20px;
}
#information h3, #information p{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Thanks */
h2#thanks-h2{
    font-size: 1.6rem;
    padding: 5px 20px;
    color: #fff;
    background-color: #195aa0;
}
#thanks{
    min-height: 78vh;
    padding: 20px;
}
#thanks p{
    font-size: 1.6rem;
    margin-bottom: 30px;
}

/* Footer */
footer{
    margin-top: 60vh;
    color: #fff;
    background-color: #195aa0;
    text-align: center;
    padding: 20px 0;
}
footer nav ul{
    display: inline-block;
    margin-bottom: 30px;
}
footer nav li{
    float: left;
    padding: 0 10px;
}
footer nav li:nth-child(2){
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
footer nav a{
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
}
footer small{
    font-size: 1.2rem;
}

/* Loader */
.a-load-wrap{
    width: 140px;
    padding: 10px 0;
}
.o-load-wrap{
    width: 100%;
    padding: 20px 0;
}
.o-load-wrap .loader{
    color: #777;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: -30px auto 0;
  position: relative;
  text-indent: 9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}