@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: bold;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  line-height: 1.3;
}
p {
  font-weight: 400;
  line-height: 1.6;
}
ul li {
  font-weight: 400;
  line-height: 1.6;
	list-style-type: none;
}
ol li {
  font-weight: 400;
  line-height: 1.6;
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}

/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
  font-weight: 400;
	text-decoration: none;
	color: #050000;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

a > img {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

a:hover > img, a:hover{
	opacity: 0.65;
}

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

/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  margin: 0;
  background: #fff;
  z-index: 150;
}
.header_top {
  width: 100%;
  height: 80px;
  position: relative;
}
.header_top_l {
  width: 20%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: +1;
}
.header_top_l img {
  max-width: 152px;
}
.header_top_r {
  width: 34vw;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: +1;
}
.header_top_r ul {
  padding-top: 24px;
  padding-bottom: 0px;
  text-align: right;
}
.header_top_r ul li {
  display: inline;
}
.header_top_r ul li a {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
}
.header_top_r ul li:nth-child(1), .header_top_r ul li:nth-child(2) {
  padding-left: 40px;
  border-left: 1px solid #050000;
}
.header_top_r ul li:nth-child(1) {
  margin-right: 20px;
}
.header_top_r ul li:nth-child(1) a::before {
  content: url("../img/common/catalog_icon.png");
  position: absolute;
  top: 0;
  left: -18px;
}
.header_top_r ul li:nth-child(2) {
  margin-right: 193px;
}
.header_top_r ul li:nth-child(2) a::before {
  content: url("../img/common/member_icon.png");
  position: absolute;
  top: 0;
  left: -18px;
}
.header_top_r ul li .header_contact {
  width: 150px;
  position: absolute;
  top: 12px;
  right: 0;
  background: #00326b;
  text-align: center;
}
.header_top_r ul li .header_contact a {
  width: 100%;
  display: block;
  padding: 6px 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.header_top_r ul li a {
  font-size: 1.4rem;
}
/* メガメニュー */
.header__menu {
  width: 100%;
  padding: 0;
  padding-right: 34vw;
  position: fixed;
  top: -7px;
  text-align: right;
  list-style: none;
}
.header__menu li {
  display: inline-block;
  padding: 33px 15px;
}
.header__menu li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #050000;
  text-decoration: none;
}
.header__menu li a:hover {
  color: #050000;
  opacity: 1;
}
.header__menu li a:hover::after {
  width: 150%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
  background: #00326b;
}
ul.mega__menu-second {
  visibility: hidden;
  opacity: 0;
}
.header__menu li:hover {
}
li.mega__menu ul.mega__menu-second {
  width: 100%;
  height: auto;  
  position: absolute;
  top: 85px;
  left: 0;
  padding: 30px 15%;
  background: rgba(0,50,107, .85);
}
li.mega__menu:hover ul.mega__menu-second {
  top: 85px;
  visibility: visible;
  opacity: 1;
}
li.mega__menu:hover ul.mega__menu-second li {
  width: 33.333333333333333333%;
  padding: 0 !important;
}
li.mega__menu:hover ul.mega__menu-second ul li {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  line-height: 1.4;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
li.mega__menu ul.mega__menu-second li:first-of-type ul li::before {
  content: "▶";
}
li.mega__menu ul.mega__menu-second ul li::before {
  content: "ー";
  margin-right: 5px;
  color: #fff;
}
li.mega__menu ul.mega__menu-second ul li a:hover::after {
  display: none;
}
li.mega__menu ul.mega__menu-second ul li a {
  font-weight: 400;
  color: #fff;
}
li.mega__menu ul.mega__menu-second a.external__link {
  position: relative;
}
li.mega__menu ul.mega__menu-second a.external__link:before,
li.mega__menu ul.mega__menu-second a.external__link:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  border: 2px solid #fff;
}
li.mega__menu ul.mega__menu-second a.external__link:before {
  top: .4em;
  right: -2em;
}
li.mega__menu ul.mega__menu-second a.external__link:after {
  top: .6em;
  right: -2.4em;
}
li.mega__menu ul.mega__menu-second a.external__link:hover::after {
  left: auto;
  transform: translateX(0);
  display: block;
  background: transparent;
}
/* SPメニュー */
.fat-nav {
  display: none;
}
/*-----------------------------------------------------
	haeder レスポンシブ
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .header_top_r {
    width: 37vw;
  }
  .header__menu {
    padding-right: 37vw;
  }
}
@media screen and (max-width: 1340px) {
  .header_top_r {
    width: 38vw;
  }
  .header_top_r ul li:nth-child(1), .header_top_r ul li:nth-child(2) {
    padding-left: 30px;
  }
  .header_top_r ul li:nth-child(1) {
    margin-right: 15px;
  }
  .header_top_r ul li:nth-child(2) {
    margin-right: 170px;
  }
  .header__menu {
    padding-right: 38vw;
  }
  .header__menu li {
    padding: 33px 5px;
  }
}
@media screen and (max-width: 1180px) {
  .header_top_r ul li:nth-child(1), .header_top_r ul li:nth-child(2) {
    padding-left: 30px;
  }
  .header_top_r ul li:nth-child(1) {
    margin-right: 10px;
  }
  .header_top_r ul li:nth-child(2) {
    margin-right: 150px;
  }
  .header_top_r ul li .header_contact {
    width: 130px;
    top: 16px;
    right: 0;
  }
  .header_top_r ul li .header_contact a {
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  .header_top_r ul li a {
    font-size: 1.1rem;
  }
  .header__menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1025px) {
  .header_top_r {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header_top {
    height: 80px;
  }
  .header_top_l {
    width: 30.4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    left: 15px;
  }
  .header_top_l img {
    width: 30.4vw;
    max-width: auto;
  }
  /* SPメニュー */
  .hamburger {
    width: 6.667vw;
    height: 4.667vw;
    display: block;
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 10000;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 6.667vw;
    height: 0.667vw;
    display: block;
    background-color: #00326b;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
  }
  .hamburger__icon:before {
    top: -2vw;
  }
  .hamburger__icon:after {
    top: 2vw;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(2vw) rotate(45deg);
    -ms-transform: translateY(2vw) rotate(45deg);
    -webkit-transform: translateY(2vw) rotate(45deg);
    transform: translateY(2vw) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-2vw) rotate(-45deg);
    -ms-transform: translateY(-2vw) rotate(-45deg);
    -webkit-transform: translateY(-2vw) rotate(-45deg);
    transform: translateY(-2vw) rotate(-45deg);
  }
  .fat-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00326b;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    width: 94%;
    height: 100%;
    margin: 5% 3%;
    margin-top: 125px;
    display: table;
    table-layout: fixed;
  }
  .w_logo {
    width: 30.4vw;
  }
  .w_logo img {
    width: 100%;
  }
  .fat-nav ul {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .fat-nav li {
    padding: 10px 0;
    font-size: 3.733vw;
    font-weight: 400;
  }
  .fat-nav li, .fat-nav li a {
    color: #fff;
  }
  .fat-nav ul li.menu-subtitle ul {
    display: none;
    margin-left: 30px;
  }
  .fat-nav ul li.menu-subtitle::before {
    width: 3.2vw;
    height: 3.733vw;
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url("../img/common/sp_menu_arrow.png") no-repeat;;
    background-size: contain;
    vertical-align: middle;
  }
  .fat-nav ul li.menu-subtitle.open::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fat-nav ul li.menu-subtitle ul li {
    width: 48%;
    display: inline-block;
  }
  .fat-nav ul li.menu-subtitle ul li:nth-child(odd) {
    padding-left: 20px;
  }
  .fat-nav ul li.menu-subtitle ul li:first-child {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .fat-nav a.external__link {
    position: relative;
  }
  .fat-nav a.external__link:before,
  .fat-nav a.external__link:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 10px;
    border: 2px solid #fff;
  }
  .fat-nav a.external__link:before {
    top: .4em;
    right: -2em;
  }
  .fat-nav a.external__link:after {
    top: .6em;
    right: -2.4em;
  }
  .fat-nav a.external__link:hover::after {
    left: auto;
    transform: translateX(0);
    display: block;
    background: transparent;
  }
  .w100 {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .tel_mail {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .tel_mail a {
    width: 100%;
    padding: 25px 10px 20px;
    display: block;
    border: 1px solid #fff;
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  .tel_mail a:last-child {
    padding: 33px 10px;
  }
  .tel_mail a span {
    font-size: 2.667vw;
  }
  .contact_member {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .contact_member a {
    width: 48%;
    padding: 13px 10px;
    display: block;
    background: #fff;
    color: #00326b;
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 900px) {
  .header_top {
    height: 100px;
  }
  .hamburger {
    top: 32.5px;
  }

}
@media screen and (max-width: 375px) {
  .header_top {
    height: 80px;
  }
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.wrap {
  width: 1300px;
  margin: 0 auto;
}
ul.col3 li {
  width: 32.4%;
}
ul.col2 li {
  width: 49.25%;
}
@media screen and (max-width: 1350px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  ul.col3 li {
    width: 49.25%;
  }
}
@media screen and (max-width: 375px) {
  ul.col3 li {
    width: 100%;
  }
  ul.col2 li {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#breadcrumbs
------------------------------------------------------*/
#breadcrumbs {
  position: relative;
  top: 80px;
  padding: 25px 30px;
}
#breadcrumbs ul li, #breadcrumbs ul li a {
  display: inline-block;
  font-size: 1.4rem;
}
body.page-id-115 #breadcrumbs ul li, #breadcrumbs ul li a {
  color: #050000 !important;
}

@media screen and (max-width: 900px) {
  #breadcrumbs {
    top: 120px;
    padding: 25px 15px;
  }
  body.page-id-115 #breadcrumbs {
    top: 120px !important;
    padding: 25px 15px !important;
  }
}
@media screen and (max-width: 750px) {
  #breadcrumbs {
    top: 16.333vw;
    line-height: 1.3;
  }
  #breadcrumbs ul li, #breadcrumbs ul li a {
    font-size: 3.111vw;
  }
  body.page-id-115 #breadcrumbs {
    top: 16.333vw !important;
  }
}
@media screen and (max-width: 375px) {
  #breadcrumbs {
    top: 15.333vw;
  }
  body.page-id-115 #breadcrumbs {
    top: 15.333vw !important;
  }
}
/*------------------
	title
-------------------*/
#title_area {
  margin: 100px 0;
  text-align: center;
}
.title_en {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #002e6d;
  letter-spacing: 0.07em;
}
.title_h1, .title_h1_border_none {
  position: relative;
  margin-bottom: 88px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.title_h1::after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
  background: #002e6d;
}
.title_h1_border_none::after {
  display: none;
}
#title_area p {
  font-size: 1.8rem;
  line-height: 1.8;
}
body.thanks #title_area {
  position: static !important;
  height: auto !important;
  margin: 207px 0 95px !important;
  background: none !important;
}
body.page-id-115 #title_area {
  margin: 0 0 95px !important;
  padding-top: 207px !important;
}
body.page-id-115 #contact {
  padding-top: 0px !important;
}
body.page-id-115 #title_area .form_title_h1 {
  color: #050000 !important;
}
body.thanks #title_area .form_title_h1 {
  margin-bottom: 88px !important;
  font-size: 3.6rem !important;
  font-weight: 400 !important;
}
body.thanks .title_inner {
  position: static !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	-webkit- transform: none !important;
}
#title_area a.btn {
  display: block;
  width: 600px;
  height: 80px;
  line-height: 80px;
  margin-inline: auto;
  margin-top: 50px;
  background: #00326b;
  color: #fff;
  border-radius: 20px;
  font-size: 3rem;
}
/*------------------
	vw450
-------------------*/
@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
    padding: 0 20px;
  }
  .title_en {
    margin-bottom: 3.333vw;
    font-size: 3.333vw;
  }
  .title_h1 {
    margin-bottom: 19.556vw;
    font-size: 8vw;
  }
  .title_h1::after {
    width: 11.111vw;
    height: 0.444vw;
    bottom: -10vw;
  }
  #title_area p {
    font-size: 3.733vw;
  }
  body.thanks #title_area {
    margin: 22.222vw 0 !important;
  }
  body.thanks #title_area .form_title_h1 {
    margin-bottom: 11.733vw !important;
    font-size: 8vw !important;
  }
  body.page-id-115 #title_area {
    margin: 0 0 12.667vw !important;
    padding-top: 40vw !important;
  }
  body.page-id-115 #contact {
    padding-top: 0px !important;
  }
  #title_area a.btn {
    width: 100%;
    font-size: 3.733vw;
    height: 12vw;
    line-height: 12vw;
    margin-top: 10.667vw;
  }
}

