@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-size: 1.4rem;
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
}
h3 #log {
  width: 100%;
}
a:link {
  text-decoration: none;
  color: #000000;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #005800;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
}
a img:hover {
  background-color: transparent;
}
a img {}
#wrap {
  width: 100%;
  /*max-width: 980px;*/
  margin: 0 auto;
}
/* Shore more styles */
.showmore {
  font-size: 1.4rem;
  padding: 0px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.showmore_content {
  position: relative;
  overflow: hidden;
}
.showmore_trigger {
  width: 100%;
  height: 40px;
  line-height: 80px;
  cursor: pointer;
}
.showmore_trigger span {
  display: block;
  color: #FF9900;
}
.showmore_trigger span.more, .showmore_trigger span.less {
  text-align: right;
}
.showmore p {
  display: inline;
}
.txt {
  font-size: 1.4rem;
  text-align: left;
}
.txt_ma {
  font-size: 1.4rem;
  text-align: center;
}
.txt_fi {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 50px auto;
  text-align: left;
}
.txt_include {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom:10px;
}
.koushi_txt {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 0.1rem;
  color: #2441ad;
}
.big_txt {
  font-size: 5.5rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bolder;
}
.small_txt {
  font-size: 2.0rem;
  font-family: Arial, Helvetica, "sans-serif";
}
.shin_title {
  max-width: 580px;
  width: 100%;
  margin: 0px auto 40px auto;
  box-sizing: border-box;
}
br.none {
  display: none;
}
header {
  margin-bottom: 20px;
}
.bg-mask {
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
header .header_inner {
  max-width: 980px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  min-height: 480px;
}
header .h_box {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 10px auto;
  padding: 0px 10px;
  box-sizing: border-box;
}
header h1 {
  max-width: 250px;
  width: 15vw;
}
header .h_btn a {
  background-color: #fd8200;
  border-radius: 50px;
  width: 200px;
  height: auto;
  min-height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-top: 5px;
  font-weight:bold;
}
.yellow {
  color: #ffff00;
}
main {
  width: 100%;
  /*max-width: 980px;*/
  margin: 0 auto;
}
.acenter {
  text-align: center;
}
section.catch {
  position: relative;
  text-align: center;
  padding: 85px 40px;
  box-sizing: border-box;
}
section.catch h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
section.first {
  text-align: center;
  padding: 0px 10px;
  box-sizing: border-box;
}
section.first h2 {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 0px auto;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.shin_info {
  max-width: 900px;
  margin: 60px auto;
  padding: 0px 50px;
  box-sizing: border-box;
}
.shin_info h2 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.shin_photo {
  margin-bottom: 20px;
}
section.info, section.info_2 .info_box, section.support, section.price, section.point {
  max-width: 980px;
  width: 100%;
  margin: 0px auto;
}
section.info .info_box, section.support .s_box {
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
section.info_2 .info_box {
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 8vh;
}
section.info article.box, section.info_2 article.box, section.support article.box {
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  width: 33.3%;
}
section.info article.box:nth-of-type(2), section.info_2 article.box:nth-of-type(2), section.support article.box:nth-of-type(2) {
  margin-right: 1%;
  margin-left: 1%;
}
section.info h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #00acba;
  text-align: center;
}
section.info_2 {
  background-color: #dbebf2;
  margin-bottom: 50px;
  position: relative;
  margin-top: 180px;
  padding-bottom: 100px;
}
section.info_2 h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #2441ad;
  padding: 20px;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -8rem;
  max-width: 940px;
}
section.info_2 article.box h3 {
  background-color: #059CC5;
  color: #ffffff;
}
section.info article.box h4, section.info_2 article.box h4 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #2441ad;
}
section.info article.box .box_img, section.info_2 article.box .box_img {
  margin-bottom: 10px;
}
section.support {
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box;
}
section.support h3 {
  background-image: url("../images/bk.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 2.4rem;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4DAFB8;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #49b9d1;
}
section.support h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 40px;
}
section.support h5 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
section.support .t_img {
  position: relative;
  max-width: 640px;
  margin: 0px auto 10px auto;
}
section.support .t_mark {
  position: absolute;
  top: -15px;
  left: -15px;
  max-width: 70px;
}
section.price {
  margin-bottom: 40px;
  padding: 0px 20px;
  box-sizing: border-box;
}
section.price h3 {
  font-size: 2.4rem;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #2441ad;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
section.price h5 {
  font-size: 2.0rem;
  color: #2441ad;
  margin-bottom: 15px;
}
section.price h5:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url("../images/ic.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
section.price ul.pri_ul {
  list-style: none;
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 40px;
}
section.price ul.pri_ul li strong {
  font-size: 5.0rem;
  color: #2441ad;
}
section.price ul.pri_ul2 {
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}
section.price ul.pri_ul2 li{
margin-bottom: 10px;
}
section.price ul li img {
  vertical-align: middle;
}
section.price ul.pri_ul2 li div.small {
  font-size: 1.2rem;
}
section.price ul.pri_ul2 li strong {
  color: #989898;
}
section.price h4 {
  color: #00acba;
  text-align: center;
  font-size: 2.0rem;
}
.orange {
  color: #DC5902;
}
section.price ul.ul_type1 {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 40px;
}
section.price ul.ul_type1 li:before {
  content: "▼";
  margin-right: 0px;
  position: relative;
}
section.price ul.ul_type1 li .voice {
  display: flex;
  text-align: center;
  font-size: 0.9rem;
}
section.price ul.ul_type1 li .voice div {
  padding: 10px;
  box-sizing: border-box;
}
section.price ul.ul_type1 li .voice div img {
  max-height: 310px;
}
section.price article.p_box {
	width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
section.coun {
  background-color: #ffffef;
  padding: 20px;
  box-sizing: border-box;
	margin-bottom: 40px;
}
section.coun h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #ffc617;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
section.coun article.p_box {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffc617;
  max-width: 940px;
  margin: 0px auto 40px auto;
}
section.coun article.p_box h4 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
section.qa {
  background-color: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}
section.qa h3 {
  font-size: 2.4rem;
  margin-top: 100px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #248fdb;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
section.qa h4 {
  color: #248fdb;
  margin-bottom: 1rem;
}
section.qa article.p_box {
  padding: 20px 20px;
  box-sizing: border-box;
  max-width: 940px;
  margin: 0px auto 20px auto;
}
.name_box {
  margin-top: -3rem;
}
.name_box .moto a {
  color: #FF9900;
}
.m_btn a {
  margin: 10px auto;
  background-color: #fd8200;
  border-radius: 50px;
  max-width: 350px;
  width: 100%;
  min-height: 50px;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
	text-align: center;
	display: block;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight:bold;
  padding-top:10px;
}
.sankaku {
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 80px solid #a1dbe7;
  margin: 0px auto;
}
/*footer*/
footer {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
/*footer*/
/*page-top*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  z-index: 99999;
}
#page-top a {
  background: #005900;
  text-decoration: none;
  color: #fff;
  width: 35px;
  height: 30px;
  padding: 5px 0px 0px 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page-top a:hover {
  color: #000000;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .koushi_txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .big_txt {
    font-size: 3.5rem;
  }
  p.txt {
    max-width: 787px;
    margin: 0px auto;
  }
  header h1 {
    min-width: 120px;
  }
  section.first h2 {
    font-size: 1.8rem;
  }
  header .h_btn a {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
  }
  header .header_inner {
    min-height: auto;
  }
  section.catch {
    padding: 60px 20px;
  }
  section.info h3, section.catch h2 {
    font-size: 2.0rem;
  }
  section.info article.box h4, section.info_2 article.box h4 {
    font-size: 1.6rem;
  }
  section.support h4 {
    font-size: 2.0rem;
  }
  section.support h5 {
    font-size: 1.8rem;
  }
  section.info article.box h3, section.info_2 article.box h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  section.info .info_box, section.info_2 .info_box, section.support .s_box {
    display: block;
  }
  section.info_2 {
    margin-bottom: 60px;
    margin-top: 120px;
  }
  section.info article.box, section.info_2 article.box, section.support article.box {
    width: 99%;
    margin-bottom: 20px;
  }
  section.info_2 article.box {
    margin-right: 1%;
    margin-left: 1%;
  }
  .info_2_bg {
    height: 90%;
    top: 10%;
  }
  section.support .t_mark {
    max-width: 75px;
  }
  br.none {
    display: block;
  }
  section.info article.box:nth-of-type(2), section.info_2 article.box:nth-of-type(2), section.support article.box:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .sankaku {
    border: 60px solid transparent;
    border-top: 60px solid #a1dbe7;
  }
  section.info_2 h3, section.coun h3,section.price h3,section.qa h3  {
    font-size: 1.7rem;
	  padding: 5px 0px;
  }
	section.qa h3 {
		margin-top: 50px;
		
	}
  section.price article.p_box {
    padding: 0px 10px;
  }
  section.price h4 {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .acenter {
    text-align: left;
  }
	section.info_2 h3 {
		top: -5rem;
	}
section.info_2 .info_box {
	top: 4vh;
	}
}