@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
  background: #fff;
  color: #6d6d6d;
  font-size: 16px;
  line-height:1.5;
  font-family:"Noto Sans JP","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

h2 {
  font-size: 120%;
}

h1 {
  text-align: center;
  color: #fff;
  font-size: 150%;
  line-height: 1.5;
  padding: 5px;
}

p{
  line-height: 1.8;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  h1 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    padding: 0.5em;
  }

p {
  line-height: 1.8;
  margin-bottom: 10px;
}
}/* ▲PCメディアクエリ終了▲ */



table {
  border-spacing: 0;
  font-size: 100%;
}

.day_box p {
  line-height: 1.4;
  margin-bottom: 14px;
  /* font-size: 18px; */
}


.bg-map {
  padding:15px 0 45px 0;
  background-image:url("img/backmap-01.png");
  background-size: cover;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.bg-map{
  padding:45px 0 45px 0;
  background-image:url("img/backmap-01.png");
}
}/* ▲PCメディアクエリ終了▲ */



.wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper p {
  font-size: 16px;
  margin-bottom: 30px;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.wrapper {
  padding-top: 20px;
  padding-bottom: 45px;
}

.wrapper p {
  font-size: 18px;
  margin-bottom: 30px;
}
}/* ▲PCメディアクエリ終了▲ */



.info__box {
  background-color: #f2f2f2;
  font-size: 18px;
  margin: 10px 5px 5px;
  padding: 40px 10px 20px 10px;
}

.info__items {
  background-color: #1f7bce;
  border-radius: 5px;
  box-shadow: 0 3px 0 #00519a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -2px #00519a;
  width: 10%;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 5%;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.info__item {
  margin-left: 92px;
  margin-top: -50px;
  line-height: 140%;
  font-size: 20px;
  letter-spacing: .1px;
  font-weight: bold;
}

#order_01 {
  width: 85%;
  margin: 0 auto;
}

#s-details {
  margin: 20px auto 0 auto;
}

#s-details th {
  width: 30%;
  background-color: #555;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#s-details td {
  width: 70%;
  padding: 20px;
  border: 1px solid #ddd;
  line-height: 150%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #555;
  /*リンクテキストの色*/
  text-decoration: none;
}

a:hover {
  color: #006ddc;
  /*マウスオン時の文字色（全体）*/
}

a:hover .btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

/*---------- PC・スマホの非表示指定 ----------*/
@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:768px){.pcnone{display:none;}}




/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
  width: 100%;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
#container {
  width: 768px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
}/* ▲PCメディアクエリ終了▲ */








/* 免責事項
---------------------------------------------------------------------------*/
.disclaimer {
  font-size: 60%;
  height: 60px;
  margin: 10px auto;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.disclaimer {
  overflow-y: scroll;
  height: 100px;
  width: 90%;
  padding: 1em;
  font-size: 80%;
  color: #888;
  margin: 20px auto;
}
}/* ▲PCメディアクエリ終了▲ */

.privacy {
  background-color:#eee;
  padding:20px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/

#main {
  clear: both;
  margin: 0;
}







.ttl-1 {
  width: auto;
  padding: 1em 0.5em;
  background: #069896;
  position: relative;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight:700;
  font-family:'Noto Sans JP' ;
}

.ttl-2 {
  width: auto;
  padding: 0 0.5em 1.5em ;
  color: #434041;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-family:'Noto Sans JP' ;
  font-size: 120%;
}

.ttl-3 {
  width: auto;
  padding: 1em 0.5em 0em 0.5em;
  margin:15px 0 -15px 0;
  background: #fff;
  position: relative;
  color: #069896;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-family:'Noto Sans JP' ;
  font-size: 150%;

}
.triangle {
  display: none;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.ttl-1 {
  width: auto;
  padding: 1em 0.5em;
  background: #069896;
  position: relative;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-family:'Noto Sans JP' ;
}

.ttl-2 {
  width: auto;
  padding: 0 0.5em 1.5em ;
  color: #333;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-family:'Noto Sans JP' ;
  font-size: 24px;

}


.ttl-3 {
  width: auto;
  padding: 1em 0.5em 0em 0.5em;
  margin:0 0 -30px 0;
  background: #fff;
  position: relative;
  color: #069896;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  font-family:'Noto Sans JP' ;
  font-size: 42px;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 30px solid #069896;
  border-right: 50px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -53px;
  right: 333px;
  display:block;
}
}/* ▲PCメディアクエリ終了▲ */



