@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@media screen and (min-width:800px){
	.no-pc{
		display:none!important;
	}
}
@media screen and (max-width:799px){
	.no-sp{
		display:none!important;
	}
}

/* ==============================================
CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
}
button ,input ,textarea ,select {
	font-size:16px;
	padding:5px;
	letter-spacing:1px;
	font-family:'Noto Sans JP',sans-serif;
}
input[type="submit"] ,button {
	font-size:16px;
	padding:10px 30px;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Noto Sans JP',sans-serif;
	line-height:1.8;
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

img {
	vertical-align:top;
	max-width:100%;
    max-height:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

ol ,ul ,li {
	list-style:none;
}

ol.number {
	padding-left:1.3em;
}
ol.number > li {
	list-style:numeric;
}
ol.number > li + li {
	padding-top:0.3em;
}

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

/* ============================================
common pc
=============================================== */

html{
    scroll-behavior: smooth;
}

html,body{
	margin:0;
	padding:0;
}

body{
	position:relative;
	font-size:16px;
	color:#000;
	background:#fff;
}

@media screen and (min-width:800px){
	#bgLayer{
		min-width: 1200px;
		max-width: 1920px;
		width:100%;
		margin:0 auto;	
	}
}

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

	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
		overflow:hidden;
	}
}

img{
	height:auto;
	display:inline-block;
	border:0 none;
}

h1,p{
	margin:0;
}

em {
	font-style: normal;
}

strong {
    font-weight: normal;
}

.tel-link-a{
	pointer-events: none;
}

.all-center-full{
	width:100%;
	max-width:100%;
	margin:0 auto;
}

.all-center-1600{
	width:1600px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1400{
	width:1400px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1200{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1000{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}

dl,dt,dd{
	display: block;
	margin: 0;
	padding: 0;
}

header,section,footer{
	max-width: 100%;
}

.object{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pointer1:hover {
    opacity: 0.8;
}


/* ==============================================
common SP
=============================================== */

@media screen and (max-width:799px){
	.tel-link-a{
		pointer-events: auto;
	}

	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	.sp-L15 {
		padding-left:15px !important;
	}
	
	.sp-R15 {
		padding-right:15px !important;
	}
}

/* ====================================================================
flex
==================================================================== */
.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.base {
	align-items:baseline;
}

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

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}

/* =============================
戻るボタン page-top
================================ */

#page-top {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
	z-index: 1000;
}

#page-top a {
	width:4em;
	aspect-ratio:1/1;
	line-height: 1.2;
	font-weight: bold;
    color: #fff;
	background-color: #003e90;
    border-radius: 0.3em;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

#page-top a:hover {
	opacity:0.8;
}

@media screen and (max-width:799px){
	#page-top {
	    bottom: 1em;
	    right: 1em;
	}
	#page-top a {
		width: 3.5em;
	}
}


/* =============================
common caption
================================ */

.caption1{
	border-bottom:solid 5px #316dd1;
	text-align: center;
}

.caption1-ja{
	font-family:'Noto Sans JP',sans-serif;
	font-size: 300%;
	font-weight: bold;
	color: #316dd1;
	line-height: 1.3;
}

.caption1-big{
}

.caption-text1-cover{
	padding-top: 1em;
}

.caption-text1{
	font-size: 130%;
	color:#323680;
	text-align: center;
}

@media screen and (max-width:799px){
	.caption1-ja{
		font-size: 220%;
	}
}

/* ==================================
button
================================== */

.button-wrapper {
    padding-top: 0em;
}

.button-cover {
    padding-left: 2em;
    padding-right: 2em;
}

.button {
    display: inline-block;
}

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

/* ==================================
header
================================== */

.contents-header{
	padding-top: 1em;
	padding-bottom: 1em;
}

.contents-header .logo > a{
	display: block;
}

.contents-header .logo {
    width: 280px;
}

/* center */
.contents-header .center {
	font-weight: bold;
	text-align: center;
}

.contents-header .center-text1 {
	font-size: 105%;
}

/* right */
.contents-header .text-wrapper{
	width: 350px;
	text-align: center;
}

.contents-header .text-cover1{
	text-align: center;
}

