  /* ============================== reset */

* { margin: 0; padding: 0; }

body { color: #000; background-color: #fff; font-size: 13px; font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif; line-height: 1.6; }
table { border-collapse: collapse; border-spacing: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a, img, abbr, acronym, fieldset { border: 0; }

em, strong, dfn, code, var, cite,
input, select, textarea, button, optgroup, option,
address,
th, caption  { font-weight: inherit; font-style: inherit; font-size: inherit; }

input, select, textarea, button, optgroup, option { font-family: inherit; }

li { list-style: none; }

th, td { vertical-align: top; }
th, caption { text-align: left; }

abbr, acronym { font-variant: normal; }

ins, del { text-decoration: none; }

sub, sup { vertical-align: baseline; }

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

div, p,
ul, ol, li, dl, dt, dd,
th, td,
h1, h2, h3, h4, h5, h6 { background-repeat: no-repeat; background-position: 0 0; }


/* ============================== css hack */
/* floating box clear */
.clr:after, .mc:after, .ms:after, .multi_section:after, .multi_column:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clr, .mc, .ms, .multi_section, .multi_column { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr, * html .mc, * html .ms, * html .multi_section, * html .multi_column { height: 1%; }
.clr, .mc, .ms, .multi_section, .multi_column { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt, .hd { text-indent: -9999px; overflow: hidden; }
.hidetxt a, .hd a { overflow: hidden; }


/* ============================== multi column */
.multi_section {  }
.left_section { float: left; }
.right_section { float: right; }
.ms {  }
.ls { float: left; }
.rs { float: right; }

.multi_column { }
.left_column { float: left; }
.right_column { float: right; }
.mc {  }
.lc { float: left !important; }
.rc { float: right !important; }

/* ============================== text align */
.al_c { text-align: center !important; }
.al_r { text-align: right !important; }
.al_l { text-align: left !important; }

/* ============================== contents */

 a {
   color: #000;
 }
 
 a:visited {
   color: #333;
 }
 
 a:hover {
   color: #666;
 }
 
  a:active {
   color: #666;
 }
 
 .wrapper {
   width: 100%;
 }
 .inner {
   width: 1000px;
   margin: 0 auto;
   box-sizing: border-box;
 }
 
/*footer*/

footer {
  border-top: 1px solid #66a80f;
  font-size: 14px;
}

footer .inner {
  padding: 15px 0;
}

footer ul {
  margin-top: 16px;
}

footer ul li {
  display: inline-block;
}

footer ul li:after {
  content: "|";
  margin: 0 10px;
}

footer ul li:last-child:after {
  content: "";
}

footer .privacy_mark {
  margin-right: 20px;
  width: 74px;
}

footer .privacy_mark img {
  max-width: 100%;
  height: auto;
}


footer .companyname {
  font-size: 18px;
  font-weight: bold;
  margin: 7px 0 5px;
}
  
  
 /*header main_vi*/
 
header .inner {
    overflow: hidden;
    padding-top: 20px;
  }
 
header .site_logo {
   float: left;
 }
 
header .telephone {
   float: right;
 }
 
.main_vi {
   background: url(images/bg_main_vi.png) center top repeat;
   padding: 40px 0;
   -webkit-box-shadow:0px 2px 13px -2px rgba(0,0,0,0.6);
   box-shadow:0px 2px 13px -2px rgba(0,0,0,0.6);
   text-align: center;
 }
 
.main_vi .lead {
   text-align: center;
 }
 
.main_vi h1 {
  text-align: center;
  margin-top: 20px;
}

.main_vi .text {
  background-color: #0068a3;
  padding: 15px;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  -webkit-box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  position: relative;
}

.main_vi .text span {
  display: block;
  position: absolute;
}

.main_vi .text span.line01 {
  top: 50px;
  left: 413px;
}

.main_vi .text span.line02 {
  top: 49px;
  left: 498px;
}

.main_vi .text span.check {
  top:-53px;
  left: -186px;
}

/*section common*/

section h2 {
  padding: 10px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-shadow:2px 2px 3px rgba(0,0,0,0.59);
  font-weight: bold;
}

section .btn {
  width: 335px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #f8232c;
  text-shadow:2px 2px 3px rgba(0,0,0,0.59);
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: ease all .5s;
}

section .btn:after {
  content: "▶";
  font-size: 18px;
  padding-left: 10px;
}

section .btn:hover {
  opacity: .7;
}

/*sec01*/
 
.sec01 {
  margin-top: 50px;
  background-color: #e3f3f8;
}

.sec01 h2 {
  color: #454545;
  text-shadow: none;
  background-color: #fed939;
  position: relative;
}

.sec01 h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #feda39 transparent transparent transparent;
}

.sec01 .inner {
  margin-top: 20px;
  padding: 40px 0;
}

.sec01 .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sec01 .inner ul li {
  width: 483px;
  min-height: 273px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 2px solid #feda39;
  box-sizing: border-box;
}

.sec01 .inner ul li h3 {
  font-size: 20px;
  color: #e1692c;
  line-height: 1.4;
  font-weight: bold;
  font-weight: 600;
  padding-top: .5em;
  padding-bottom: 1em;
  padding-left: 40px;
  background: url(images/icon_man.png) left top no-repeat;
}

.sec01 .inner ul li p {
  font-size: 17px;
}

/*sec02*/

.sec02 {
  background-color: #e3f3f8;
}

.sec02 h2 {
  background-color: #006da6;
}

.sec02 .inner {
  padding: 30px 45px 40px;
}

.sec02 .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sec02 .inner ul li {
  width: 280px;
  height: 205px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

.sec02 .inner ul li div {
  padding: 52px 15px 20px;
  position: absolute;
  border: 2px solid #feda39;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  transition: ease all .6s;
}

.sec02 .inner ul li .slide01 {
  z-index: 10;
  background-color: #fff;   
}

.sec02 .inner ul li .slide01:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 20px;
  right: 20px;
  background: url(images/icon_arrow01.png) center center no-repeat;
}

.sec02 .inner ul li .slide01:hover {
  opacity: 0;
}

.sec02 .inner ul li .slide02 {
  background-color: #fcfcdc;
  font-size: 14px;
  z-index: 1;
}

.sec02 .inner ul li .note {
  font-size: 12px;
  margin-top: .6em;
}

.sec02 .inner ul li:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  top: -18px;
  left: -18px;
  z-index: 10000;
}

.sec02 .inner ul li.point01:before {
  background: url(images/icon_point01.png) center 76% no-repeat #feda39;
}

.sec02 .inner ul li.point02:before {
  background: url(images/icon_point02.png) center 76% no-repeat #feda39;
}

.sec02 .inner ul li.point03:before {
  background: url(images/icon_point03.png) center 76% no-repeat #feda39;
}

.sec02 .inner ul li a {
  text-decoration: none;
}
 
 /*sec03*/
 
.sec03 {
  margin-top: 30px;
}
 
.sec03 h2 {
  background-color: #e1692c;  
}

.sec03 .inner {
  padding: 35px 50px 50px;
}

.sec03 .inner ul {
  padding-bottom: 85px;
  background: url(images/img_sec03_01.png) right top no-repeat;
}

.sec03 .inner ul li {
  font-size: 18px;
  padding-left: 40px;
  background: url(images/icon_arrow02.png) left 3px no-repeat;
  margin-bottom: .8em;
}

.sec03 .inner ul li span {
  padding: 3px 5px;
  background-color: #fed939;
  margin-left: 5px;
}
 
 /*sec04*/
 
.sec04 {
  background-color: #e3f3f8;
  overflow: hidden;
  margin-bottom: 50px;
}
 
.sec04 h2 {
  background-color: #006da6;  
}

.sec04 .inner {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 775px;
  padding: 30px 5px 0;
  background: url(images/img_sec04_01.png) 98% 25px no-repeat #fff;
  background-size: 545px auto;
}

.sec04 ul {
  width: 386px;
  margin-left: 26px;
  margin-top: 24px;
}

.sec04 ul li {
  border: 1px solid #4d90c9;
  position: relative;
  margin-bottom: 65px;
}

.sec04 ul li:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  top: -32px;
  left: -18px;
}

.sec04 ul li.step01:before {
  background: url(images/icon_step01.png) center 70% no-repeat #feda39;
}

.sec04 ul li.step02:before {
  background: url(images/icon_step02.png) center 70% no-repeat #feda39;
}

.sec04 ul li.step03:before {
  background: url(images/icon_step03.png) center 70% no-repeat #feda39;
}

.sec04 ul li.step04:before {
  background: url(images/icon_step04.png) center 70% no-repeat #feda39;
}

.sec04 ul li:after {
  content: "";
  display: block;
  position: absolute;
  height: 65px;
  width: 364px;
  background: url(images/icon_arrow03.png) center 40% no-repeat;
  bottom: -70px;
}

.sec04 ul li:last-child {
  margin: 0;
}

.sec04 ul li:last-child:after {
  display: none;
}

.sec04 ul li h3 {
  background-color: #4d90c9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 7px;
}

.sec04 ul li p {
  padding: 10px;
  font-size: 17px;
  line-height: 1.5;
}

/*sec05*/

.sec05 .wrapper {
  background-color: #e3f3f8;
}

.sec05 h2 {
  background-color: #006da6;
}

.sec05 .inner {
  padding: 42px;
  margin-bottom: 40px;
}

.sec05 .price_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sec05 .price_wrapper dl {
  width: 440px;
  background-color: #fff;
  border: 4px solid #feda39;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
}

.sec05 .price_wrapper dl dt {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 35px;
  position: relative;
}

.sec05 .price_wrapper dl dt:after {
  content: "";
  display: block;
  height: 35px;
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/icon_arrow04.png) center center no-repeat;
}

