@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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; }

body {
  line-height: 1; }

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; }

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 1.8; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

img {
  max-width: 100%; }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

a {
  color: #000; }

a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  text-align: center; }
  header nav {
    padding: 0 20px 10px; }
    header nav ul {
      display: flex;
      flex-wrap: wrap; }
      header nav ul li {
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 1.3rem; }
        header nav ul li a {
          text-decoration: none; }
          header nav ul li a::before {
            content: "■";
            color: #26abe9; }

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
.toTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 4; }

.toContact {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 200; }
  @media screen and (max-width: 767px) {
    .toContact {
      display: none; } }

/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#wrapper {
  overflow: hidden; }
  #wrapper .main section p {
    line-height: 1.6; }
  #wrapper .main section .flex {
    display: flex;
    flex-wrap: wrap; }
  #wrapper .main section .inner {
    max-width: 1040px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #wrapper .main section .inner {
        padding: 0 10px;
        box-sizing: border-box; } }

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #wrapper section {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    #top #wrapper section {
      padding: 30px 0; } }
  #top #wrapper section h2 {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #top #wrapper section h2 {
        margin-bottom: 30px; } }
    #top #wrapper section h2.style01 {
      background: #1aa1e6;
      font-size: 3.5rem;
      color: #fff;
      padding: 35px 0;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #top #wrapper section h2.style01 {
          font-size: 2.8rem;
          padding: 15px 0;
          line-height: 1.4; } }
  #top #wrapper section h3.style001 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #top #wrapper section h3.style001 {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    #top #wrapper section .inner .lead {
      font-size: 1.5rem !important; } }
  #top #wrapper section .ribbon {
    position: relative;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 3em;
    background-color: #1aa1e6; }
    @media screen and (max-width: 767px) {
      #top #wrapper section .ribbon {
        margin-left: 0;
        margin-right: 0; } }
    #top #wrapper section .ribbon h2 {
      font-weight: bold;
      font-size: 3.5rem;
      color: #fff;
	  line-height:1.0;
      padding: 40px 10px;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 767px) {
        #top #wrapper section .ribbon h2 {
          font-size: 2.6rem;
		  line-height:1.0;
          padding: 15px 10px;
          line-height: 1.4; } }
  #top #wrapper section .ribbon:before,
  #top #wrapper section .ribbon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: -1;
    width: 100px;
    height: 100px; }
  #top #wrapper section .ribbon:before {
    left: -80px;
    background: url("../img/ribbon_left.png") no-repeat; }
    @media screen and (max-width: 767px) {
      #top #wrapper section .ribbon:before {
        display: none; } }
  #top #wrapper section .ribbon:after {
    right: -80px;
    background: url("../img/ribbon_right.png") no-repeat; }
    @media screen and (max-width: 767px) {
      #top #wrapper section .ribbon:after {
        display: none; } }

#top #wrapper .slider {
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .slider {
      padding: 0 0 30px; } }
  #top #wrapper .slider .custom-thumb {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 20px auto 0; }
    #top #wrapper .slider .custom-thumb li {
      width: 32%;
      background: #000;
      height: 120px; }
      @media screen and (max-width: 767px) {
        #top #wrapper .slider .custom-thumb li {
          height: 80px; } }
      #top #wrapper .slider .custom-thumb li img {
        cursor: pointer;
        object-fit: cover;
        height: 120px;
        opacity: 0.5;
        object-position: top;
        font-family: 'object-fit: cover; object-position: top;'; }
      @media screen and (max-width: 767px) {
        #top #wrapper .slider .custom-thumb li img {
          height: 80px; } }
      #top #wrapper .slider .custom-thumb li.thumbnail-current img {
        opacity: 1.0; }
      #top #wrapper .slider .custom-thumb li:hover img {
        opacity: 1.0; }
  #top #wrapper .slider .slide-arrow {
    position: absolute;
    top: 45%;
    margin-top: -15px;
    z-index: 999;
    cursor: pointer; }
  #top #wrapper .slider .prev-arrow {
    left: 0; }
  #top #wrapper .slider .next-arrow {
    right: 0; }

