@charset "utf-8";
html {
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
a {
  color: #fc0332;
  text-decoration: underline;
}
a:hover {
  color: #00a0e9;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.only_smart,
.only_smart_i {
  display: none !important;
}

#wrapper {
  min-width: 1200px;
}

/* header */
header {
  background: #fef9cd url(../images/h1_bg.png) no-repeat center bottom;
}
header div {
  padding: 0 10px;
  line-height: 50px;
  overflow: hidden;
  background-color: #57fc91;
  letter-spacing: -0.03em;
}
header div p {
  font-size: 14px;
  font-weight: normal;
  float: left;
}
header div ul {
  font-size: 12px;
  float: right;
}
header div ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}

/* article */
article {
  padding-top: 20px;
  background: url(../images/bg.png) center top;
}
article div.link {
  display: block !important;
  width: 100% !important;
  margin-top: 50px;
  text-align: right;
}
article div.link ul {
  padding: 20px 0 0;
  background: url(../images/check.png) no-repeat left top;
}
article div.link ul li {
  margin-bottom: 10px;
  text-align: right;
}
article div.link ul li:last-child {
  margin-bottom: 0px;
}

/* .cont */
.cont {
  padding: 0px 0 80px;
}
.cont > div {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.cont > div h2 {
  height: 162px;
  padding-top: 25px;
  background: url(../images/h2_bg_left.png) no-repeat left bottom,
    url(../images/h2_bg.png) repeat-x center bottom;
  font-size: 52px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
}
.cont > div h2 span {
  color: #ff0;
}

/* #cont1 */
#cont1 {
}
#cont1 > div ol {
  margin-bottom: 40px;
}
#cont1 > div ol li {
  width: 376px;
  margin: 0 6px;
  display: inline-block;
}
#cont1 > div ol li section {
  margin-bottom: 10px;
  padding: 20px 0 0;
  border: 12px solid #fbfe01;
  border-radius: 40px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
#cont1 > div ol li section h3 {
  margin-bottom: 12px;
  font-size: 42px;
  color: #fe1e00;
}
#cont1 > div > section {
  margin-bottom: 10px;
  padding-bottom: 40px;
  background: url(../images/check.png) no-repeat left bottom;
}
#cont1 > div > section:nth-of-type(2) {
  background: url(../images/check.png) no-repeat right bottom;
}
#cont1 > div > section:last-of-type {
  margin-bottom: -5px;
  padding-bottom: 55px;
}
#cont1 > div > section h3 {
  width: 800px;
  height: 120px;
  margin-bottom: 30px;
  background: #fb8801 url(../images/cont1_h3.png) no-repeat right 20px top 12px;
  font-size: 46px;
  color: #fff;
  letter-spacing: -0.03em;
}
#cont1 > div > section:nth-of-type(2) h3 {
  float: right;
}
#cont1 > div > section h3 span {
  display: block;
  width: 148px;
  line-height: 42px;
  font-size: 27px;
  font-style: italic;
  background-color: #56be2d;
}
#cont1 > div > section p {
  display: inline-block;
  vertical-align: middle;
  width: 550px;
  margin: 0 50px 0 0;
  font-size: 29px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
}
#cont1 > div > section:nth-of-type(2) p {
  margin: 0 0 0 50px;
}
#cont1 > div > section p span {
  color: #f00;
}
#cont1 div.link {
  margin: 0;
}

/* #cont2 */
#cont2 > div {
  background: #fff url(../images/cont2_bg.png) no-repeat left bottom;
}
#cont2 > div h2 {
  height: 225px;
}
#cont2 > div div {
  display: inline-block;
  vertical-align: middle;
  width: 580px;
  margin-right: 50px;
}
#cont2 > div div p {
  padding: 0.5em 0;
  font-size: 29px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
}
#cont2 > div div p span {
  color: #f00;
}

/* #cont3 */
#cont3 {
}
#cont3 > div h2 + p {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 30px;
  font-size: 32px;
  border-bottom: 6px solid #ffea03;
  position: relative;
  line-height: 1;
}
#cont3 > div h2 + p:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffea03;
  font-size: 60px;
  position: absolute;
  bottom: -6px;
  left: -20px;
  border-radius: 50%;
}
#cont3 > div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 8px 18px 0;
}
#cont3 > div section {
  width: 520px;
  margin: 40px 20px 0 50px;
  display: inline-block;
  vertical-align: top;
}
#cont3 > div section h3 {
  width: 175px;
  line-height: 56px;
  font-size: 34px;
  font-style: italic;
  background-color: #05d814;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
