body {
	font-family: 'Noto Sans JP', sans-serif;
}
th, td{
	font-family: 'Noto Sans JP', sans-serif !important;
}
th{
	font-weight: 400 !important;
}
main {
    margin: 0 auto;
    background: #fff;
}
h1, h1 a, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #02487C;
}

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

.um input[type="submit"].um-button
, .um input[type="button"].um-button
, .um input[type="submit"].um-button:focus
, .um a.um-button, .um a.um-button.um-disabled:hover
, .um a.um-button.um-disabled:focus
, .um a.um-button.um-disabled:active{
	background: #02487C !important;
}

.um input[type="submit"].um-button:hover{
background: #1D71AF !important;
}

.um .um-button.um-alt, .um input[type="submit"].um-button.um-alt{
	color: #fff !important;
}
.um .um-button.um-alt::before, .um input[type="submit"].um-button.um-alt::before{
	color: #fff !important;
}
.bpbm-pm-button{
	display: none !important;
}
/*----------
HP color
----------*/
body{
	background-color: #fff;
}
body, p, h1, h2, h3, h4, h5, h6, th, td, li{
	line-height: 1.8;
}
h2{
}
h3{
}
h4, h5, h6{
}
i{
	font-size: 30px;
}
a{
	text-decoration: none;
	color: #02487C;
}
a:hover{
	color: #1d71af;
}
table th{
	background: #f0f0f0;
  	border: solid 1px #ccc;
  	color: #02487C;
}
table td{
	border: solid 1px #ccc;
}
span.normal{
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #444;
	color: #444;
}
span.red{
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #dc3545;
	color: #dc3545;
}
button{
	appearance: none;
  	border: 0;
  	border-radius: 5px;
  	background: #02487C !important;
	color: #fff !important;
  	padding: 8px 16px;
  	font-size: 16px;
}
.btn-dark{
	background: #02487C;
}
button.btn_red{
	appearance: none;
  	border: 0;
  	border-radius: 5px;
  	background: #dc3545 !important;
  	color: #fff;
  	padding: 8px 16px;
  	font-size: 16px;
}
button.btn_gray{
	appearance: none;
  	border: 0;
  	border-radius: 5px;
  	background: #444 !important;
  	color: #fff;
  	padding: 8px 16px;
  	font-size: 16px;
}
button.btn_yellow{
	appearance: none;
  	border: 0;
  	border-radius: 5px;
  	background: #ffc136 !important;
  	color: #444 !important;
  	padding: 8px 16px;
  	font-size: 16px;
}
button:hover{
	cursor: pointer;
    opacity: 0.8;
}
#fp00 .btn {
    width: 100%;
    background: #fff !important;
    border: none;
    padding: 10px 0;
    border-radius: 30px;
    color: #02487C !important;
    font-size: 20px;
    font-weight: bold;
}
textarea{
	width: 100%;
}

/* --DEMO-- */
.wpfs-form-label {
	margin-bottom: 8px;
}
.wpfs-form-label, .wpfs-form-check-group-title {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: var(--form-base-color);
}
[class^="wpfs-"], [class*=" wpfs-"] {
	font-family: var(--font-family);
	font-size: initial;
	color: #666 ;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wpfs-form-label, .wpfs-form-check-group-title {
	float: none;
	padding: 0;
	width: auto;
	text-align: left;
}
.wpfs-form-group {
	margin-bottom: 24px;
}
.wpfs-form-group input{
	display: inline-block;
    width: 100%;
    height: 40px;
    color:#444;
    font-family: var(--font-family);
    font-size: 15px;
    padding: 0 16px;
    border: 1px solid #666;
    border-radius: 5px;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.wpfs-tooltip-content{
	opacity: 0;
	z-index: 0;
	max-width: 263px;
	margin: 0 2rem;
	position: absolute;
	background: #fff;
	padding: 1rem;
	border: solid 1px #ccc;
	transition: all .5s;
}
#payment-details--ZTUwYTY{
	color: #02487C;
}
#payment-details--ZTUwYTY:hover + .wpfs-tooltip-content{
	opacity: 1;
	z-index: 10;
}
.wpfs-tooltip-content * {
	width: auto !important;
}
/* --DEMO-- */
@media (max-width: 767.98px) {
	.last td:last-child {
    	border-bottom: solid 1px #ccc;
  	}
  	.alert{
  		margin: 3vw 0;
		padding: 3vw;
	}
}
/*----------
HP size
----------*/
h1{
	font-size: 30px;
}
h1 a img{
	width: auto;
	height: 80px;
}
h2{
	font-size: 24px;
	padding: 30px 0;
	text-align: center;
}
h3{
	font-size: 22px;
	margin-bottom: 0;
	padding: 5px 0;
	text-align: center;
}
h4{
	font-size: 20px;
	border-bottom: 3px solid;
	margin-bottom: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}
p, th, td, li{
	font-size: 16px;
}
table{
	width: 100%;
}
table th{
	width: 30%;
  	padding: 10px;
  	text-align: center;
}
table td{
	width: 70%;
	padding: 10px;
}
@media (max-width: 767.98px) {
	h1{
		font-size: 6vw;
	}
	h2{
		font-size: 6vw;
		padding: 3vw 0;
	}
	h3{
		font-size: 5.5vw;
		padding: 1vw 0;
	}
	h4{
		border-bottom: .5vw solid;
		margin-bottom: 2vw;
	}
	h5{
		font-size: 4.5vw;
	}
	h6{
		font-size: 4vw;
	}
	th, td, button, input, label, select, textarea{
		font-size: 3.5vw;
	}
	
	
	
	.last td:last-child {
    	width: 100%;
  	}
	table th, table td{
  		border-bottom: none;
	    display: block;
	    width: 100%;
	}
}

/* form-nav */
.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f0f0f0;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #f0f0f0;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}
@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

@media screen and (max-width: 480px) {
	.progressbar{
	margin: 20px 0 20px;
	}

}