.contents-header .text1{
	color: #fff;
	background-color: #009ee7;
	padding: 0 5em;
	border-radius: 15px;
	display: inline-block;
}

.contents-header .text-cover2{
	padding-top: 0.2em;
}

.contents-header .text2{
	font-size: 250%;
	line-height: 1;
}

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

	.contents-header{
		padding-top: 0.5em;
		padding-bottom: 1em;
		flex-direction: column;
	}

	.contents-header .logo {
		width: 310px;
	}

	.contents-header .center {
		padding-top: 0.5em;
	}

	.contents-header .text-cover1 {
		padding-top: 1em;
	}
}

/* ==================================
nav
================================== */

nav{
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}

nav .waku{
	padding-top: 0;
}

/* nav */
nav ul > *,
nav ul > li > *,
nav ul > li > a > *,
nav ul > li > a > span > *{
	height:100%;
}

/* nav-ul1 */
nav .nav-ul1-wrapper{
	background-color:#0058aa;
}

nav .nav-ul1-cover{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

nav .nav-ul1 > .nav-li{
	flex-grow:1;
	text-align:center;
}

nav .nav-ul1 > .nav-li > .nav-a{
	display:block;
	min-width:110px;
}

nav .nav-a:hover{
	background-color: rgba(255,255,255,0.4);
}

nav .nav-ul1 .nav-a-text1,
nav .nav-ul1 .nav-a-text2{
	color:#fff;
}

nav .nav-a-text1{
	font-size:130%;
	line-height:1.2;
	display:block;
}

nav .nav-a-text2{
	font-size: 80%;
	display:block;
}


/* ==============================================================
sp nav menu
================================================================= */
#me-b {
	display: none;
}

@media screen and (max-width:799px){
	
	.me-d {
		position: fixed;
		top: 8px;
		left: calc(50% + 170px);
		z-index: 9000;
		background-color: rgba(0,158,231,0.8);
    	border: solid 2px #fff;
		border-radius: 5px;
		height: 60px;
		width: 60px;
		display: block;
	}

	.me-d > span{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		display: block;
		height: 3px;
		width: 30px;
		border-radius: 4px;
		background-color: #fff;
		margin: -1px auto 0;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}

	.me-d > span.me-d1{
		top: calc(50% - 20%);
	}

	.me-d > span.me-d3{
		top: calc(50% + 20%);
	}


/* ==============================================================
sp nav	menu open
================================================================= */
	
	.menuOn {
		overflow:hidden;
	}

	#me-b ~ #bgLayer {
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span{
		width: 40px;
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d2{
		background-color: rgba(255, 255, 255, 0);
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d1{
		transform: rotate(45deg);
		top: calc(50% - 0%);
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d3{
		transform: rotate(-45deg);
		top: calc(50% + 0%);
	}
	
	#me-b:checked ~ #spMenu .me-e {
		left: 0;
	}

/* ==============================================================
sp nav	menu open after
================================================================= */
	
	#spMenu .me-e {
		width: 100vw;
		height: 100%;
		position: fixed;
		top: 0;
		left: 105%;
		z-index: 8000;
		color: #000;
		transition: all 0.5s;
		-webkit-transition:all 0.5s;
	}

	#spMenu .me-e .me-e-in{
		text-align: center;
		background-color: rgba(0,158,231,0.9);
		width: 100vw;
		height: 100%;
	}

	#spMenu .me-e-in-in {
    	height: 100%;
	}

	#spMenu .me-e .menu-title-cover {
		padding: 0.5em 2em 0;
	}

	#spMenu .me-e .menu-t-img-cover {
		width:70%;
	}

	#spMenu .me-e .menu-title{
		background-color: #000;
		color: #fff;
		width: 100%;
		font-size: 160%;
		font-weight: bold;
		line-height: 3.1;
	}

	#spMenu .me-e .menu-c-o-outer{
		padding-left:0.5em;
		padding-right:0.5em;
		height: 100%;
	}

	#spMenu .me-e .menu-c-outer{
		padding: 1.5em 2em 0;
		width: 480px;
		margin: 0 auto;
	}

	#spMenu .me-e .time ,
	#spMenu .me-e .tel{
		text-indent: 0.1em;
		letter-spacing: 0.1em;
	}

	#spMenu .me-e .menu-ul-cover{
		color:#003e90;
		background:#fff;
		border: solid 1px #003e90;
	}

	#spMenu .me-e .menu-li{
		border: solid 1px #003e90;
	}

	#spMenu .me-e .m-link{
		padding: 0.8em 3em 0.8em 1.5em;
		background: url(images/icons/arrow.png) 100% 50% no-repeat;
	}

}

