@charset "UTF-8";
/*
@import "common";
*/
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通箇所
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
---------------------------------------
*/
/* 
---------------------------------------
背景色定義
---------------------------------------
*/
/*ライトグレー*/
@media screen and (max-width: 767px) {
  .gray_bg {
    padding: 8% 0 10%;
    background: #f2f2f2; } }
@media screen and (min-width: 768px) {
  .gray_bg {
    padding: 4vw 0 4vw;
    background: #f2f2f2; } }
/* 
---------------------------------------
セッションごとの空き
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .space_first {
    padding: 4% 0; }

  .space_second {
    padding: 0 0 8%; } }
@media screen and (min-width: 768px) {
  .space_first {
    padding: 50px 0 80px;
    padding: 5vw 0 8vw; }

  .space_second {
    padding: 0 0 90px;
    padding: 0 0 9vw; } }
/* 
---------------------------------------
TxtBox　定義リスト
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .TxtBox dt {
    font-size: 120%;
    /*margin-bottom: 0.5em;*/
    font-weight: bold; }

  .TxtBox dd + dt {
    margin-top: 1.5em; } }
@media screen and (min-width: 768px) {
  .TxtBox dt {
    font-size: 130%;
    /*margin-bottom: 0.5em;*/
    font-weight: bold; }

  .TxtBox dd + dt {
    margin-top: 2em; } }
/* 
---------------------------------------
.Box_3Column
3カラム オレンジ見出し
スマホ：1カラム
---------------------------------------
*/
/*見出しと説明　レイアウトの箇所*/
@media screen and (max-width: 767px) {
  .Box_3Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    /*for IE10*/
    flex-flow: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Box_3Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 100%; }

  .Box_3Column .box + .box {
    margin-top: 10%; }

  /*  .Box_3Column .box .ssttl {
      border-radius: 12px;
      background-color: #ffa93c;
      height: 40px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 2%;
      text-align: center;
      font-size: 16px;
      font-weight: 500; }*/
  .Box_3Column .box .stxt {
    text-align: center;
    box-sizing: border-box;
    /* width: 48%; */ } }
/*見出しと説明　レイアウトの箇所*/
@media screen and (min-width: 768px) {
  .Box_3Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start; }

  .Box_3Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 320px;
    font-weight: 300; }

  /*  .Box_3Column .box .ssttl {
      border-radius: 12px;
      background-color: #ffa93c;
      height: 40px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 15px;
      text-align: center;
      font-size: 20px;
      font-weight: 500; }*/ }
/* 
---------------------------------------
.Box_2Column
2カラム
スマホ：1カラム
---------------------------------------
*/
/*見出しと説明　レイアウトの箇所*/
@media screen and (max-width: 767px) {
  .Box_2Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    /*for IE10*/
    flex-flow: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Box_2Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 100%; }

  .Box_2Column .box + .box {
    margin-top: 10%; }

  .Box_2Column .box .ssttl {
    border-radius: 5px;
    background-color: #797979;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 2%;
    text-align: center; }

  .Box_2Column .box .stxt {
    text-align: center;
    box-sizing: border-box;
    /* width: 48%; */ } }
