@charset "UTF-8";
/*====================================

common base

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*  HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "YuGothic", "Yu Gothic", "Meiryo", Hiragino Sans, Hiragino Kaku Gothic ProN, sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, dl, ol {
  list-style-type: none;
  list-style-position: outside;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.9;
}
a:active {
  text-decoration: none;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;/* forIE7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
dd .error {
  display: none;
}

/* for PC */
@media screen and (min-width: 768px) {
/*====================================

pc base

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

body {
  background: #fff;
  color: #000;
  overflow-x: hidden;
}
.pcnone {
  display: none;
}
/*====================================

pc layout

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

section {
  padding: 70px 0;
}
header, .wrapper {
  width: 1120px;
  margin: 0 auto;
}
header {
  padding: 25px 0;
  text-align: center;
}
#logo {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  top: 20px;
}
#logo img, #logo02 img {
  width: 220px;
}
#logo02 {
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 0;
  text-align: center;
}
header p {
  display: inline-block;
}
#main {
  padding: 0;
  height: 660px;
  background: url(../img/main.png)no-repeat #259dba center;
}
#box_main {
  width: 540px;
  height: 480px;
  margin: 0 auto;
  background: url(../img/back_main.png?1)no-repeat;
  background-size: 540px 480px;
  text-align: center;
  position: relative;
  top: 50px;
}
#main h1 {
  color: #fff;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding-top: 18px;
}
#main h1 span {
  font-size: 6.5rem;
  display: block;
}
#main h1 + p {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
#main ul {
  margin-left: 54px;
}
#main li {
  width: 128px;
  height: 128px;
  float: left;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffff00;
  box-sizing: border-box;
  padding-top: 30px;
  line-height: 1.4;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  color: #000;
  margin-right: 20px;
  font-weight: bold;
}
#main li:last-of-type {
  padding-top: 43px;
}
section h2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
section .description {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
}
/*====================================

trouble

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

#trouble {
  background: #eee;
  text-align: center;
}
#trouble:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eee;
  position: absolute;
  bottom: -106px;
  left: 50%;
  margin-left: -10px;
}
#trouble .wrapper {
  position: relative;
}
#trouble h2:before {
  content: "";
  display: block;
  width: 24px;
  height: 56px;
  background: url(../img/ico_trouble01.png)no-repeat;
  background-size: 24px 56px;
  position: absolute;
  left: 24%;
  top: -15px;
}
#trouble h2:after {
  content: "";
  display: block;
  width: 24px;
  height: 56px;
  background: url(../img/ico_trouble01.png)no-repeat;
  background-size: 24px 56px;
  position: absolute;
  right: 24%;
  top: -15px;
}
#trouble li span {
  font-size: 2.6rem;
}
#trouble li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.8rem;
  background: #FFF;
  border: solid 2px #111;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 4px;
}
#trouble li:nth-of-type(n+3) {
  margin-top: 30px;
}
#trouble li:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
#trouble li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #111;
  z-index: 1;
}
#trouble p img:first-of-type {
  position: absolute;
  left: 20px;
  bottom: -70px;
  width: 80px;
}
#trouble p img:nth-of-type(2) {
  position: absolute;
  right: 20px;
  bottom: -70px;
  width: 80px;
}
/*====================================

solution

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

#solution {
  background: #259dba;
  color: #fff;
}
#solution h2 {
  margin-bottom: 30px;
}
#solution h2 + p {
  font-size: 2.0rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
#solution h2 + p span {
  color:#ffff00;
}
/*====================================

meet

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

#meet {
  text-align: center;
}
#meet h2 {
  margin-bottom: 30px;
  color: #259dba;
}
#meet h3 {
  font-size: 2.4rem;
  color: #259dba;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#meet h3 span:before {
  content: "";
  display: inline-block;
  transform: rotate(60deg);
  width: 30px;
  border-top: 1px solid #259dba;
  position: relative;
  bottom: 8px;
}
#meet h3 span:after {
  content: "";
  display: inline-block;
  transform: rotate(-60deg);
  width: 30px;
  border-top: 1px solid #259dba;
  position: relative;
  bottom: 8px;
}
#meet p {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 0 15px;
}
#meet p img {
  display: block;
  margin-bottom: 15px;
  box-shadow: 9px 9px #259dba;
}
/*====================================

merit

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

#merit {
  background: url(../img/back_about.png) no-repeat #259dba center;
  color: #fff;
}
#merit .wrapper_merit {
  display: flex
}
#merit dl {
  width: 30%;
  float: left;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid #fff;
}
#merit dl:last-of-type {
  border: 0;
  padding-right: 0;
  margin-right: 0;
  width: 31%;
}
#merit dt {
  position: relative;
}
#merit dt {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
#merit dd {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-top: 15px;
}
.btn a {
  display: block;
  width: 340px;
  height: 64px;
  display: block;
  background: url(../img/ico_arrow01.png)no-repeat #ffc400 95% 50%;
  background-size: 6px 11px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 #685503;
  margin: 40px auto 0 auto;
  text-decoration: none;
  padding-top: 23px;
}
/*====================================

flow

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

#flow {
  padding-bottom: 0;
}
#flow dl {
  width: 258px;
  background: #eaeaea;
  float: left;
  height: 233px;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 22px 30px 0;
  border-radius: 4px;
  position: relative;
}
#flow dl:after {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url(../img/ico_arrow03.png)no-repeat;
  background-size: 30px 10px;
  position: absolute;
  top: 37%;
  right: -25px;
  z-index: 999;
}
#flow dl:nth-of-type(5) {
  margin-left: 137px;
}
#flow dl:nth-of-type(4):after, #flow dl:last-of-type:after {
  display: none;
}
#flow dl:nth-of-type(1):before {
  content: "01";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(2):before {
  content: "02";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(3):before {
  content: "03";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(4):before {
  content: "04";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(5):before {
  content: "05";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(6):before {
  content: "06";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dl:nth-of-type(7):before {
  content: "07";
  display: block;
  position: absolute;
  top: -20px;
  font-size: 3.6rem;
  font-weight: bold;
  left: 50%;
  margin-left: -17px;
  letter-spacing: -1px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
#flow dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  padding-top: 55px;
}
#flow dl:nth-of-type(1) dt {
  background: url(../img/ico_form.png)no-repeat 55% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(2) dt {
  background: url(../img/ico_confirm.png)no-repeat 52% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(3) dt {
  background: url(../img/ico_search.png)no-repeat 53% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(4) dt {
  background: url(../img/ico_tel.png)no-repeat 53% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(5) dt {
  background: url(../img/ico_meeting.png)no-repeat 53% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(6) dt {
  background: url(../img/ico_mansion.png)no-repeat 53% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(7) dt {
  background: url(../img/ico_answer.png)no-repeat 52% top;
  background-size: auto 40px;
}
#flow dd {
  font-size: 1.6rem;
  margin-top: 15px;
  line-height: 1.5;
}
/*====================================

faq

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

#faq:after {
  display: block;
  content: "";
  width: 100%;
  height: 130px;
  background: url(../img/back_mansion.png) repeat-x;
  background: auto 130px;
  margin-top: 70px;
}
#faq {
  padding-bottom: 0;
}
#faq dl {
  width: 750px;
  padding: 0 50px 40px 50px;
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #dbdbdb;
}
#faq dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#faq dt:before {
  content: "Q";
  width: 40px;
  height: 40px;
  background: #39a5c0;
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 2.5rem;
  margin-right: 20px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  bottom: 10px;
}
#faq dt {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#faq dd:before {
  content: "A";
  width: 40px;
  height: 40px;
  background: #39a5c0;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 7px;
  box-sizing: border-box;
  font-size: 2.5rem;
  margin-right: 20px;
  font-weight: normal;
  float: left;
  line-height: 1;
  position: relative;
  bottom: 5px;
}
#faq dd {
  font-size: 1.8rem;
  line-height: 1.6;
}
#faq dd span {
  width: 690px;
  display: block;
  float: left;
}
/*====================================

contact

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

#contact {
  background: #259dba;
  color: #fff;
}
#contact dl {
  font-size: 1.8rem;
  line-height: 1.5;
}
#contact dt {
  font-weight: bold;
  float: left;
  width: 217px;
  text-align: right;
  margin-right: 40px;
}
#contact dt .various {
  font-size: 1.4rem;
  font-weight: normal;
}
#contact dd {
  width: 480px;
}
.txt_contact {
  text-align: center;
  margin-bottom: 40px;
}
#contact dd, #company dd {
  float: left;
}
#contact dl {
  width: 750px;
  margin: 0 auto 40px auto;
}
#contact input[type="text"] {
  width: 420px;
  border: 0;
  padding: 6px;
  font-size: 1.6rem;
}
#contact input.working_length {
  width: 40px;
  margin-right: 3px;
}
#contact input.item {
  width: 70px;
}
#contact input.item02 {
  width: 60px;
}
#contact input.item03 {
  width: 40px;
}
#contact select {
  font-size: 1.5rem;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
#contact dd select:nth-of-type(n+2) {
  margin-left: 5px;
}
#contact label {
  margin-right: 20px;
  line-height: 2;
}
#contact label input {
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
#contact dd textarea {
  width: 462px;
  border: 0;
  padding: 10px;
  height: 200px;
}
#contact dt {
  position: relative;
  top: 2px;
}
#contact input[type="submit"] {
  display: block;
  width: 340px;
  height: 64px;
  display: block;
  background: url(../img/ico_arrow01.png)no-repeat #ffff00 95% 50%;
  background-size: 6px 11px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 #685503;
  margin: 40px auto 0 auto;
}
#contact input[type="submit"]:hover {
  opacity: 0.85;
  cursor: pointer;
}
#contact .section-errormsg {
  width: 600px;
  text-align: center;
  border: 2px solid #ffff00;
  padding: 20px;
  color: #ffff00;
  margin: 0 auto 40px auto;
}
/*#contact .item_form {
  display: none;
}*/
#contact h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#contact h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
#contact .policy {
  border: 1px solid #fff;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  width: 690px;
  height: 150px;
  overflow: auto;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
#contact p a {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
#contact #accept {
  text-align: center;
  margin-top: 20px;
}
#thanks .txt_contact02 {
  text-align: center;
  line-height: 1.4;
}
#present {
  width: 540px;
  position: relative;
  margin: 20px auto 30px auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.6rem;
  background: #ffff00;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
}
#present:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffff00;
}
#present img {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
footer {
  border-top: 1px solid #d4d4d4;
  padding: 40px 0;
  position: relative;
  margin-top: 70px;
}
footer p:last-of-type {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
footer #totop a {
  font-size: 1.8rem;
  text-decoration: none;
  position: absolute;
  top: -55px;
  right: 5%;
  background: url(../img/ico_arrow02.png) no-repeat 50% top;
  padding-top: 20px;
  background-size: 20px 15px;
}
/*====================================

company

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

#company p {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
}
}/* END for PC */