@media screen and (max-width:799px){
	nav.animated {
		opacity: 1!important;
	}

	nav .nav-a-text1 {
		font-size: 180%;
	}
	nav .nav-a-text2 {
		padding-left:0.5em;
		font-size: 120%;
	}
	.nav-a:hover{
		display: block;
	}

	nav{
		pointer-events:auto;
	}
}

/* =====================================================================
common main
======================================================================== */

.ball {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    border-radius: 50%;
    background: #000;
}

.waku{
	padding-top: 5em;
}

.title-cover{
	padding-top: 2em;
}

.title{
	text-align: center;
	font-size: 150%;
}

.text-cover{
	padding-top: 2em;
}

.text{
	font-size: 120%;
}

@media screen and (max-width:799px){
	.waku{
		padding-top: 4em;
	}	
}

/* ==================================
section-fv
================================== */

.fv-contents-all .text-cover {
	padding: 1em 3em 0 0;
}

.fv-contents-all .text{
	background-color: #009ee7;
	color: #fff;
	font-size: 140%;
	line-height: 1.5;
	padding: 0.5em;
}

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

	.fv-contents-all .fv-contents{
		background-color: #ddf0ff;
	}

	.fv-contents-all .img-cover{
		padding-top: 2em
	}

	.fv-contents-all .img-cover > img{
		margin-left: 50px;		
	}

	.fv-contents-all .text-cover {
		padding: 2em 0 0;
	}

	.fv-contents-all .text-cover2 {
		padding: 1em;
	}

	.fv-contents-all .text{
		text-align: center;
	}

	.fv-contents-all .square {
		display: inline-block;
		background-color: #1d2089;
		width: 13px;
		height: 13px;
		margin-right: 3.5px;
		box-shadow: 0 0 3px 3px #fff;
	}
	
	.fv-contents-all .text2{
		color: #1d2089;
		font-size: 120%;
		text-align: center;
		font-weight: bold;
		text-shadow:
		3px 3px 3px #fff
		,-3px -3px 3px #fff
		,3px -3px 3px #fff
		,-3px 3px 3px #fff
		,0px 3px 3px #fff
		,3px 0px 3px #fff
		,0px -3px 3px #fff	
		,-3px 0px 3px #fff
		,0px 0px 6px #fff
		,0px 0px 6px #fff
		,0px 0px 6px #fff
		,0px 0px 6px #fff
		,0px 0px 6px #fff
	}
}

/* ==================================
section-introduction
================================== */

.section-introduction .caption-text1 {
    font-size: 145%;
}

.contents-all-introduction .img-cover{
	padding-top: 2em;
	text-align: center;
}

.contents-all-introduction .text-cover{
	padding-top:2em;
}

.contents-all-introduction .text{
	line-height:2;
}

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

	.section-introduction .caption-text1 {
		font-size: 125%;
	}

	.contents-all-introduction .text-cover{
		padding-top:1em;
	}
	
}

/* ==================================
section-message
================================== */

.message-cover {
	padding:2em 0 1em;
	display:flex;
	justify-content:space-evenly;
}
.message-cover > .img-cover {
	width:25%;
	text-align:center;
}
.message-cover > .text-cover {
	padding-top:1em;
	width:60%;
	font-size:120%;
}

.message-cover2 {
	padding:2em 3em 0;
	display:flex;
	justify-content:flex-start;
}
.message-cover2 > h3{
	font-weight:bold;
	width:12em;
	text-align:right;
	padding-right:2em;
}

