@charset "UTF-8";
@import url('http://fonts.cdnfonts.com/css/canto');

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 12px;
    color: #333;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*-- メインブルー　#0893dd --*/
/*-- 薄ブルー　#ebf5fa --*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- PC -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width: 750px) {

/*----------------------   header   ----------------------*/

#sp { display: none; }

header {
  display: block;
  width: 1500px;
  margin: 0 auto;
}
header .head_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .head_menu .menu_box {
  display: block;
  width: 50%;
}
header .head_menu .menu_box h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  padding-top: 30px;
}
header .head_menu .menu_box h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #0893dd;
  font-size: 16px;
  padding: 40px 15px 5px;
}
header .head_menu .menu_box ul { display: flex; }
header .head_menu .menu_box li {
  list-style: none;
  font-size: 18px;
  text-align: center;
  display: table;
}
header .head_menu .menu_box li span { font-size: 12px; }
header .head_menu .menu_box li a {
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  height: 100px;
  color: #0893dd;
  text-decoration: none;
  transition: .3s;
}
header .head_menu .menu_box li a:hover {
  color: white;
  background-color: #0893dd;
  transition: .3s;
}
header .head_menu .menu_box a h1 {
  width: 430px;
  height: 100px;
  opacity: 1;
  transition: .3s;
}
header .head_menu .menu_box a h1:hover {
  opacity: .5;
  transition: .3s;
}
header .head_menu .menu_box li a.page {
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  height: 100px;
  color: white;
  background-color: #0893dd;;
  text-decoration: none;
  transition: .3s;
}
header .head_menu .menu_box li a.page:hover {
  color: #0893dd;
  background-color: white;
  transition: .3s;
}
/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  position:relative;
  color: #fff;
  background-color: #0893dd;
  display: table;
}
#top h2 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}
#top h2 span {
  font-size: 18px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: .1em;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 1500px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #0893dd;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 1200px;
  margin: 80px auto;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#formWrap h2 {
  color: #0893dd;
  font-size: 28px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 18px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
#formWrap form .formTable {
  display: block;
  width: 1200px;
  margin: 50px auto;
}
#formWrap form .formTable th {
  width: 300px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 20px 0 0;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 9px;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  display: block;
  float: right;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 9px;
  border: 1px solid #333;
  display: block;
  float: right;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 900px;
  display: inline-block;
  vertical-align: top;
}
#formWrap form .formTable input {
  width: 800px;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 800px;
  padding: 10px;
  margin-left: 40px;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 1200px;
  margin: 10px auto 50px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 16px;
  text-align: left;
}
#formWrap form .privacy_policy p {
  display: block;
  padding: 0 20px 20px;
  height: 180px;
  margin: 10px auto;
  font-size: 14px;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  color: white;
  text-align: center;
  transition: .3s;
}
input#mail_submit_button:hover {
  background-color: white;
  color: #0893dd;
  border: 1px solid #0893dd;
  transition: .3s;
}

/*----------------------   content04   ----------------------*/

#content04 {
  display: block;
  width: 100%;
  background-image: url('../../image/contact_wrap.jpg');
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}
#content04 h2 {
  text-align: center;
  color: white;
  font-size: 28px;
  padding: 70px 0 50px;
}
#content04 h2 span {
  font-size: 18px;
  line-height: 3;
  font-weight: 300;
}
#content04 .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 1000px;
  margin: 0 auto;
}
#content04 .wrap div {
  display: table;
  width: 450px;
}
#content04 .wrap div a {
  display: table-cell;
  vertical-align: middle;
  color: #0893dd;
  text-align: center;
  width: 450px;
  height: 100px;
  background-color: white;
  border: 3px solid white;
  text-decoration: none;
  font-size: 20px;
  font-weight: nomal;
  transition: .3s;
}
#content04 .wrap div a:hover {
  background-color: #46aee5;
  border: 3px solid #fff;
  color: white;
  transition: .3s;
}
#content04 .wrap div h3 {
  font-size: 16px;
  font-weight: nomal;
}
#content04 .wrap div p {
  font-size: 32px;
  font-weight: nomal;
  line-height: 1.5;
}
#content04 .wrap div p span { font-size: 14px; }


/*----------------------   footer   ----------------------*/