.text-box {
  width: 90%;
  margin: 1em auto;
}

#history {
  margin: 0 auto;
  width: 100%;
  font-size: 0.8em;
}

#history th {
  background-color: #666;
  border: 1px solid #ddd;
  color: #fff;
  padding: 8px;
  width: 20%;
}

#history td {
  border-bottom: 1px solid #ddd;
  padding: 4px;
  text-align: center;
  width: 30%;
}

.day_box {
  margin: 20px auto 30px;
  background: #fff;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 20px 10px;

}

.day_box p {
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 18px;
}

.box1 {
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 1.8;
}



.about_box {
  padding:0 20px 0 20px;
  margin:20px 0 0 0;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.about_box {
  padding:0 30px 0 30px;
  margin:20px 0 0 0;
  font-size: 18px;
  line-height: 1.8;
}
}/* ▲PCメディアクエリ終了▲ */

/*form
------------------------------------------------------*/


input.whname {
  width: 95%;
  height: 2.5em;
  border: 1px solid #CCC;
  background-color: #ffffcc;
  box-shadow: 1px 1px 2px inset;
}

/*-左側-*/
.l_cell {
  background-color: #edffdb;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 5%;
  text-align: left;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

/*-右側-*/
.r_cell {
  background-color: #fff;
  color: #333333;
  font-size: 0.8em;
  padding-left: 10px;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}


/*画像設定
---------------------------------------------------------------------------*/
.img-posi {
  padding-top: 2px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 100%;
}


/*説明文
---------------------------------------------------------------------------*/
.text-box {
  width: 100%;
  margin: 1em auto;
}


.text01 {
  font-size: 95%;
  padding-top: 0;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.text01 {
  font-size:18px;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
  color: #6d6d6d;
}
}/* ▲PCメディアクエリ終了▲ */

.text02 {
  margin-top: 10px;
  background: url(../img/int.png) no-repeat;
  padding-left: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 0px;
}



/*ボタン設定
---------------------------------------------------------------------------*/
.btn {
  width: 100%;
  margin: 0;
}

.btn_box {
  background-color: ;
  margin: 0% 0%;
  padding: 0 0 7% 0;
  border: 0px solid #;
}

.device{
  margin:0;
  padding:0 20px;
  text-align:center;
  }
  .device a:link {color:#fff;text-decoration:none;}
  .device a:visited {color:#fff;text-decoration:none;}
  .device a:hover {color:#fff;text-decoration:none;}
  .btn {
  width:100%;
  margin:0 auto 0 auto;
  padding:25px 0;
  font-size:100%;
  font-weight:bold;
  text-shadow:0 1px 3px rgba(0,0,0,0);
  display:block;
  background:#f68002;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  }
  .btn:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.07);
    }
    100% {
      transform: scale(1);
    }
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.btn {
  width: 100%;
  margin: 0;
}

.btn_box {
  background-color: ;
  margin: 0% 0%;
  padding: 0 0 7% 0;
  border: 0px solid #;
}

.device{
  margin:0;
  padding:0;
  text-align:center;
  animation: pulse 2s infinite; /* 2秒ごとにパルス効果を繰り返す */
  }
  .device a:link {color:#fff;text-decoration:none;}
  .device a:visited {color:#fff;text-decoration:none;}
  .device a:hover {color:#fff;text-decoration:none;}
  .btn {
  width:480px;
  margin:0 auto 0 auto;
  padding:25px 0;
  font-size:24px;
  font-weight:bold;
  text-shadow:0 1px 3px rgba(0,0,0,0);
  display:block;
  background:#f68002;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  }
  .btn:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.07);
    }
    100% {
      transform: scale(1);
    }
  }
}/* ▲PCメディアクエリ終了▲ */



/*証拠
---------------------------------------------------------------------------*/


/*事例
---------------------------------------------------------------------------*/
.present_box{
  margin:0;
  padding:30px 15px 0 20px;
  width:100%;
  display:block;
  }
  .present{
  margin:0 0 30px 0;
  padding:0;
  width:100%;
  }
  .present_pict{
    margin:0;
    padding:0;
    text-align:center;
    }
  .present_pict img{width:100%;}
  
  .present p{font-size:16px;line-height: 1.5;}

  .present_evidence{
    width:100%;
    padding:0 0 10px 8%;
    }

  .main_tab{
    margin:25px 0 15px 0;
    padding:3px 0 0px 0;
    font-size:80%;
    line-height:100%;
  }
  .main_tab span{
    padding:3px 10px 3px 10px;
    color:#333;
    border:solid 1px #333;
    }





  .present_title{
  margin:0;
  padding:0% 0 5px 0;
  font-size:130%;
  font-weight:bold;
  line-height:130%;
  text-align:left;
  color:#333;
  }
  
  .present_record{
    font-size:18px;
    line-height:120%;
    letter-spacing:1px;
    color:#333;
    margin:0 0 20px 0;
    }





  .present_reference{
  font-size:10px;
  margin:-5px 0 0 0;
  }

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  .present_box{
    width:768px;
    margin:0 auto 45px auto;
    padding:60px 30px 0 30px;
    
    }
    .present{
    margin:0 0 20px 0;
    padding:0;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    }
    .present:after {
    content: "";
    display:block;
    width:48%;  /* .presentに指定したwidthと同じ幅を指定する */
    height:0;
    }
    .present_pict{
      width:48%;
      margin:0;
      padding:0;
      text-align:center;
      }
      .present_pict img{width:100%;}
  

    .present p{
      font-size:18px;
      line-height: 1.5;
    }
    .present_evidence{
      width:48%;
      padding:5px 0 0 0;
      }
  
    .main_tab{
      margin:0;
      padding:3px 0 10px 0;
      font-size:80%;
      line-height:100%;
    }
        .main_tab span{
        padding:3px 10px 3px 10px;
        color:#333;
        border:solid 1px #333;
        }

    .present_title{
    margin:0;
    padding:5px 0 10px 0;
    font-size:18px;
    font-weight:bold;
    line-height:120%;
    letter-spacing:1px;
    text-align:left;
    color:#333;
    }
    
    .present_record{
    font-size:18px;
    line-height:120%;
    letter-spacing:1px;
    color:#333;
    margin:0 0 20px 0;
    }

   
   
    .present_reference{
    font-size:10px;
    margin:-5px 0 0 0;
    color:#6d6d6d;
    }
  }/* ▲PCメディアクエリ終了▲ */


/*理由
---------------------------------------------------------------------------*/
.reason-box{
  margin:20px 20px 10px 20px;
  padding:20px 15px 0px 15px;
  border-width:2px;
  border-color: #069896;
  border-style: solid;	
  background-image:url("../img/backmap-01.png");
  background-size: cover;
  }
    


#reason-subtitle-01{
margin:0 0 30px 0;
}

#reason-subtitle-01 img{
width:100%;
}