/*-----------------------------------------------------
	ページネーション case News
------------------------------------------------------*/
.pagination {
	width: 1300px;
  margin: 56px auto;
  padding-bottom: 100px;
  text-align: right;
}
.pagination .screen-reader-text {
  display: none;
}
a.page-numbers:not(.prev):not(.next),
.pagination .current {
  margin: 0 2px;
	padding: 9px 14px;
	border: 1px solid #cdcccc;
  font-size: 14px;
  font-weight: 700;
  color: #cdcccc;
  letter-spacing: 0.05em;
  transition: .5s;
}
a:hover.page-numbers:not(.prev):not(.next),
.pagination .current {
	border: 1px solid #828080;
  color: #828080;
  transition: .5s;
}
.prev {
  position: relative;
  top: 6px;
  margin-right: 3px;
  opacity: .6
}
.next {
  position: relative;
  top: 6px;
  margin-left: 3px;
  opacity: .6
}
.prev img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pagination .current {
	border: 1px solid #828080;
	color: #828080;
}

@media screen and (max-width: 1350px) {
  .pagination {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
    ページネーション case News
  ------------------------------------------------------*/
  .pagination {
    margin: 7.467vw auto;
    padding-bottom: 13.333vw;
    text-align: center;
  }
  a.page-numbers:not(.prev):not(.next),
  .pagination .current {
    margin: 0 0.267vw;
    padding: 6px 10px;
    font-size: 13px;
  }
  .prev {
    top: 2px;
    margin-right: 0.4vw;
  }
  .next {
    top: 2px;
    margin-left: 0.4vw;
  }
  .prev img, .next img {
    width: 30px;
  }
}

/*-----------------------------------------------------
	sec#contact
------------------------------------------------------*/
#contact {
  padding-bottom: 58px;
}
#contact p.hissu_text {
  padding-bottom: 17px;
  font-size: 1.8rem;
  border-bottom: 1px solid #002e6d;
}
#form_contents {
  max-width: 1300px;
  margin: 30px auto;
}
#form_contents dl dt {
  width: 20.7%;
  margin-bottom: 8px;
  padding: 14px 0px 0;
  border-top: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