@media screen and (min-width:800px){
	.message-cover2 br:not(.no-pc) + span {
		padding-left:3em;
	}
}
@media screen and (max-width:799px){
	.message-cover {
		padding:1em 1em 0 2em;
		align-items:center;
		flex-direction:column;
	}

	.message-cover > .img-cover {
		width:50%;
	}
	.message-cover > .text-cover {
		padding-top:1em;
		width:100%;
	}

	.message-cover2 {
		padding:2em 2em 0;
		flex-direction:column;
	}
	.message-cover2 > h3{
		text-align:left;
	}
	.message-cover2 > ul{
		padding-left:1em;
	}

	.message-cover2 br:not(.no-sp) + span {
		padding-left:3em;
	}
}


/* ==================================section-merit
================================== */

.contents-all-merit .contents-outer{
	padding-top: 3em;
}

.contents-all-merit .contents-cover{
	padding-left: 1em;
    padding-right: 1em;
}

.contents-all-merit .img-cover{
	text-align: center;
}

.contents-all-merit .text-cover{
	padding-top: 1em;
}

.contents-all-merit .text{
	text-align: center;
	font-size: 105%;
}

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

	.contents-all-merit .contents-outer {
		padding-top: 3em;
	}

	.contents-all-merit .contents-wrapper {
		flex-direction: column;
	}

	.contents-all-merit .contents-cover {
		width: 100%;
		padding: 0;
	}

	.contents-all-merit .contents-cover + .contents-cover{
		padding-top: 2em;
	}	
	
	.contents-all-merit .img-cover {
		padding-left: 5em;
		padding-right: 5em;
	}
	
	.contents-all-merit .text-cover {
		padding-top: 0.5em;
	}

	.contents-all-merit .text {
		font-size: 130%;
	}
}

/* ==================================
section-flow
================================== */

.contents-all-flow .contents-outer{
	padding-top: 3em;
}

.contents-all-flow .contents-cover{
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
}

.contents-all-flow .contents-cover:nth-child(1){
	position:relative;
	z-index: 3;
}

.contents-all-flow .contents-cover:nth-child(2){
	position:relative;
	z-index: 2;
}

.contents-all-flow .contents-cover:nth-child(3){
	position:relative;
	z-index: 1;
}

.contents-all-flow .img-cover{
	text-align: center;
	padding-top: 2em;
}

.contents-all-flow .contents-title{
	font-size: 130%;
	text-align: center;
}

.contents-all-flow .text-cover{
	padding: 1em 1.5em 0;
}

.contents-all-flow .text{
	font-size: 105%;
}

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

	.section-flow .waku{
		padding-top: 4em;
	}

	.contents-all-flow .contents-outer {
		padding-top: 0em;
	}

	.contents-all-flow .contents-wrapper {
		flex-direction: column;
	}

	.contents-all-flow .contents-cover {
		width: 100%;
		height: auto;
	}
	
	.contents-all-flow .contents-cover + .contents-cover{
		padding-top: 0em;
	}

	.contents-all-flow .contents-title{
		padding: 0 2em;
	}

	.contents-all-flow .caption-flow {
		background: #343e97;
		color: #fff;
		display: inline-block;
		font-size: 125%;
		padding: 0.2em 2.5em;
	}

	.contents-all-flow .ball {
		background: #fff;
		transform: scale(1.1);
	}

	.contents-all-flow .img-cover {
		padding: 2em 1em 0;
	}

	.contents-all-flow .img-wrapper2{
		padding-top: 1em;
	}

	.contents-all-flow .img-cover2 {
		transform: rotate(90deg);
		display: block;
		width: 40px;
		margin: auto;
	}

	.contents-all-flow .text{
		font-size: 120%;
		text-align: center;
	}
}

/* ==================================
section-cta1
================================== */

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

	.button-wrapper {
		flex-direction: column;
	}

	.button-cover + .button-cover {
		padding-top: 2em;
	}
}

/* ==================================
section-service
================================== */
.contents-all-service .contents-wrapper{
	padding-top: 3em;
}

.contents-all-service .contents-cover{
	padding-top: 2em;
}

.contents-all-service .contents{
	padding-left: 1em;
	padding-right: 1em;
}

.contents-all-service .img-wrapper{
	padding: 2em 0.5em 0;
}

.contents-all-service .img-cover{
	text-align: center;
}