#reason-subtitle-02{
margin:0 0 30px 0;
}

#reason-subtitle-02 img{
 width:100%;
}

#reason-subtitle-03{
margin:0 0 30px 0;
}

#reason-subtitle-03 img{
 width:100%;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.reason-box{
  margin:45px 30px 30px 30px;
  padding:45px 30px 30px 30px;
  border-width:2px;
	border-color: #069896;
	border-style: solid;	
}

#reason-subtitle-01{
 margin:0 0 30px 0;
 }

#reason-subtitle-01 img{
  width:100%;
}

#reason-subtitle-02{
  margin:0 0 30px 0;
  }
 
 #reason-subtitle-02 img{
   width:100%;
 }

#reason-subtitle-03{
  margin:0 0 30px 0;
  }
 
 #reason-subtitle-03 img{
   width:100%;
 }
}/* ▲PCメディアクエリ終了▲ */




.problem-text{
  font-size:16px;
  padding:30px 20px 30px 20px;
  background-color:#efefef ;
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.problem-text{
 font-size:18px;
 padding:30px 30px 30px 30px;
 background-color:#efefef ;
 }
}/* ▲PCメディアクエリ終了▲ */



.solution-text{
  font-size:16px;
  padding:20px 20px 0px 20px;
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.solution-text{
 font-size:18px;
 padding:30px 30px 0px 30px;
 }
}/* ▲PCメディアクエリ終了▲ */