/* active */
.progressbar .item.active {
    z-index: 1;
    background: #02487C;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #02487C;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}



/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */

.u-mt-xxsmall {margin: 5px 0 0;}
.u-mt-xsmall {margin: 10px 0 0;}
.u-mt-small {margin: 20px 0 0;}
.u-mt {margin: 30px 0 0;}
.u-mt-large {margin: 40px 0 0;}
.u-mt-xlarge {margin: 50px 0 0;}
.u-mt-xxlarge {margin: 60px 0 0;}

.u-mr-xxsmall {margin:0 5px 0 0;}
.u-mr-xsmall {margin:0 10px 0 0;}
.u-mr-small {margin:0 20px 0 0;}
.u-mr { margin:0 30px 0 0;}
.u-mr-large {margin:0 40px 0 0;}
.u-mr-xlarge {margin:0 50px 0 0;}
.u-mr-xxlarge {margin:0 60px 0 0;}

.u-mb-xxsmall {margin:0 0 5px 0;}
.u-mb-xsmall {margin:0 0 10px 0;}
.u-mb-small {margin:0 0 20px 0;}
.u-mb { margin:0 0 30px 0;}
.u-mb-large {margin:0 0 40px 0;}
.u-mb-xlarge {margin:0 0 50px 0;}
.u-mb-xxlarge {margin:0 0 60px 0;}

.u-ml-xxsmall {margin:0 0 0 5px;}
.u-ml-xsmall {margin:0 0 0 10px;}
.u-ml-small {margin:0 0 0 20px;}
.u-ml {margin:0 0 0 30px;}
.u-ml-large {margin:0 0 0 40px;}
.u-ml-xlarge {margin:0 0 0 50px;}
.u-ml-xxlarge {margin:0 0 0 60px;}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c{text-align:center}
.align_r{text-align:right }
.align_l{text-align:left}

.flo_l {float:left;}
.flo_r {float:right;}
.cboth{ clear: both;}

/* PC表示設定 */
.is-pc { display: block !important;}
.is-sp { display: none !important; }

/* SP非表示設定 */
@media screen and (max-width:980px){
.is-pc { display: none !important; }
.is-sp { display: block !important; }
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.txt12 {font-size:12px;}
.txt13 {font-size:13px;}
.txt14 {font-size:14px;}
.txt15 {font-size:15px;}
.txt16 {font-size:16px;}
.txt18 {font-size:18px;}
.txt20 {font-size:20px;}
.txt22 {font-size:22px;}
.txt24 {font-size:24px;}
.txt26 {font-size:26px;}
.txt28 {font-size:28px;}
.txt30 {font-size:30px;}
.txt32 {font-size:32px;}
.txt34 {font-size:34px;}
.txt36 {font-size:36px;}
.txt38 {font-size:38px;}
.txt40 {font-size:40px;}
.txt46 {font-size:46px;}
.txt50 {font-size:50px;}
.txt56 {font-size:56px;}
.txt60 {font-size:60px;}
.text-bold {font-weight: bold;}
.text-udl {text-decoration: underline;}
.font-italic {font-style: italic;}

.blue{ color: #02487C;}

.bg-gray{
background: #EAF0F4;
}

.top-bg-gray{
background: #EAF0F4;
}

@media screen and (max-width:980px){
.top-bg-gray{
padding: 60px 0;
background: #EAF0F4;
}
}


a {
	color: #02487C;
}
main.singlepage h1 {
	margin-bottom: 1em;
	position: relative;
	padding: 0;
	z-index: 1;
	color: #02487C;
}

/*main.singlepage h1:before {
	content:url("../images/icon-single-headingicon.svg");
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-right: #fff solid 2px;
	background: #fff;
}*/

/*main.singlepage h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-right: #fff solid 2px;
	background: #fff;
	background-image: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 163, 0.0)), color-stop(0.20, rgba(0, 152, 163, 0.0)), color-stop(0.20, rgba(0, 152, 163, 0.1)), color-stop(0.40, rgba(0, 152, 163, 0.1)), color-stop(0.40, rgba(0, 152, 163, 0.3)), color-stop(0.60, rgba(0, 152, 163, 0.3)), color-stop(0.60, rgba(0, 152, 163, 0.5)), color-stop(0.80, rgba(0, 152, 163, 0.5)), color-stop(0.80, rgba(0, 152, 163, 0.6)), to(rgba(0, 152, 163, 0.6)));
	background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: -moz-linear-gradient(top, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: -o-linear-gradient(top, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: linear-gradient(to bottom, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	z-index: -1;
}
main.singlepage h1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 152, 163, 0.0)), color-stop(0.20, rgba(0, 152, 163, 0.0)), color-stop(0.20, rgba(0, 152, 163, 0.1)), color-stop(0.40, rgba(0, 152, 163, 0.1)), color-stop(0.40, rgba(0, 152, 163, 0.3)), color-stop(0.60, rgba(0, 152, 163, 0.3)), color-stop(0.60, rgba(0, 152, 163, 0.5)), color-stop(0.80, rgba(0, 152, 163, 0.5)), color-stop(0.80, rgba(0, 152, 163, 0.6)), to(rgba(0, 152, 163, 0.6)));
	background-image: -webkit-linear-gradient(left, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: -moz-linear-gradient(left, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: -o-linear-gradient(left, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	background-image: linear-gradient(to right, transparent 20%, rgba(0, 152, 163, 0.1) 20%, rgba(0, 152, 163, 0.1) 40%, rgba(0, 152, 163, 0.3) 40%, rgba(0, 152, 163, 0.3) 60%, rgba(0, 152, 163, 0.5) 60%, rgba(0, 152, 163, 0.5) 80%, rgba(0, 152, 163, 0.6) 80%, rgba(0, 152, 163, 0.6) 100%);
	z-index: -1;
}*/
h2 {
	color: #02487C;
}
main > .container > .row > div.col-md-8:first-child {
	margin-top:50px;
}
main.singlepage #comments {
	margin-top:100px;
}
main.singlepage h2 {
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 16px;
	font-weight: normal;
}
main.singlepage h2:before {
	content: "";
	border-bottom: 2px solid #02487C;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
main.singlepage h2:after {
	border-bottom: 2px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
main.singlepage #sidebar h2 {
	font-size: 24px;
	padding: 30px 0 0;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}
main.singlepage #sidebar h2:before {
	border: none;
}
main.singlepage #sidebar h2:after {
	border: none;
}
main.singlepage h3 {
	text-align: left;
	font-weight: normal;
	position: relative;
	padding: 8px 0px;
	color: #02487C !important;
}
/*main.singlepage h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #02487C;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 0;
}
main.singlepage h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #02487C;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 4px;
}*/
img {
	max-width: 100%;
}
header {
	background-color: #EAF0F4;
}
header .footer_menu_wrap {
	padding-bottom: 8px;
}
header .footer_menu_wrap ul.menu {
	margin-bottom: 0;
}
/*main.frontpage .mainimage {
	border-bottom: solid 0px #f6dedc;
	padding: 0;
}*/
.btn-blue {
	margin: 0 5px;
	padding: 10px 15px;
	background: #02487C;
	border-color: #02487C;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}
.btn-blue:hover {
	background: #1d71af;
	border-color: #1d71af;
	color: #fff;
}
.btn-wht {
	margin: 0 5px;
	padding: 10px 15px;
	background: #fff;
	border-color: #02487C;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #02487C;
}
.btn-wht:hover {
	background: #bbe0fb;
	border-color: #02487C;
	color: #02487C;
}
.fp_160f69 {
	background: #379cff;
}
#fp02 {
	background: #f3f8fc;
}
#fp02 .salon_wrap {
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: bottom right;
}