/* for SP */
@media screen and (min-width: 320px) and (max-width: 767px) {
/ /*====================================

sp base

=====================================*/
 body {
 background: #fff;
 color: #000;
 overflow-x: hidden;
}
.spnone {
  display: none;
}
/*====================================

sp layout

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

section {
  padding: 40px 0;
}
header, .wrapper {
  width: 94%;
  margin: 0 auto;
}
#main {
  padding: 0 0 20px 0;
  background: url(../img/main_sp.png?2)no-repeat #259dba center top;
  background-size: contain;
}
#logo {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
#logo img, #logo02 img {
  width: 180px;
}
#logo02 {
  text-align: center;
  margin: 20px 0;
}
#box_main {
  padding-top: 20px;
  text-align: center;
}
#main h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding-top: 2px;
  background: #259dba;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#main h1 span {
  font-size: 3.2rem;
  display: block;
}
#main h1 + p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  margin: 45px 0 10px 0;
  text-align: center;
  font-weight: bold;
}
#main ul {
  width: 290px;
  margin: 0 auto;
}
#main li {
  width: 90px;
  height: 90px;
  float: left;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffff00;
  box-sizing: border-box;
  padding-top: 20px;
  line-height: 1.4;
  font-size: 1.3rem;
  letter-spacing: -0.7px;
  color: #000;
  margin-right: 10px;
  font-weight: bold;
}
#main li:last-of-type {
  padding-top: 30px;
  margin-right: 0;
}
section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
section .description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
/*====================================

trouble

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

#trouble {
  background: #eee;
  text-align: center;
  position: relative;
}
#trouble:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #eee;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
}
#trouble .wrapper {
  position: relative;
}
#trouble h2:before {
  content: "";
  display: block;
  width: 18px;
  height: 42px;
  background: url(../img/ico_trouble01.png)no-repeat;
  background-size: 18px 42px;
  position: absolute;
  left: 2%;
  top: -5px;
}
#trouble h2:after {
  content: "";
  display: block;
  width: 18px;
  height: 42px;
  background: url(../img/ico_trouble01.png)no-repeat;
  background-size: 18px 42px;
  position: absolute;
  right: 2%;
  top: -5px;
}
#trouble li span {
  font-size: 1.6rem;
}
#trouble li {
  position: relative;
  display: inline-block;
  padding: 5px;
  min-width: 46%;
  max-width: 46%;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #FFF;
  border: solid 2px #111;
  box-sizing: border-box;
  margin: 0 1% 20px 1%;
  border-radius: 4px;
}
#trouble li:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 52%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}
#trouble li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 52%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 16px solid #111;
  z-index: 1;
}
#trouble p img:first-of-type {
  position: absolute;
  left: 20px;
  bottom: -40px;
  width: 50px;
}
#trouble p img:nth-of-type(2) {
  position: absolute;
  right: 20px;
  bottom: -40px;
  width: 50px;
}
/*====================================

solution

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

#solution {
  background: #259dba;
  color: #fff;
}
#solution h2 {
  margin-bottom: 30px;
}
#solution h2 + p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
#solution h2 + p span {
  color:#ffff00;
}
/*====================================

meet

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

#meet {
  text-align: center;
}
#meet h2 {
  margin-bottom: 30px;
  color: #259dba;
}
#meet h3 {
  font-size: 2rem;
  color: #259dba;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#meet h3 span:before {
  content: "";
  display: inline-block;
  transform: rotate(60deg);
  width: 30px;
  border-top: 1px solid #259dba;
  position: relative;
  bottom: 8px;
}
#meet h3 span:after {
  content: "";
  display: inline-block;
  transform: rotate(-60deg);
  width: 30px;
  border-top: 1px solid #259dba;
  position: relative;
  bottom: 8px;
}
#meet p {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 15px 0;
}
#meet p:last-of-type {
  margin-bottom: 0;
}
#meet p img {
  width: 94%;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
  box-shadow: 9px 9px #259dba;
}
/*====================================

merit

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

#merit {
  background: url(../img/back_about.png) no-repeat #259dba bottom;
  background-size: cover;
  color: #fff;
}
#merit dl {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
#merit dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
#merit dt {
  position: relative;
}
#merit dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#merit dd {
  line-height: 1.7;
  font-size: 1.4rem;
  margin-top: 15px;
}
/*====================================

flow

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

#flow {
  padding-bottom: 0;
}
#flow dl {
  background: #eaeaea;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 30px 5% !important;
  border-radius: 4px;
  position: relative;
  width: 90%;
}
#flow dl:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/ico_arrow04.png)no-repeat;
  background-size: 10px 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 999;
}
#flow dl:last-of-type {
  margin-bottom: 0;
}
#flow dl:last-of-type:after {
  display: none;
}
#flow dt {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding-top: 55px;
}
#flow dl:nth-of-type(1) dt {
  background: url(../img/ico_form.png)no-repeat 53% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(2) dt {
  background: url(../img/ico_confirm.png)no-repeat 51% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(3) dt {
  background: url(../img/ico_search.png)no-repeat 52% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(4) dt {
  background: url(../img/ico_tel.png)no-repeat 52% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(5) dt {
  background: url(../img/ico_meeting.png)no-repeat 51% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(6) dt {
  background: url(../img/ico_mansion.png)no-repeat 52% top;
  background-size: auto 40px;
}
#flow dl:nth-of-type(7) dt {
  background: url(../img/ico_answer.png)no-repeat 51% top;
  background-size: auto 40px;
}
#flow dd {
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.5;
}
/*====================================

faq

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

#faq:after {
  display: block;
  content: "";
  background: url(../img/back_mansion.png) no-repeat;
  background-size: contain;
  padding: 36px 0 0 0;
  margin-top: 30px;
  color: #000;
}
#faq {
  padding-bottom: 0;
}
#faq dl {
  padding: 0 0 20px 0;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #dbdbdb;
}
#faq dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#faq dt:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #39a5c0;
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
  box-sizing: border-box;
  font-size: 2rem;
  margin-right: 10px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  bottom: 4px;
}
#faq dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
#faq dd:before {
  content: "A";
  width: 30px;
  height: 30px;
  background: #39a5c0;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 2rem;
  margin-right: 10px;
  font-weight: normal;
  float: left;
  line-height: 1;
  position: relative;
  bottom: 5px;
}
#faq dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
#faq dd span {
  max-width: 88%;
  display: block;
  float: left;
}
/*====================================

contact

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

#contact {
  background: #259dba;
  color: #fff;
  padding: 30px 3%;
}
#contact dl {
  font-size: 1.6rem;
  line-height: 1.5;
}
#contact dt {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 7px;
  border-left: 3px solid #fff;
  line-height: 1;
}
#contact dt .various {
  font-size: 1.1rem;
  font-weight: normal;
}
.txt_contact {
  text-align: center;
  margin-bottom: 30px;
}
#contact dl {
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#contact input[type="text"] {
  border: 0;
  padding: 6px;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
}
#contact input[type="radio"] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
#contact input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
#contact input.working_length {
  width: 40px;
  margin-right: 3px;
}
#contact input.item {
  width: 80px;
}
#contact input.item02 {
  width: 70px;
}
#contact input.item03 {
  width: 50px;
}
#contact select {
  font-size: 1.3rem;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
#contact dd select:nth-of-type(n+2) {
  margin-left: 5px;
}
#contact label {
  display: block;
  margin: 0 20px 0 0;
  line-height: 2.0;
}
#contact .item_form01 {
  margin-bottom: 10px;
  display: block;
}
#contact label input {
  position: relative;
  bottom: 9px;
  margin-right: 1px;
}
#contact dt {
  position: relative;
  top: 2px;
}
#contact .item_label {
  display: inline-table;
  margin-bottom: 5px;
}
#contact input[type="submit"] {
  display: block;
  width: 80%;
  height: 50px;
  display: block;
  background: url(../img/ico_arrow01.png)no-repeat #ffff00 95% 50%;
  background-size: 6px 11px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 #685503;
  margin: 30px auto 0 auto;
}
#contact input[type="submit"]:hover {
  opacity: 0.85;
  cursor: pointer;
}
#contact .section-errormsg {
  text-align: center;
  border: 2px solid #ffff00;
  padding: 20px;
  color: #ffff00;
  margin-bottom: 40px;
}
/*#contact .item_form {
  display: none;
}*/

#present {
  width: 90%;
  position: relative;
  margin: 20px auto 35px auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.4rem;
  background: #ffff00;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
}
#present:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffff00;
}
#present img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}
#contact h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#contact h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
#contact .policy {
  border: 1px solid #fff;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 94%;
  height: 150px;
  overflow: auto;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
#contact p a {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
#contact #accept {
  text-align: center;
  line-height: 1.5;
}
#contact #accept input {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
#thanks .txt_contact02 {
  text-align: center;
  line-height: 1.4;
}
footer {
  border-top: 1px solid #d4d4d4;
  padding: 30px 0;
  position: relative;
  margin-top: 60px;
}
footer p:last-of-type {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
footer #totop a {
  font-size: 1.3rem;
  text-decoration: none;
  position: absolute;
  top: -50px;
  left: 50%;
  background: url(../img/ico_arrow02.png) no-repeat 50% top;
  padding-top: 20px;
  background-size: 20px 15px;
}
/*====================================

company

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

#company p {
  text-align: center;
  line-height: 1.5;
  font-size: 1.3rem;
}
}