#form_contents dl dd {
  width: 79.3%;
  margin-bottom: 8px;
  padding: 0px 0px 0px;
  border-top: none;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.hissu {
  margin-right: 3px;
  color: #e73817; 
}
.no_hissu {
  margin-left: calc(1em + 5px);
}
.seihin1 {
  width: 100% !important;
}
.seihin2 {
  width: 0 !important;
}
.mw_wp_form_input .only-confirm,
.mw_wp_form_confirm .only-input,
.mw_wp_form_confirm .hissu,
.mw_wp_form_confirm .pp.flex {
  display: none;
}

/*--- インプット関係 ---*/
/*--- デフォルトリセット ---*/
#form_contents input[type=radio], #form_contents input[type=checkbox] {
  width: 0;
  visibility: hidden;
}
::placeholder {
  color: #9b9999;
}
::-ms-input-placeholder {
  color: #9b9999;
}
:-ms-input-placeholder {
  color: #9b9999;
}
/*--- 共通 ---*/
#form_contents input[type=file] {
  width: 100%;
  margin-top: 10px;
  padding: 0;
	outline: none;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  color: #050000;
  border: none;
}
.file_area {
  padding-top: 10px !important;
}

#form_contents input , #form_contents select , #form_contents textarea {
  width: 100%;
  padding: 6.5px 25px;
  outline: none;
  font-family: 'Noto Sans Japanese';
  font-size: 1.8rem;
  color: #050000;
  border: 1px solid #9b9999;
}
#form_contents input.w30 {
  width: 30%;
}
#form_contents input.date {
  width: 100px;
}
#form_contents select {
  width: 360px;
  font-family: none;
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
#form_contents select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
#form_contents select {
  background-image: url("../img/common/select_arrow.png");
  background-position: right 35.5px center;
  background-repeat: no-repeat;
  background-size: 18px 16px;
}
#form_contents textarea {
  width: 100% !important;
  min-height: 92px !important;
}
.small_input {
  width: 231px !important;
}
.mw_wp_form_confirm .ajaxzip3 { display: none; }
.mw_wp_form_confirm select { display: none; }
/*--- ラジオ ---*/
#form_contents .seihin1 label, .mwform-checkbox-field-text, .mwform-radio-field-text {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
#form_contents .seihin1 label::before,
#form_contents .seihin1 label::after,
.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after,
.mwform-radio-field-text::before,
.mwform-radio-field-text::after
{
  content: "";
  display: block; 
  position: absolute;
}
#form_contents .seihin1 label::before, .mwform-checkbox-field-text::before, .mwform-radio-field-text::before {
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #fff;
  border-radius: 0%;
  border:1px solid #9b9999;
  box-shadow: 0 0 3px #9b9999;
}
#form_contents .seihin1 label::after, .mwform-checkbox-field-text::after, .mwform-radio-field-text::after {
  width: 8.5px;
  height: 8.5px;
  transform: translateY(-50%);
  top: 50%;
  left: 3px;
  background: #002e6d;
  border-radius: 0%;
  opacity: 0;
}
#form_contents .seihin1 input:checked + label::after,
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
#form_contents input[type=radio], #form_contents input[type=checkbox] {
  margin-top: 38px;
  margin-left: 50px;
}
#form_contents input[type=radio]:first-child, #form_contents input[type=checkbox]:first-child {
  margin-left: 0;
}
.pp {
  width: 100%;
  margin-top: 20px;
  padding-top: 23px;
  border-top: 1px solid #002e6d;
}
.pp_left {
  width: 50%;
  font-size: 1.8rem;
  text-align: left;
}
#form_contents input[type=checkbox] {
  margin-top: 0;
  margin-left: 0;
}
.pp_right {
  width: 50%;
  font-size: 1.8rem;
  text-align: right;
}
#form_contents .form_btn, #mfp_overlay_inner .form_btn {
  position: relative;
  margin-top: 72px;
  padding: 9.5px 85px;
  cursor: pointer;
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #002e6d;
  background: none;
  text-shadow: none;
  font-family: 'Noto Sans Japanese';
  font-size: 1.8rem;
  font-weight: 500;
  color: #002e6d;
  transition: .3s;
}
#form_contents .form_btn::after, #mfp_overlay_inner .form_btn::after {
  width: 14px;
  height: 12px;
  display: block;
  content: "";
  position: absolute;
	top: 50%;
  right: 35px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
  background: url("../img/common/blue_arrow.png") no-repeat;
}
#form_contents .form_btn:hover::after, #mfp_overlay_inner .form_btn:hover::after {
  background: url("../img/common/white_arrow.png") no-repeat;
}
#form_contents .form_btn:hover, #mfp_overlay_inner .form_btn:hover {
  background: #002e6d;
  color: #fff;
}
/*--- 確認、サンクス 404---*/
.mw_wp_form_confirm dl dt, .mw_wp_form_confirm dl dd {
  margin-bottom: 0 !important;
  padding: 15px 10px !important;
	font-size: 1.8rem !important;
  color: #050000 !important;
  border-top: none !important;
  border-bottom: 1px solid #050000 !important;
}
.mw_wp_form_confirm dl dt {
  width: 27% !important;
  font-weight: 400 !important;
  text-align: left !important;
}
.mw_wp_form_confirm dl dd {
  width: 73% !important;
}
.mw_wp_form_confirm dl dt:first-of-type, .mw_wp_form_confirm dl dd:first-of-type {
  border-top: 2px solid #050000 !important;
}
.mw_wp_form_confirm dl dt:last-of-type, .mw_wp_form_confirm dl dd:last-of-type {
  border-bottom: 2px solid #050000 !important;
}
.mw_wp_form_confirm .no_hissu {
  margin-left: 0 !important;
}
.mw_wp_form_confirm dl dt.seihin1 {
  width: 27% !important;
  border-bottom: 2px solid #050000 !important;
}
.mw_wp_form_confirm dl dt.seihin2, .mw_wp_form_confirm dl dt.seihin2 + dt {
  display: none !important;
}