.infosalon > img {
	max-width: 400px;
}
/* pagenation */
div.container-page {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
div.container-page .page-numbers {
	padding: 0 0.5em;
}
/* ultimate member */
a.um-link {
	color: #379cff !important;
}
.um-profile-nav-item.active a {
	background: #379cff !important;
}
/* inquiry form */
table.inquiry th {
	/*
	white-space: nowrap;
	*/
}
table.inquiry td {}

.header_logo {
		text-align: left;
		margin:-10px 0 0;
	}
.header_logo img {
width: 50%;
height: auto;
}

@media screen and (max-width:1200px){
.header_logo img {
width: 70%;
height: auto;
}
}

@media screen and (max-width:980px){
.header_logo img {
width: 100%;
height: auto;
}
}

img.company01 {
		height: 15px;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}

img.company02 {
		height: 34px;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}

@media screen and (max-width:980px){
img.company01 {
		height: 2.0vw;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}
img.company02 {
		height: 4.8vw;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}


}

@media screen and (max-width:480px){
img.company01 {
		height: 3.5vw;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}
img.company02 {
		height: 8.0vw;
        width: auto;
		vertical-align: baseline;
		margin: 10px 0 0;
	}
}

.footer_logo img {
		max-width: 40%;
		height: auto;
	}

/* mobile */
@media (max-width: 767.98px) {
	.header_logo {
		padding: 0;
		text-align: center;
		margin: 10px 0 0;
	}
	.header_logo img {
		width:70vw;
		height: auto;
	}
	.footer_logo img {
		max-width: 60vw;
		height: auto;
	}
	main > .container > .row > div.col-md-8:first-child {
		margin-top:20px;
	}
	main.singlepage #comments {
		margin-top:100px;
	}
	.infosalon > img {
		max-width: 50vw;
		margin: 0 auto 20px;
	}
	/*img.company02 {
		height: 12.69vw;
		width: auto;
		vertical-align: baseline;
		margin: 0;
	}*/
	
	.login{
	padding: 15px 0;
	}
	
}

.top-main{
margin: 0;
padding: 0;
position: relative;
}

.top-main img{
width: 100%;
height: auto;
}

.top-main p{
position: absolute;
padding:10px 20px 20px;
top: 35%;
left: 0;
font-size: 40px;
width: 70%;
font-weight: bold;
background: rgba(2,72,124,0.90);
color: #fff;
line-height: 1.6;
}

.top-main .main-caption{
position: absolute;
bottom: 15px;
right: 15px;
font-size: 12px;
color: #fff;
}

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

.top-main p{
position: absolute;
padding:10px 20px 20px;
top: 33%;
left: 0;
font-size: 40px;
width: 80%;
font-weight: bold;
background: rgba(2,72,124,0.90);
color: #fff;
}
}

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

.top-main{
margin: 0;
padding: 0;
position: relative;
}

.top-main img{
width: auto;
height: 50vh;
object-fit: cover;
}

.top-main p{
position: absolute;
padding:10px 20px 20px;
top: 35%;
left: 0;
font-size: 40px;
width: 100%;
font-weight: bold;
background: rgba(2,72,124,0.90);
color: #fff;
}
}

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

.top-main{
margin: 0;
padding: 0;
position: relative;
height: 40vh;
}

.top-main img{
width: auto;
height: 100%;
object-fit: cover;
object-position: 60% 100%;
}

.top-main p{
position: absolute;
top: 27%;
left: 0;
font-size: 27px;
width: 100%;
padding:10px 20px 15px;
}
.top-main .main-caption{
position: absolute;
bottom: 10px;
right: 10px;
font-size: 12px;
color: #fff;
}

}

.page-topintro-base{
margin: 0 auto;
padding: 60px 0 120px;
max-width: 1200px;
position: relative;
}

@media screen and (max-width:1200px){
.page-topintro-base{
margin: 0 auto;
padding: 60px 0 120px;
max-width: 1200px;
position: relative;
}
}

@media screen and (max-width:980px){
.sp-page-topintro-base{
margin: 0 auto;
padding: 30px 0;
width: 100%;
background: url("../images/img-topintro-01.jpg") no-repeat;
background-size: cover;
background-position: right top;
}
}