#top #wrapper section .inner .point_box {
  padding: 20px;
  background: #fffbde;
  text-align: center; }
  #top #wrapper section .inner .point_box .txt {
    text-align: left;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      #top #wrapper section .inner .point_box .txt {
        font-size: 2.3rem;
        background: none !important;
        padding: 0 !important;
        line-height: 1.4; } }
    #top #wrapper section .inner .point_box .txt span {
      color: #ea7806;
      background: linear-gradient(transparent 60%, #f8efa6 60%); }

#top #wrapper .sec001 .inner .point_box .txt {
  padding-left: 100px;
  background: url(../img/ico_house.png) no-repeat left center;
  background-size: 10%; }

#top #wrapper .sec002 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec002 .catch_box {
  text-align: center;
  background: #f1eabe;
  font-weight: bold;
  position: relative;
  padding: 30px 0; }
  #top #wrapper .sec002 .catch_box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #f1eabe; }
  #top #wrapper .sec002 .catch_box .txt01 {
    font-size: 3.2rem; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec002 .catch_box .txt01 {
        font-size: 2.0rem;
        line-height: 1.4; } }
  #top #wrapper .sec002 .catch_box .txt02 {
    font-size: 4.5rem; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec002 .catch_box .txt02 {
        font-size: 2.8rem;
        line-height: 1.4; } }
    #top #wrapper .sec002 .catch_box .txt02 span {
      background: linear-gradient(transparent 60%, #f8d408 60%);
      color: #ea7806; }

#top #wrapper .sec003 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec003 .inner .flex {
  justify-content: space-between; }
  #top #wrapper .sec003 .inner .flex li {
    width: 46%; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec003 .inner .flex li {
        width: 100%;
        margin: 10px 0; } }

#top #wrapper .sec004 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec004 .inner .point_box {
  margin-top: 30px; }
  #top #wrapper .sec004 .inner .point_box .txt {
    padding: 25px 0 25px 100px;
    background: url(../img/ico_money.png) no-repeat left center; }

#top #wrapper .sec005 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec006 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec006 .inner .flex {
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .sec006 .inner .flex {
      display: block;
      text-align: center;
      padding: 0; } }

#top #wrapper .sec006 .inner .point_box {
  margin-top: 30px;
  padding: 20px 10px; }
  #top #wrapper .sec006 .inner .point_box .txt {
    padding: 25px 0 25px 70px;
    background: url(../img/ico_caution.png) no-repeat left center;
    background-size: 6%;
    letter-spacing: -0.05em; }

#top #wrapper .sec007 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec007 .inner .point_box {
  margin-top: 30px;
  padding: 20px 10px; }
  #top #wrapper .sec007 .inner .point_box .txt {
    padding: 25px 0 25px 100px;
    background: url(../img/ico_lamp.png) no-repeat left center;
    background-size: 10%;
    letter-spacing: -0.05em; }

#top #wrapper .sec008 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec008 .inner .point_box {
  margin-top: 30px;
  padding: 20px 10px; }
  #top #wrapper .sec008 .inner .point_box .txt {
    padding: 10px 0 10px 80px;
    background: url(../img/ico_up.png) no-repeat left center;
    background-size: 7%;
    letter-spacing: -0.05em; }

#top #wrapper .sec009 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px; }

#top #wrapper .sec009 .inner .point_box {
  margin-top: 30px;
  padding: 20px 10px; }
  #top #wrapper .sec009 .inner .point_box .txt {
    padding: 10px 0 10px 80px;
    background: url(../img/ico_up.png) no-repeat left center;
    background-size: 7%;
    letter-spacing: -0.05em; }

#top #wrapper .sec010 .inner .flex {
  justify-content: space-between; }
  #top #wrapper .sec010 .inner .flex li {
    position: relative;
    margin-bottom: 30px;
    width: 31%;
    text-align: center; }
    #top #wrapper .sec010 .inner .flex li figure {
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec010 .inner .flex li {
        width: 48%; } }
    #top #wrapper .sec010 .inner .flex li::before {
      content: url(../img/ico_warranty.png);
      position: absolute;
      left: -20px;
      top: -20px; }
    #top #wrapper .sec010 .inner .flex li .tit {
      font-size: 1.8rem;
      font-weight: 700; }
    #top #wrapper .sec010 .inner .flex li .price {
      font-size: 1.8rem;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #top #wrapper .sec010 .inner .flex li .price {
          font-size: 1.4rem; } }
      #top #wrapper .sec010 .inner .flex li .price span {
        color: #d00505;
        font-size: 3.0rem; }
        @media screen and (max-width: 767px) {
          #top #wrapper .sec010 .inner .flex li .price span {
            font-size: 2.2rem; } }

