@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 62.5%;
}
body {
	font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,Meiryo,sans-serif;
    font-size: 1.6rem;
    line-height: 2.0;
    font-weight: 400;
    color: #333;
    word-wrap: break-word;
	margin : 0;
	padding : 0;
	-webkit-text-size-adjust: 100%;
}
a { 
	text-decoration : none;
}
a:hover {
	text-decoration : none;
}
img {
	border: 0;
}

/*背景*/
.bg{
	background-image: linear-gradient(to right,#fff 0,#ebebeb 5%,#ebebeb 95%,#fff 100%);
	width: 1160px;
	min-height: 100vh;
	height: 100%;
	position: fixed;
	z-index: -5;
    margin: 0 auto;
    inset: 0;
}

@media screen and (max-width:768px) { 
.bg{
	background-image:none;
}
}

/* 共通 */
#wrapper {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 1060px;
	height: 100%;
    min-height: 100vh;
    position: relative;
    border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}
body > #wrapper {
	height: auto;
}

/* ヘッター */
header {
    padding: 0;
	width : 1060px;
    background-color: #fff;
}

header p{
    margin: 0px auto;
    display: flex;
    justify-content: center;
    width: 1060px;
    height: 108px;
    background: #0073be;
    border-top-left-radius: 15px;
}
header p img {
    object-fit:contain;
}
header p img#ImgPc {
    width: 80%;
}
header p img#ImgMb {
   display: none;
}


@media screen and (max-width:768px) { 
#wrapper {
	width: 100%;
    border:none;
}
header{
    width: 100%;
}
header div#navset{
	width: 100%;
   /* width: 88%;*/

}
header p{
    margin: 0;
    width: 100%;
    /*height: 60px;*/
    height: 66px;
    justify-content: left;
}
header p img#ImgPc {
    display: none;
}
header p img#ImgMb {
    display: inherit;
    margin-left: 15px;
    /*width: 250px;*/
    width: 270px;
}
header div#navset p img#ImgMb {
    /*width: 230px;*/
    width: 260px;
}
}

@media screen and (max-width:360px) {
header p{
    /*height: 56px;*/
    height: 54px;
}
header p img#ImgMb {
    /*width: 200px;*/
    width: 215px;
}
header div#navset p img#ImgMb {
    /*width: 180px;*/
    width: 195px;
}
}

/* 見出し */
h2.pagettl {
    display: inline-block;
    /*padding: 14px 0 20px 20px;*/
    padding: 20px 0 20px 15px;
    margin: 0 0 30px;
    border-top: solid 2px #0073be;
    /*border-bottom: solid 6px #c71932;*/
    border-bottom: solid 2px #0073be;
    /*border-right: solid 2px #000;*/
    position: relative;
    color: #00287e;
	/*font-size: 2.7rem;*/
    font-size: 1.3em;
    width: 100%;
    box-sizing: border-box;
    /*font-family: "Oswald", serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: "Lato", sans-serif;
    font-optical-sizing: auto;*/
    /*font-weight: 500;*/
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    /*background: linear-gradient(#fff 20%, #e8e6f0);*/
}

h2.pagettl:after {
    content: "";
    border-top: solid 2px #0073be;
    border-bottom: solid 2px #0073be;
    /*border-left: solid 14px #c71932;*/
    position: absolute;
    top: 2px;
    left: 0;
    right:0;
    width: calc(100%);
    height: calc(100% - 8px);
}

@media screen and (max-width:768px){
h2.pagettl{
	margin-bottom: 18px;
	padding: 14px 0 20px 20px;
	font-size:2.2rem;
}
}

/* マージン調整 */
.mgBtm20 {
    margin-bottom: 20px;
}
.mgBtm30 {
    margin-bottom: 30px;
}
.mgLft15 {
    margin-left: 15px;
}
.mgLft30 {
    margin-left: 30px;
}
.mgRgt15 {
    margin-right: 15px;
}
.mgRgt30 {
    margin-right: 30px;
}

/* 頭出し */
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 20px;
	z-index: 999;
    transition: 0.5s;
    background-color: #0073be;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
    border-radius: 8px;
}

#pagetop span{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 5px #fff;
	border-right: solid 5px #fff;
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
}
#pagetop:hover {
    opacity: 0.7;
}
@media screen and (max-width:768px){
#pagetop {
	position: fixed;
	bottom: -70px;
	right: 18px;
	z-index: 999;
    transition: 0.5s;
    /*background-color: #888;*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}
#pagetop span{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	transform: rotate(-45deg);
	position: relative;
	top: 3px;
}
}

/* フッター */
footer {
	margin: 0;
	width : 100%;
    position: sticky;
    top: 100vh;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0073be;
}
footer p#copyright {
    margin: 0;
    padding:1.2em .7em;
    text-align: center;
	box-sizing:border-box;
	width : 100%;
    background-color: #fff;
    color: #999;
    font-size: 1.4rem;
    line-height: 1.3;
}
@media screen and (max-width:480px) {
footer p#copyright {
    font-size: 1.2rem;
}
}

