@charset 'UTF-8';
/* Scss Document */
#inHeader {
  background-image: url(../img/user/headerBg.jpg);
	background-position: top center;
	background-size: contain;
	width: 1200px;
	min-height: 150px;
	margin-top: 15px;
}
/*.wrapgNav,
*/.h_02,
.h_12:after,
.h_13,
/*.linkArea,*/
.blogArea01 .blogDay,
.btn02:hover,
.pagetop a:hover,
.btn04 {
  background-color: #09488E;
}
.pagetop a {
	background-color: #F1F1F3;
	border: 1px solid #042040;
}
.h_03,
.h_04,
.h_05,
.h_06,
.h_07:before,
.h_07:after,
.h_08,
.h_10,
.h_14,
.h_14:beofre {
  border-color: #042040;
}
.btn03 {
  border-color: #042040;
}
.h_13:after {
  border-top-color: #042040;
}
.h_03,
.h_04,
.h_05,
.h_06,
.h_07,
.h_08,
.h_09,
.h_10,
.h_12,
.h_14,
.newsArea02 .blogBox dt,
.blogArea02 .blogDay,
.btn03 {
  color: #042040;
}
.h_02,
.h_11,
.h_13,
.copyright,
.blogArea01 .blogDay {
  color: #FFF;
}
.imgArea01 {
  background-color: #FFFF00;
}
.contactBox01 .contactBtn {
  background-color: #D7B88E;
}
.contactBox01 .contactBtn p {
  color: #FFF;
}
.contactBox02 .contactBtn a:after {
  color: #A67F4C;
}
.contactBox02 .contactBtn p.ttl {
  color: #969696;
}
.contactBox02 .contactBtn p {
  color: #A67F4C;
}
.contactBox03 .contactBtn {
  background-color: #F7F5F3;
}
.reserveNotice{
  font-size: 12px;
  padding-left: 230px;
}

/*プライバシーポリシー*/
.privacyBox {
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 70px;
	padding-top: 15px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}
.privacyBox .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.privacyText {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
.privacyList {
	height: auto;
	width: 100%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
}
.privacyList dt {
	padding: 0px 30px;
	font-weight: bold;
	color: #666;
}
.privacyList dd {
	color: #666666;
	padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}
.blogArea img {
	height: auto;
}

@media screen and (max-width: 736px) {
  #inHeader {
    background-image: none;
    border-bottom-color: #042040;
  }
  #toggle a {
    background-color: #042040;
  }
  .gNav li a {
    border-color: #FFF;
  }
  .pagetop {
    margin-bottom: -31px;
  }
}


/*追記分*/