/*見出しと説明　レイアウトの箇所*/
@media screen and (min-width: 768px) {
  .Box_2Column {
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    justify-content: space-between;
    -ms-flex-align: start;
    /*IE10*/
    align-items: flex-start; }

  .Box_2Column .box {
    text-align: left;
    box-sizing: border-box;
    width: 510px; }

  .Box_2Column .box .ssttl {
    border-radius: 5px;
    background-color: #797979;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500; } }
/* 
---------------------------------------
.WhiteBox
白枠と見出し（BGにlightgrayがある箇所向け）
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .WhiteBox .box {
    background-color: #fff;
    width: 100%;
    padding: 3%;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px; }

  .WhiteBox .box .sttl {
    color: #ff6b95;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500; }

  .WhiteBox .box + .box {
    margin-top: 5%; } }
@media screen and (min-width: 768px) {
  .WhiteBox {
    width: 890px;
    margin: 0 auto; }

  .WhiteBox .box {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 12px; }

  .WhiteBox .box .sttl {
    color: #ff6b95;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500; }

  .WhiteBox .box + .box {
    margin-top: 40px; } }
.WhiteBox .box .sttl.orange {
  color: #ffa93c; }

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
画像入り
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
div.img_txt_Box.clearfix>(fig.pic>img)+(div.txt>p)
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .img_txt_Box > .pic {
    width: 200px;
    margin: 0 auto 3%; } }
@media screen and (min-width: 768px) {
  .img_txt_Box {
    /*padding: 0.5em 1em; */ }

  .img_txt_Box .txt {
    float: right;
    width: 650px; }

  .img_txt_Box .txt.left {
    float: left;
    width: 50%; }

  .img_txt_Box > .pic {
    float: left;
    width: 300px;
    vertical-align: top; }

  .img_txt_Box > .pic.right {
    float: right;
    width: 48%; } }
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tableボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
---------------------------------------
.TableBox
---------------------------------------
*/
@media screen and (min-width: 768px) {
  .TableBox {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .TableBox .sbox {
    display: table-cell;
    vertical-align: top; } }
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
本文など
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
---------------------------------------
汎用見出し
横線
---------------------------------------
*/
.Line_ttl {
  display: flex;
  align-items: center; }

.Line_ttl:before,
.Line_ttl:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1; }

.Line_ttl:before {
  margin-right: 1rem; }

.Line_ttl:after {
  margin-left: 1rem; }

/* 
---------------------------------------
ｔａｂｌｅ
.normal
---------------------------------------
*/
@media screen and (max-width: 767px) {
  table.normal th {
    padding: 2% 3%;
    width: 7em; }

  table.normal td {
    padding: 2% 3%; } }
@media screen and (min-width: 768px) {
  table.normal {
    margin: 30px 0 0;
    font-size: 15px; }

  table.normal th {
    padding: 20px 30px;
    width: 20%; }

  table.normal td {
    padding: 20px 40px; } }
table.normal {
  width: 100%; }

table.normal tr:first-child {
  border-top: 1px solid; }

table.normal tr {
  border-bottom: 1px solid; }

table.normal th {
  box-sizing: border-box; }

table.normal th.vat {
  vertical-align: top; }

/* 
---------------------------------------
リストで説明箇所
.list
---------------------------------------
*/
.List_item {
  margin: 2em 0; }

.List_item li:before {
  content: "\f22d";
  margin-right: 0.5em;
  font: normal normal normal 10px/1 FontAwesome;
  color: #fff;
  top: -2px;
  position: relative; }

.List_item li {
  padding-left: 1em;
  text-indent: -1em; }

/* 
---------------------------------------
番号付きリスト
---------------------------------------
*/
ol.number {
  counter-increment: number 0;
  /* number カウンタの増加数をセット */ }

ol.number li {
  list-style-type: decimal;
  padding-left: 0.8em;
  text-indent: -0.8em; }

ol.number li + li {
  margin-top: 0.5em; }

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
その他　レスポンシブ用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
---------------------------------------
定義リスト　テーブル使い
---------------------------------------
*/
@media screen and (max-width: 767px) {
  .dl-table {
    margin: 0;
    line-height: 2;
    font-size: inherit; }

  dl.dl-table dt,
  dl.dl-table dd:not(:last-of-type) {
    margin: 0 0 2%;
    box-sizing: border-box; } }
@media screen and (min-width: 768px) {
  .dl-table {
    padding: 0;
    margin: 0;
    line-height: 2;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  dl.dl-table dt,
  dl.dl-table dd:not(:last-of-type) {
    margin: 0 0 0.6%;
    box-sizing: border-box; } }
.dl-table {
  /*    padding: 0;
  	margin: 0;
  	line-height: 2;
  	font-size: inherit;*/ }

.dl-child {
  /**  dlに入れ子dlをするときのclass  **/
  margin: 0; }

dl.dl-table dt {
  /*float: left;*/
  width: 6em;
  line-height: 1.3em; }

dl.dl-table dd {
  line-height: 1.3em;
  margin-left: 6em; }

dl.dl-table dd:after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

/* 
---------------------------------------
定義リスト　線有
---------------------------------------
*/
dl.dl-table.line dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */ }

dl.dl-table.line dt, dl.dl-table.line dd {
  line-height: 1.8em; }

dl.dl-table.line dt:after {
  border-top: 1px solid #333;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1; }

dl.dl-table.line dt:after {
  margin-left: 0.8em; }

/* 
---------------------------------------
スマホ時　tableを横にscrollできるように
---------------------------------------
*/
/*tableのスクロール*/
@media screen and (max-width: 767px) {
  .scroll_ta {
    overflow-x: auto;
    /*white-space: nowrap;*/
    display: block;
    width: auto;
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
    overflow-y: hidden; }

  .scroll_ta:-webkit-scrollbar {
    height: 60px; }

  /*.scroll_ta:-webkit-scrollbar-track{
   background: red;
  border-radius: 5px;
  }*/
  .scroll_ta:-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 5px; }

  .scroll_ta:-webkit-scrollbar-track-piece {
    background: blue; }

  .scroll_ta:after {
    content: "右にフリックすると表がスクロールします";
    padding-left: 1em; } }
/* 
---------------------------------------
container
---------------------------------------
*/
/*@import "kv";*/
#kv {
  background: linear-gradient(to right, #eb5d1f, #f38816);
  padding: 1vw 0 1vw; }

#kv .ttl {
  margin-bottom: 0;
  font-size: 1.2rem; }

/* 
---------------------------------------
contact01
---------------------------------------
*/
#container {
  background: #f0f0e1; }

#container #p01 {
  padding: 60px 0 50px;
  text-align: center; }

form .btn {
  text-align: center;
  margin: 0;
  padding: 30px 0 40px;
  overflow: hidden; }

/*
form .btn input{
	margin: 20px 0 0;
	padding: 10px;
	color: #fff;
	background: #9a0000;
	border: 1px solid #eee;
	cursor: pointer;
}
*/
#container table th span {
  color: #dd0000; }

@media screen and (max-width: 768px) {
  #container #p01 {
    padding: 6% 0 5%;
    text-align: center; }

  #container table {
    margin: 0 0;
    width: 100%; }

  #container table th {
    display: block;
    padding: 2%;
    width: 96%;
    color: #333;
    background: #fff;
    border-left: 2px solid #ea5514; }

  #container table td {
    display: block;
    padding: 2%;
    width: 96%; } }
@media screen and (min-width: 769px) and (max-width: 1049px) {
  /*TAB以下*/
  #container .inner {
    width: 92%;
    margin: 0;
    padding: 0 4%; }

  #container table {
    width: 100%;
    margin: 0 0 0px;
    background: #fff; }

  #container table th {
    padding: 15px;
    border: 1px solid #f0f0e1;
    border-left: 2px solid #ea5514; }

  #container table td {
    padding: 15px;
    border: 1px solid #f0f0e1; }

  #container table td textarea {
    width: 98%; }

  #container table td textarea {
    padding: 2px; } }
@media screen and (min-width: 1050px) {
  /*PC*/
  #container .inner {
    width: 1050px;
    margin: 0 auto; }

  #container table {
    width: 100%;
    margin: 0 0 0px;
    background: #fff; }

  #container table th {
    padding: 15px;
    border: 1px solid #f0f0e1;
    border-left: 2px solid #ea5514; }

  #container table td {
    padding: 15px;
    border: 1px solid #f0f0e1; }

  #container table td textarea {
    width: 98%; }

  #container table td textarea {
    padding: 2px; } }
#container #thanks {
  padding: 10% 0;
  text-align: center; }

/*@import "wp_form";*/
/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/
textarea,
input[type="number"],
input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

textarea {
  height: 100px;
  /* お好みの高さに */ }

/* フォーカス時の色変更 */
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  border: 1px solid #333; }

button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer; }

button:before {
  position: absolute;
  display: block;
  content: '';
  width: 98%;
  height: 3px;
  background: #ccc;
  bottom: -4px;
  left: 1%; }

@media print, screen and (min-width: 1024px) {
  button {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }

  button:hover {
    color: #111;
    background: #fff; } }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem; }

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  font-size: 1.2rem; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  font-size: 1.2rem; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