.contents-all-service .contents-title-cover{
	border: solid 5px #363c94;
}

.contents-all-service .contents-title {
    text-align: center;
    font-size: 200%;
	color: #007ed7;
	font-weight: bold;
}

.contents-all-service .text-cover {
	padding: 1em 1em 0;
}

.contents-all-service .text {
	font-size: 115%;
}

.contents-all-service .ball {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background: #000;
}

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

	.section-service .waku {
		padding-top: 4em;
	}

	.contents-all-service .contents-wrapper{
		padding-top: 0em;
	}
	
	.contents-all-service .contents-cover {
		padding-top: 3em;
		width: 100%;
	}

	.contents-all-service .contents-cover + .contents-cover{
		padding-top: 2.5em;
	}

	.contents-all-service .text-cover {
		padding: 1em 1em 0;
	}
}

/* ==================================
section-fee
================================== */

.contents-all-fee .table-cover{
	padding-top: 4em;
}

.contents-all-fee .table-fee1{
	font-size: 250%;
	border:solid 3px #00a0ea;
	border-collapse: collapse;
}

.contents-all-fee .tr-fee1,
.contents-all-fee .tr-fee2{
	font-weight: bold;
}

.contents-all-fee .tr-fee1{
	background-color: #00a0ea;
	color: #fff;
	text-align: center;
}

.contents-all-fee .tr-fee2{
	background-color: #fff;
	color: #00a0ea;
	text-align: center;
}

.contents-all-fee .th-fee1,
.contents-all-fee .th-fee2{
	width: 250px;
	border:solid 3px #00a0ea;
}

.contents-all-fee .td-fee1,
.contents-all-fee .td-fee2{
	width: 375px;
	border:solid 3px #00a0ea;
}

.contents-all-fee .text-wrapper{
	text-align: center;
}

.contents-all-fee .text{
	color: #009ee7;
	font-weight: bold;
	font-size: 200%;
}

.contents-all-fee .text2-cover{
	padding-top: 1em;
}

.contents-all-fee .text2{
	font-weight: bold;
	font-size: 120%;
}

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

	.contents-all-fee .table-cover {
		padding-top: 2em;
	}

	.contents-all-fee .table-fee1{
		font-size: 130%;
	}

	.contents-all-fee .text-cover {
		padding-top: 1em;
	}

	.contents-all-fee .text {
		color: #009ee7;
		font-weight: bold;
		font-size: 130%;
	}
}

/* ==================================
section-fp
================================== */

.contents-all-fp .contents-wrapper{
	padding-top: 7em;
}

.contents-all-fp .contents-cover + .contents-cover{
	padding-top: 5em;
}

.contents-all-fp .contents-title-cover{
	position: relative;
}

.contents-all-fp .number,
.contents-all-fp .contents-title{
	color: #fff;
	font-weight: bold;
	background-color: #009ee7;
}

.contents-all-fp .number {
    width: 80px;
    height: 80px;
    border: solid 2px #fff;
    position: absolute;
    left: 3%;
    bottom: 25%;
    font-size: 270%;
}

.contents-all-fp .contents-title{
	font-size: 230%;
	padding-left: 3.5em;
	padding-right: 3.5em;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}

.contents-all-fp .text-img-cover {
    padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
}

.contents-all-fp .text-cover {
	padding-top: 0;
	padding-right: 1em;
	width: 65%;
}

.contents-all-fp .text {
	font-weight: bold;
	font-size: 115%;
}

.contents-all-fp .img-cover {
	width: 35%;
	text-align: center;
}

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

	.contents-all-fp .contents-wrapper{
		padding-top: 4em;
	}

	.contents-all-fp .contents-cover + .contents-cover {
		padding-top: 4em;
	}

	.contents-all-fp .number {
		width: 60px;
		height: 60px;
		font-size: 250%;
	}

	.contents-all-fp .contents-title {
		font-size: 150%;
		padding-left: 3.5em;
		padding-right: 1em;
		letter-spacing: 0em;
		text-indent: 0em;
	}

	.contents-all-fp .text-img-cover {
		padding-top: 1.5em;
	}
	
	.contents-all-fp .text-img {
		flex-direction: column-reverse;
	}

	.contents-all-fp .text-cover {
		width: 100%;
		padding-top: 1em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	.contents-all-fp .img-cover {
		width: 100%;
	}
}

