body,html {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", zen-kaku-gothic-new, "Noto Sans", "Yu Gothic", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	color: #2c2c2c;
	padding: 0;
	margin: 0;
	line-height: 2.4em;
}

/* 基本設定 */
.padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-s {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-t {
	padding-top: 100px;
}
.padding-b {
	padding-bottom: 100px;
}
.container-xl {
	max-width: 1320px;
}
.container {
	max-width: 1040px;		
}
section {
	margin-bottom: 30px;
}
.table {
	line-height: 1.8em;
}
.badge.must {
	margin-right: 5px;
}

.card {
	line-height: 1.6em;	
}

/* テキストaリンクスタイル*/
a:link    { color: #1e3057; text-decoration: none;}
a:visited { color: #1e3057; text-decoration: none;}
a:hover   { color: #FF6E00; text-decoration: none;}
a:active  { color: #FF6E00; text-decoration: none;}

a.link { color: #FF6E00; text-decoration: underline;}
a.waku {
	border: 1px solid #333333;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 0;
	width: 180px;
	text-align: center;
	display: inline-block;
}
a.waku:hover { text-decoration: none; color: #999999;}
a.link-arrow {
	border-bottom: 2px dashed #FF6E00;
	padding-bottom: 5px;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
}
a.link-arrow:hover { 
	color: #FF6E00;
	text-decoration: none; 
	cursor: pointer;
}
a.btn-main {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 280px;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border-radius: 50rem;
	border: 2px dashed #f97930;
	color: #f97930;
	box-shadow: 5px 5px 0 #f97930;
	transition: 0.3s ease-in-out;
	font-size: 1.1em;
}
a.btn-main:hover {
	box-shadow: 0 0 0;
	transform: translate(5px, 5px);
	color: #f97930;
}

a.btn-plan {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;	
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
	width: 250px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #0c3388;
	border-bottom: 2px solid #0c3388;
}
a.btn-plan span {
	font-size: 0.8em;
}
a.btn-plan:hover {
	background: #eeeffe;
	color: #0c3388;
	border-bottom: 2px solid #0c3388;
	transform: translateY(3px);
}
a.btn-plan.one {
	color: #31a495;
	border-bottom: 2px solid #31a495;	
}
a.btn-plan.one:hover {
	background: #31a495;
	color: #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
a.btn-plan.two {
	color: #379fc8;
	border-bottom: 2px solid #379fc8;	
}
a.btn-plan.two:hover {
	background: #379fc8;
	color: #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
a.btn-plan small {
	font-size: 0.7em;
	padding-right: 0.5em;
}

i.fas {
	padding-left: 10px;
}
.bg_base {
	background: #0045e4;
	color: #FFFFFF;
}
.bg_sub {
	background: #eef2fa;
}
.base {
	color: #0c3388;
	line-height: 1.8em;
}

/* マウスオーバーで「透過」する */
.opacity:hover {opacity: 0.75;}
.opacity:hover img {opacity: 0.75;}

/* 画像をマウスオーバーで「拡大」する */
.scale {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scale img {
   transition: all 0.3s linear;
   
}
.scale img:hover {
    -webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.meichao {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.i-r {
	margin-right: 8px;
}
.i-l {
	margin-left: 8px;
}
.title  {
	font-size: 1.1em;
	font-weight: bold;
}
p.subtitle {
  font-size: 1.3em;
  margin-bottom: 25px;
  border-bottom: solid 3px #0c3388;
  position: relative;
  padding-bottom: 6px;
	font-weight: bold;
}
p.subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 220px;
}
p.subtitle i {
	font-size: 1.6em;
}
.description {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 2.4;
}
.text-bese {
	color: #0045e4;
}
small {
	line-height: 1.6em;
}
form {
	line-height: 1.6em;
}
ul.nav li.nav-item {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* ---------- header ---------- */
header {
	border-bottom: 1px solid #DDDDDD;
}
header .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
header h1 {
	margin: 15px 0 15px 30px;
}
header .menu {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
header .menu i {
	color: #FF6E00;
}
header .sub-menu {
	margin-bottom: 5px;
	margin-top: 5px;
}
header a#showLeft {
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: auto;
	font-size: 1.1em;
}
header .navbar {
	--bs-navbar-padding-y: 0;
}
header .nav-item a {  
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0 18px;
    font-size: 1.3em;
	font-weight: 500;
	color: #2c2c2c;
}
header .nav-item a::after {
  position: absolute;
  bottom: -8px;
  left: 25%;
  content: '';
  width: 50%;
	text-align: center;
  height: 3px;
  background: #0045e4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header .nav-item a:hover::after {
  transform: scale(1, 1);
}
header .nav-item a.active {
	position: relative;
	display: inline-block;
	pointer-events: none;
}
header .nav-item a.active:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
   width: 50%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0045e4;
}
header .nav-item a.disabled {
	opacity: 0.7;
	cursor: default;
	font-weight: normal;
}
header .nav-item a.disabled::after {
	display: none;
}

.container-fluid.subinfo {
	background: #EEEEEE;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.1em;
	line-height: 1.6em;
}
header a.btn {
	font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #545454;
	margin: 5px 15px 10px 10px;
}

header a.btn-border-shadow {
  padding: calc(1rem - 5px) 2rem 1rem;
  background: #fff;
}

header a.btn-border-shadow:before {
  position: absolute;
  top: -4px;
  left: -4px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.3s ease;
  border: 1px solid #545454;
}

header a.btn-border-shadow:hover {
  padding: calc(1rem - 6px) 2rem 1rem;
}
header a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

header a.yellow {
  background:#FFFD00;
	border-radius: 0;
}
header a.blue {
  background: #99EDFF;
	border-radius: 0;
}
header a.btn-border-shadow--color:before {
  border-radius: 0;
}

.btn-wrap {
  margin-top: 30px;
}

a.btn-c {
  font-size: 1.4rem;
	font-weight: bold;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  background: #f97930;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1rem;
	font-weight: bold;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 5px;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

a.phone {
	font-size: 1.3em;
	color: #565656;
	text-decoration: none;
	line-height: 60px;
	display: inline-block;
	font-weight: 600;
}
header .fas.fa-phone-volume {
	padding-right: 0.5rem;
}

.user a {
    background: #edf6ff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 20px;
    color: #545454;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.user a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.user a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.user a:hover:before, .user a:hover:after {
    right: -2.5em;
}
.user a:hover {
    background: #edf6ff;
    color: #6bb6ff;
}
.user.mb a {
	background-color: #edf6ff;
	color: #6bb6ff;
}
/*　スマホ版スライドメニュー */
.cbp-spmenu ul {
	padding-left: 5px;
	padding-right: 5px;
}
.cbp-spmenu i {
	vertical-align: middle;
	line-height: 2.2em;
}
.cbp-spmenu li {
	list-style: none;	
	border-top: 1px solid #EEEEEE;
	line-height: 2.4em;
	padding-left: 15px;
}
.cbp-spmenu ul.pagelink {
	margin-bottom: 1em;
}
.cbp-spmenu ul.pagelink a {
	font-weight: normal;
	padding: 0;
}
.cbp-spmenu ul.pagelink li {
	border: none;
}
.cbp-spmenu ul.btn li {
	border: none;
	margin-bottom: 10px;
}
.cbp-spmenu ul.btn li a {
	border:  1px solid #0045e4;
	border-radius: 5px;
	padding: 7px 15px;
	text-align: center;
	background: #FFFFFF;
}

/* ---------- main ---------- */
.main h1 {
	padding: 15px;
	font-size: 1.3em;
	background: #0045e4;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}
.main ul li,
.main ol li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.modal ul {
	margin-bottom: 2em;
}
h2 {
	font-size: 2.3em;
	letter-spacing: 0.1rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
h4 {
	margin-bottom: 1.2em;
	color: #454545;
	padding-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	color: #61b9e6;
	font-weight: bold;
	padding: 0 5px 0 10px;
	margin-bottom: 1em;
	font-size: 1.1rem;
	border-left: 6px solid #61b9e6;
}
.list-picture .card,
.list-picture .card-header {
	border: none;
}
.list-picture .card-header {
	background: #edf2fa;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.list-picture .row > div {
	padding: 60px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.list-picture .card-body {
	padding: 0;
}
.list-picture.function-list .row > div{
	padding: 15px 30px;
}
.container-fluid.attention,
.container-fluid.voice {
	border-top: 1px solid #CCCCCC;	
}
.list-picture.function-list .card-header {
	background: none;
	margin-bottom: 0;
}

/* ---------- footer ---------- */
.totop {
	position: fixed;
	z-index: 99;	
	bottom: 15px;
	right: 15px;	
}

/* ページトップへ */
a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--circle i {
  font-size: 150%;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
	padding-left: 0;
	color: #0045e4;
}
a.btn--circle:hover i {
 	line-height: 55px;
}


footer section {
	padding-left: 10px;
	padding-right: 10px;
}
footer .nav-link h2 {
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 0.5em;
	letter-spacing: normal;
}
footer .nav-link h3 {
	font-size: 1.1em;
	font-weight: bold;
}
footer .nav-link ul {
	padding-bottom: 1em;
}
footer .container-fluid.bg_base {
	padding-top: 20px;
	padding-bottom: 20px;	
}
footer .breadcrumb {
	display: inline-flex;
	margin-bottom: 0;
	text-align: center;
	margin: auto;
}
.address {
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 0;
	text-align: center;	
}