.page-base{
margin: 0 auto;
padding: 60px 0;
max-width: 1200px;
position: relative;
}

@media screen and (max-width:480px){
.page-base{
margin: 0 auto;
padding: 30px 0 10px;
max-width: 1200px;
}
}

.top-intro-ph{
margin: 0;
padding: 0;
text-align: right;
}

.top-intro-ph img{
width: 630px;
height: auto;
}

@media screen and (max-width:980px){
.top-intro-ph{
margin: 0;
padding: 0;
text-align: center;
}

.top-intro-ph img{
width: 100%;
height: 450px;
object-fit: cover;
}
}

@media screen and (max-width:480px){
.top-intro-ph{
margin: 0;
padding: 0;
text-align: center;
}

.top-intro-ph img{
width: 100%;
height: auto;
}
}


.top-intro-textbase{
margin: 0;
padding: 30px;
width: 700px;
min-height: 300px;
background:rgba(255,255,255,0.90);
position:absolute;
bottom: 60px;
left: 20px;
}

@media screen and (max-width:980px){
.top-intro-textbase{
margin: 0 auto;
padding: 20px 20px;
width: 85%;
min-height: 300px;
background:rgba(255,255,255,0.90);
position:absolute;
bottom: 60px;
left: 0;
right: 0;
}
}

ul.top-intro-list{
margin: 0;
padding: 0;
}

ul.top-intro-list li{
margin: 0 0 15px;
padding: 0 0 0 25px;
list-style: none;
background: url("../images/icon-check.svg") no-repeat;
background-position: 0 9px;
font-size: 18px;
font-weight: bold;
}

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

.sp-top-intro-textbase{
margin: 0 auto;
padding: 20px 20px;
width: 90%;
background:rgba(255,255,255,0.90);
}

ul.top-intro-list li{
margin: 0 0 10px;
padding: 0 0 0px 25px;
list-style: none;
background: url("../images/icon-check.svg") no-repeat;
background-position: 0 9px;
font-size: 16px;
font-weight: bold;
}
}


span.ylw {
background-color: #ff9;
}