/*index.php*/
.wrapBg {
	width: 100%;
	background:linear-gradient(90deg,#01213F 0%,#01213F 50%,#090C13 50%,#090C13 100%);
}
.imgArea02 {
    background-color: transparent;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}
.imgArea02 img {
    width: 100%;
    max-width: 1400px;
}
.halfBg {
	width: 100%;
	background:linear-gradient(90deg,#032D59 0%,#032D59 50%,#061F39 50%,#061F39 100%);
}
.conceptArea {
    width: 100%;
    text-align: center;
	margin: 120px auto;
}
.orange {
	color: #D7802C;
}
.newsArea03 {
	padding: 55px 0;
	overflow: hidden;
	background-image: url(../img/user/newsBg.png);
	background-size: cover;
	background-position: top center;
}
.newsArea03 .blogBox {
	background-color: rgba(255,255,255,0.95);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 65px 120px 70px;
}
.newsArea03 .blogBox dd a {
    color: #000;
}
/*page01.php*/
.page01H3 {
	margin-top: 80px;
	padding-left: 50px;
	background-color: #0C3C6D;
	color: #FFF;
	line-height: 60px;
}
.menuList {
	width: 90%;
	overflow: hidden;
	margin: 30px auto 0;
	border-bottom: 1px solid #CCC;
}
.menuList dt {
	float: left;
	width: 60%;
	display: inline-block;
	font-weight: bold;
	overflow: hidden;
}
.menuList dd {
	width: 40%;
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 40px;
	font-size: 14px;
}
.page01H4 {
	width: 60%;
	display: inline-block;
	padding-left: 50px;
	vertical-align: top;
	position: relative;
}
.page01H4:before {
	content: "";
	margin-right: 1em;
	border-left: 5px solid #000;
}
.price {
	width: 30%;
	display: inline-block;
	padding-right: 5%;
	color: #0D58A4;
	font-weight: bold;
	text-align: right;
}
.page01Notice {
	border: dotted 1px #969696;
	padding: 50px 60px;
	text-align: left;
}
.page01Notice ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 20px;
}
.page01Notice ul li:last-child {
	padding-bottom: 0px;
}
.page01Notice ul li:before{
	content: '＊';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.page01Notice ul li dl {
	display: block;
	background-color: #F9F9F9;
	width:  23%;
	margin: 5px;
}
.page01Notice ul li dl dt {
	text-align: center;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
.page01Notice ul li dl dd {
	text-align: center;
	padding: 10px;
}
/*--2019.06.07 以下追記--*/
.title_description {
	text-align: center;
  padding: 0 10%;
}
.space-adjustment {
	padding-bottom: 0;
}

/*info.php*/
.infoArea03 dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.infoArea03 dt {
    width: 300px;
    margin-bottom: 10px;
    margin-left: 80px;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
	font-weight: bold;
}
.infoArea03 dt, .infoArea03 dd {
    float: left;
    line-height: 1.5;
    text-align: left;
}
.infoArea03 dd {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px 40px;
    color: #595959;
}
.imgArea03 {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
	text-align: center;
}
.imgArea03 img {
	width: 100%;
	max-width: 600px;
	text-align: center;
}

/*contact*/
.mfp ul {
	display: table;
}
.mfp ul li {
	display: inline-table;
	margin-right: 8px!important;
}

/*template*/
body {
     font-family: 游明朝体, "Yu Mincho", YuMincho, "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
}
.mw1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.mw1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.notosans {
     font-family: 'Noto Sans Japanese', sans-serif;
}
.centuryg {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.cg {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.maincText {
	width: 90%;
	margin: 0 auto;
    color: #2366AF;
}
.maincBg {
    background-color: #2366AF;
}
.maincBorder {
    border-color: #2366AF;
}
.lightblueBg {
    background-color: #F3F8FD;
}
.lightblueBorder {
    border-color: #F3F8FD;
}
.subcText {
    color: #E6F5F6;
}
.subcBg {
    background-color: #E6F5F6;
}
.subcBorder {
    border-color: #E6F5F6;
}
.solid {
	border-style: solid;
}
.dotted {
	border-style: dotted;
}
.underline {
	border-bottom-width: 1px;
}
.noneborder {
	border: none;
}
.nonebg {
	background-color: transparent;
}
.nonebold {
	font-weight: normal;
}
.relative {
	position: relative;
}
.lrauto {
	margin-right: auto;
	margin-left: auto;
}
.lineh15 {
	line-height: 1.5;
}
.lineh16 {
	line-height: 1.6;
}
.lineh17 {
	line-height: 1.7;
}
.lineh18 {
	line-height: 1.8;
}
.lineh19 {
	line-height: 1.9;
}
.lineh20 {
	line-height: 2.0;
}
.subH2 {
	position: relative;
	color: #0D58A4;
	margin: 0 10 30 10;
	padding: 0 20;
	font-size: 24px;
	background-color: #F9F9F9;
}
.sp_only {
    display: none;
}
.header_lg {
	margin-right: 2%;
}
.header_lg .h1_left {
	padding-top: 65px;
	margin-left: 2.5%;
}
.contactBox ul {
    display: inline-table;
}
.contactBox ul li {
    display: table-cell;
}
.gNav li {
    height: 40px;
}
.gNav li a {
	color: #0C3C6D;
    border: none;
	font-size: 16px;
}
.gNav li a:hover {
	color: #5A6C81;
}
.linkArea {
	margin-top: 60px;
    padding-top: 55px;
	background-color: #F9F9F9;
}
.linkArea ul {
	max-width: 100%;
}
.linkArea li {
    max-width: none;
}
.fNav a,
.fNav span {
	font-size: 16px;
	color: #A3A3A3;
}
.fNav a:hover {
	color: #5A6C81;
}
footer {
	background-color: #042040;
}
.footerlogo {
    width: 126px;
    height: 46px;
}
.copyright .box1000 p {
	letter-spacing: 0.2em;
}

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

/*index.php*/


.conceptArea h2 img,
.blogBox h2 img {
	height: 50px;
	margin: 0 auto;
}
.conceptArea {
    margin: 60px auto;
}
.newsArea03 {
	padding: 30px 0 25px;
}
.newsArea03 .blogBox {
    width: 90%;
	margin: 0 auto;
    padding: 30px 15px;
}

/*page01.php*/
.menuList dt {
	float: none;
	width: 100%;
	padding-bottom: 5px;
}
.menuList dt h4 {
	font-size: 16px;
	margin-bottom: 0px;
}
.menuList dd {
	width: 100%;
	padding: 20px;
	text-align: left;
}
.page01H3 {
	padding: 10px 10px 10px 20px;
	line-height: 25px;
}
.page01H4 {
	width: 100%;
	padding: 0 1em;
}
.price {
	width: 100%;
    padding: 0 1em;
	text-align: right!important;
}
.page01Notice {
    padding: 25px;
}
.page01Notice ul li dl {
    width: 100%;
}

/*info.php*/
.infoArea03 dt {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 10px 20px;
}
.infoArea03 dt,
.infoArea03 dd {
    float: none;
}
.infoArea03 dd {
    width: 100%;
    margin-top: 5px;
    padding: 5px 40px;
}

/*contact*/
.reserveNotice {
	padding-left: 0;
}
/*template*/
#inHeader {
	width: 100%;
	min-height: 65px;
}
.logo a {
	max-width: 60%;
}
.h1_left {
    position: absolute;
    top: 0px;
    left: 0px;
}
.gNav01 {
	border: none;
}
.gNav li {
	border-bottom: 1px solid #CCC;
	height: 50px;
}
.blogText a {
	word-break: break-all;
}
.fNav {
	margin-bottom: 30px;
}
.fNav a {
	width: 90%;
    border-bottom-color: #3A3A3A;
}
.linkArea ul {
    width: 330px;
}
.s_fnone {
    float: none;
}
a {
    text-decoration: none;
}
.sp_only {
    display: inline-block;
}
.pc_only {
    display: none;
}
.halfBg {
	background-color: transparent;
}
.blogArea dl {
	width: 90%;
	margin: 0 auto;
}
.inBlogArea {
	width: 90%;
	margin: 0 auto;
}
.contactArea p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
}
/*追記分END*/