/* ==================================
section-voice
================================== */
.contents-all-voice .contents-cover{
	padding-top: 3em;
}

.contents-all-voice .contents-cover + .contents-cover{
	padding-top: 4em;
}

.contents-all-voice .img-cover{
	padding-left: 1em;
	padding-right: 1em;
}

.contents-all-voice .contents-title-cover{
	padding-top: 0.5em;
}

.contents-all-voice .contents-title{
	text-align: center;
	font-weight: bold;
	font-size: 200%;
	color: #00a0f1;
}

.contents-all-voice .text-cover {
    padding-top: 0.5em;
}

.contents-all-voice .text {
	text-align: center;
	font-weight: bold;

}

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

	.section-voice .waku {
		padding-top: 3em;
	}

	.section-voice .caption-text1 {
		font-size: 130%;
	}

	.contents-all-voice .contents-title-cover {
		padding-top: 0.5em;
	}

	.contents-all-voice .contents-title {
		line-height: 1.3;
		font-size: 160%;
	}
}

/* ==================================
section-access
================================== */

.contents-all-access .access-cover{
	padding-top: 2em;
}

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

/* ==================================
section-info
================================== */

.contents-all-info .table-cover{
	padding-top: 2em;
	margin: 0 auto;
}

.contents-all-info table{
	border-collapse: collapse;
	font-size: 125%;
	line-height: 1.6;
	font-weight: bold;
}

.contents-all-info .th-info1,
.contents-all-info .td-info1{
	padding: 0.5em 0;
}

.contents-all-info .th-info1{
	width: 35%;
	text-align: right;
	padding-right: 2em;
	white-space:nowrap;
}

.contents-all-info .td-info1{
	width: 65%;
	text-align: left;
}

.contents-all-info.t2 .th-info1{
	width: 30%;
}
.contents-all-info.t2 .td-info1{
	width: 70%;
}
.contents-all-info .normal{
	font-size:85%;
	font-weight: normal;
}


@media screen and (max-width:799px){
	.contents-all-info table{
		font-size: 110%;
	}
	.contents-all-info .th-info1,
	.contents-all-info.t2 .th-info1{
		width: auto;
		padding-right: 1em;
	}
	.contents-all-info .td-info1,
	.contents-all-info.t2 .td-info1{
		width: auto;
	}
}

/* ==================================
section-contact
================================== */

#section-contact-jump .waku{
	padding-bottom: 3em;
}

.contents-all-contact .contents-outer{
	padding-top: 2em;
}

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

	#section-contact-jump .waku{
		padding-bottom: 2em;
	}
}

/* =================
web form
====================*/

input[type="checkbox"], input[type="radio"] {
    position: relative;
    z-index: 2;
    accent-color: #fff;
    cursor: pointer;
	font-weight: normal;
}

input[type="checkbox"] ~ label, input[type="radio"] ~ label {
    position: relative;
    width: 100%;
    margin-left: -1.5em;
    padding: 0.1em 1.2em 0.1em 1.7em;
    border-radius: 5px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    white-space: nowrap;
    cursor: pointer;
	font-weight: normal;
}

input[type="checkbox"]:checked ~ label, input[type="radio"]:checked ~ label {
	background-color: #4479bf;
	color: #fff;
}

form#mailformpro {
	display:block;
	width:900px;
	max-width:100%;
	margin:0 auto;
	padding-bottom:3em;
}


#mailformpro dl#mailform-list dt ,
#mailformpro dl#mailform-list dd {
	float:none;
	padding:1em 0.5em 2em;
	font-size:105%;
	line-height:1.4;
	border:0 none;
}
#mailformpro dl#mailform-list dt {
	font-weight:bold;
}

#mailformpro dl#mailform-list dt .must,
#mailformpro dl#mailform-list dt .optional {
	padding:0px 0.5em 0.15em;
	font-size:75%;
	color: #FFF;
	border-radius: 4px;
}

#mailformpro dl#mailform-list dt .must{
	background:#c00;
}