.top-btnarea{
margin: 0 auto;
padding: 0;
max-width: 800px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

@media screen and (max-width:980px){
.top-btnarea{
margin: 0 auto;
padding: 0 20px;
max-width: 800px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}

.top-btn-01{
margin: 0;
padding: 0;
border: 1px solid #02487C;
position: relative;
overflow:hidden;
display: block;
width: 48%;
}

.top-btn-01 a{
display: block;
}

.top-btn-01 a figure {
  overflow: hidden;
  position: relative;
  display: block;
  /* 基本の高さ */
  height: 200px;
}
.top-btn-01 a figure img {
  width: 101%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

@media screen and (max-width:630px){
.top-btn-01 a figure {
  overflow: hidden;
  position: relative;
  display: block;
  /* 基本の高さ */
  height: 150px;
}
.top-btn-01 a figure img {
  width: 101%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
}



.top-btn-01 a:hover figure img {
  transform: translateX(-50%) scale(1.1, 1.1);
  opacity: 0.9;
}

.top-btn-01 .btn-box{
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
width: 100%;
}

.top-btn-01 .btn-box .btn-text{
padding: 5px;
position:relative;
width:100%;
background: #02487C;
color: #fff;
text-align: center;
-webkit-transition: all .5s;
transition: all .5s;
font-size: 20px;
}

@media screen and (max-width:630px){
.top-btn-01 .btn-box .btn-text{
font-size: 14px;
}
}

.top-btn-01 .btn-box .btn-text .link{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.top-btn-01 .btn-box .btn-text:hover{
padding: 5px;
position:relative;
width:100%;
background: #1d71af;
color: #fff;
text-align: center;
}

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

.top-btnarea{
margin: 0 auto;
padding: 0 20px;
max-width: 800px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}

.top-btn-01{
margin: 0 0 20px;
padding: 0;
border: 1px solid #02487C;
position: relative;
overflow:hidden;
display: block;
width: 100%;
}
}

.page-base-shinki{
margin: 0 auto;
padding: 60px 0 0;
max-width: 100%;
position: relative;
}

@media screen and (max-width:480px){
.page-base-shinki{
margin: 0 auto;
padding: 30px 0 0;
max-width: 100%;
}
}

.page-base-shinki .heading-01,
.page-base-tokuten .heading-01{
margin: 0;
padding: 0;
font-size: 30px;
font-weight: bold;
text-align: center;
}

@media screen and (max-width:480px){
.page-base-shinki .heading-01,
.page-base-tokuten .heading-01{
margin: 0;
padding: 0;
font-size: 24px;
font-weight: bold;
text-align: center;
}
}

.top-register-area{
margin: 60px 0 0;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

@media screen and (max-width:480px){
.top-register-area{
margin: 30px 0 0;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
}

.top-register-area .leftbox{
margin: 0;
padding: 20px;
background: #B5BEC5;
width: 50%;
text-align: center;
position:relative;
-webkit-transition: all .5s;
transition: all .5s;
}

.top-register-area .leftbox:hover{
background: #d3dadf;
}

.top-register-area .leftbox .textarea{
margin: 0 auto;
padding: 0;
width: 380px;
text-align: left;
color:#000;
}

.top-register-area .leftbox .textarea .label{
margin: 0 auto;
padding: 0;
width: 183px;
height: auto;
}

.top-register-area .leftbox .textarea ul.list-bk{
margin: 0;
padding: 0;
}

.top-register-area .leftbox .textarea ul.list-bk li{
margin: 15px 0 0;
padding: 0 0 0 20px;
background: url("../images/icon-arrow.svg") no-repeat;
background-position: 0 10px;
text-align: left;
color:#000;
list-style: none;
}

.top-register-area .rightbox{
margin: 0;
padding: 20px;
background: #000;
color: #fff;
width: 50%;
position:relative;
-webkit-transition: all .5s;
transition: all .5s;
}

.top-register-area .rightbox:hover{
background: #373636;
}

.top-register-area .rightbox .textarea{
margin: 0 auto;
padding: 0;
width: 390px;
text-align: left;
color: #fff;
}

.top-register-area .rightbox .textarea .label{
margin: 0 auto;
padding: 0;
width: 183px;
height: auto;
}

.top-register-area .rightbox .textarea ul.list-bk{
margin: 0;
padding: 0;
}

.top-register-area .rightbox .textarea ul.list-bk li{
margin: 15px 0 0;
padding: 0 0 0 20px;
background: url("../images/icon-arrow-wh.svg") no-repeat;
background-position: 0 10px;
text-align: left;
color: #fff;
list-style: none;
}


.top-register-area .leftbox .link,
.top-register-area .rightbox .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:980px){
.top-register-area .leftbox .textarea,
.top-register-area .rightbox .textarea{
padding: 0 2%;
width: 96%;
}
}

@media screen and (max-width:480px){
.top-register-area .leftbox,
.top-register-area .rightbox{
padding: 15px 2%;
width: 100%;
}
}

.page-base-tokuten{
margin: 0 auto;
padding: 60px 0;
max-width: 100%;
position: relative;
}

@media screen and (max-width:1200px){
.page-base-tokuten{
margin: 0 auto;
padding: 30px 2%;
max-width: 100%;
position: relative;
}
}

@media screen and (max-width:480px){
.page-base-tokuten{
margin: 0 auto;
padding: 30px 0;
max-width: 100%;
position: relative;
}
}

ul.tokuten-base{
margin: 60px auto 0;
padding: 0;
max-width: 1200px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
}

ul.tokuten-base li.tokuten-01{
margin: 0 0 30px;
padding: 0 5px;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-01.svg") no-repeat;
background-position: right 90px; 
}

ul.tokuten-base li.tokuten-02{
margin: 0 0 30px;
padding: 0 5px;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-02.svg") no-repeat;
background-position: right 90px; 
}

ul.tokuten-base li.tokuten-03{
margin: 0 0 30px;
padding: 0 5px ;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-03.svg") no-repeat;
background-position: right 90px; 
}

ul.tokuten-base li.tokuten-04{
margin: 0;
padding: 0 5px;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-04.svg") no-repeat;
background-position: right 90px; 
}

ul.tokuten-base li.tokuten-05{
margin: 0;
padding: 0 5px;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-05.svg") no-repeat;
background-position: right 90px; 
}

ul.tokuten-base li.tokuten-06{
margin: 0;
padding: 0 5px;
width: 30%;
min-height: 200px;
list-style: none;
border-bottom: 1px solid #ccc;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
background: url("../images/num-tokuten-06.svg") no-repeat;
background-position: right 90px; 
}


ul.tokuten-base li.tokuten-01 .title,
ul.tokuten-base li.tokuten-02 .title,
ul.tokuten-base li.tokuten-03 .title,
ul.tokuten-base li.tokuten-04 .title,
ul.tokuten-base li.tokuten-05 .title,
ul.tokuten-base li.tokuten-06 .title{
margin: 10px 0 0;
padding: 0;
font-size: 22px;
font-weight: bold;
color: #02487C;
line-height: 1.4;
}

ul.tokuten-base li.tokuten-01 .icon,
ul.tokuten-base li.tokuten-02 .icon,
ul.tokuten-base li.tokuten-04 .icon,
ul.tokuten-base li.tokuten-05 .icon{
margin: 30px 0 0;
padding: 0;
top: 10px;
left: 0;
width: 12%;
}

ul.tokuten-base li.tokuten-03 .icon,
ul.tokuten-base li.tokuten-06 .icon{
margin: 30px 0 0;
padding: 0;
top: 10px;
left: 0;
width: 14%;
}


ul.tokuten-base li.tokuten-01 .icon img,
ul.tokuten-base li.tokuten-02 .icon img,
ul.tokuten-base li.tokuten-03 .icon img,
ul.tokuten-base li.tokuten-04 .icon img,
ul.tokuten-base li.tokuten-05 .icon img,
ul.tokuten-base li.tokuten-06 .icon img{
width: 100%;
height: auto;
}

ul.tokuten-base li.tokuten-01 .textarea,
ul.tokuten-base li.tokuten-02 .textarea,
ul.tokuten-base li.tokuten-04 .textarea,
ul.tokuten-base li.tokuten-05 .textarea{
margin: 0;
padding: 0;
top: 10px;
left: 0;
width: 80%;
}

ul.tokuten-base li.tokuten-03 .textarea,
ul.tokuten-base li.tokuten-06 .textarea{
margin: 0;
padding: 0;
top: 10px;
left: 0;
width: 76%;
}

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

ul.tokuten-base li.tokuten-01,
ul.tokuten-base li.tokuten-02,
ul.tokuten-base li.tokuten-03,
ul.tokuten-base li.tokuten-04,
ul.tokuten-base li.tokuten-05,
ul.tokuten-base li.tokuten-06{
width: 30%;
min-height: 270px;
background-position: right 180px;
background-size: 60%;
}

ul.tokuten-base li.tokuten-01,
ul.tokuten-base li.tokuten-02,
ul.tokuten-base li.tokuten-03{
margin: 0 0 20px;
}

}

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

ul.tokuten-base li.tokuten-01,
ul.tokuten-base li.tokuten-02,
ul.tokuten-base li.tokuten-03,
ul.tokuten-base li.tokuten-04,
ul.tokuten-base li.tokuten-05,
ul.tokuten-base li.tokuten-06{
width: 30%;
min-height: 270px;
background-position: right 200px;
background-size: 60%;
}

}


@media screen and (max-width:480px){
ul.tokuten-base{
margin: 30px auto 0;
padding: 0;
max-width: 1200px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}

ul.tokuten-base li.tokuten-01,
ul.tokuten-base li.tokuten-02,
ul.tokuten-base li.tokuten-03,
ul.tokuten-base li.tokuten-04,
ul.tokuten-base li.tokuten-05,
ul.tokuten-base li.tokuten-06{
margin: 0 auto;
width: 96%;
min-height: 150px;
background-position: right 40px;
}

ul.tokuten-base li.tokuten-01 .title,
ul.tokuten-base li.tokuten-02 .title,
ul.tokuten-base li.tokuten-03 .title,
ul.tokuten-base li.tokuten-04 .title,
ul.tokuten-base li.tokuten-05 .title,
ul.tokuten-base li.tokuten-06 .title{
margin: 10px 0 0;
padding: 0;
font-size: 20px;
font-weight: bold;
color: #02487C;
line-height: 1.4;
}

ul.tokuten-base li.tokuten-01 .icon,
ul.tokuten-base li.tokuten-02 .icon,
ul.tokuten-base li.tokuten-03 .icon,
ul.tokuten-base li.tokuten-04 .icon,
ul.tokuten-base li.tokuten-05 .icon,
ul.tokuten-base li.tokuten-06 .icon{
margin: 30px 0 0;
padding: 0;
top: 10px;
left: 0;
width: 12%;
}

ul.tokuten-base li.tokuten-01 .textarea,
ul.tokuten-base li.tokuten-02 .textarea,
ul.tokuten-base li.tokuten-03 .textarea,
ul.tokuten-base li.tokuten-04 .textarea,
ul.tokuten-base li.tokuten-05 .textarea,
ul.tokuten-base li.tokuten-06 .textarea{
margin: 0;
padding: 0 0 10px;
top: 10px;
left: 0;
width: 80%;
}
}

.kotei-main-01{
background: url("../images/img-kotei-01.jpg") no-repeat;
background-size: cover;
position: relative;
height:180px;
}

.kotei-main-02{
background: url("../images/img-kotei-02.jpg") no-repeat;
background-size: cover;
position: relative;
height:180px;
}

.kotei-common{
background: url("../images/img-kotei-03.jpg") no-repeat;
background-size: cover;
position: relative;
height:180px;
}

.kotei-main-01::before,
.kotei-main-02::before,
.kotei-common::before
{
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  background-color: rgba(2,72,124,0.5);
}
.kotei-main-01 p,
.kotei-main-02 p,
.kotei-common p
{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:sans-serif;
  font-size:36px;
  font-weight:bold;
  letter-spacing:3px;
  color:#fff;
}

@media screen and (max-width:1200px){
.kotei-main-01 p,
.kotei-main-02 p,
.kotei-common p{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:sans-serif;
  font-size:32px;
  font-weight:bold;
  letter-spacing:3px;
  color:#fff;
  text-align: center;
  line-height: 1.5;
	width: 100%;
}
}

@media screen and (max-width:480px){
.kotei-main-01 p,
.kotei-main-02 p,
.kotei-common p{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:sans-serif;
  font-size:24px;
  font-weight:bold;
  letter-spacing:3px;
  color:#fff;
  text-align: center;
}
}


.kotei-bg-gray{
margin: 0;
padding: 60px 0;
background: #EAF0F4;
}

@media screen and (max-width:480px){
.kotei-bg-gray{
margin: 0;
padding: 20px 0;
background: #EAF0F4;
}
}


.kotei-base-01{
margin: 0px auto;
padding: 80px;
background: #fff;
box-sizing: border-box;
width: 1200px;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}

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

.kotei-base-01{
margin: 0px auto;
width: 94%;
}

}

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

.kotei-base-01{
padding: 40px;
}

}

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

.kotei-base-01{
padding: 20px;
}

}