#top #wrapper .sec011 .inner .voice_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 100px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .sec011 .inner .voice_box {
      padding: 0; } }
  #top #wrapper .sec011 .inner .voice_box figure {
    width: 30%;
    text-align: center; }
    #top #wrapper .sec011 .inner .voice_box figure figcaption {
      margin-top: 10px; }
  #top #wrapper .sec011 .inner .voice_box .popup {
    width: 63%;
    background: #f0fbfc;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600; }
    #top #wrapper .sec011 .inner .voice_box .popup::before {
      content: "";
      position: absolute;
      top: 30%;
      left: -25px;
      margin-top: -25px;
      border: 15px solid transparent;
      border-right: 15px solid #f0fbfc; }

#top #wrapper .sec012 .inner ul {
  padding: 0 100px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .sec012 .inner ul {
      padding: 0; } }
  #top #wrapper .sec012 .inner ul li {
    background: #f0fbfc;
    padding: 30px 30px 30px 100px;
    margin-bottom: 70px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec012 .inner ul li {
        padding: 20px 20px 20px 80px; } }
    #top #wrapper .sec012 .inner ul li h3 {
      font-size: 3.2rem;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: 2px solid #1fa2b5;
      color: #1fa2b5;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #top #wrapper .sec012 .inner ul li h3 {
          font-size: 2.4rem; } }
    #top #wrapper .sec012 .inner ul li .flex {
      justify-content: space-between;
      margin-top: 20px; }
      #top #wrapper .sec012 .inner ul li .flex figure {
        width: 32%; }
    #top #wrapper .sec012 .inner ul li:first-child::before {
      content: url(../img/fig_step01.png);
      position: absolute;
      left: 0;
      top: 0; }
    #top #wrapper .sec012 .inner ul li:nth-child(2)::before {
      content: url(../img/fig_step02.png);
      position: absolute;
      left: 0;
      top: 0; }
    #top #wrapper .sec012 .inner ul li:nth-child(3)::before {
      content: url(../img/fig_step03.png);
      position: absolute;
      left: 0;
      top: 0; }
    #top #wrapper .sec012 .inner ul li:nth-child(4)::before {
      content: url(../img/fig_step04.png);
      position: absolute;
      left: 0;
      top: 0; }
    #top #wrapper .sec012 .inner ul li::after {
      content: url(../img/fig_arrow.png);
      position: absolute;
      left: 50%;
      bottom: -50px; }
    #top #wrapper .sec012 .inner ul li:last-child {
      margin-bottom: 0; }
      #top #wrapper .sec012 .inner ul li:last-child::after {
        display: none; }
      #top #wrapper .sec012 .inner ul li:last-child::before {
        content: url(../img/fig_step05.png);
        position: absolute;
        left: 0;
        top: 0; }

#top #wrapper .sec012_01 .inner h3 {
  font-size: 3.0rem;
  font-weight: 700;
  padding-left: 10px;
  border-left: 10px solid #28a2e4;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .sec012_01 .inner h3 {
      font-size: 2.6rem; } }

