﻿@charset "utf-8";

/* # =================================================================
   # DEFAULT ( FOR SMARTPHONE )
   # ================================================================= */

.pc { display: none;}
.sp { display: inline;}
img.fix { width: 100%; }
strong { color: #f781ab; }
body {
  font-weight: bold;
}
header {
  background: url(../images/mv_sp.png) top center no-repeat;
  background-size: cover; 
  padding-bottom: 20px;
  text-align: center;
}
header .box_copy {
  background: url(../images/arrow_header.png) bottom center no-repeat;
  background-size: 35px;
  padding: 100px 0 60px 0;
  margin-bottom: 20px;4
}
header .catchcopy {
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  text-shadow:1px 1px 6px #000000;
  -moz-text-shadow:1px 1px 6px #000000;
  -webkit-text-shadow:1px 1px 6px #000000;
  margin-bottom: 20px;
}
header .subcopy {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.6em;
  text-shadow:1px 1px 6px #000000;
  -moz-text-shadow:1px 1px 6px #000000;
  -webkit-text-shadow:1px 1px 6px #000000;
}
header .subcopy span {
  border-bottom: 1px dashed #a9a9a9;
  padding-bottom: 5px;
}
header .box_head_info {
  width: 80%;
  background: #ffffff;
  margin: 0 auto;
  padding: 20px 5% 20px;
  line-height: 2em;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.btn_contact {
  margin: 20px auto 0;
}
.btn_contact a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #f781ab;
  margin: 0 auto;
  padding: 5% 0;
  border: 2px solid #ffffff;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:1px 1px 6px 1px #cccccc;
  -moz-box-shadow:1px 1px 6px 1px #cccccc;
  -webkit-box-shadow:1px 1px 6px 1px #cccccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.btn_contact a:hover {
  background: #ff4e8d;
  text-shadow: #ffffff 0px 0px 10px;
}

.box_question {
  background: url(../images/icon_question.png) top center no-repeat;
  background-size: 22px;
  margin: 40px 0;
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 14px;
}
h2 {
  font-size: 14px;
  color: #1e314c;
  background: #ffe1eb;
  border-top: 3px double #1e314c;
  border-bottom: 3px double #1e314c;
  padding: 8px 0;
  text-align: center;
}
.bg_stripe {
  background: url(../images/bg_stripe.png) repeat;
}
.trouble {
  width: 74%;
  margin: 30px auto;
  padding: 30px 5%;
  background: #ffffff;
  border: 1px solid #000000;
}
.trouble li {
  margin-bottom: 15px;
  padding-left: 28px;
  background: url(../images/icon_check.png) center left no-repeat;
  background-size: 18px;
}
.trouble li:last-child {
  margin-bottom: 0;
}
h3 {
  color: #1e314c;;
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.agentimage {
  padding: 0 20px 40px;
}

.merit {
  width: 90%;
  margin: 25px auto;
}
.merit li {
  width: 48%;
  display: inline-block;
  padding: 0 0 20px;
  font-size: 10px;
  line-height: 1.6em;
  text-align: center;
}
.merit li img {
  width: 80%;
  padding-top: 10px;
}
.box_btn {
  width: 80%;
  margin: 30px auto 40px;
}


.step {
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 60px;
  background: url(../images/arrow_step_sp.png) center bottom no-repeat;
  background-size: 44px;
  text-align: center;
}
.step:last-child {
  background: none;  
}
.step img {
  width: 70%;
}
.step h3 {
  font-size: 16px;
}
.step h3 span {
  font-size: 13px;
  color: #ffffff;
  background: #1e314c;
  padding: 5px;
  margin-right: 10px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  position: relative;
  bottom: 1px;
}
.step p {
  color: #44566b;
  margin-bottom: 20px;
}


footer {
  border-bottom: 20px solid #3a3a3a;
  text-align: center;
  padding-bottom: 40px;
}
footer h2 {
  font-size: 13px;
  color: #1e314c;
  background: #d6f2e9;
  border-top: 3px double #1e314c;
  border-bottom: 3px double #1e314c;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 30px;
}
.conpany_name {
  font-size: 14px;
  margin-bottom: 20px;
}
.address {
  font-size: 24px;
}
.address span {
  font-size: 12px;
  background: #d6f2e9;
  border: 1px solid #1e314c;
  padding: 4px 8px;
  position: relative;
  bottom: 6px;
  margin-right: 10px;
}

.btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #f781ab;
  margin: 20px auto;
  padding: 5% 0;
  border: 2px solid #ffffff;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:1px 1px 6px 1px #cccccc;
  -moz-box-shadow:1px 1px 6px 1px #cccccc;
  -webkit-box-shadow:1px 1px 6px 1px #cccccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  width: 80%;
}
.btn_contact a:hover {
  background: #ff4e8d;
  text-shadow: #ffffff 0px 0px 10px;
}


/* # =================================================================
   # FOR PC
   # ================================================================= */

@media all and (min-width: 641px){

.pc { display: inline;}
.sp { display: none;}

body{
    font-size: 18px;
}

header {
  background: url(../images/mv_pc.png) center center no-repeat;
  background-size: cover; 
  padding-bottom: 0;
}
header .box_copy {
  background: url(../images/arrow_header.png) bottom center no-repeat;
  background-size: 50px;
  padding: 300px 0 60px 0;
  margin-bottom: 30px;
}
header .catchcopy {
  font-size: 30px;
  margin-bottom: 70px;
}
header .subcopy {
  font-size: 18px;
}
header .subcopy span {
  border-bottom: 1px dashed #a9a9a9;
  padding-bottom: 5px;
}
.bg_head_info {
  background: #ffe1eb;
  padding: 20px 0;
}
header .box_head_info {
  width: 600px;
  box-shadow:1px 1px 6px 1px #cccccc;
  -moz-box-shadow:1px 1px 6px 1px #cccccc;
  -webkit-box-shadow:1px 1px 6px 1px #cccccc;
}
.btn_contact {
  margin: 20px auto 0;
}
.btn_contact a {
  width: 85%;
  padding: 3% 0;
  font-weight: normal;
  font-size: 22px;
}

.box_question {
  background-size: 30px;
  margin: 60px 0;
  padding: 80px 0 0 0;
  font-size: 18px;
}
h2 {
  font-size: 20px;
  padding: 12px 0;
}
.trouble {
  width: 770px;
  padding: 30px 0 30px 40px;
}
.trouble li {
  width: 340px;
  display: inline-block;
  background-size: 16px;
}
.trouble li:last-child {
  margin-bottom: 0;
}
h3 {
  font-size: 18px;
}
.agentimage {
  padding: 0 20px 40px;
  width: 560px;
  margin: 0 auto;
}

.merit {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}
.merit li {
  width: 24%;
  font-size: 14px;
}
.box_btn {
  width: 60%;
  margin-bottom: 70px;
}

.box_step {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.step {
  width: 24%;
  padding-bottom: 20px;
  background: url(../images/arrow_step_pc.png) right center no-repeat;
  background-size: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.step:last-child {
  background: none;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  background: url(../images/arrow_step_sp.png) center top no-repeat;
  background-size: 50px;
}
.step:nth-child(4),
.step:nth-child(8){
  background: none;
}
.step:last-child p {
  font-size: 16px;
  font-weight: normal;
}
.step img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.step h3 {
  font-size: 18px;
}
.step h3 span {
  font-size: 16px;
}
.step p {
  color: #44566b;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 20px;
  width: 90%;
  margin: 0 auto;
  height: 90px;
  min-height: 90px;
  font-weight: normal;
}


footer {
  padding-bottom: 80px;
}
footer h2 {
  font-size: 18px;
  padding: 12px 0;
  margin-bottom: 50px;
}
.conpany_name {
  font-size: 20px;
}
.address {
  font-size: 34px;
}
.address span {
  font-size: 18px;
  padding: 8px 15px;
}


.btn {
  margin: 40px auto 0;
}
.btn a {
  width: 50%;
  padding: 2% 0;
  font-weight: normal;
  font-size: 20px;
}



}




/* # =================================================================
   # FOR TABLET
   # ================================================================= */

@media all and (min-width: 641px) and (max-width: 768px){

.step {
  background-size: 10px;
}
.step p {
  font-size: 11px;
  line-height: 1.8em;
  height: 70px;
}


}