.kotei-base-02{
margin: 60px auto 0;
padding: 80px;
background: #fff;
box-sizing: border-box;
width: 1200px;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}

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

.kotei-base-02{
margin: 30px auto 0;
width: 94%;
}

}

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

.kotei-base-02{
padding: 40px;
}

}

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

.kotei-base-02{
padding: 20px;
}

}

.kotei-commonbase{
margin: 0px auto;
padding: 80px 0;
width: 1200px;
}

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

.kotei-commonbase{
margin: 0px auto;
padding: 80px 0;
width: 94%;
}

}

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

.kotei-commonbase{
padding: 40px;
}

}

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

.kotei-commonbase{
padding: 20px;
}

}

.register-base{
margin: 0px auto;
padding: 40px 80px;
background: #fff;
box-sizing: border-box;
max-width: 800px;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
position: relative;
box-sizing: border-box;
}

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

.register-base{
margin: 0px auto;
width: 94%;
}

}

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

.register-base{
padding: 40px 80px;
}

}

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

.register-base{
padding: 30px;
}

}

.register-base-02{
margin: 60px auto 0;
padding: 40px 80px;
background: #fff;
box-sizing: border-box;
max-width: 800px;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
position: relative;
}

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

.register-base-02{
margin: 60px auto 0;
padding: 20px 30px 30px;
width: 100%;
}

}

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

.register-base-02{
padding: 20px 30px 30px;
}

}

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

.register-base-02{
margin: 30px auto 0;
padding: 15px 20px 25px;
}

}

.register-base-heading{
margin: 0;
padding: 0 0 12px;
border-bottom: 1px solid #02487C;
font-size: 25px;
font-weight: bold;
color: #02487C;
}


.register-button {
  display: inline-block;
  width: 200px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #02487C;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 1px;
}
.register-button,
.register-button::before,
.register-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.register-button:hover {
  background-color: #1d71af;
  color: #fff;
}





.kotei-qa{
margin: 0px auto;
padding: 80px 0;
width: 800px;
}

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

.kotei-qa{
margin: 0px auto;
padding: 80px 0;
width: 94%;
}

}

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

.kotei-qa{
padding: 40px;
}

}

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

.kotei-qa{
padding: 20px;
}

}