input[type="checkbox"] ~ label, 
input[type="radio"] ~ label,
#mailformpro dl#mailform-list dd input ,
#mailformpro dl#mailform-list dd textarea {
	width:100%;
	font-size:110%;
	line-height:1.3;
	padding:0.4em 0.5em;
	border:1px solid #999;
	border-radius:0.3em;
	box-shadow:none;
}

#mailformpro dl#mailform-list dd input[type="checkbox"] , 
#mailformpro dl#mailform-list dd input[type="radio"] {
	width:auto;
}

input[type="checkbox"] ~ label, 
input[type="radio"] ~ label {
    padding-left: 1.5em;
    padding-right: 1.2em;
}

.radio-cover {
	position:relative;
}

.radio-cover + .radio-cover {
    margin-left: 1em;
}

input[type="radio" i] {
	margin: 1px 3px 0px 5px;
}

#mailformpro dl#mailform-list dd textarea {
	height:10em !important;
}

#mailformpro #send_buttons {
	text-align:center;
}

#mfp_confirm_table {
	width:100%;
}

.ajust-tel{
	padding-top: 1em;
}

@media screen and (min-width:800px){
	#mailformpro dl#mailform-list {
		display:flex;
		justify-content:flex-start;
		align-items:stretch;
		flex-wrap:wrap;
	}
	#mailformpro dl#mailform-list dt {
		width:25%;
		text-align: right;
	}
	#mailformpro dl#mailform-list dd {
		width:75%;
		padding-top: 1.2em;
	}

	#mailformpro dl#mailform-list dt .head {
		display:block;
		text-align:right;
	}

	#mailformpro div.mfp_err {
		font-size:110%;
	}
}
@media screen and (max-width:799px){
	#mailformpro dl#mailform-list dt {
		padding-bottom:0;
	}
	#mailformpro dl#mailform-list dd {
		padding:0.5em 1em 1.5em;
		text-align:center;
	}

	#mailformpro dl#mailform-list dt .must {
		margin-left:0.5em;
	}

	.radio-group2{
		justify-content: center !important;
		flex-wrap: wrap;
	}

	.radio-cover{
		width: auto;
		padding: 0 0.5em;	
	}

	.radio-cover:nth-of-type(4),
	.radio-cover:nth-of-type(5){
		padding-top: 1em;
	}
}

/* ==================================
footer
================================== */

footer{
	background-color:#4479bf;
}

footer .waku {
    padding-top: 3em;
}

footer .content-cover {
    margin: 0 auto;
	text-align: center;
}

footer .logo img {
    width: 360px;
}

footer .text-cover{
	color: #fff;
	font-size: 130%;
	line-height: 1.6;
	padding-top: 1em;
}

footer .copyright-cover{
	padding-top: 1em;
}

footer .copyright{
	text-align: center;
	font-size: 90%;
}

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

	footer .waku {
		padding-top: 2.5em;
	}

	footer .logo {
		width: 400px;
	}

	footer .text-cover {
		padding-top: 1em;
	}
}

/* ==================================
thanks.html
================================== */

.mfp_thanks {
	text-align: center;
}

.mfp_thanks .thanks-text1{
	font-size: 250%;
}

#ThanksComment{
	padding-top:1em;
}

.mfp_thanks .thanks-text2{
	font-size: 120%;
}

.mfp_thanks .thanks-text3{
	padding-top:1.5em;
	font-size: 120%;
}

/* mfp_caution */
div.mfp_thanks ul.mfp_caution li {
	font-size: 120%;
}

.mfp_thanks .mfp_caution-text1{
	font-size: 120%;
}

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

	#container{
		border-top: solid 30px #ddf0ff;
	}

	.mfp_thanks .thanks-text1{
		font-size: 200%;
		line-height: 1.3;
	}
		
	.mfp_thanks .thanks-text2{
		font-size: 120%;
	}
	
	.mfp_thanks .thanks-text3{
		padding-top:1em;
		font-size: 120%;
	}
	
	/* mfp_caution */
	div.mfp_thanks ul.mfp_caution li {
		padding: 15px 0px 0 0;
	}
	
	.mfp_thanks .mfp_caution-text1{
		padding-top: 0.5em;
	}
}