#cont3 > div section div {
  padding: 5px 50px 5px 15px;
  background: url(../images/cont3_6.png) no-repeat right 20px bottom 10px,
    url(../images/cont3_bg.png);
  box-shadow: 10px 10px 5px #05d814;
}
#cont3 > div section div p {
  padding: 18px 0;
  font-size: 29px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
}
#cont3 > div section div p span {
  color: #f90101;
}
#cont3 > div section + img {
  margin-top: 40px;
}

/* #cont4 */
#cont4 {
  background: url(../images/cont4_bg1.png);
}
#cont4 > div h2 + p {
  font-size: 35px;
}
#cont4 > div h2 + p span {
  color: #fa0606;
}
#cont4 > div dl {
  width: 1014px;
  overflow: hidden;
  margin: 40px auto 30px;
  border: 2px solid #aafc9a;
}
#cont4 > div dl dt {
  float: left;
  position: relative;
}
#cont4 > div dl dt a:last-child {
  display: block;
  width: 370px;
  height: 50px;
  position: absolute;
  left: 145px;
  bottom: 10px;
}
#cont4 > div dl dd {
  float: left;
  border: 1px solid #aafc9a;
  margin: 0px;
}
#cont4 > div > ul {
  width: 1070px;
  margin: auto;
  padding: 30px 25px;
  background: url(../images/cont4_bg2.png);
}
#cont4 > div > ul > li {
  font-size: 24px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.8;
}

/* #cont5 */
#cont5 {
  background-color: #fdfd7b;
}
#cont5 > div figure figcaption {
  width: 1108px;
  margin: auto;
  padding: 8px 0 5px;
  background-color: #ff0;
  font-size: 30px;
  border-radius: 10px 10px 0 0;
  border-left: 1px solid #cec5a7;
  border-right: 1px solid #cec5a7;
}
#cont5 > div figure figcaption span {
  color: #ff010d;
}
#cont5 > div ul {
  padding: 30px 80px 0;
}
#cont5 > div ul li {
  font-size: 24px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.4;
}

/* #cont6 */
#cont6 {
  background: url(../images/cont6_bg.png) center top;
}
#cont6 div table {
  width: 1145px;
  margin: 20px auto 0;
  font-weight: bold;
  border: 18px solid #5b2403;
  border-top: 14px solid #5b2403;
  border-bottom: 14px solid #5b2403;
}
#cont6 div table th,
#cont6 div table td {
  border: 2px solid #5b2403;
}
#cont6 div table thead th {
  padding: 10px 0 30px;
  font-size: 38px;
  background-color: #d5fec3;
}
#cont6 div table thead th span {
  margin-bottom: 35px;
  display: block;
}
#cont6 div table thead th:nth-child(2) span {
  color: #ff011f;
}
#cont6 div table tbody th,
#cont6 div table tbody td {
  height: 85px;
  font-size: 30px;
}
#cont6 div table tbody th {
  background-color: #d5fec3;
}
#cont6 div table tbody th span {
  font-size: 24px;
  display: block;
}
#cont6 div table tbody td:first-of-type {
  background-color: #fbfcc2;
}

/* #cont7 */
#cont7 {
  background-color: #f7fb7c;
}
#cont7 > div > table {
  width: 985px;
  margin: auto;
}
#cont7 > div > table th,
#cont7 > div > table td {
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #969696;
  vertical-align: top;
  color: #323232;
}
#cont7 > div > table th {
  white-space: nowrap;
  width: 212px;
  padding: 25px 15px;
}
#cont7 > div > table td {
  text-align: left;
  line-height: 2;
  padding: 20px 15px;
}
#cont7 > div > table td span {
  color: #ff000c;
}
#cont7 > div > table td a {
  color: #ff000c;
}
#cont7 > div > table td a:hover {
  color: #00a0e9;
}
#cont7 > div > table td img {
  margin-top: 10px;
}
#cont7 > div > table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#cont7 > div > table td table {
  margin-top: 10px;
}
#cont7 > div > table td table th,
#cont7 > div > table td table td {
  padding: 1px 15px;
}
#cont7 > div > table td table th {
  background-color: #ebebeb;
  width: auto;
}
#cont7 > div > table td div {
  padding-left: 20px;
}
#cont7 > div > table td div table {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#cont7 > div > table td dl dt {
  margin-top: 10px;
}
#cont7 > div > table td dl dd {
  /*	padding-left:20px;*/
}
#cont7 > div > table td dl dd table {
  display: inline-block;
  vertical-align: middle;
}