.package-big {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color:#069896 ;
  }

.package-box{
  background-color:#fff ;
  margin:0 20px 20px 20px;
  padding:30px 15px 30px 15px;
  font-size:16px ;
   }
       
.package-subtitle{
  font-size:20px;
  font-weight: 800;
  margin:0 0 20px 0;
  color:#434041;
  font-family:'Noto Sans JP' ;
   }

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.package-big {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color:#069896 ;
}

.package-box{
background-color:#fff ;
margin:0 30px 20px 30px;
padding:45px 30px 30px 30px 
 }

.package-subtitle{
font-size:24px;
font-weight: 800;
margin:0 0 15px 0;
color:#333;
font-family:'Noto Sans JP' ;
 }
 }/* ▲PCメディアクエリ終了▲ */





/*---------- お問い合わせフォーム ----------*/
.form-big{
  background-color:#F4FCFC ;
  padding:0px 6% 10px;
  margin:0 0 0px 0;
}

#subpage-gbp{
  width:100%;
  margin:0;
  padding:45px 0% ;
  font-family:'Noto Sans JP' ;
  background-color:#F4FCFC;
  }
  #subpage-gbp p {
    width:100%;
    font-size:100%;
    font-weight: 400;
    line-height:150%;
    color:#434041;

  }

  #page_title-gbp{
  margin:0 0 30px 0;
  padding:0;
  font-size:6.4vw;
  line-height:150%;
  text-align:center;
  font-family:  'Noto Sans JP';
  color:#333;
  font-weight: 800;
  }
  

  #subpage{
  
    margin:0;
    padding:30px 6% ;
    font-family:'Noto Sans JP' ;
    background-color:#fff;
    }
    #subpage p {
      font-size:4.3vw;
      font-weight: 100;
      width:100%;
  
    }
  
    .page_title{
    margin:0 0 30px 0;
    padding:0;
    font-size:6.4vw;
    line-height:150%;
    text-align:center;
    font-family:  'Noto Sans JP';
    color:#069896;
    font-weight: bold;
    }


    table.form{
      width:100%;
      border-collapse:collapse;
      margin:0;
      }
      table.form th{
      font-size:4.3vw;
      line-height:150%;
      padding:15px 0 5px 0;
      text-align:left;
      display:block;
      color:#434041;
      }
      table.form td{
      font-size:100%;
      line-height:180%;
      padding:0 0 5px 0;
      display:block;
      font-weight: 400;
      color:#434041;
      }
      .req{
      margin:0;
      padding:0;
      float:right;
      text-align:right;
      }
      .req span{
      margin:0;
      padding:1px 2px 2px 2px;
      font-size:80%;
      font-weight:normal;
      line-height:100%;
      color:#fff;
      background:#069896;
      }
      
      .any{
      margin:0;
      padding:0;
      float:right;
      text-align:right;
      }
      .any span{
      margin:0;
      padding:2px 3px 2px 3px;
      font-size:80%;
      font-weight:normal;
      line-height:100%;
      color:#999;
      background:#eeeeee;
      }

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  .form-big{
    background-color:#F4FCFC ;
    padding:0px 0 20px 0;
   
  }

  #subpage-gbp{
  width:100%;
  margin:0 auto;
  padding:75px 30px 60px 30px;
  font-family:'Noto Sans JP' ;
  background-color:#F4FCFC;
  }
  #subpage-gbp p{
    font-size:18px;
    font-weight: 300;
    line-height:150%;
    width:708px;
    margin:0 auto 10px auto;
    color:#434041;
}

  #page_title-gbp{
  margin:0 0 60px 0;
  padding:0;
  font-size:42px;
  line-height:150%;
  text-align:center;
  letter-spacing:1px;
 font-family:  'Noto Sans JP';
 color:#333;
 font-weight: 800;
  }


  #subpage{
    width:1000px;
    margin:0 auto;
    padding:60px 0 60px 0;
    font-family:'Noto Sans JP' ;
    background-color:#fff;
    }
    #subpage p{
      font-size:18px;
      font-weight: 100;
      width:768px;
      margin:0 auto 10px auto;
  }
  
    .page_title{
    margin:0 0 60px 0;
    padding:0;
    font-size:42px;
    line-height:150%;
    text-align:center;
    letter-spacing:1px;
   font-family:  'Noto Sans JP';
   color:#069896;
   font-weight: bold;
    }
  


  table.form{
  width:100%;
  border-collapse:collapse;
  margin:0 auto;
  }
  table.form th{
  font-size:18px;
  line-height:150%;
  padding:15px 15px 5px 0;
  text-align:left;
  vertical-align:top;
  border-bottom:solid 1px #ccc;
  display:table-cell;
  color:#333;
  
  }
  table.form td{
  font-size:18px;
  line-height:150%;
  padding:15px 0 5px 5px;
  display:table-cell;
  font-weight: 400;
  
  }
  .req{
  margin:0;
  padding:0;
  float:right;
  text-align:right;
  }
  .req span{
  margin:0;
  padding:1px 2px 2px 2px;
  font-size:12px;
  font-weight:normal;
  line-height:100%;
  color:#fff;
  background:#069896; /* 必須の背景色 */
  }

  .any{
  margin:0;
  padding:0;
  float:right;
  text-align:right;
  }
  .any span{
  margin:0;
  padding:2px 3px 2px 3px;
  font-size:12px;
  font-weight:normal;
  line-height:100%;
  color:#999;
  background:#eeeeee;
  }
}/* ▲PCメディアクエリ終了▲ */
  
  
  
  /*---------- お問い合わせフォーム入力～送信ボタン部分 ----------*/

  input[type="text"], input[type="textarea"], select {
    width:100%;
    border:0;
    padding:10px;
    font-size:100%;
    border:solid 1px #ccc;
    appearance:none;  /* 初期設定の打消し */
    -webkit-appearance:none; /* Chrome, Safari */
    -moz-appearance:none; /* Firefox */
    -o-appearance:none; /*Opera対応*/
    border-radius:3px;
    box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    box-sizing:border-box;
    background-color: #ffffd9; /* 入力フォームの入力枠の色 */
    }
  
    input[type="text"] {
      height:8vh; /* フォームの「text」の入力枠の縦幅の設定 */
    
      }
  
    input[type="textarea"] {
      height:120px; /* フォームの「textarea」の入力枠の縦幅の設定 */
      background-color: #fff;
      }