.sec05 .price_wrapper dl dd .price {
  font-size: 34px;
  color: #dd5646;
  font-weight: bold;
}

.sec05 .price_wrapper dl dd .price span {
  font-weight: normal;
  font-size: 20px;
}

.sec05 .price_wrapper dl dd .note {
  font-size: 20px;
  margin: 5px 0;
}

.sec05 .example {
  margin-top: 60px;
}

.sec05 .example h3 {
  border-bottom: 3px solid #006da6;
}

.sec05 .example h3 span {
  display: inline-block;
  position: relative;
  background-color: #006da6;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0;
  height: 52px;
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}

.sec05 .example h3 span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 30px;
  border-color: transparent transparent transparent #006ca6;
  position: absolute;
  right: -30px;
  top: 0;
}

.sec05 .example h3 em {
  display: inline-block;
  margin-left: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #006da6;
}

.sec05 .example_inner {
  margin-top: 35px;
}

.sec05 .example_inner p {
  display: inline-block;
}

.sec05 .example_inner .square {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 225px;
  height: 120px;
  -webkit-box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 12px 10px;
  margin-top: 16px;
  margin-right: 42px;
  vertical-align: middle;
}

.sec05 .example_inner .square:after {
  content: "";
  width: 44px;
  height: 120px;
  display: inline-block;
  position: absolute;
  right: -44px;
  top: 0;
}