/* #faq */
#faq {
  padding-bottom: 0;
  background: #dbfed5 url(../images/faq_bg.png) repeat-y center top;
}
#faq > div {
  background-color: transparent;
  box-shadow: none;
}
#faq > div h2 {
  height: 162px;
  padding-top: 25px;
  background: url(../images/h2_bg2_pc.png) no-repeat left bottom;
  font-size: 52px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
}
#faq dl {
  margin: auto;
  text-align: left;
}
#faq dl dt {
  margin-top: 35px;
  padding: 35px 40px 35px 150px;
  background-color: #fff;
  position: relative;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.03em;
  cursor: pointer;
}
#faq dl dt:hover {
  color: #00a0e9;
}
#faq dl dt:before {
  content: "";
  display: block;
  width: 106px;
  height: 82px;
  background: url(../images/faq_q.png) no-repeat left top;
  position: absolute;
  left: 30px;
  top: 15px;
}
#faq dl dd {
  padding: 25px 40px 25px 150px;
  background-color: #fcffa3;
  position: relative;
  font-size: 21px;
  display: none;
  line-height: 1.4;
}
#faq dl dd:before {
  content: "";
  display: block;
  width: 106px;
  height: 82px;
  background: url(../images/faq_a.png) no-repeat left top;
  position: absolute;
  left: 30px;
  top: 15px;
}
#faq dl dd a {
  color: #fd0505;
  font-weight: bold;
}
#faq div.link {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}
#faq div.link div {
  width: 1200px;
  margin: auto;
}

/* #contact */
#contact {
  margin: auto;
  padding: 50px 0 50px;
  background: #dbfed5 url(../images/faq_bg.png) repeat-y center top;
}
#contact div {
  width: 970px;
  margin: auto;
  background-color: #fff;
  border: 5px solid #fd3a55;
  border-radius: 20px;
}
#contact div h2 {
  line-height: 128px;
  margin-bottom: 30px;
  padding-top: 4px;
  background-color: #fd3a55;
  font-size: 61px;
  color: #fff;
  text-align: center !important;
}
#contact div > p:first-of-type {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#contact div dl {
  margin: 20px 40px 30px;
  padding: 0;
}
#contact div dl dt {
  float: left;
  clear: left;
  padding-top: 10px;
}
#contact div dl dd {
  margin-bottom: 50px;
  padding-left: 200px;
  font-size: 62px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  color: #236804;
}
#contact div dl dd a {
  color: #236804;
  text-decoration: none;
}
#contact div dl dd:nth-of-type(2) {
  margin-bottom: 40px;
  font-size: 49px;
}
#contact div dl dd span {
  display: block;
  padding: 0;
  font-size: 30px;
  color: #000;
}
#contact div > p:last-of-type {
  margin: 40px 40px 0;
  padding: 0 0 20px;
  font-size: 37px;
  font-weight: bold;
  color: #236804;
  text-align: center !important;
  border-top: 2px solid #236804;
}
#contact div > p:last-of-type span {
  display: block;
  width: 140px;
  margin: -15px auto 10px;
  font-size: 23px;
  font-weight: normal;
  background-color: #fff;
}
#contact div > p:last-of-type a {
  color: #236804;
  text-decoration: none;
}
#contact div > p:last-of-type a:hover {
  color: #00a0e9;
}

/* footer */
footer {
}
footer div {
  min-width: 1000px;
  padding: 20px 0;
  background-color: #57fc91;
}
footer div ul {
  margin: 12px 0;
  letter-spacing: -0.4em;
  line-height: 1;
}
footer div ul:first-of-type {
  margin-bottom: 20px;
}
footer div ul li {
  margin: 0;
  padding: 0 12px;
  display: inline-block;
  letter-spacing: normal;
  border-right: 1px solid #000;
}
footer div ul li:last-child {
  border-right: none;
}
footer div ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}

footer div ul:first-of-type li a {
  font-size: 18px;
}

footer div ul li a:hover {
  color: #666;
}
footer div p {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

/* to_top */
#topbtn {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: -150px;
  -webkit-transition: bottom 0.8s;
  -moz-transition: bottom 0.8s;
  -ms-transition: bottom 0.8s;
  transition: bottom 0.8s;
}

.youtube iframe {
  border: solid 7px #20e400;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
}
.youtube {
  position: relative;
  margin: 7%;
  padding: 41px 0px 56.25%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .youtube {
    width: 90%;
    margin: 20px auto 0;
    padding: 239px 0 30px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    width: 98%;
    height: 98%;
    text-align: center;
    left: 0;
    box-shadow: 5px 5px 3px #05d814;
    border: 0;
  }
}