/* ▼PCメディアクエリ */
  @media screen and (min-width:769px){
  input[type="text"], input[type="textarea"], select {
  width:100%;
  border:0;
  padding:10px;
  font-size:100%;
  border:solid 1px #ccc;
  appearance:none;  /* 初期設定の打消し */
  -webkit-appearance:none; /* Chrome, Safari */
  -moz-appearance:none; /* Firefox */
  -o-appearance:none; /*Opera対応*/
  border-radius:3px;
  box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.5);
  box-sizing:border-box;
  background-color: #ffffd9;/* 入力フォームの入力枠の色 */
  
  }

  input[type="text"] {
    height:40px; /* フォームの「text」の入力枠の縦幅の設定 */
  
    }

  input[type="textarea"] {
    height:120px; /* フォームの「textarea」の入力枠の縦幅の設定 */
    background-color: #fff;
    }
  }/* ▲PCメディアクエリ終了▲ */





  input[type="text"]:focus,
  textarea:focus {
  box-shadow:0 0 7px #999999;
  }
  
  ::-webkit-input-placeholder{color:#999;}
  
  input[type="submit"],input[type="button"] {
  border-radius:0;
  appearance:button;
  box-sizing:border-box;
  cursor:pointer;
  webkit-transition:all .5s;transition:all .5s;
  color:#fff;
  background:#fa7817; /* 送信ボタンの色 */
  border:none;
  border-radius:5px;
  font-family:'Noto Sans JP','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  font-size:4.3vw;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;/* 角丸の設定 */
  -moz-border-radius:50px;
  border-radius:50px;
  animation: pulse 2s infinite; /* 2秒ごとにパルス効果を繰り返す */
}
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {display:none;}

  @media screen and (min-width:769px){
  input[type="text"]:focus,
  textarea:focus {
  box-shadow:0 0 7px #999999;
  }
  
  ::-webkit-input-placeholder{color:#999;}
  
  input[type="submit"],input[type="button"] {
  border-radius:0;
  appearance:button;
  box-sizing:border-box;
  cursor:pointer;
  webkit-transition:all .5s;transition:all .5s;
  color:#fff;
  background:#fa7817; /* 送信ボタンの色 */
  border:none;
  border-radius:5px;
  font-family:'Noto Sans JP','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  font-size:24px;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;/* 角丸の設定 */
  -moz-border-radius:50px;
  border-radius:50px;
}
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {display:none;}
}
  
  /* ▼PCメディアクエリ */
  @media screen and (min-width:769px){
  input[type="text"], textarea, select {font-size:16px;}
  } /* ▲PCメディアクエリ終了▲ */




/*---------- プルダウンの文字の色 ----------*/

 /* プルダウンの文字の色 */
select[name="entry.341445237"] {
  color: #3c3c43; /* プルダウンメニューの選択されたテキストの色 */
}

select[name="entry.341445237"] option {
  color: #3c3c43; /* プルダウンメニューのオプションのテキストの色 */
}






/*---------- お問い合わせフォームボタンの補足装飾 ----------*/

.submit{
  margin:30px 0 0 0;
  padding:0;
  text-align:center;
  }
  .submit a:link {color:#fff;text-decoration:none;}
  .submit a:visited {color:#fff;text-decoration:none;}
  .submit a:hover {color:#fff;text-decoration:none;}
  .button {
  width:80%;
  margin:0 auto;
  padding:15px 0 15px 0;
  font-size:120%;
  font-weight:bold;
  display:inline-block;
  text-decoration:none;
  }
  .button:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }
  
  /* ▼PCメディアクエリ */
  @media screen and (min-width:769px){
  .submit{
  margin:45px 0 0 0;
  padding:0;
  text-align:center;
  }

  .submit a:link {color:#fff;text-decoration:none;}
  .submit a:visited {color:#fff;text-decoration:none;}
  .submit a:hover {color:#fff;text-decoration:none;}

  .button {
  width:480px;
  margin:0 auto;
  padding:25px 0 25px 0;
  font-size:24px;
  font-weight:bold;
  display:inline-block;
  text-decoration:none;
 
  }

  .button:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }
  } /* ▲PCメディアクエリ終了▲ */





/* FAQ
---------------------------------------------------------------------------*/
#qa dt {
  font-size: 120%;
  font-weight: bold;
  background: url(../img/icon-q.jpg) no-repeat 2px 7px;
  padding: 15px 10px 15px 50px;
}

#qa dd {
  margin-bottom: 10px;
  padding: 10px 4px 5px 50px;
  background: url(../img/icon-a.jpg) no-repeat 2px 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 100%;
  line-height: 150%;
}




/* 自己紹介
---------------------------------------------------------------------------*/
#introduction-box{
  margin:0px 0 0 0;
}


#introduction-pct img {
  width: 30%;
  margin:5px 0px 15px 10px;
  float:right;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){

#introduction-box{
  margin:-30px 0 0 0;
}

#introduction-pct img {
  width: 18%;
  margin:10px 20px 15px 10px;
  float:right;
}
}/* ▲PCメディアクエリ終了▲ */




