@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/

img {
max-width: 100%;
height: auto;
}

.text-muted {color: #000!important;}

.display-3 {font-size: 2.5rem;}

.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

a { text-decoration: none; color: #343a40;}
a:hover { text-decoration: none; color: #6289f0;}

.font {font-family: 'Noto Serif JP', serif;}

.b {font-weight: bold;}

.ll {font-size: 2rem;}
.l2 {font-size: 1.2rem;}
.l {font-size: 1rem;}
.m {font-size: 100%;}
.s {font-size: 80%;}
.ss {font-size: 60%;}

.line1 {line-height: 1.8rem;}
.line2 {line-height: 2.0;}

.t-r {text-align: right;}
.t-c {text-align: center;}

.opacity {opacity: 0.96;}

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #f6f6f6;
}
.opacity09 {
	opacity: 0.9;
}

.gr {color: #666;}

/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 4%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #21386E;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/* ====== PROCESS ====== */
#sec3 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
}
#sec3 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec7 .circle-q, #sec7 .circle-a {
	width: 70px;
	height: 50px;
	font-size: 1.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec7 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 12px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}

/*    article  グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #000;
}

/*    article  card-header、card-footer
-------------------------------------------------- */
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-bottom: 0 solid rgba(0,0,0,.125);
    font-weight: bold;
    color: #000;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color:#fff;
    border-top : 0;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
}

/*    info
---------------------------------------------*/

.info label{
	display: block;
	padding: 15px;
	border:1px solid #83C3D8;
}

.info input[type="checkbox"].on-off,
.info input[type="checkbox"].on-off +div{
	display: none;
}

.info input[type="checkbox"].on-off:checked +div{
	display: block;
}
 
.info div{
	margin: 0 0 20px;
}

.info .bg-info1{background-color: #83C3D8!important;}
.info .bg-info2{background-color: #FFDED1!important;}

.blue {
    font-size: 110%;
    font-weight: bold;
    color: #000080;
}

.info02 {
	display: block;
	padding: 15px;
	border:1px solid #83C3D8;
}
.info02 a {color: #000;}
.info02 a:hover {color: #83C3D8;}

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

.box {
	display: block;
	border:1px solid #6c757d;
}

.phone:before{
    content: "";
    display: inline-block;
    background: url(../img/phone.png);
    background-size:contain; 
    width: 50px;
    height: 40px;
    vertical-align: middle;
}

.phone {
    font-size: 1.5rem;
    font-family: 'Georgia W01 Regular', serif;
}

.box2-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 {
  display: block;
  width: 100%;
  padding: 20px;
  border:1px solid #333;
  background-color: #fff;
}

.font1 a {
    font-size: 1.5rem;
    color: #212529;
}
.font1 a:hover {color: #0056b3;}

/*----------------------------
  company
-----------------------------*/

.c_tbl th {
    width: 15%;
    text-align: left;
}
.c_tbl tr > * {
    border-bottom: solid 1px #dadada;
    font-size: 1rem;
    padding: 1em 1.5em;
}
.c_tbl td {
  line-height: 2.4;
}

@media (max-width: 768px) {
.c_tbl th {
    width: 100% !important;
    padding: 1em 1.5em;
    display: block;
    background: #eee;
    border: none;
}
.c_tbl td {
    width: 100%;
    padding: 1em 1.5em;
    display: block;
    background: #fff;
    border: none;
}
}

.c_tbl02 tr > * {
    border-bottom: solid 1px #dadada;
    padding: 1em 0;
}
.c_tbl02 td.w01 {
    width: 13%;
    padding-left: 0;
    text-align: left;
}
.c_tbl02 td.w02 {
    width: 10%;
    padding-left: 1rem;
    text-align: left;
}
.c_tbl td02 {
    min-width: 73%;
    padding-left: 1rem;
}
@media (max-width: 768px) {
.c_tbl02 td.w01 {
    min-width: 30%;
    padding-left: 0;
    text-align: left;
}
.c_tbl02 td.w02 {
    min-width: 20%;
    padding-left: 1rem;
    text-align: left;
}
.c_tbl02 td {
    min-width: 50%;
    padding-left: 1rem;
}
}

#sec5 .circle-q, #sec5 .circle-a {
	width: 70px;
	height: 50px;
	font-size: 1.1rem;
	border-radius: 50%;
	text-align: center;
}
#sec5 .circle-a {
	font-size: 1rem;
}
#sec5 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 12px;
}

/*  pc,sp
---------------------------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 768px) {
 .pc { display: none !important; }
 .sp { display: block !important; }
}

/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 72%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 40%;
}
.display-3 {
	font-size: 2rem;
}
.footer-logo {
	width: 40%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 10%;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }    
}
/* END */