footer {
  display: block;
  width: 1500px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer div {
  display: block;
  width: 750px;
  position: relative;
}
footer div p {
  display: inline-block;
  vertical-align: middle;
  color: #0893dd;
  font-size: 16px;
  padding-top: 5px;
}
footer div h5 {
  color: #0893dd;
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.5;
}
footer div img {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  color: #0893dd;
  margin-right: 15px;
}
footer div ul {
  display: flex;
  width: 700px;
  margin: 20px 0 0 auto;
}
footer div ul li {
  list-style: none;
  margin: 0 0 0 90px;
  font-size: 18px;
  text-align: right;
}
footer div ul li a {
  color: #0893dd;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
footer div ul li a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0893dd;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
footer div ul li a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}
footer div p.copyright {
  display: block;
  width: auto;
  color: #0893dd;
  text-align: right;
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: .1em;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #0893dd;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#thanks {
  display: block;
  width: 1500px;
  margin: 100px auto;
  text-align: center;
}
.thankswrap h2 {
  font-size: 32px;
  color: #0893dd;
}
.thankswrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  padding: 30px 0;
}
.thankswrap p span { font-size: 14px; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #0893dd;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0893dd;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}

}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- SP -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (max-width: 749px) {
#sp ,
header#pc { display: none; }
header#sp {
  display: block;
  width: 100%;
  height: 80px;
  background-color: white;
}
header#sp .header {
  display: block;
  width: 300px;
  padding: 20px;
}
header#sp .header h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
header#sp .header h1 p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #0893dd;
  padding-left: 10px;
}
/*　ハンバーガーメニューボタン　*/
.hamburger {
   display: block;
   position: fixed;
   z-index: 3;
   top: 15px;
   right: 20px;
   width: 35px;
   height: 35px;
   cursor: pointer;
   text-align: center;
   background-color: #0893dd;
   padding: 5px;
}
.hamburger span {
   display: block;
   position: absolute;
   width: 25px;
   height: 3px ;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 11px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 31px; }
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
   top: 16px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
   top: 16px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   background-color: #0893dd;
   text-align: left;
   width: 100%;
   height: auto;
   transform: translateX(100%);
   transition: all 0.6s;
   font-size: 14px;
   padding: 30px 0 80px;
}
nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   transition: .4s all;
   border-bottom: 1px solid white;
}
nav.globalMenuSp ul li a {
   display: block;
   padding: 40px 20px;
   color: white;
   text-decoration :none;
   font-size: 14px;
}
nav.globalMenuSp ul li a span {
   font-size: 10px;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}


/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 180px;
  position:relative;
  color: #fff;
  background-color: #0893dd;
  display: table;
}
#top h2 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}
#top h2 span {
  font-size: 12px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: .1em;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #999;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #0893dd;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}


/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 90%;
  margin: 80px auto;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#formWrap h2 {
  color: #0893dd;
  font-size: 24px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-weight: 300;
  line-height: 2;
  font-size: 14px;
}
#formWrap form table {
  display: table;
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
}
#formWrap form .formTable tr {
  display: block;
  width: 100%;
}
#formWrap form .formTable th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0 10px;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #333;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  display: block;
}
#formWrap form .formTable input {
  width: 99%;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 100%;
  padding: 10px 0;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px auto 30px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 14px;
  text-align: left;
  display: block;
}
#formWrap form .privacy_policy p {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  color: white;
  text-align: center;
}

/*----------------------   content04   ----------------------*/

#content04 {
  display: block;
  width: 100%;
  background-image: url('../../image/sp/contact_wrap.jpg');
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
  margin-top: 80px;
}
#content04 h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 70px 0 50px;
}
#content04 h2 span {
  font-size: 16px;
  line-height: 3;
  font-weight: 300;
}
#content04 .wrap {
  width: 90%;
  margin: 0 auto;
}
#content04 .wrap div {
  display: table;
  width: 100%;
  margin: 20px auto 0;
}
#content04 .wrap div a {
  display: table-cell;
  vertical-align: middle;
  color: #0893dd;
  text-align: center;
  width: 80%;
  background-color: rgba(255, 255, 255, .8);
  text-decoration: none;
  font-size: 16px;
  padding: 40px 0;
}
#content04 .wrap div h3 {
  font-size: 14px;
  font-weight: nomal;
}
#content04 .wrap div p {
  font-size: 26px;
  font-weight: nomal;
  line-height: 1.5;
}
#content04 .wrap div p span { font-size: 14px; }


/*----------------------   footer   ----------------------*/