.school-base-01,
.school-base-02{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.school-base-01 .photo{
width: 45%;
margin: 40px 0 0;
}

.school-base-02 .photo02{
width: 45%;
margin: 60px 0 0;
}

.school-base-01 .photo img,
.school-base-02 .photo img{
width: 100%;
height: auto;
}

.school-base-01 .text,
.school-base-02 .text{
width: 50%;
}

@media screen and (max-width:480px){
.school-base-01{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}

.school-base-02{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}

.school-base-01 .text,
.school-base-02 .text{
width: 100%;
margin: 0;
}

.school-base-01 .photo{
width: 100%;
margin: 30px 0 0;
}

.school-base-02 .photo02{
width: 100%;
margin: 30px 0 0;
}

}


.kotei-base-01 .heading{
    margin: 50px 0 0;
    padding: 1px 5px 1px 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position:relative;
}

.kotei-base-01 .heading:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 8px;
	height: calc(100% - 10px);
	background-color: #02487C;
	border-radius: 4px;
}

@media screen and (max-width:480px){
.kotei-base-01 .heading{
    margin: 50px 0 0;
    padding: 1px 5px 1px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    position:relative;
}
.kotei-base-01 .heading:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 6px;
	height: calc(100% - 10px);
	background-color: #02487C;
	border-radius: 4px;
}
}

.kotei-base-01 .member-heading,
.kotei-base-02 .member-heading{
    margin: 0;
    padding: 1px 5px 1px 20px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    position:relative;
	color: #02487C;
}

.kotei-base-01 .member-heading:before,
.kotei-base-02 .member-heading:before
{
	content: "";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 8px;
	height: calc(100% - 10px);
	background-color: #02487C;
	border-radius: 4px;
}

@media screen and (max-width:480px){
.kotei-base-01 .member-heading,
.kotei-base-02 .member-heading{
    margin: 0;
    padding: 1px 5px 1px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    position:relative;
}

.kotei-base-01 .member-heading:before,
.kotei-base-02 .member-heading:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 6px;
	height: calc(100% - 10px);
	background-color: #02487C;
	border-radius: 4px;
}
}



.syokyu{
margin: 20px 0 0;
padding: 2px 10px;
background: #0686E3;
text-align: center;
color: #fff;
display: inline-block;
font-size: 14px;
}

.tyukyu{
margin: 20px 0 0;
padding: 2px 10px;
background: #0069B7;
text-align: center;
color: #fff;
display: inline-block;
font-size: 14px;
}

.jyoukyu{
margin: 20px 0 0;
padding: 2px 10px;
background: #02487C;
text-align: center;
color: #fff;
display: inline-block;
font-size: 14px;
}

.taisyou-heading {
  position: relative;
  display: inline-block;
  padding: 0 120px;
  font-size: 24px;
  font-weight: bold;
}

.taisyou-heading:before, .taisyou-heading:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
}

.taisyou-heading:before {
  left:0;
}

.taisyou-heading:after {
  right: 0;
}

@media screen and (max-width:980px){
.taisyou-heading {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
}

.taisyou-heading:before, .taisyou-heading:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000;
}

.taisyou-heading:before {
  left:0;
}

.taisyou-heading:after {
  right: 0;
}
}

.taisyou-list-base{
margin: 20px auto 0;
padding: 0;
width: 53%;
}

@media screen and (max-width:980px){
.taisyou-list-base{
margin: 20px auto 0;
padding: 0;
width: 90%;
}
}


ul.taisyou-list{
margin: 0 auto;
padding: 0;
}

ul.taisyou-list li{
margin: 10px 0;
padding: 0 0 0 25px;
background: url("../images/icon-arrow.svg") no-repeat;
background-position: 0 10px;
list-style: none;
}

.member-base{
margin: 20px 0 0;
padding: 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}

.member-base .textbox{
margin: 0;
padding: 0;
width: 65%;
text-align: left;
font-size: 18px;
}

.member-base .buttonbox{
margin: 0;
padding: 0;
width: 38%;
text-align: right;
}

@media screen and (max-width:480px){
.member-base{
margin: 20px 0 0;
padding: 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
position: relative;
}

.member-base .textbox{
margin: 0;
padding: 0 0 100px;
width: 100%;
text-align: left;
font-size: 18px;
}

.member-base .buttonbox{
margin: 0;
padding: 0;
width: 100%;
text-align: right;
}
}


.member-button {
  display: inline-block;
  width: 250px;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 75px;
  outline: none;
  background-color: #02487C;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 1px;
}
.member-button,
.member-button::before,
.member-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.member-button:hover {
  background-color: #1d71af;
  color: #fff;
}

@media screen and (max-width:980px){
.member-button {
  display: inline-block;
  width: 200px;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 75px;
  outline: none;
  background-color: #02487C;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 1px;
}
}

@media screen and (max-width:480px){
.member-button {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #02487C;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 1px;
}
}

.memberpage-tokuten{
margin: 60px 0 0;
padding: 30px;
background: #EAF0F4;
}

.memberpage-tokuten ul.memberlist{
margin: 30px 0 0;
padding: 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
}

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

.memberpage-tokuten{
margin: 60px 0 0;
padding: 20px;
background: #EAF0F4;
}

.memberpage-tokuten ul.memberlist{
margin: 30px 0 0;
padding: 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
}


.memberpage-tokuten ul.memberlist li.num01{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-01.svg") no-repeat;
background-size: 35%;
background-position: right bottom;
}

.memberpage-tokuten ul.memberlist li.num02{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-02.svg") no-repeat;
background-size: 40%;
background-position: right bottom;
}

.memberpage-tokuten ul.memberlist li.num03{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-03.svg") no-repeat;
background-size: 40%;
background-position: right bottom;
}

.memberpage-tokuten ul.memberlist li.num04{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-04.svg") no-repeat;
background-size: 40%;
background-position: right bottom;
}

.memberpage-tokuten ul.memberlist li.num05{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-05.svg") no-repeat;
background-size: 40%;
background-position: right bottom;
}

