@charset "utf-8";

/*-----------------------------------------------------------------
	基本
-----------------------------------------------------------------*/

* { margin: 0; padding: 0; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word;}
ul,ol {list-style: none;}

table {
  border-collapse: separate;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/*-----------------------------------------------------------------
	link
-----------------------------------------------------------------*/

a {
  color: #20346E;
  text-decoration: none;
  outline: none;
  transition : 0.5s;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* 無効 */
a.disabled{
  pointer-events: none;
  color: #aaa;
  opacity: 0.5;
}

a[href^="javascript:void(0)"] {
	cursor: default;
}

a.all_link {	
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
  transition : 0.5s;
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top:-80px;
}

a.icon_blank {
  background: url("../images/icon_blank.png") no-repeat right center;
  background-size: 16px;
  padding-right: 20px;
}

a.under {
	text-decoration: underline;
}

a[href^="tel:"] {
	pointer-events: none;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* タブレット */
@media only screen and (max-width: 1200px) {


}

/* タブレット */
@media only screen and (max-width: 999px) {

a.anchor{
  padding-top: 60px;
  margin-top:-60px;
}

}

/* SP */
@media only screen and (max-width: 768px) {

a[href^="tel:"] {
	pointer-events: inherit;
}

a[href*="tel:"] {
    pointer-events: inherit;
    cursor: pointer;
}

}

/*-----------------------------------------------------------------
	レスポンシブ用
-----------------------------------------------------------------*/

.pc {
	 display: inline-block!important;
}

.pc_tab {
	 display: inline-block!important;
}

.tab {
	 display: none!important;
}

.pc_tab_tbl {
  display: table-row!important;
}

.sp,
.sp550,
.sp999,
.sp_tbl {
	 display: none!important;
}

/* タブレット */
@media only screen and (max-width: 1280px) {

.pc {
	 display: none!important;
}

.tab {
	 display: inline-block!important;
}
  
}

@media only screen and (max-width: 999px) {
  .sp999 { display: block!important;}
}

/* SP */
@media only screen and (max-width: 768px) {

.pc_tab,
.pc_tab_tbl {
	 display: none!important;
}

.tab {
	 display: none!important;
}

.sp {
	 display: inline-block!important;
}

.sp_tbl {
  display: table-row!important;
}

}
@media only screen and (max-width: 550px) {

  .sp550 {
    display: inline-block!important;
  }

}

/*-----------------------------------------------------------------
	animation
-----------------------------------------------------------------*/	

.anime_fuwa {
  animation: 1.5s fuwa infinite;
}

/* ふわふわアニメーション */
@keyframes fuwa {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
}

.anime_poyoyon {
  animation: poyoyon2 3s ease-in-out infinite;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
 
@keyframes balloon {
  from  {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1.0);
  }
}

.fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-in;
}

.fadeup.blockIn {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-in;
}

.fadeleft.blockIn {
  opacity: 1;
  transform: translateX(0);
}

/* SP */
@media print, screen and (max-width: 750px) {
  
/* ふわふわアニメーション */
  @keyframes fuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }

}

/*-----------------------------------------------------------------
	共通CSS
-----------------------------------------------------------------*/

html {
	height: 100%;
	background: #fff;
	color: #000;
	overflow-y: auto;
	padding: constant(safe-area-inset-right); 
	padding: constant(safe-area-inset-bottom); 
	padding: constant(safe-area-inset-left); 
	padding: constant(safe-area-inset-top); 
}

body {
  width: 100%;
  height: 100%;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align: bottom;
}

.img_box {
  max-width: 1200px;
  margin-bottom: 80px;
}

.rad_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.fuwa_box {
  padding: 0 0 70px;
}

.rad20 { border-radius: 20px; overflow: hidden;}

.shadow {
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.inner {
	width: 100%;
  max-width: 1100px;
	margin: auto;
}

.inner_wide {
  max-width: 1280px;
}

.invisi { display: none;}

.indent {
  padding-left:1em;
	text-indent:-1em;
}
.inline_b { display: inline-block;}

.rotate90 { display: inline-block; transform: rotate( -90deg );}

.pos-re { position: relative;}

/* align */
.a_center { text-align: center!important;}
.a_left { text-align: left!important;}
.a_right { text-align: right!important;}

.txt {
  text-align: center;
}

.txt18 { font-size: 18px;}

.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb60 { margin-bottom: 60px!important;}

.mds_txt {
  color: #20346E;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.mds_l_txt {
  font-weight: 500;
  line-height: 1.2em;
}

.sub_txt {
  font-size: 24px;
  font-weight: bold;
  color: #479EBF;
}

span.br {
  display: inline-block;
}

.mauto { margin-left: auto!important; margin-right: auto!important;}

.color_btn {
    width: 100%;
    max-width: 600px;
    display: block;
    background-color: #fff;
    color: #20346E;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.color_btn_blue {
  background-color: #20346E;
  color: #fff;
}

.color_btn:hover {
    background-color: #20346E;
    border: #20346E 1px solid;
    color: #fff;
}
.color_btn_blue:hover {
    border: #20346E 1px solid;
    background-color: #fff;
    color: #20346E;
}
.color_btn_mini {
  max-width: 350px;
}

/* タブレット */
@media only screen and (max-width: 1280px) {

.inner {
	width: 90vw;
}

.mds_txt { font-size: 34px;}
.mds_l_txt { line-height: 1.4em;}
.sub_txt { font-size: 18px;}

}

@media only screen and (max-width: 999px) {
  
  .mds_txt { font-size: 180%;}
  .sub_txt { font-size: 113%;}
  .txt18 { font-size: 16px;}
}

/* SP */
@media only screen and (max-width: 768px) {
.img_box {
  margin-bottom: 40px;
}
.rad_box {
  padding: 20px;
}
.rad20 { border-radius: 10px;}
.txt {
  text-align: left!important;
}

}

/* SP */
@media only screen and (max-width: 550px) {
  
.fuwa_box {
  margin-top: 50px;
  padding: 50px 0;
}
  

.mds_txt { font-size: 150%;}
.sub_txt { font-size: 88%;}


}

/*-----------------------------------------------------------------
	font
-----------------------------------------------------------------*/

body,
button {
    font-family: zen-kaku-gothic-new, sans-serif;
    font-size: 15px;
    font-weight: 500;  
    font-style: normal;
    -webkit-text-size-adjust: none;
    line-height: 1; 
}

p { line-height: 1.6em;}

.Medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.fnt_tmb {
  font-family: ab-tombo-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt_m { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

@media only screen and (max-width: 768px) {
  
  body,
  button {
      font-size: 14px;
      font-weight: 500; 
  }

  p { line-height: 1.8em;}

}

/*-----------------------------------------------------------------
	input textarea
-----------------------------------------------------------------*/


input[type="text"] {
  vertical-align: middle;
}

input, textarea, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  background: #f4f4f4;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-appearance: none;
  appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

textarea {
  width: 100%;
  resize: vertical;
	min-height: 250px;
 }
 
 
 select {
  background: #f4f4f4 url("../images/icon_select.png") no-repeat center right 15px;
  background-size: 15px;
  padding: 15px 30px 15px 20px;
  -webkit-appearance: inherit;
  appearance: inherit;
 }

/* タブレット */
@media only screen and (max-width: 1200px) {
  
}

/* SP */
@media only screen and (max-width: 768px) {
  
input, textarea {
  padding: 10px;
} 

select {
  background: #f4f4f4 url("../images/icon_select.png") no-repeat center right 10px;
  background-size: 15px;
 }

}

/*-----------------------------------------------------------------
	flex
-----------------------------------------------------------------*/

.flex {	
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half_box {
  width: 47%;
}

.half_img_box {
  width: 50%;
}

.flex_img {
  width: 35%;
  min-height: 200px;
}

.flex_txt {
  width: 63%;
}

.flex.reverse {
  flex-direction: row-reverse;
}

/* タブレット */
@media only screen and (max-width: 1200px) {
  
}

/* タブレット～SP */
@media only screen and (max-width: 768px) {
  
.half_box {
  width: 100%;
}

.half_img_box {
  width: 100%;
}

.flex_img,
.flex_txt {
  width: 100%;
}

.flex_img {
  height: 280px;
  margin-bottom: 20px;
}

.flex.reverse {
  flex-direction: row;
}

}

/*-----------------------------------------------------------------
	color
-----------------------------------------------------------------*/

.white_txt { color: #fff!important;}
.yellow_txt { color: #FFDC30!important;}
.red_txt { color: #F93A00!important;}
.blue_txt { color: #0E86B9!important;}
.main_txt { color: #20346E!important;}
.gray_txt { color: #606060!important;}

.white_bg { background-color: #fff;}
.grad_bg {
  background: rgb(32,52,110);
  background: linear-gradient(90deg, rgba(32,52,110,1) 0%, rgba(39,113,162,1) 100%);
}

/*-----------------------------------------------------------------
	wrap
-----------------------------------------------------------------*/

#wrap {
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* タブレット */
@media only screen and (max-width: 1200px) {

}

/* SP */
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------
	main
-----------------------------------------------------------------*/

#main {
  width: 100%;
  min-height: 60vh;
  /* min-height: 100vh; */
  /* padding-bottom: 620px!important; */
  position: relative;
  overflow: hidden;
}

/* タブレット */
@media only screen and (max-width: 1200px) {
  #main {
    padding-bottom: 0!important;
    position: static;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  #main {
    padding-left: 0;
  }
}

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

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 10000;
  /* background-color: #fff; */
  transition: 0.5s all;
  /* box-shadow: 0 2px 2px rgba(0,0,0,0.1); */
  pointer-events: none;
}

.logo {
  width: auto;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 40px;
}

.logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 240px solid transparent;
  border-left: 674px solid #20346E;
  z-index: -1;
}

.logo img {
    height: 60px;
}
.logo_txt {
  font-size: 16px;
  color: #C6D9E0;
  display: block;
}

.menu_nojs_checkbox {
  display: none!important;
}
.menu_trigger {
  display: none!important;
}

.hbox {
    width: 96%;
    margin: auto;
    justify-content: flex-end;
}

.nav_box {
  /* flex: 1; */
  background-color: #fff;
  text-align: right;
  margin-top: 23px;
  padding: 15px;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  pointer-events: auto;
}

.hmenu {
  letter-spacing: -0.5em;
}

.hmenu li {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  margin-left: 32px;
}

.hmenu li:first-child {
  margin-left: 15px;
}

.hmenu li a {
    width: 100%;
    color: #000;
    font-weight: bold;
    transition : 0.5s;
}

.hmenu li a:hover {
  color: #20346E;
}
.htel_box {
  margin-top: 3px;
}
.htel {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}

.htel::before {
  content: "";
  background: url("../images/icon_phone.png") no-repeat left top;
  background-size: 23px;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: -2px;
}
.htel_txt {
  color: #777;
  font-size: 13px;
}

.hmenu li.menu_contact a {
  width: 146px;
  background: rgb(32,52,110);
  background: linear-gradient(90deg, rgba(32,52,110,1) 0%, rgba(39,113,162,1) 100%);
  display: block;
  border-radius: 40px;
	color: #fff;
  padding: 15px 10px;
  transition: 1.5s;
}

.hmenu li.menu_contact a:hover {  
  background: rgb(39,113,162);
  background: linear-gradient(90deg, rgba(39,113,162,1) 0%, rgba(32,52,110,1) 100%);
}

.menu_contact_sp {
  display: none;
}

@media only screen and (max-width: 1280px) {

.logo {
  padding: 10px 10px 10px 30px;
}

.logo::after {
  border-bottom: 180px solid transparent;
  border-left: 500px solid #20346E;
}

.logo img {
    height: 40px;
}

/* .menu_contact {
  position: absolute;
  top: 8px;
  right: 10px;
}
.menu_contact a {
  width: 11.719vw;
	background: #FF6D00 url("../images/icon_reservation.png") no-repeat left 20px top 50%;
  background-size: 28px;
  border-radius: 3.125vw;
  padding: 1vw 0.781vw 1vw 3.125vw;
} */

.hmenu li.menu_contact a:hover {
  border: #fff 2px solid;
}

/* .hmenu {
  padding-top: 30px;
} */

.hmenu li {
  font-size: 13px;
  margin-left: 25px;
}

.hmenu li.menu_contact {
  margin-left: 10px;
}

.hmenu li.menu_contact a {
  width: 120px;
}

}

@media only screen and (max-width: 999px) {

#header {
  height: 60px;
  padding: 15px 10px 0;
}

.logo {
  height: 80px;
}

.logo::after {
  border-bottom: 140px solid transparent;
  border-left: 450px solid #20346E;
}

.hbox {
    width: 100%;
}

.nav_box {
  position:fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgb(32,52,110);
  background: linear-gradient(90deg, rgba(32,52,110,1) 0%, rgba(39,113,162,1) 100%);
  /*動き*/
  transition: all 0.6s;
  margin-top: 0;
  border-radius: 0;
}
.nav_box_scroll {
  height: 100vh;
  overflow-y: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hmenu {
  width: 100%;
  min-height: 100%;
  background: none;
  height: auto;
  border-radius: 30px;
  margin-left: 0;
  padding: 0;
  padding: 0 30px 30px;
}

.hmenu li {
  width: 100%;
    line-height: 1em;
    margin-left: 0;
    font-size: 18px;
}
.hmenu li:first-child {
  margin-left: 0;
}

.hmenu li:nth-last-child(3) {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.hmenu li a {
  width: 100%;
  display: block;
  color: #fff!important;
  padding: 20px;
}

.htel_box {
  width: 90%;
  max-width: 300px;
  padding: 20px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 10px;
}

/* .menu_contact.pos {
  position: static;
} */
.hmenu li.menu_contact { margin-left: 0;}
.hmenu li.menu_contact a { border: #fff 2px solid;}
.menu_contact a {
  width: 100%!important;
  max-width: 300px;
  border-radius: 40px;
	color: #fff!important;
  margin: auto;
}

.menu_contact_sp {
  display: block;
  position: absolute;
  top: 15px;
  right: 65px;
  pointer-events: auto;
}

.menu_contact_sp a {
  height: 50px;
  background: rgb(32,52,110);
  background: linear-gradient(90deg, rgba(32,52,110,1) 0%, rgba(39,113,162,1) 100%);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.hmenu li:first-child {
    border-top: none;
}

.hmenu li::before {
  all: initial;
}

.hmenu li:first-child::before {
  all: initial;
}

.hmenu li a {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    color: #000;
    font-weight: bold;
}
  
  .menu_trigger {
    display: block!important;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 10000;
    padding: 12px;
    pointer-events: auto;
  }
  .menu_trigger::after {
    position: absolute;
    right: 10px;
    bottom: 7px;
    content: "MENU";
    color: #20346E;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .menu_trigger, .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu_trigger span {
    position: absolute;
    width: 32px;
    height: 3px;
    left: 10px;
    background-color: #20346E;
    border-radius: 2px;
  }
  .menu_trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu_trigger span:nth-of-type(3) {
    top: 28px;
  }
  
  .menu_nojs_checkbox:checked ~ .nav_box {    
    right: 0;
  }
  .menu_nojs_checkbox:checked ~ .menu_trigger::after {
    content: "CLOSE";
    right: 7px;
  }
  .menu_nojs_checkbox:checked ~ .menu_trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu_nojs_checkbox:checked ~ .menu_trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_nojs_checkbox:checked ~ .menu_trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  
}

@media only screen and (max-width: 550px) {
.logo { padding: 10px 10px 10px 20px;}
.logo::after {
  border-bottom: 130px solid transparent;
  border-left: 350px solid #20346E;
}

.logo img {
  height: 28px;
}
.logo_txt {
  font-size: 13px;
}

.menu_contact_sp a {
  font-size: 13px;
  box-shadow: 0 0 3px rgba(255,255,255,0.4);
}

}

/*-----------------------------------------------------------------
	f_contact
-----------------------------------------------------------------*/

.f_contact {
  background: url("../images/fcontact_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 20vw;
}
.page_contents + .f_contact {
  padding-top: 5vw;

}
.f_contact_bg {
  background: rgb(71,158,191);
  background: linear-gradient(0deg, rgba(71,158,191,1) 0%, rgba(71,158,191,0.9024859943977591) 80%, rgba(71,158,191,0) 100%);
  padding: 136px 0 43px;
}
.f_contact_txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  margin-bottom: 60px;
}
.f_contact_box {
  width: 50%;
  padding: 0 4vw 50px;
  text-align: center;
}
.f_contact_box:last-child {
  border-left: #fff 1px solid;
}
.f_contact_title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  padding: 10px 10px 10px 48px;
  position: relative;
  display: inline-block;
}
.icon_tel::before,
.icon_mail::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
.icon_tel::before {
  background: url("../images/icon_phone_w.png") no-repeat top left;
  background-size: 40px;
}
.icon_mail::before {
  background: url("../images/icon_mail_w.png") no-repeat top left;
  background-size: 40px;
}
.f_contact_tel {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.f_contact_tel strong {
  font-size: 70px;
}

.f_contact_tel strong a {
  color: #fff;
}

.contact_btn {
  font-size: 24px;
  color: #479EBF;
  padding: 28px;
}

@media only screen and (max-width: 1280px) {
  .f_contact {
    padding-top: 10vw;
  }
  .f_contact_bg {
    padding: 120px 0 43px;
  }
  .f_contact_txt {
    font-size: 2.344vw;
    margin-bottom: 4.688vw;
  }
  .f_contact_title {
    font-size: 2.813vw;
    margin: 0 auto 3.125vw;
    padding: 0.781vw 0.781vw 0.781vw 3.75vw;
  }
  .icon_tel::before,
  .icon_mail::before { background-size: 3.125vw;}
  
  .f_contact_tel {
    font-size: 2.422vw;
    margin-bottom: 1.172vw;
  }
  .f_contact_tel strong {
    font-size: 5vw;
  }
  .contact_btn {
    font-size: 1.875vw;
    padding: 2.188vw;
  }
}

@media only screen and (max-width: 999px) {

  .f_contact_box {
    padding: 0 3vw 3.906vw;;
  }

}
@media only screen and (max-width: 768px) {
  .contact_btn {
    font-size: 16px;
    padding: 15px;
  }

}
@media only screen and (max-width: 550px) {
  .f_contact_bg {
    padding: 70px 0 30px;
  }
  .f_contact_box:first-child { padding-left: 0;}
  .f_contact_box:last-child { padding-right: 0;}
  .f_contact_txt {
    font-size: 16px;
  }
  .f_contact_title {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .icon_tel::before,
  .icon_mail::before { background-size: 15px;}
  .contact_btn {
    font-size: 13px;
    padding: 15px 10px;
  }
  .f_contact_tel {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .f_contact_tel strong {
    font-size: 22px;
  }
  .f_contact_tel + .white_txt {
    font-size: 12px;
  }

}

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

#pagetop {
	display: none;
}

#pagetop {
	width: 60px;
	height: 60px;
  	background: #20346E;
	border-radius: 50%;
	border: #eee 2px solid;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 1000;
  transition:all 0.3s;
  cursor: pointer;
}

#pagetop::before{
  content: '';
  width: 15px;
  height: 15px;
  margin-top: -5px;
  border-top: solid 4px #fff;  
  border-right: solid 4px #fff; 
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}

#pagetop a {
	width: 100%;
	height: 100%;
  display: block;
}

#footer {
  background-color: #20346E;
  background-size: auto 200px;
  padding-top: 80px;
}

.fbox {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.flogo {
  width: 90%;
  max-width: 330px;
}
.ftbl {
  border-spacing: 0 10px;
  margin-top: 30px;
}
.ftbl th {
  width: 56px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  color: #20346E;
  padding: 5px;
  text-align: center;
}
.ftbl td {
  color: #fff;
  padding: 5px 10px;
}
.fbox_r {
  flex: 1;
  text-align: right;
}
.fmenu {
  justify-content: flex-end;
  margin-bottom: 100px;
}
.fmenu li {
  margin-left: 3em;
  margin-bottom: 15px;
}
.fmenu li a {
  color: #fff;
}
.fbn {
  width: 240px;
  margin: 0 0 0 auto;
}

.footer_bar {
  margin-top: 70px;
  padding: 20px 20px 50px;
  text-align: center;
}

.copy {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width:769px) and (max-width: 1280px) {
  
  .flogo { max-width: 280px;}
  .ftbl th,
  .ftbl td {
    display: block;
  }
  .ftbl td { padding: 5px 10px 5px 0;}
  .fbox_r { padding-left: 10%;}
  .fmenu {
    margin-bottom: 30px;
  }
  .fmenu li {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .fbn { margin: 0;}

}

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

  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  
  #pagetop::before{
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: solid 3px #fff;  
    border-right: solid 3px #fff;
    right: 14px;
  }
  
  #footer {
    background-size: auto 120px;
    padding-top: 50px;
  }

  .flogo { max-width: 240px; margin: auto;}
  .fmenu { display: none;}
  .fbox_l,
  .fbox_r { 
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .ftbl {
    margin: 20px auto 30px;
  }
  .fbn { margin: auto;}

}

/* SP */
@media only screen and (max-width: 550px) {

  .copy { font-size: 12px;}


}

/*-----------------------------------------------------------------
	top・page共通
-----------------------------------------------------------------*/

.h2_page {
  color:#20346E;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 25px;
  margin-top: 80px;
  margin-bottom: 40px;
  border-bottom: solid 3px #e6e6e6;
  position: relative;
}
.h2_page::before {
  content: "";
  width: 30%;
  height: 3px;
  background: #479EBF;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.h3_page {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.h3_page::before {
  content: "";
  background: rgb(32,52,110);
  background: linear-gradient(90deg, rgba(32,52,110,1) 0%, rgba(39,113,162,1) 100%);
  width: 7px;
  height: 28px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.h3_page.mt20 {
  margin-top: 20px;
}


.color_tbl {
	width: 100%;
}

.color_tbl th,
.color_tbl td {
	border-top: #DDD 1px solid;
	font-weight: 500;
	padding: 30px;
}

.color_tbl tr:first-child th,
.color_tbl tr:first-child td {
	border-top: none;
}

.color_tbl th {
	width: 260px;
	background-color: #138E44;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.color_tbl td {
	background-color: #fff;
	line-height: 1.8em;
}

.inner_tbl {
  width: 100%;
	/* border: #DDD 1px solid; */
	border-bottom: #DDD 1px solid;
}
.inner_tbl th,
.inner_tbl td {
	padding: 10px;
  vertical-align: top;
}
.inner_tbl th {
	width: 180px;
  background-color: #f7f7f7;
  color: #000;
  font-weight: 500;
}

.group_tbl {
  width: 100%;
}

.group_tbl th,
.group_tbl td {
  border-bottom: #DDD 1px solid;
}

.group_tbl th {
  width: 380px;
  background-color: #F4F9E9;
  color: #138E44;
  padding: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
}

.group_tbl td {
  padding: 30px 10px;
  background-color: #fff;
}

.group_tbl td:nth-of-type(1){ width: auto; padding-left: 20px;}
.group_tbl td:nth-of-type(2){ width: 5%;}
.group_tbl td:nth-of-type(3){ width: 20%; white-space: nowrap;}

@media only screen and (max-width: 1280px) {
  
.group_tbl th {
  width: 330px;
  padding: 20px;
}

.group_tbl td {
  font-size: 16px;
  padding: 20px 10px;
}

}
@media only screen and (max-width: 999px) {
  
.color_tbl th {
  width: 200px;
}

.group_tbl th {
  width: 210px;
  padding: 20px;
  font-size: 16px;
}

}
@media only screen and (max-width: 768px) {

.h2_page {
  padding-bottom: 15px;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.h2_page strong {
  font-size: 40px;
}
.h3_page {
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.h3_page::before {
  width: 5px;
  height: 24px;
}
.color_tbl th,
.color_tbl td {
	padding: 20px;
}

.color_tbl th {
	width: 160px;
}
.group_tbl {
  border-bottom: #DDD 1px solid;
}
.group_tbl th {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
}

.group_tbl td {
  height: 60px;
  border-bottom: none;
  display: inline-block;
  /* padding: 10px; */
  font-size: 16px;
  vertical-align: middle;
  line-height: 1em;
}

.group_tbl td:nth-of-type(1){ width: 45%; padding-left: 10px;}
.group_tbl td:nth-of-type(2){ width: 15%; padding-top: 15px;}
.group_tbl td:nth-of-type(3){ width: 40%; padding-left: 20px;}

}

@media only screen and (max-width: 600px) {

.color_tbl th,
.color_tbl td {
	width: 100%;
	display: block;
	padding: 15px;
}

.color_tbl th {
	width: auto;
}

.inner_tbl tr:first-child th,
.inner_tbl tr:first-child td {

	border-top: #DDD 1px solid;
}

.inner_tbl th {
	width: 100%;
  padding: 5px 15px!important;
}

.inner_tbl td {
	width: 100%;
  padding: 10px 15px!important;
}

}

@media only screen and (max-width: 550px) {
  
  .h3_page { font-size: 18px;}
  
.group_tbl td {
  height: 50px;
}

  .group_tbl td:nth-of-type(1){ width: 70%; padding-bottom: 0;}
  .group_tbl td:nth-of-type(2){ width: 30%; padding-bottom: 0; text-align: right;}
  .group_tbl td:nth-of-type(3){ width: 100%; height: 40px; display: block; padding: 0 10px 15px 10px }

}