
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Roboto);

@charset "UTF-8";
/* mono tone */

/* CSS Document */
/*====================================================================

	common.css

	=====================================================================*/
/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  /* added */
  -webkit-text-size-adjust: none;
  /* added */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

/* added */
ol li {
  list-style: none;
}

/* added */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
  width: 100%;
}

a.hover img {
  transition: 0.3s ease all;
}

a.hover img:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* link- */
*[id^="link-"] {
  padding-top: 3.5rem;
  margin-top: -3.5rem;
  position: relative;
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-size: 0.94rem;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  font-weight: 500;
  color: #090909;
}

section:after,
article:after {
  content: "";
  clear: both;
  display: block;
}

/* a
----------------------------------------------------------------*/
a {
  color: #242e61;
}

:link, :visited {
  text-decoration: none;
}

:hover, :active {
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?veai5j");
  src: url("../fonts/icomoon.eot?veai5j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?veai5j") format("truetype"), url("../fonts/icomoon.woff?veai5j") format("woff"), url("../fonts/icomoon.svg?veai5j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e904";
}

.icon-search-plus:before {
  content: "\e901";
}

.icon-h-mail:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e905";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-arrow-top:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-bottom:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.tel-link {
  text-decoration: none;
}

/*--------------------------------------------------------------------/
		header
	/--------------------------------------------------------------------*/
#wrapper {
  position: relative;
  margin: 0 auto;
}

header {
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

header h1 {
  font-weight: 300;
  font-size: 0.69rem;
  line-height: 1.4;
}

header .l-cont {
  position: relative;
}

header .h-inner {
  transition: 0.6s ease all;
  position: relative;
  margin: 0 auto;
  padding: 0.2rem 4%;
  max-width: 1040px;
}

header .h-logo {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
  width: 36%;
  max-width: 150px;
  margin-top: .56rem;
}

header .h-flex {
  position: absolute;
  top: 38px;
  right: 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

header .h-tel {
  line-height: 1;
  width: 250px;
}

header .h-tel__time {
  font-size: .8em;
  padding-left: calc(1.5rem + 1%);
}

header .h-tel__num {
  font-family: 'Roboto','Droid Sans', sans-serif;
  position: relative;
  padding-left: calc(1.8rem + 2%);
  font-family: 'Roboto','Droid Sans', sans-serif;
  line-height: 1;
  font-size: calc(1.14rem + 14 * (100vw - 320px) / 477);
}

header .h-tel__num:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-46%);
  font-family: "icomoon";
  content: "\e905";
  font-weight: normal !important;
  font-size: .8em;
}

header .h-contact {
  width: 163px;
}

header .h-contact a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

header .h-contact i {
  font-size: 1.14em;
  padding-right: .2rem;
}

/*--------------------------------------------------------------------/
		nav
/--------------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	nav global
/--------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#global {
  display: none;
}

.hamburger-btn {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 999;
}

.hamburger-trigger {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.hamburger-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background-color: #242e61;
  border-radius: 2px;
}

.hamburger-trigger span:nth-of-type(1) {
  top: 14px;
  animation: menu-bar01 .75s forwards;
}

.hamburger-trigger span:nth-of-type(2) {
  top: 21px;
  transition: all .25s .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hamburger-trigger span:nth-of-type(3) {
  bottom: 14px;
  animation: menu-bar02 .75s forwards;
}

.hamburger-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}

.hamburger-trigger.active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}

.open .hamburger-trigger {
  background: transparent;
}

/* sp-nav */
.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  transition: all .5s;
  visibility: hidden;
  z-index: 100;
}