div.mfp_buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}
div.mfp_buttons button.mfp_button_send {
  margin: 0 10px;
  order: 2;
}
div.mfp_buttons button.mfp_button_cancel {
  margin: 0 10px;
  order: 1;
}

body.thanks #mfp_overlay_inner {
  text-align: center !important;
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  padding: 73px 0 15px;
  background: #ebebeb;
}
footer img.footer_logo {
  max-width: 170px;
  margin-bottom: 48px;
}
.footer_l {
  width: 18.5%;
}
.footer_l h3 {
  width: 100%;
  max-width: 240px;
  margin-top: 22px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #050000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.footer_l h3:first-child {
  margin-top: 0;
}
.footer_l p.footer_tel {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.footer_l p.footer_tel span {
  font-size: 2.2rem;
}
.footer_l p.open {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer_l p.open span {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footer_l p.footer_mail {
  margin-bottom: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer_l div.footer_contact_member a {
  width: 100%;
  max-width: 240px;
  height: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 11px 5px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #00326b;
}
.copy {
  width: 100%;
  margin-top: 83px;
  padding: 15px 5% 0;
  border-top: 1px solid #050000;
  text-align: center;
}
.copy small {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.057em;
}

.footer_r {
  width: 74.6%;
}
.footer_r ul li h4 a {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer_r ul li a {
  font-size: 1.6rem;
  font-weight: 400;
}
.footer_r ul li h4 {
  margin-bottom: 9px;
  line-height: 1;
}
.footer_r ul li h4 a::before {
  content: "▶";
  margin-right: 5px;
}
.footer_r ul li {
  width: 20.5%;
}
.footer_r ul li:last-child h4 {
  margin-bottom: 14px;
}
.footer_r ul li ul li {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
  letter-spacing: -0.05em;
}
.footer_r ul li ul li::before {
  width: 10px;
  height: 2px;
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  margin-right: 10px;
  background: #050000;
}
.footer_r ul li h4 a.footer_current {
  color: #00a0e9;
}
.footer_r ul li ul li a.footer_current {
  color: #00a0e9;
}
.footer_r ul li ul li a.footer_current::before {
  background: #00a0e9;
}
.footer_r ul li ul li a.external__link {
  position: relative;
}
.footer_r ul li ul li a.external__link:before,
.footer_r ul li ul li a.external__link:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  border: 2px solid #050000;
}
.footer_r ul li ul li a.external__link:before {
  top: .4em;
  right: -2em;
  left: auto;
  background: transparent;
  margin-right: 0;
}
.footer_r ul li ul li a.external__link:after {
  top: .6em;
  right: -2.4em;
}
.footer_r ul li ul li a.external__link:hover::after {
  left: auto;
  transform: translateX(0);
  display: block;
  background: transparent;
}
/* pagetop */
  #pagetop {
    position: fixed;
    right: 3%;
    bottom: 65px;
    z-index: 90;
    cursor: pointer;
  }
  #pagetop img {
    width: 70px;
    display: block;
  }

/*-----------------------------------------------------
	footer レスポンシブ
------------------------------------------------------*/
@media screen and (max-width: 1350px) {
  .footer_l {
    width: 22.5%;
  }
  .footer_r {
    width: 70.6%;
  }
}
@media screen and (max-width: 1300px) {
  .footer_l {
    width: 30%;
  }
  .footer_r {
    width: 68%;
  }
  .footer_r ul li {
    width: 49%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .footer_l {
    width: 35%;
  }
  .footer_r {
    width: 63%;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 0;
    background: none;
  }
  footer .wrap {
    display: none;
  }
  .footer_l {
    display: none;
  }
  .footer_r {
    display: none;
  }
  .copy {
    width: 100%;
    margin-top: 0;
    padding: 70px 5% 15px;
    border-top: none;
    background: #fff;
  }
  .copy small {
    font-size: 2.667vw;
  }
  /* pagetop */
  #pagetop {
    right: 10px;
    bottom: 60px;
  }
  #pagetop img {
    width: 13.333vw;
    height: 13.467vw;
  }

}
/*-----------------------------------------------------
	404
------------------------------------------------------*/
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
  div#mfp_overlay_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 950px) {
    body.thanks #mfp_overlay_inner p {
    margin-bottom: 8vw !important;
  }
}