main {
   margin-bottom: 100px;
}
@media screen and (max-width:768px){
main {
   margin-bottom: 60px;
}
}

/* SP版のみ改行 */
br.sp_br{
   display: none;
}
@media screen and (max-width:768px) {
   br.sp_br {
      display: inherit;
   }
}

/* PC版のみ改行 */
br.pc_br{
   display: inherit;
}
@media screen and (max-width:768px) {
   br.pc_br {
      display: none;
   }
}

section#formBox {
    /*margin: 0 auto;*/
    margin: 65px auto 0;
	width : 1020px;
    overflow: hidden;
}

section#formBox h2.pagettl {
   margin: 0 0 30px 60px;
   width: 900px;
}
section#formBox p.comment{
	/*margin: 0 0 15px;*/
    margin: 0 auto 15px;
    line-height: 1.4;
    
    width : 860px;
    text-align: justify;
}
section#formBox dl.formCate {
    /*margin-bottom: 5px;*/
    margin: 0 auto 5px;
    display: table;
    /*width: 100%;*/
    width: 680px;
}
section#formBox dl.formCate dt {
    padding-left: 10px;
    width: 210px;
    display: table-cell;
    vertical-align: middle;
    /*background: #e5f0f8;*/
    /*background: #fbedef;*/
    background: #efefef;
    font-weight: nomal;
    line-height: 1.2;
    border-radius: 6px 0 0 6px;
    box-sizing:border-box;
}
/*
section#formBox dl.formCate dt.bold {
    font-weight: bold;
}
*/
section#formBox dl.formCate dd {
    /*width: 810px;*/
    width: 470px;
    display: table-cell;
    vertical-align: middle;
    padding: 0.7% 2%;
    line-height: 1.6;
    box-sizing:border-box;
    border-bottom: 1px solid #eee;
}
/*
section#formBox dl.formCate dd .flexBox {
    display:flex;
}
*/
section#formBox dl.formCate dd .formItem {
    padding:0 10px 0 0;
}
/*
section#formBox dl.formCate dd .formItem p.note {
    font-size: 1.2rem;
    color: #2f4fb0;
}
section#formBox dl.formCate dd .formItem p.noteRed {
    font-size: 1.2rem;
    color: #f00;
}
section#formBox dl.formCate dd .formItem span.stl {
    font-weight: bold;
}
*/
section#formBox dl.formCate dd input {
	box-sizing: border-box;
    padding: 0.2em;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
}
section#formBox dl.formCate dd input.other {
	width: 240px;
}
/*
section#formBox dl.formCate dd input.phone {
	width: 475px;
}
section#formBox dl.formCate dd select.country {
	width: 300px;
}
section#formBox dl.formCate dd select.guestnum {
	width: 100px;
}
section#formBox dl.formCate dd select.month,
section#formBox dl.formCate dd select.date {
	width: 80px;
    height: 35px;
}

section#formBox dl.formCate dd input.upload {
	border: none;
}
section#formBox dl.formCate dd input.ex_short {
	width: 60px;
}
section#formBox dl.formCate dd input.short {
	width: 200px;
}
section#formBox dl.formCate dd input.middle {
	width: 490px;
}
*/
section#formBox dl.formCate dd input.long {
	width: 100%;
}
/*
.itemmg {
    margin-right: 15px;
}
i.fa-angle-double-right {
    margin: 0 5px ;
    font-size: 2.0rem;
}
*/
/*
section#formBox p.lastmsg {
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    color: #f00;
}
*/
section#formBox #btnArea {
    margin-top: 30px;
	width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