.sec05 .example_inner p:nth-child(1):after {
  background: url(images/icon_plus.png) center center no-repeat;
} 

.sec05 .example_inner p:nth-child(2):after {
  background: url(images/icon_arrow05.png) center center no-repeat;
} 


.sec05 .example_inner .square span {
  display: block;
  font-size: 24px;
  margin-top: 15px;
}

.sec05 .example_inner .square span em {
  font-size: 15px;
}

.sec05 .example_inner .circle01 {
  display: inline-block;
  background-color: #fed939;
  width: 160px;
  height: 160px;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  text-align: center;
  font-size: 16px;
  padding-top: 49px;
  box-sizing: border-box;
  line-height: 1.4;
  margin-right: 9px;
}

.sec05 .example_inner .circle02 {
  display: inline-block;
  background-color: #fed939;
  width: 190px;
  height: 190px;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  box-shadow:4px 6px 3px -5px rgba(0,0,0,0.48);
  text-align: center;
  font-size: 16px;
  padding-top: 32px;
  box-sizing: border-box;
  line-height: 1.4;
}

.sec05 .example_inner .circle01 span,
.sec05 .example_inner .circle02 span {
  display: block;
  font-size: 21px;
  color: #dd5646;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);  
}

.sec05 .example_inner .circle01 span em,
.sec05 .example_inner .circle02 span em {
  font-size: 30px;
}

 /*sec06*/
 
.sec06 {
  margin-top: 30px;
}
 
.sec06 h2 {
  background-color: #e1692c;  
}

.sec06 .inner {
  padding: 35px 50px 20px;
}

.sec06 dl dt {
  font-size: 21px;
  font-weight: bold;
  color: #e1692c;
  padding-left: 40px;
  background: url(images/icon_arrow02.png) left 6px no-repeat;
  margin-bottom: .2em;
}

.sec06 dl dd {
  font-size: 15px;
  margin-bottom: 1em;
  padding-left: 58px;
}

.sec06 dl dd:before {
  content: "→";
  margin-left: -2em;
  padding-left: 1em;
}

 /*sec07*/
 
.sec07 {
}
 
.sec07 h2 {
  background-color: #66a80f;  
}

.sec07 .inner {
  padding: 35px 50px 50px;
}

.sec07 dl {
  margin-bottom: 50px;
}

.sec07 dl dt {
  font-size: 20px;
  padding: 18px 18px 18px 60px;
  margin-bottom: 10px;
  background: url(images/icon_faq.png) 12px 11px no-repeat #e1f4d8;
  line-height: 1;
  height: 56px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.sec07 dl dt:after {
  content: "";
  display: inline-block;
  height: 56px;
  width: 56px;
  background: url(images/icon_faq_plus.png) center center no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec07 dl dt.active:after {
   background: url(images/icon_faq_minus.png) center center no-repeat;
}

.sec07 dl dd {
  font-size: 18px;
  padding: 15px 20px 15px 55px;
  margin-bottom: 15px;
  display: none;
}

.sec07 dl dd:before {
  content: "A.";
  padding-right: .5em;
  margin-left: -1.5em;
  display: inline-block;
  vertical-align: top;
}

.sec07 dl dd ol {
  display: inline-block;
  margin: 0 0 1em 1em;
}

.sec07 dl dd ol li {
  display: list-item;
  list-style-type: decimal;
  margin-bottom: .3em;
}

.sec07 dl dd .link {
  margin-top: .5em;
  display: block;
}




 
 
 
 
 