.memberpage-tokuten ul.memberlist li.num06{
margin: 20px 0 0;
padding: 20px 20px;
width: 30%;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
list-style: none;
min-height: 100px;
background: url("../images/num-tokuten-06.svg") no-repeat;
background-size: 40%;
background-position: right bottom;
}

@media screen and (max-width:480px){
.memberpage-tokuten ul.memberlist li.num01,
.memberpage-tokuten ul.memberlist li.num02,
.memberpage-tokuten ul.memberlist li.num03,
.memberpage-tokuten ul.memberlist li.num04,
.memberpage-tokuten ul.memberlist li.num05,
.memberpage-tokuten ul.memberlist li.num06{
margin: 20px 0 0;
padding: 20px 20px;
width: 100%;
}
}


.memberpage-title-c{
margin: 20px 0 0;
padding: 0;
text-align: center;
font-weight: bold;
font-size: 20px;
color:#02487C;
line-height: 1.4;
}

.memberpage-title-c-kouryu{
margin: 13px 0 0;
padding: 0;
text-align: center;
font-weight: bold;
font-size: 20px;
color:#02487C;
line-height: 1.4;
}


.memberpage-title-l{
margin: 20px 0 0;
padding: 0;
text-align: left;
font-weight: bold;
font-size: 20px;
color:#02487C;
line-height: 1.4;
}

.memberpage-icon-01{
margin: 0 auto;
text-align: center;
width: 20%;
}

.memberpage-icon-02{
margin: 5px auto 0;
text-align: center;
width: 25%;
}

.memberpage-icon-01 img,
.memberpage-icon-02 img{
width: 100%;
height: auto;
}


/*ページタイトル*/
.page_title{
background: #f4f4f4;
padding: 5px 0;
}


/*よくある質問*/

.ewd-ufaq-faq-title-text h4{
color: #02487C;
}

#comments .form-submit{
	text-align: center;
}
#comments input[type="submit"] {
	background: #02487C;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
}

.menu-member-container .menu li{
font-size: 14px;
}

.menu-footer-container .menu li{
padding: 0 5px;
font-size: 13px;
}

@media screen and (max-width:780px){
.menu-member-container .menu li{
margin: 0;
padding: 15px 0;
font-size: 15px;
}

.menu-footer-container{
margin: -15px 0 0;
}

.menu-footer-container .menu li{
margin: 0;
padding: 15px 0;
font-size: 15px;
}
}

/*.menu-member-container .menu li a,
.menu-footer-container .menu li a{
color: #02487C;
}

.menu-member-container .menu li a:hover,
.menu-footer-container .menu li a:hover{
color: #1D71AF;
}


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

.menu-member-container .menu li{
font-size: 16px;
}

.menu-footer-container{
margin: -15px 0 0;
}

.menu-footer-container .menu li{
padding: 12px 5px;
font-size: 16px;
}

}*/






footer{
margin: 30px 0 0;
padding: 80px 0 5px;
background: #EAF0F4;
}

@media screen and (max-width:480px){
footer{
padding: 40px 0 10px;	
}
}

.ewd-ufaq-post-margin-symbol span{
padding: 10px 0 0;
font-size: 12px;
}

h5#resp {
	font-size: 20px;
	color: #02487C;
}

/*コピーライト上余白*/

.copybase{
margin: 30px 0 0;
}

/*　お問い合わせ　*/

/*入力フォーム横幅*/
.wpcf7-validates-as-required{
width: 100%;
}

/*送信ボタン*/

.wpcf7-form {
margin: 0;
width: 100%;
position: relative;
}

.wpcf7-submit {
  width: 170px;
  display: inline-block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  background-color: #02487C;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  border:none;
  margin: 0 auto 50px;
  position: absolute;
  left: 0;
  right: 0;
}
.wpcf7-submit,
.wpcf7-submit::before,
.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpcf7-submit:hover {
  background-color: #1d71af;
  color: #fff;
}

@media screen and (max-width:480px){
.wpcf7-form {
margin: 0 0 80px;
width: 100%;
position: relative;
}
}

.um-member-directory-search-line input[type="button"].um-button{
background-color: #02487C;
color: #fff;
padding: 0;
}

.um-member-directory-search-line input[type="button"].um-button:hover{
background-color: #1d71af;
color: #fff;
padding: 0;
}

/*会員一覧　検索　下余白*/

.um-member-directory-search-line{
margin: 30px 0;
}


/*会員一覧　検索ボタン*/
.um-member-directory-search-line input[type="button"].um-button{
background-color: #02487C;
color: #fff;
padding: 0;
}

.um-member-directory-search-line input[type="button"].um-button:hover{
background-color: #1d71af;
color: #fff;
padding: 0;
}

/*　テーブル　*/
.tbl-p01{
margin: 0;
padding: 0;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

.tbl-td01-h{
margin: 0;
padding: 5px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
width: 38%;
text-align: center;
background: #eee;
}

.tbl-td02-h{
margin: 0;
padding: 5px;
border-bottom:1px solid #ccc;
width: 24%;
text-align: center;
background: #eee;
}

.tbl-td01{
margin: 0;
padding: 5px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
width: 36%;
}

.tbl-td02{
margin: 0;
padding: 5px;
border-bottom:1px solid #ccc;
width: 28%;
}

/* LMSレッスンページ */

.sensei-course-theme-lesson-actions__completed span,
.sensei-course-theme-lesson-actions__completed svg
{
color:#fff;
}

.sensei-course-theme__main-content .wp-block-post-title{
text-align: center;
color: #02487C;
}

#mailpoet_form_1{
margin: 50px 0 0 17px;
}

/*メッセージ入力画面の画像調整*/

.um-avatar-uploaded,
.um-avatar-default{
width: 40px;
height: auto;
display: block;
}

.um-avatar-uploaded img,
.um-avatar-default img{
width: 100%;
height: auto;
}

.quicktags-toolbar{
display: none;
}
/* 暫定対応　学習コースプロフィールタブを無料会員には表示しない */
.um-profile.um-role-wpfs_basic .um-profile-nav-lms_courses {
	display:none;
}