.open .sp-nav {
  cursor: '',auto;
  transition: 0.5s ease all;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sp-nav_wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.sp-nav_menu {
  width: 80%;
  margin: 60px 10% 30px;
}

.sp-nav_menu li a:hover {
  color: #fff;
  background: rgba(0, 10, 75, 0.9);
}

.sp-nav_menu > li {
  width: 100%;
  margin: 0 auto;
  margin-left: -15px;
  text-align: left;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sp-nav_menu > li > a {
  border-bottom: 1px solid #242e61;
}

.sp-nav_menu a {
  display: block;
  color: #242e61;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 1rem;
  position: relative;
}

.sp-nav_menu a_flex {
  padding-top: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.sp-nav_menu_tel {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.sp-nav_menu_tel a {
  margin: 0 auto;
  height: auto;
  padding: .6rem 2%;
  border: 1px solid #242e61;
  line-height: 1.4;
  width: 100%;
  line-height: 1;
  color: #242e61;
  font-family: 'Roboto','Droid Sans', sans-serif;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.sp-nav_menu_tel a b {
  font-weight: normal;
  display: block;
  padding-bottom: .5rem;
}

.sp-nav_menu_tel a span {
  font-size: 2em;
}

.sp-nav_menu_tel a span i {
  font-size: .9em;
}

.open .sp-nav_menu > li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-left: 0;
}

.open .sp-nav_menu > li:nth-child(1) {
  transition: 1s ease .5s;
}

.open .sp-nav_menu > li:nth-child(2) {
  transition: 1s ease .6s;
}

.open .sp-nav_menu > li:nth-child(3) {
  transition: 1s ease .7s;
}

.open .sp-nav_menu > li:nth-child(4) {
  transition: 1s ease .8s;
}

.open .sp-nav_menu > li:nth-child(5) {
  transition: 1s ease .9s;
}

.open .sp-nav_menu > li:nth-child(6) {
  transition: 1s ease 1s;
}

.open .sp-nav_menu > li:nth-child(7) {
  transition: 1s ease 1.1s;
}

.open .sp-nav_menu > li:nth-child(8) {
  transition: 1s ease 1.2s;
}

.open .sp-nav_menu > li:nth-child(9) {
  transition: 1s ease 1.3s;
}

/* sp-nav_accordion */
.sp-nav_lv2 {
  display: none;
}

.sp-nav_lv2 li {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sp-nav_lv2 li a {
  padding-left: 5%;
  position: relative;
  color: #242e61;
}

.sp-nav_lv2 li a:before {
  content: "ー";
  margin-right: .5rem;
}

.sp-nav_lv2.active li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-left: 0;
}

.sp-nav_accordion {
  position: relative;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.sp-nav_accordion span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.sp-nav_accordion_wrap {
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
  height: 30px;
}

.sp-nav_accordion_icon {
  position: relative;
}

.sp-nav_accordion_icon span {
  position: absolute;
  left: 8px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.sp-nav_accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
}

.sp-nav_accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
}

.sp-nav-accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.sp-nav-accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*--------------------------------------------------------------------/
		main
	/--------------------------------------------------------------------*/
main {
  display: block;
  padding-top: 96px;
  margin: 0 auto;
}

main:after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------------------------------------------/
		common-comtact
	/--------------------------------------------------------------------*/
.common-contact {
  background: url(../img/common/common-contact_bg.jpg) bottom center/cover no-repeat;
  padding: 2.5rem 0 2.1rem;
}

.common-contact h3 span {
  display: inline-block;
  background: #242e61;
  color: #fff;
  line-height: 1;
  padding: .5rem .75rem;
  border-radius: 4px;
  font-weight: normal;
  margin-bottom: .5rem;
}

.common-contact .txt {
  font-weight: 600;
  line-height: 1.4;
  font-size: calc(1rem + 2 * (100vw - 320px) / 477);
}

.common-contact .txt span {
  color: #e30000;
  font-size: 1.25em;
}

.common-contact__logo {
  margin-top: 1rem;
}
.common-contact .corpr {
	margin-top: 10px;
	font-size: 14px;
}
.common-contact .corpr a {
	text-decoration: underline;
}
.common-contact__area {
  margin: 15px 0;
  background: #fff;
  color: #242e61;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}

.common-contact__area p {
  line-height: 1.4;
}

.common-contact__tel {
  color: #242e61;
  line-height: 1;
  font-size: calc(2rem + 14 * (100vw - 320px) / 477);
  text-align: center;
}

.common-contact__tel b {
  display: block;
  font-size: .35em;
  margin-bottom: .3rem;
  letter-spacing: 2px;
}

.common-contact__tel .tel-link {
  color: #242e61;
  text-decoration: none !important;
  font-weight: 600;
  position: relative;
  padding-left: calc(1.8rem + 2%);
  font-family: 'Roboto','Droid Sans', sans-serif;
  line-height: 1;
}

.common-contact__tel .tel-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-42%);
  font-family: "icomoon";
  content: "\e905";
  font-weight: normal !important;
  font-size: .9em;
}

.common-contact__tel a {
  color: #242e61;
}

.common-contact__contact a {
  font-size: 1.3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.common-contact__contact .btn-main {
  background: #242e61;
	color: #fff !important;
}
.common-contact__contact a i {
  font-size: 1.2em;
  padding-right: .5rem;
  padding-top: .2rem;
	color: #fff !important;
}

.common-contact__online {
	margin-bottom: 1rem;
	padding: 1rem 0 1.5rem;
	width: 100%;
	border-radius: 5px;
	background: #ff7d00;
	text-align: center;
}
.common-contact__online h4 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.5rem;
}
.common-contact__online p {
	margin: 0px auto;
	padding: 10px 1rem;
	width: 80%;
	background: #fff;
	border-radius: 5px;
	font-size: 1.1rem;
}
.common-contact__online p a {
	padding: 2px 10px;
	color: #fff;
	background: #242e61;
	font-size: 1rem;
	transition: all 0.2s ease;
	vertical-align: baseline;
}
.common-contact__online p a:hover {
	background: #ff7d00;
}

/*--------------------------------------------------------------------/
		common-parts
	/--------------------------------------------------------------------*/
.l-cont {
  padding: 0 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

/* btn */
.btn-main {
  background: #ff7d00;
  font-weight: 500;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  padding: .3rem .5rem .4rem;
  color: #fff;
  transition: 0.3s ease all;
}

.btn-main:hover {
  background: #ff5700;
}

/*--------------------------------------------------------------------/
		footer
	/--------------------------------------------------------------------*/
footer {
  color: #fff;
  background: #242e61;
}

.f-inner {
  margin: 0 auto;
  text-align: left;
  padding: 1.5rem 4%;
  max-width: 1040px;
}

.f-inner:after {
  display: block;
  content: "";
  clear: both;
}

.f-copy {
  font-size: 0.69rem;
  padding: .5rem 4% 0;
  text-align: center;
}

.f-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.f-nav ul li {
  font-size: 0.94rem;
  line-height: 1;
}

.f-nav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.f-nav ul li a {
  padding: 0 1rem;
  color: #fff;
  text-decoration: none;
}

.f-nav ul li a:hover {
  text-decoration: underline;
}

/* fixed parts
	--------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 99;
  bottom: 1rem;
  right: .5rem;
}

.pagetop a {
  display: block;
}

/*--------------------------------------------------------------------/
	others
/--------------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal {
  margin-left: 5px;
  counter-reset: number;
}

ol.normal li {
  line-height: 1.4;
  padding-left: 2rem;
  position: relative;
}

ol.normal li:before {
  counter-increment: number;
  content: counter(number);
  color: #fff;
  background: #242e61;
  border-radius: .75rem;
  position: absolute;
  left: 0;
  top: -.2rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}

ol.normal li:not(:last-child) {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
  margin-left: 5px;
}

ul.normal li {
  line-height: 1.4;
  padding-left: 1.5rem;
  position: relative;
}

ul.normal li:before {
  content: "■";
  color: #242e61;
  position: absolute;
  left: 0;
  top: 0;
}

ul.normal li:not(:last-child) {
  margin-bottom: .5rem;
}

ul.normal2 {
  margin-left: 5px;
}

ul.normal2 li {
  line-height: 1.4;
  padding-left: 1rem;
  position: relative;
}

ul.normal2 li:before {
  content: "・";
  position: absolute;
  color: #090909;
  left: 0;
  top: 0;
}

ul.normal2 li:not(:last-child) {
  margin-bottom: .3rem;
}

ul.caution {
  margin-left: 5px;
}

ul.caution li {
  line-height: 1.4;
  padding-left: 1.2rem;
  position: relative;
  color: #e30000;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.caution li:not(:last-child) {
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
  margin-left: 5px;
  margin-bottom: 2rem;
}

dl.normal dt {
  line-height: 1.4;
}

dl.normal dt:before {
  content: "●";
  padding-right: .3em;
}

dl.normal dd:not(:last-child) {
  margin-bottom: 1rem;
}

.txt p {
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.txt p:last-child {
  margin-bottom: 0;
}

/* column
----------------------------------------------------------------*/

/* helper
----------------------------------------------------------------*/
/* display */

.block {
  display: block !important;
}

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

/* color */
.cl-main {
  color: #242e61;
}

.cl-red {
  color: #e30000;
}

.cl-blue {
  color: #2b74e0;
}

.red {
  color: #e30000;
}

/* font-size */
.line--red {
  text-decoration: underline;
  color: #e30000;
}

.fs-s {
  font-size: 0.85em;
}

.fs-l {
  font-size: 1.2em;
}

/* txt-align */
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* margin */
.m-a {
  margin-left: auto;
  margin-right: auto;
}

.mt-s {
  margin-top: .3rem;
}

.mt-m {
  margin-top: 1rem;
}

.mt-l {
  margin-top: 2rem;
}

.mr-s {
  margin-right: .3rem;
}

.mr-m {
  margin-right: 1rem;
}

.mr-l {
  margin-right: 2rem;
}

.mb-s {
  margin-bottom: .3rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 2rem;
}

.mb-ll {
  margin-bottom: 4rem;
}

.ml-s {
  margin-left: .3rem;
}

.ml-m {
  margin-left: 1rem;
}

.ml-l {
  margin-left: 2rem;
}

.w-320 {
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}

.w-900 {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

/* print css
	----------------------------------------------------------------*/

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .col-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-3 > * {
    width: 48%;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-3 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem;
  }
}

@media print, screen and (min-width: 481px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  h3 br, h4 br, h5 br {
    display: none;
  }
  .col-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .col-4 > * {
    width: 48%;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-4 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 797px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  *[id^="link-"] {
    padding-top: 4rem;
    margin-top: -4rem;
  }
  header {
    position: fixed;
  }
  header h1 {
    position: absolute;
    right: 2%;
    top: .71rem;
  }
  header .h-inner {
    padding: 0.4rem 20px;
    height: 96px;
  }
  header .h-logo {
    margin-top: .5rem;
    max-width: 289px;
  }
  header .h-tel__num {
    font-size: 2rem;
    padding-left: calc(1.5rem + 1%);
  }
  .hamburger-btn {
    display: none;
  }
  .common-contact__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
	.common-contact__right {
		width: 44%;
	}
  .common-contact h3 span {
    margin-bottom: 1rem;
  }
  .common-contact .txt {
    font-size: calc(1rem + 8 * (100vw - 780px) / 460);
  }
  .common-contact__tel {
    font-size: calc(2.5rem + 10 * (100vw - 780px) / 460);
    margin-bottom: 1rem;
  }
  .common-contact__tel .tel-link {
    padding-left: calc(2.4rem + 2%);
  }
  .f-inner {
    padding: 2rem 20px;
  }
  .col-3 > * {
    width: 31.08%;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-3 > *:not(:nth-of-type(3n)) {
    margin-right: 3.33%;
  }
  .col-3 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .col-3 > *:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 2rem;
  }
  .col-3_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-3_2 > * {
    width: 31.08%;
  }
  .col-3_2 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-3_2 > *:not(:nth-of-type(3n)) {
    margin-right: 3.33%;
  }
  .col-3_2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .col-3_2 > *:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 2rem;
  }
  .col-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-2 > * {
    width: 48%;
  }
  .col-2 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2rem;
  }
  .pc-none {
    display: none;
  }
  .mt-s {
    margin-top: .5rem;
  }
  .mt-m {
    margin-top: 2rem;
  }
  .mt-l {
    margin-top: 3rem;
  }
  .mr-s {
    margin-right: .5rem;
  }
  .mr-m {
    margin-right: 2rem;
  }
  .mr-l {
    margin-right: 3rem;
  }
  .mb-s {
    margin-bottom: .5rem;
  }
  .mb-m {
    margin-bottom: 2rem;
  }
  .mb-l {
    margin-bottom: 3rem;
  }
  .mb-ll {
    margin-bottom: 6rem;
  }
  .ml-s {
    margin-left: .5rem;
  }
  .ml-m {
    margin-left: 2rem;
  }
  .ml-l {
    margin-left: 3rem;
  }
}

@media print, screen and (min-width: 1057px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  *[id^="link-"] {
    padding-top: 5rem;
    margin-top: -5rem;
  }
  .common-contact .txt {
    font-size: 1.63rem;
  }
  .common-contact__tel {
    font-size: 3.13rem;
  }
  .l-cont {
    padding: 0 20px;
  }
  .col-4 > * {
    width: 23.5%;
    margin-bottom: 2rem;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-4 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2rem;
  }
  .col-4 > *:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
  .col-2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-2_2 > * {
    width: 48%;
  }
  .col-2_2 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-2_2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem;
  }
  .txt-c_pc {
    text-align: center;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1056px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .col-2_2 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .pc_less-none {
    display: none;
  }
}

@media screen and (max-width: 796px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  body {
    font-size: 0.88rem;
  }
  header .l-cont {
    padding-top: 52px;
    padding-bottom: .4rem;
  }
  header .h-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    height: 52px;
  }
  header .h-flex {
    display: none;
  }
  #global {
    display: block;
  }
  main {
    padding-top: 0;
  }
  .common-contact__left {
    margin-bottom: 1rem;
  }
  .common-contact__tel {
    margin-bottom: 1rem;
  }
  .common-contact__contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .pagetop {
    width: 28px;
    height: 28px;
  }
  .col-3_2 > *:not(:last-child) {
    margin-bottom: .5rem;
  }
  .col-2 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .tb-none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .hamburger-btn {
    top: 0px;
  }
  .col-4 {
    margin-bottom: 1.5rem;
  }
  .col-4 > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}