section#formBox #btnArea p a {
	margin: 0 5px;
    padding-bottom: 2px;
	width:180px;
	height: 46px;
	/*border-radius: 8px;*/
	/*font-size: 1.8rem;*/
    font-size: 2.2rem;
	/*font-weight: bold;*/
	color: #fff;
    background: #0073be;
    border: #0073be 4px solid;
    border-radius: 10px;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: "Oswald", serif;*/
    /*font-family: "Lato", sans-serif;
    font-optical-sizing: auto;*/
    font-weight: 700;
    font-style: normal;
}
section#formBox #btnArea p a:hover{
	color: #00287e;
	background-color: #fff;
    border: #00287e 4px solid;
}
@media screen and (max-width:768px){
section#formBox {
	margin: 50px auto 0;
	width : 100%;
}
section#formBox h2.pagettl {
    margin: 0 0 18px;
    width: 100%;
}
section#formBox p.comment{
	margin: 0 auto 15px;
    width: 96%;
}
section#formBox dl.formCate {
	display: block;
    
    width: 100%;
}
section#formBox dl.formCate dt {
	margin-bottom: 0;
    padding: 7px 0 7px 5px;
	width : 100%;
    display: block;
    font-size: 1.6rem;
   /* border-bottom: 1px solid #99c3e3;*/
    border-bottom: 1px solid #0073be;
    border-radius: 0;
}
section#formBox dl.formCate dd {
	margin: 0 auto 20px;
    padding: 10px 0 20px;
	width: 95%;
    display: block;
    border: none;
}
/*
section#formBox dl.formCate dd input.phone {
	width: 96%;
}
*/
section#formBox dl.formCate dd input.middle {
	width: 100%;
}
section#formBox dl.formCate dd input.long {
	width: 100%;
}
/*
section#formBox dl.formCate dd dl dt {
	padding: 7px 5px 7px 0;
    border: none;
}
section#formBox p.lastmsg {
     margin-top: 40px;
}
*/
}
@media screen and (max-width:480px) {
section#formBox dl.formCate dd input.long {
    width: 330px;
}
section#formBox #btnArea p a {
	width:160px;
}
}
@media screen and (max-width:360px) {
section#formBox dl.formCate dd input.other {
	width: 200px;
}
section#formBox dl.formCate dd input.long {
	width: 300px;
}
section#formBox #btnArea p a {
	width:140px;
}
}

/* 必須マーク */
.mustmark{
	margin-left: 4px;
	font-size: 1.8rem;
	color: #f00;
}

/* 左メニューページ */
.wrapperFlex{
	display: flex;
	width: 1060px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
}
.wrap_r{
	flex: 1;
	order: 2;
}
.wrap_l{
	width: 280px;
	order: 1;
	background: linear-gradient(#b7b7b7,#ffffff);
}
@media screen and (max-width:768px){
.wrapperFlex{
	display: block;
	width: 100%;
}
.wrap_l{
	width: 100%;
}
.wrap_r{
	width: 100%;
}
}

/* 左メニュー */
.focus a{
	color: #634f8f;
	border-left: 8px solid #0f53ad;
	border-image: linear-gradient(to bottom,#338fcb 0,#b2d5eb 100%);
	border-image-slice: 1;
	background: linear-gradient(90deg, #b2d5eb 40%,#ffffff 100%);
}
.nav_item{
	border-right: solid 1px #c7c7c7;
}
.nav_item li{
	position: relative;
}
.nav_item li a{
	margin: 2px 0;
	padding: 15px 0 15px 7px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	background-color:#fff;
	display: block;
	box-sizing: border-box;
	border-left: 8px solid transparent;
	line-height: 1.4;
}
.nav_item li.focus a{
	color: #0073be;
}
.nav_item li:first-child a{
	margin: 0;
}
.nav_item li a span{
	position: relative;
	left: 0;
	transition-duration: 500ms;
}
.nav_item li a:hover span{
	position: relative;
	left: 7px;
	transition-duration: 500ms;
}
.nav_hidden{
	display: none!important;
}

.nav div{
	margin: 20px 10px 0;
	padding: 5px 5px 5px 10px;
	background-color: rgba( 255, 255, 255, 0.6 );
	font-size: 1.2rem;
	line-height: 1.5;
}
.nav div p{
	color: #0073be;
	font-weight: bold;
	font-size: 1.4rem;
}
@media screen and (max-width:768px){
.nav_item{
	border-right: none;
}
.nav_item li{
	border-bottom: 1px solid #ddd;
}
.nav_item li:nth-child(1){
	border-top: 1px solid #ddd;
	}
.nav_item li a{
	color: #000;
	margin: 0;
	background-color: rgba(255,255,255,1);
}
.nav{
	padding-bottom: 62px;
	width: 100%;
	position: fixed;
	right: 0;
	top: 64px;
}
#nav_toggle + #nav_menuBtn + .nav{
	height: 0;
	overflow: hidden;
	transition-duration: 500ms;
	opacity: 0;
	z-index: -5;
}
#nav_toggle:checked + #nav_menuBtn + .nav{
	height: 100%;
	transition-duration: 500ms;
	overflow: scroll;
	opacity: 1;
	z-index: 1000;
	background: #fff;
}
#nav_menuBtn{
	display: block;
	width: 40px;
	height: 62px;
	position: fixed;
	top: 0%;
	right: 0;
	z-index: 2000;
}

/*×の挙動*/
#nav_menuBtn span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: fixed;
	top: 32px;/*【2025-10-18】修正*/
	transition-duration: 500ms;
	opacity: 1;
}
#nav_menuBtn::before{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: fixed;
	top:22px;/*【2025-10-18】修正*/
	transition-duration: 500ms;
}
#nav_menuBtn::after{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: fixed;
	top: 42px;/*【2025-10-18】修正*/
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn span{
	opacity: 0;
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn::before{
	transform: rotate(45deg);
	top: 32px;/*【2025-10-18】修正*/
}
#nav_toggle:checked + #nav_menuBtn::after{
	transform: rotate(-45deg);
	top: 32px;/*【2025-10-18】修正*/
}
.nav div{
	margin: 20px 10px 0;
	padding: 0 5px 0 10px;
	background-color: rgba( 255, 255, 255, 1 );
	border-left: 5px solid #ccc;
}
}
@media screen and (max-width:360px) {
#nav_menuBtn span{
	top: 26px;/*【2025-10-18】修正*/
}
#nav_menuBtn::before{
	top: 16px;/*【2025-10-18】修正*/
}
#nav_menuBtn::after{
	top: 36px;/*【2025-10-18】修正*/
}
#nav_toggle:checked + #nav_menuBtn::before{
	top: 26px;/*【2025-10-18】修正*/
}
#nav_toggle:checked + #nav_menuBtn::after{
	top: 26px;/*【2025-10-18】修正*/
}
}