#top #wrapper .sec012_01 .inner .box01 {
  margin-bottom: 40px; }
  #top #wrapper .sec012_01 .inner .box01 dl {
    margin-bottom: 30px; }
    #top #wrapper .sec012_01 .inner .box01 dl dt {
      padding: 15px;
      background: #28a2e4;
      font-weight: 700;
      font-size: 2.6rem;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #top #wrapper .sec012_01 .inner .box01 dl dt {
          font-size: 2.4rem; } }
    #top #wrapper .sec012_01 .inner .box01 dl dd .attention {
      text-align: center;
      font-weight: 700;
      font-size: 1.8rem; }
    #top #wrapper .sec012_01 .inner .box01 dl dd .tit01 {
      font-size: 2.2rem;
      font-weight: 700;
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #top #wrapper .sec012_01 .inner .box01 dl dd .tit01 {
          font-size: 2.0rem; } }
    #top #wrapper .sec012_01 .inner .box01 dl dd .tit02 {
      font-size: 2.0rem;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 5px;
      border-bottom: 1px dotted #000; }
    #top #wrapper .sec012_01 .inner .box01 dl dd .tit03 {
      font-size: 2.0rem;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 5px;
      border-bottom: 1px dotted #000;
      color: #e30920; }
    #top #wrapper .sec012_01 .inner .box01 dl dd .tit04 {
      font-size: 2.0rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #e30920;
      padding: 10px 0 10px 50px;
      background: url(../img/ico_caution02.png) no-repeat left center; }
    #top #wrapper .sec012_01 .inner .box01 dl dd .list li {
      margin-bottom: 30px; }
    #top #wrapper .sec012_01 .inner .box01 dl dd .ico_list {
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      #top #wrapper .sec012_01 .inner .box01 dl dd .ico_list li {
        width: 15%; }
        @media screen and (max-width: 767px) {
          #top #wrapper .sec012_01 .inner .box01 dl dd .ico_list li {
            width: 30%; } }
    #top #wrapper .sec012_01 .inner .box01 dl dd .txt_list {
      list-style: disc;
      padding-left: 20px; }
      #top #wrapper .sec012_01 .inner .box01 dl dd .txt_list li {
        margin-bottom: 10px; }
    #top #wrapper .sec012_01 .inner .box01 dl dd table {
      width: 100%; }
      #top #wrapper .sec012_01 .inner .box01 dl dd table tr th {
        padding: 10px;
        border: 1px solid #000;
        line-height: 1.6; }
      #top #wrapper .sec012_01 .inner .box01 dl dd table tr td {
        padding: 10px;
        border: 1px solid #000;
        line-height: 1.6; }

#top #wrapper .sec013 .inner dl {
  padding: 0 50px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #wrapper .sec013 .inner dl {
      padding: 0; } }
  #top #wrapper .sec013 .inner dl dt {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 15px 0 15px 60px;
    border-bottom: 1px solid #24acbe;
    margin-bottom: 20px;
    background: url(../img/ico_q.png) no-repeat left top; }
    @media screen and (max-width: 767px) {
      #top #wrapper .sec013 .inner dl dt {
        font-size: 1.8rem; } }
  #top #wrapper .sec013 .inner dl dd {
    line-height: 1.6;
    background: url(../img/ico_a.png) no-repeat left top;
    padding-left: 60px; }

#top #wrapper .info_area .inner .box {
  padding: 25px;
  background: #f0fbfc;
  border: 3px solid #1aa1e6;
  box-sizing: border-box; }
  #top #wrapper .info_area .inner .box h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #1aa1e6;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      #top #wrapper .info_area .inner .box h2 {
        font-size: 2.6rem;
        line-height: 1.4; } }
    #top #wrapper .info_area .inner .box h2 span {
      font-size: 2.4rem;
      display: block; }
      @media screen and (max-width: 767px) {
        #top #wrapper .info_area .inner .box h2 span {
          font-size: 1.8rem; } }
  #top #wrapper .info_area .inner .box ul {
    text-align: center; }
    #top #wrapper .info_area .inner .box ul li {
      margin-bottom: 20px; }
      #top #wrapper .info_area .inner .box ul li:last-child {
        margin-bottom: 0; }

#top #wrapper .contact dl {
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #24acbe;
  padding: 20px 0;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #top #wrapper .contact dl {
      display: block;
      border: 0; } }
  #top #wrapper .contact dl dt {
    width: 30%;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #top #wrapper .contact dl dt {
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #24acbe;
        padding-bottom: 10px; } }
    #top #wrapper .contact dl dt .must {
      background: #bf0909;
      padding: 1px 2px;
      color: #fff;
      font-size: 1.1rem;
      margin-right: 10px; }
  #top #wrapper .contact dl dd {
    width: 70%;
    float: left; }
    @media screen and (max-width: 767px) {
      #top #wrapper .contact dl dd {
        width: 100%;
        box-sizing: border-box; } }
    #top #wrapper .contact dl dd input {
      padding: 10px; }

#top #wrapper .contact .square_btn {
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  background: #2eb2c3;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #105762;
  border-radius: 15px;
  font-size: 16px; }

#top #wrapper .contact .square_btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/ }
/*# sourceMappingURL=style.css.map */



@media screen and (max-width: 767px) {
	.mfp textarea {
		width:100% !important;
		max-width:100% !important;
	}
}
@media screen and (min-width: 768px) {
	.mfp textarea {
		width:96% !important;
		max-width:96% !important;
	}
}

/*追加CSS20210805*/
.add_style__ {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.add_style_ {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .add_style__ {
    font-size: 20px;
  }
}