footer {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 10px;
}
footer div {
  display: block;
  width: 100%;
  position: relative;
}
footer div p {
  display: block;
  color: #0893dd;
  font-size: 14px;
}
footer div h5 {
  color: #0893dd;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.5;
}
footer div img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  color: #0893dd;
  margin-right: 15px;
}
footer div ul { display: none; }
footer div p.copyright {
  display: block;
  width: auto;
  color: #0893dd;
  text-align: right;
  font-size: 12px;
  letter-spacing: .1em;
  padding-top: 50px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #0893dd;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#thanks {
  display: block;
  width: 90%;
  margin: 100px auto;
  text-align: center;
}
.thankswrap h2 {
  font-size: 24px;
  color: #0893dd;
}
.thankswrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 30px 0;
}
.thankswrap p span { font-size: 12px; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #0893dd;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0893dd;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}
.thankswrap span br.pc { display: none; }

}


/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------------- TAB -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1200px) {

/*----------------------   header   ----------------------*/

#sp { display: none; }

header {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
header .head_menu {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .head_menu .menu_box {
  display: block;
  width: 50%;
}
header .head_menu .menu_box h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding-top: 30px;
}
header .head_menu .menu_box h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #0893dd;
  font-size: 14px;
  padding: 40px 15px 5px;
}
header .head_menu .menu_box ul { display: flex; }
header .head_menu .menu_box li {
  list-style: none;
  font-size: 15px;
  text-align: center;
  display: table;
}
header .head_menu .menu_box li span {
  font-size: 10px;
}
header .head_menu .menu_box li a {
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  height: 100px;
  color: #0893dd;
  text-decoration: none;
  transition: .3s;
}
header .head_menu .menu_box li a:hover {
  color: white;
  background-color: #0893dd;
  transition: .3s;
}


/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 180px;
  position:relative;
  color: #fff;
  background-color: #0893dd;
  display: table;
}
#top h2 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}
#top h2 span {
  font-size: 12px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: .1em;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #999;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #0893dd;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}


/*----------------------   content01   ----------------------*/

#formWrap  {
  display: block;
  width: 90%;
  margin: 80px auto;
  text-align: center;
}
#formWrap h2 {
  color: #0893dd;
  font-size: 24px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-size: 14px;
  font-weight: 300;
}
#formWrap form .formTable {
  display: table;
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
}
#formWrap form .formTable tr {
  display: block;
  width: 100%;
}
#formWrap form .formTable th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0 10px;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #333;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  display: block;
}
#formWrap form .formTable input {
  width: 100%;
  height: 3em;
  padding: 0;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px auto 30px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 14px;
  text-align: left;
  display: block;
}
#formWrap form .privacy_policy p {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #0893dd;
  border: 1px solid #0893dd;
  color: white;
  text-align: center;
}

/*----------------------   content04   ----------------------*/

#content04 {
  display: block;
  width: 100%;
  background-image: url('../../image/contact_wrap.jpg');
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}
#content04 h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 70px 0 50px;
}
#content04 h2 span {
  font-size: 16px;
  line-height: 3;
  font-weight: 300;
}
#content04 .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
#content04 .wrap div {
  display: table;
  width: 45%;
  margin: 0 auto;
}
#content04 .wrap div a {
  display: table-cell;
  vertical-align: middle;
  color: #0893dd;
  text-align: center;
  width: 80%;
  background-color: white;
  border: 3px solid white;
  text-decoration: none;
  font-size: 18px;
  font-weight: nomal;
  transition: .3s;
}
#content04 .wrap div a:hover {
  background-color: #46aee5;
  border: 3px solid #fff;
  color: white;
  transition: .3s;
}
#content04 .wrap div h3 {
  font-size: 14px;
  font-weight: nomal;
}
#content04 .wrap div p {
  font-size: 26px;
  font-weight: nomal;
  line-height: 1.5;
}
#content04 .wrap div p span { font-size: 14px; }


/*----------------------   footer   ----------------------*/

footer {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer div {
  display: block;
  width: 45%;
  position: relative;
}
footer div p {
  display: block;
  color: #0893dd;
  font-size: 14px;
}
footer div h5 {
  color: #0893dd;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.5;
}
footer div img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  color: #0893dd;
  margin-right: 15px;
}
footer div ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer div ul li {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
}
footer div p.copyright {
  display: block;
  width: auto;
  color: #0893dd;
  text-align: right;
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: .1em;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #0893dd;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#thanks {
  display: block;
  width: 90%;
  margin: 100px auto;
  text-align: center;
}
.thankswrap h2 {
  font-size: 24px;
  color: #0893dd;
}
.thankswrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 30px 0;
}
.thankswrap p span { font-size: 12px; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #0893dd;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0893dd;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}


}