@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
      max-width: 100%;
      height: auto;
  }

	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
  
  /*-----------------------------------------------------
    sec#contact
  ------------------------------------------------------*/
  #contact {
    padding-bottom: 7.733vw;
  }
  #contact p.hissu_text {
    padding-bottom: 2.267vw;
    font-size: 3.733vw;
  }
  #form_contents {
    max-width: 173.333vw;
    margin: 4vw auto;
  }
  #form_contents dl dt {
    width: 100%;
    margin-bottom: 2vw;
    padding: 0;
    font-size: 3.733vw;
  }
  #form_contents dl dd {
    width: 100%;
    margin-bottom: 5.333vw;
    padding: 0;
    font-size: 3.733vw;
  }
  .hissu {
    margin-right: 0.4vw;
  }
  .no_hissu {
    margin-left: calc(1em + 0.4vw);
  }
  .seihin1 {
    width: 100% !important;
  }
  .seihin2 {
    width: 0 !important;
  }

  /*--- インプット関係 ---*/
  /*--- 共通 ---*/
  #form_contents input[type=file] {
    margin-top: 1.333vw;
    font-size: 2vw;
  }
  .file_area {
    padding-top: 1.333vw !important;
  }
  #form_contents input , #form_contents select , #form_contents textarea {
    width: 100%;
    padding: 3.333vw;
    font-size: 3.733vw;
  }
  #form_contents input.w30 {
    width: 100%;
  }
  #form_contents input.date {
    width: 60px;
  }
  #form_contents select {
    width: 70%;
  }
  #form_contents select {
    background-position: right 5% center;
    background-size: 2.4vw 2.133vw;
  }
  .small_input {
    width: 70% !important;
  }
  /*--- ラジオ ---*/
  #form_contents label {
    padding-left: 6vw;
    font-size: 3.733vw;
  }
  #form_contents label::before {
    width: 4vw;
    height: 4vw;
  }
  #form_contents label::after {
    width: 2.266vw;
    height: 2.266vw;
    left: 0.8vw;
  }
  #form_contents input[type=radio], #form_contents input[type=checkbox] {
    margin-top: 5.067vw;
    margin-left: 6.667vw;
  }
  .pp {
    width: 100%;
    margin-top: 2.667vw;
    padding-top: 3.067vw;
  }
  .pp_left {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 3.733vw;
  }
  .pp_right {
    width: 100%;
    font-size: 3.733vw;
  }
  #form_contents .form_btn, #mfp_overlay_inner .form_btn {
    width: 100%;
    margin-top: 9.6vw;
    padding: 4.667vw;
    font-size: 3.733vw;
  }
  #form_contents .form_btn::after, #mfp_overlay_inner .form_btn::after {
    right: 4.667vw;
  }

  /*--- 確認、サンクス 404 ---*/
  .form_title_h1 {
    margin-bottom: 0;
    font-size: 5.067vw;
  }
  .mw_wp_form_confirm dl dt, .mw_wp_form_confirm dl dd {
    padding: 2vw 1.333vw !important;
    font-size: 3.733vw !important;
  }
  .mw_wp_form_confirm dl dt {
    width: 100% !important;
  }
  .mw_wp_form_confirm dl dd {
    width: 100% !important;
  }
  .mw_wp_form_confirm dl dd:first-of-type {
    border-top: none !important;
  }
  .mw_wp_form_confirm dl dt:last-of-type, .mw_wp_form_confirm dl dd:last-of-type {
    border-bottom: 2px solid #050000 !important;
  }
  .mw_wp_form_confirm dl dt.seihin1 {
    width: 100% !important;
    border-bottom: 1px solid #050000 !important;
  }
  div.mfp_buttons button#mfp_button_send {
    width: 80%;
    margin: 0 1.333vw 5vw;
    order: 2;
  }
  div.mfp_buttons button#mfp_button_cancel {
    width: 80%;
    margin: 0 1.333vw 5vw;
    order: 1;
  }

}