/*フッター設定
---------------------------------------------------------------------------*/
#footer {
  width: 100%;
  min-width: 100%;
  font-size:75%;
  margin:0px auto;
  padding:20px 20px 15px 20px;
  background-color: #069896;
  color: #fff;
  text-align: center;
}

#footer a {
  color: #fff;
  margin: 10px 0;
}

#footer p {
  margin: 10px 0;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){

#footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #069896;
  font-size: 90%;
}

#footer a {
  color: #fff;
  margin: 10px 0;
}

#footer p {
  margin: 10px 0;
}
}/* ▲PCメディアクエリ終了▲ */





/*---------- 特商法・プライバシーポリシー----------*/
table.info{
  width:100%;
  border-collapse:separate;
  margin:20px 0;
  font-family:  'Noto Sans JP';
  }
  table.info th{
  padding:10px 0;
  font-size:90%;
  line-height:150%;
  text-align:left; /* thのデフォルトはセンター揃えのため */
  border-bottom:solid 1px #666;
  display:block;
  font-family:  'Noto Sans JP';
  }
  table.info td{
  padding:10px 0 20px 0;
  font-size:90%;
  line-height:150%;
  display:block;
  font-family:  'Noto Sans JP';
  }

 /* ▼PCメディアクエリ */
 @media screen and (min-width:769px){

  table.info{
  width:100%;
  border-collapse:separate;
  margin:20px 0;
  font-family:  'Noto Sans JP';
  }
  table.info th{
  width:180px;
  padding:10px 0;
  font-size:14px;
  line-height:150%;
  text-align:left; /* thのデフォルトはセンター揃えのため */
  letter-spacing:1px;
  border-bottom:solid 1px #666;
  display:table-cell;
  font-family:  'Noto Sans JP';
  }
  table.info td{
  padding:10px;
  font-size:14px;
  line-height:150%;
  letter-spacing:1px;
  border-bottom:dotted 1px #ccc;
  display:table-cell;
  font-family:  'Noto Sans JP';
  }
}/* ▲PCメディアクエリ終了▲ */