/* 右コンテンツ */
section#pageBox {
	margin: 0 0 40px 50px;
	width : 700px;
}
p#username {
	margin: 0 0 30px 0;
	padding-left: 20px;
	width: 300px;
	border: #99c7e5 1px solid;
	border-top: none;
	background-color: #cce3f2;
	border-radius: 0 0 8px 8px;
	float: right;
	box-sizing: border-box;
}
p#username i {
	margin-right: 10px;
	color: #4c9dd1;
}
p.note {
	margin-bottom: 20px;
    line-height: 1.2;
}


table.TwoCol {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table.TwoCol th {
  width: 22%;
  background: #efefef;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
table.TwoCol td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width:768px){
section#pageBox {
	margin: 0 0 40px;
	width : 100%;
}

p.note {
	margin: 0 auto 20px;
    width : 98%;
}

table.TwoCol th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
}
table.TwoCol tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
}
}

/* ログイン画面 */
h2#tlLogin {
	margin: 80px auto 5px;
	font-size: 2.6rem;
    font-weight: bold;
	width : 690px;
    height: 60px;
    color: #fff;
    background: #0073be;
    outline: 5px solid #00287e;
    border: 1px solid #FFF;
    /*border-left:4px solid #1e7b2c;
    border-right:4px solid #1e7b2c;
    border-radius: 10px;*/
    text-align: center;
    box-sizing: border-box;
    /*background: linear-gradient(#fff 40%, #e7efe7);*/
}
section#loginBox {
	margin: 0 auto;
	width : 700px;
    text-align: center;
}
section#loginBox div {
	margin-bottom: 5px;
	padding: 60px 0 30px;
	width : 100%;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    /*border-radius: 8px;*/
    overflow: hidden;
}
section#loginBox dl {
	margin: 0 auto 20px;
	display: flex;
    width : 450px;
}
section#loginBox dl dt {
	padding: 4px 0 0 8px;
	font-size: 1.8rem;
    width : 180px;
    text-align: left;
    box-sizing: border-box;
	border-left:solid 5px #0073be;
    border-radius: 4px 0 0 4px;
    line-height: 1.0;
}
section#loginBox dl dd {
    width : 270px;
}
section#loginBox dl dd input {
	box-sizing: border-box;
    padding: 0.2em;
    width:100%;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
}
section#loginBox input#login{
	margin: 30px auto 0;
    padding-bottom: 3px;
	width:180px;
	height: 46px;
    border-radius: 10px;
	font-size: 1.8rem;
	/*font-family: "Lato", sans-serif;
    font-optical-sizing: auto;*/
    font-weight: 700;
	color: #fff;
	background: #0073be;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	border: #0073be 4px solid;
    transition: all 0.4s;
}
section#loginBox input#login:hover{
	color: #00287e;
    border: #00287e 4px solid;
	background-color: #fff;
}
section#loginBox input[type="submit"] {
	-webkit-appearance: none;
    border-radius: 8px;
}
section#loginBox a:link,
section#loginBox a:visited {
	color: #777;
}
section#loginBox a:active,
section#loginBox a:hover {
	color: #1e7b2c;
}
section#loginBox a i{
	margin-right: 3px;
}

@media screen and (max-width:700px){
h2#tlLogin {
	margin: 40px auto 5px;
	font-size: 2.6rem;
    font-weight: bold;
	width : 90%;
    height: 60px;
}
section#loginBox {
	width : 100%;
}
section#loginBox div {
    padding: 30px 0;
    border: none;
}
section#loginBox dl {
	margin: 0 auto 20px;
	display: block;
    width : 90%;
}
section#loginBox dl dt {
    margin-bottom: 10px;
    padding: 0 0 0 8px;
    width : 100%;
}
section#loginBox dl dd {
    width : 100%;
}
}