/*------------------------------ ページ一番上へ ------------------------------*/

#pagetop {
  position:fixed;
  bottom:7%; /* 下からの位置／今回はフローティングがあるため高めに設定。通常は20～30 */
  right:20px;
  }
  #pagetop i {
  padding-top:6px
  }
  #pagetop a {
  display:block;
  z-index:9999;
  padding:5px 4px 3px 4px;
  border-radius:30px;
  width:35px;
  height:35px;
  background-color:#ccc;
  color:#fff;
  text-decoration:none;
  text-align:center;
  }
  #pagetop a:hover {
  text-decoration:none;
  opacity:0.7;
  }
  
  /* ▼PCメディアクエリ */
  @media screen and (min-width:769px){
  #pagetop {
  position:fixed;
  bottom:30px; /* 下からの位置／今回はフローティングがあるため高めに設定。通常は20～30 */
  right:20px;
  }
  #pagetop i {
  padding-top:6px
  }
  #pagetop a {
  display:block;
  z-index:9999;
  padding:3px 4px 3px 4px;
  border-radius:30px;
  width:35px;
  height:35px;
  background-color:#ccc;
  color:#fff;
  text-decoration:none;
  text-align:center;
  }
  #pagetop a:hover {
  text-decoration:none;
  opacity:0.7;
  }
  } /* ▲PCメディアクエリ終了▲ */



/*その他
---------------------------------------------------------------------------*/
.clear {
  clear: both;
}

.alignright {
  width: 100%;
  margin:0 0 15px 0;
}

.alignleft {
  width: 100%;
  float: left;
  margin:0 0 15px 0;
}

img.reason_alignright {
  width: 30%;
  float: right;
  margin:0 0 15px 0;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.clear {
  clear: both;
  }

img.reason_alignright {
  float: right;
  margin-right: 5px;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-right: 5px;
  margin-left: 10px;
}

} /* ▲PCメディアクエリ終了▲ */




/*フォント設定
---------------------------------------------------------------------------*/
.red { color: #C00;}

.bold { font-weight: bold;}

.size10 {
  font-size: 10px;
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.size105 {
  font-size: 105%;
}

.size110 {
  font-size: 110%;
}

.size130 {
  font-size: 130%;
}

.size150 {
  font-size: 150%;
}

.size200 {
  font-size: 200%;
}

.fnt18 {
  font-size: 18px;
}

input {
  padding: 8px;
  font-size: 140%;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}


dt,
dd {
    margin: 0;
    padding: 0;
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  dt,
  dd {
  padding: 6px;
}
}/* ▲PCメディアクエリ終了▲ */




/* margin,padding調整用クラス
---------------------------------------------------------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml60 {
  margin-left: 60px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mr20 {
  margin-right: 20px;
}

.mr400 {
  margin-right: 400px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb-10{
  margin-bottom: -10px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr10 {
  padding-right: 10px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}



/* メディアクエリ（スマホ表示用のCSS）
---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
 
 
  img {
    max-width: 100% !important;
  }

 

  .size150 {
    font-size: 120%;
  }

  .size130 {
    font-size: 105%;
  }

  .size200 {
    font-size: 140%;
  }

  

  input {
    max-width: 99%;
  }

}