@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: 12px 0;
	width : 1060px;
    background-color: #fff;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006AB8; /* #006ab8; */
    border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006ab8;
}
header dl{
    margin: 0px auto;
    display: flex;
    width: 1030px;
    /*height: 65px;*/
    height: 100px;
}
header dl dt{
    /*width: 290px;*/
    width: 265px;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d7d7;
    
}
header dl dt img {
    height: 100px;
/*    height: 65px; */
    margin-left: 7px;
}
header dl dd{
    /*width: 740px;*/
    width: 765px;
    line-height: 98px;
}
header h1{
    text-align: center;
    margin: 0 auto;
    font-family: "Times New Roman";
    font-size: 3.5rem
}

@media screen and (max-width:768px) { 
#wrapper {
	width: 100%;
    border:none;
}
header{
    width: 100%;
}
header dl{
    margin: 0;
    width: 100%;
    height: 35px;
}
header dl dt{
    width: 160px;
}
header dl dt img {
    margin-left: 5px;
    width: 150px;
    height: auto;
}
header dl dd{
   width: 200px;
}
header h1{
    text-align: left;
    margin: 0 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.1;
}
}

@media screen and (max-width:360px) {
header dl dt{
    width: 145px;
}
header dl dt img {
    margin-left: 5px;
    width: 130px;
}
header dl dd{
   width: 170px;
}
header h1{
    font-size: 1.6rem;
}
}
/* マージン調整 */
.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: #78b080;
	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: #006ab8;
}
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;
   }
}

/* ログイン画面 */
h2#tlLogin {
	margin: 80px auto 5px;
	font-size: 2.6rem;
    font-weight: bold;
	width : 700px;
    height: 60px;
    border: 1px solid #006ab8;
    border-left:4px solid #006ab8;
    border-right:4px solid #006ab8;
    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 #006ab8;
    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: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #006ab8;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	border: #006ab8 3px solid;
    transition: all 0.4s;
}
section#loginBox input#login:hover{
	color: #006ab8;
	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: #006ab8;
}
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%;
}
}

/* トップ画面 */
.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: #558a5d;
	border-left: 8px solid #0f53ad;
/*	border-image: linear-gradient(to bottom,#4b9556 0,#a5caab 100%); */
	border-image: linear-gradient(to bottom,#0046B7 0,#A5BCC9 100%);
	border-image-slice: 1;
	background: linear-gradient(90deg, #78B3D3 0,#ffffff 90%);
}
.focusSmall a{
	color: #558a5d;
	border-left: 8px solid #0f53ad;
	border-image: linear-gradient(to bottom,#0046B7 0,#A5BCC9 100%);
	border-image-slice: 1;
	background: linear-gradient(90deg, #78B3D3 0,#ffffff 90%);
	font-size: 1.4rem;
}
.no_focus a {
	font-size: 1.4rem;
}
.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: #0F53AD;
	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: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_item .poster_dl > a{
	background: #7cc4bd;
	color: #fff;
	border-bottom: none;
}
.nav .lang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4px;
	width: 10%;
}
.nav .lang li{
	width: 49%;
	text-align: center!important;
}
.nav .lang li a{
	width: 100%;
	background: #fff;
	padding: 10px;
	text-decoration: none;
	color: #0C6193;
	font-weight: bold;
	display: block;
}
.nav .lang li a:hover{
	background: #d4eafc;
	transition-duration: 500ms;
	color: #0B7DC7;
}
.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: #006ab8;
	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: 60px;
}
#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: #006ab8; */
	background-color: #e6003a;
	position: fixed;
	top: 29px;
	transition-duration: 500ms;
	opacity: 1;
}
#nav_menuBtn::before{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
/*	background-color: #006ab8; */
	background-color: #e6003a;
	position: fixed;
	top:19px;
	transition-duration: 500ms;
}
#nav_menuBtn::after{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
/*	background-color: #006ab8; */
	background-color: #e6003a;
	position: fixed;
	top: 39px;
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn span{
	opacity: 0;
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn::before{
	transform: rotate(45deg);
	top: 29px;
}
#nav_toggle:checked + #nav_menuBtn::after{
	transform: rotate(-45deg);
	top: 29px;
}
.nav div{
	margin: 20px 10px 0;
    padding: 0 5px 0 10px;
    background-color: rgba( 255, 255, 255, 1 );
/*    border-left: 5px solid #006ab8;  */
    border-left: 5px solid #e6003a;
}
}

/* 右コンテンツ */
section#pageBox {
    margin: 0 0 40px 50px;
	width : 700px;
}
section#pageBox p.lastmsg {
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    color: #f00;
}
section#pageBox .option_top {
    margin-top: 40px;
    line-height: 1.35;
}

p#username {
    margin: 0 0 30px 0;
    padding-left: 20px;
    width: 300px;
/*    border: #a5caab 1px solid; */
    border: #A5BCC9 1px solid;
    border-top: none;
/*    background-color: #d2e5d5; */
    background-color: #76BFE0;
    border-radius: 0 0 8px 8px;
    float: right;
    box-sizing: border-box;
}
p#username i {
    margin-right: 10px;
    color: #006DB9;
/*    color: #2E6784; */
}
h4.pagettl{
    clear: both;
    margin-bottom: 30px;
    padding: 1rem 2rem;
    background: linear-gradient(#fff 40%, #DAE3EA);
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    border: #006ab8 1px solid;
    border-left: 6px solid #006ab8;
    border-radius: 10px;
}
.table_two dl{
    display: flex;
}
.table_two dt{
    background-color: #D1E4FF;
    border-bottom: 1px solid #333;
    padding: 9px 0px 9px 6px;
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.table_two dd{
    padding: 10px 0 10px 20px;
    flex: 1;
    border-bottom: 1px solid #333;
}
.table_two dt#top{
	border-top: 1px solid #333;
}
.table_two dd#top{
	border-top: 1px solid #333;
}

.table_two dl:first-child{
	padding-top: 0;
}
.table_two dl:last-child{
	padding-bottom: 0;
    margin-bottom: 60px;
}

h5.subttl{
    margin-bottom: 20px;
	padding: 0.2rem 1rem;
	background: #fff;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
    border: #66a6d4 1px solid;
    border-left:5px solid #66a6d4;
    border-radius: 7px;
}
.table_two_sub dl{
	display: flex;
}
.table_two_sub dt{
/*	border-bottom: 1px solid #8ebd95; */
	border-bottom: 1px solid #66a6d4;
	padding: 14px 0;
	width: 30%;
	display: flex;
	align-items: center;
    line-height: 1.4;
}
.table_two_sub dd{
	padding: 14px 0 14px 20px;
	flex: 1;
/*	border-bottom: 1px solid #8ebd95; */
	border-bottom: 1px solid #66a6d4;
	line-height: 1.4
}
.table_two_sub dl:first-child{
	padding-top: 0;
}
.table_two_sub dl:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:768px){
section#pageBox {
    margin: 0 auto 40px;
	width : 98%;
}
h4.pagettl{
    margin-bottom: 15px;
    padding: 12px;
    font-size:2rem;
}
.table_two dl{
    display: block;
    margin-bottom: 20px;
}
.table_two dt{
    width: 100%;
    padding: 10px;
    background-color: #e5f0f8;
    border-left: 6px solid #66a6d4;
/*    border-left: 6px solid #006ab8; */
    border-bottom: 1px solid #66a6d4;
    border-radius: 6px 0 0 0;
    font-weight: 700;
    box-sizing:border-box;
}
.table_two dt#top{
	border-top: none;
}
.table_two dd{
	border-bottom: none;
    padding: 10px 0 10px 20px;
    border-left: 6px solid #ddd;
    border-radius: 0 0 0 6px;
}
.table_two dd#top{
	border-top: none;
}
.table_two dl:last-child{
    margin-bottom: 40px;
}
h5.subttl{
    margin-bottom: 10px;
	padding: 2px 10px;
}
.table_two_sub dl{
	display: block;
    margin-bottom: 20px;
}
.table_two_sub dt{
	width: 100%;
	padding: 5px 10px;
	background-color: #f4f8f4;
	border-left: 6px solid #66a6d4;
/*    border-left: 6px solid #b0d1b5; */
	border-bottom: 1px solid #66a6d4; 
/*    border-bottom: 1px solid #b0d1b5; */
    border-radius: 6px 0 0 0;
	font-weight: 700;
    box-sizing:border-box;
}
.table_two_sub dd{
	border-bottom: none;
    padding: 5px 0 5px 20px;
    border-left: 6px solid #ddd;
}
}

/* 参加登録画面 */
section#stepBox {
	margin: 0 0 20px;
	width : 100%;
    overflow: hidden;
    background: linear-gradient(#e7efe7, #fff);
    text-align: center;
}
section#stepBox ul{
    margin: 0 20px 0 0;
    float: right;
    display: table;
}
section#stepBox ul li{
    padding: 20px 12px 10px;
    font-size: 1.7rem;
    color: #ccc;
    line-height: 1.0;
    display: table-cell;
    vertical-align: middle;
}
section#stepBox ul li.current {
    background-image: url("../images/bg_arrow.png") ;
    background-repeat: no-repeat;
    background-position: center top;
    color: #006ab8;
    font-weight: bold;
}
section#stepBox ul li.visited {
    color: #8ebd95;
}
section#stepBox ul li i{
	margin-right: 3px;
}
@media screen and (max-width:768px){
section#stepBox ul {
    margin: 0 auto 0;
	float: none;
}
section#stepBox ul li{
    padding: 20px 6px 10px;
    font-size: 1.4rem;
}
}
@media screen and (max-width:360px){

section#stepBox ul li{
    font-size: 1.3rem;
}
}



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


/* 藤田追加 */
.error {
	font-size:small;
	color:#fff;
	width:91%;
	background: #ff2929;
	border-radius: 4px;
	padding-left:4px;
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="button"]#minibutton1,
input[type="button"]#minibutton2,
input[type="reset"] {

	margin: 0 5px;
	padding-bottom: 2px;
	width:160px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
/*    display: flex; */
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #006ab8;
	background-color: #fff;
}

input[type="button"]#settlementError {
	margin: 0 5px;
    padding-bottom: 2px;
	width:200px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
/*    display: flex; */
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

input[type="button"]#clear_abstract {
	margin: 0 5px;
	padding-bottom: 2px;
	width: 90px;
	height: 32px;
	border-radius: 8px;
	font-size: 1.3rem;
	background: #f5f5f5;
	border: 1px solid #004471;
	color: #333;
	font-family: inherit;
	-webkit-appearance: none;
}
input[type="button"]#visaComplete {
	margin: 0 5px;
	padding-bottom: 2px;
	width:260px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
/*    display: flex; */
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

/* ボタンのマウスオン時の設定 */
input[type="button"]:hover {
	color: #006ab8;
	background-color: #fff;
}


@media screen and (max-width:480px) {
input[type="button"]#backbtn1,
input[type="button"]#btn1 {

	margin: 0 5px;
	padding-bottom: 2px;
	width:120px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

input[type="button"]#resetbtn1 {

	margin: 0 5px;
	padding-bottom: 2px;
	width:100px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
input[type="button"]#confirmbtn1 {

	margin: 0 5px;
	padding-bottom: 2px;
	width:150px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
}



/* 完了画面, エラー画面 */
.completeBox ,
.errorBox {
	text-align:left;
	width:720px;
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
	padding: 12px 0px 10px 6px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}

section#formBox .completeBox dl.formCate dt {
	width:210px;
}
section#formBox .completeBox dl.formCate dd {
	width:510px;
}

@media screen and (max-width:768px) {
.completeBox ,
.errorBox {
	width:100%; 
}
section#formBox .completeBox dl.formCate dt {
	margin-bottom: 0;
    padding: 7px 0 7px 5px;
	width : 100%;
    display: block;
    font-size: 1.6rem;
    border-bottom: 1px solid #a5caab;
    border-radius: 0;
}
section#formBox .completeBox dl.formCate dd {
	margin: 0 auto 20px;
    padding: 10px 0 20px;
	width: 95%;
    display: block;
    border: none;
}
}

.messageLarge {
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0 8px 4px;
	margin: 0 0 20px;
}
.messageNormal {
	font-size: 1.0em;
	padding: 0 8px 4px;
	margin: 0 0 20px;
}
.meaageCaution {
	font-weight: bold;
	color: #ff0000;
	font-size: 1.1em;
}
.messageLoginMae {
	text-align: left;
	font-weight: normal;
	color: #ff6600;
	font-size: 1.0em;
	line-height:1.4;
	padding: 6px 10px 4px;
}
.authError {
	font-weight: bold;
	color: #ff0000;
	font-size: 1.2em;
}
.home_middle {
	font-weight: normal;
	padding: 10px 0px 6px 2px;
	line-height:1.4;
}

/* 確認画面 */
/*
section#formBox .Confirmation dl.formCate dt {
	background-color: #CCD6EA;
}
*/

/* 登録内容表示画面 */
.messageAbstract {
	font-size: 1.0em;
	line-height:1.3;
}


/* 色情報
---------------------------------------------------------------------------*/
.red    { color:#ff0000; }
.blue   { color:#0000ff; }
.orange { color:#ff6600; }
.pink   { color:#ff0066; }
.black  { color:#ffffff; }
.green  { color:#32C102; }

textarea {
	max-width: 90%;
	padding: 4px 4px;
/*	resize: vertical;
	border: 1px solid #333; */
	font-size: 100%;
	font-family: inherit;
}
p.note {
    font-size: 1.2rem;
    color: #1571b1;
}

.underConstruction {
	text-align: center;
	font-weight: bold;
}

section#formBox dl.formCate dt.Narrow,
section#formBox dl.formCate dd.Narrow {
    padding: 1px 0 1px 10px;
}
@media screen and (max-width:768px){
section#formBox dl.formCate dd.Narrow {
    padding: 7px 0 7px 5px;
}
}


/* パスワード変更 */
.password_two dl{
	display: flex;
	line-height:1.3;
}
.password_two dt{
	border-bottom: 1px solid #333;
	padding: 12px 0 12px 6px;
	width: 30%;
	display: flex;
	align-items: center;
	background: #d1e4ff;
}
.password_two dt#top{
	border-top: 1px solid #333;
}
.password_two dd{
	padding: 14px 0 14px 20px;
	flex: 1;
	border-bottom: 1px solid #333;
/*    font-weight: bold; */
}

.password_two dd input {
	box-sizing: border-box;
    padding: 0.2em;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
}

.password_two dd#top{
	border-top: 1px solid #333;
}


.password_two dl:first-child{
	padding-top: 0;
}
.password_two dl:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:768px){
.password_two dl{
	display: block;
}
.password_two dt{
	width: 100%;
	padding: 10px;
	color: #00418e;
	background-color: #d1e4ff;
    border-left: 6px solid #66a6d4;
    border-radius: 6px 0 0 0;
	font-weight: 700;
    box-sizing:border-box;
}
.password_two dd{
	border-bottom: none;
    padding: 20px 0 40px 20px;
}
.password_two dt#top{
	border-top: none;
}
.password_two dd#top{
	border-top: none;
}
}

.passwordNotice {
    display: table;
	margin: 0 auto;
    width: 85%;
    font-size: 1.3rem;
	text-align:left;
    color: #f00;
}
.passwordComplete {
    margin-top: 20px;
    font-size: 1.3em;
	text-align:center;
    color: #333;
}

section#pageBox #btnArea {
    margin-top: 30px;
    width: 100%;
    text-align: center;
/*    display: flex;
    justify-content: center; */
}


/* マイページ左メニューの空白行 */
.nav_item li .space {
	color: #666;
	text-decoration: none;
	font-weight: 700;
	background-color:#fff;
	display: block;
	box-sizing: border-box;
	margin: 2px 0;
	padding: 15px 0 15px 7px;
	border-left: 8px solid transparent;
    
    line-height: 1.4;
}

/* サーバメンテナンス対策 */
.maintenance {
	width:700px;
	margin-left:auto;margin-right:auto;
	margin-top:25px;
	margin-bottom:50px;
	padding:20px 20px 20px 20px;
	background:rgb(255,255,255);
/*	text-align:center; */
}
.top_message {
	font-weight:normal;
	font-size:1.0em;
	line-height:130%;
}





section#formBoxMy {
    margin: 0 0 40px 50px;
	width : 700px;
/*    margin: 0 auto;
	width : 1020px;
    overflow: hidden; */
}
section#formBoxMy h3{
	font-weight: bold;
	font-size: 2.6rem;
	border-left: 8px solid #006ab8;
	border-bottom: 1px solid #006ab8;
    border-radius: 6px 0 0 6px;
	padding: 0 8px 4px;
	margin: 0 0 20px;
    width: 100%;
    box-sizing: border-box;
}
section#formBoxMy h4{
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 8px solid #66a6d4;
	border-bottom: 1px solid #66a6d4;
    border-radius: 6px 0 0 6px;
	padding: 0 8px 1px;
    margin: 40px 0 15px;
    width: 100%;
    box-sizing: border-box;
}
section#formBoxMy a.maillink:link,
section#formBoxMy a.maillink:visited {
	color: #0f53ad;
}
section#formBoxMy a.maillink:active,
section#formBoxMy a.maillink:hover {
	color: #87a9d6;
}
section#formBoxMy a.textlink:link,
section#formBoxMy a.textlink:visited {
	color: #4f0fad;
    text-decoration: underline;
}
section#formBoxMy a.textlink:active,
section#formBoxMy a.textlink:hover {
	color: #956fce;
    text-decoration: underline;
}
section#formBoxMy p.comment{
	margin: 0 0 15px;
    line-height: 1.4;
}
section#formBoxMy ul.itemize{
	margin-bottom: 20px;
	list-style: none;
}
section#formBoxMy ul.itemize li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.5rem;
	line-height: 1.5
 } 
section#formBoxMy ul.itemize li::before {
	content: '・';
}
section#formBoxMy dl.formCate {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
section#formBoxMy dl.formCate dt {
    padding-left: 10px;
    width: 180px; /* 210 */
    display: table-cell;
    vertical-align: middle;
    background: #e5f0f8;
    font-weight: nomal;
    line-height: 1.2;
    border-radius: 6px 0 0 6px;
    box-sizing:border-box;
}
section#formBoxMy dl.formCate dt.bold {
    font-weight: bold;
}
section#formBoxMy dl.formCate dd {
    width: 520px; /* 810 */
    display: table-cell;
    vertical-align: middle;
    padding: 0.7% 2%;
    line-height: 1.6;
    box-sizing:border-box;
    border-bottom: 1px solid #eee;
}
section#formBoxMy dl.formCate dd .flexBox {
    display:flex;
}
section#formBoxMy dl.formCate dd .formItem {
    padding:0 10px 0 0;
}
section#formBoxMy dl.formCate dd .formItem p.note {
    font-size: 1.3rem;
    color: #2f4fb0;
}
section#formBoxMy dl.formCate dd .formItem p.noteRed {
    font-size: 1.2rem;
    color: #f00;
}
section#formBoxMy dl.formCate dd .formItem span.stl {
    font-weight: bold;
}
section#formBoxMy dl.formCate dd input {
	box-sizing: border-box;
    padding: 0.2em;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
}
section#formBoxMy dl.formCate dd input.other {
	width: 240px;
}
section#formBoxMy dl.formCate dd input.phone {
	width: 475px;
}
section#formBoxMy dl.formCate dd select.country {
	width: 300px;
}
section#formBoxMy dl.formCate dd select.guest_num {
	width: 100px;
}
section#formBoxMy dl.formCate dd select.month,
section#formBoxMy dl.formCate dd select.date {
	width: 80px;
    height: 35px;
}
section#formBox dl.formCate dd select.shuttle20,
section#formBox dl.formCate dd select.shuttle21,
section#formBox dl.formCate dd select.shuttle22,
section#formBox dl.formCate dd select.shuttle23,
section#formBox dl.formCate dd select.shuttle24 {
	width: 300px;
}

section#formBoxMy dl.formCate dd input.upload {
	border: none;
}
section#formBoxMy dl.formCate dd input.ex_short {
	width: 60px;
}
section#formBoxMy dl.formCate dd input.short {
	width: 200px;
}
section#formBoxMy dl.formCate dd input.middle {
	width: 490px;
}
section#formBoxMy dl.formCate dd input.long {
	width: 100%;
}
section#formBoxMy dl.formCate dd p.total {
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    font-size: 1.6rem;
    font-weight: bold;
}
section#formBoxMy dl.formCate dd ul.noteslist {
	list-style: none;
}
section#formBoxMy dl.formCate dd ul.noteslist li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
    box-sizing: border-box;
 } 
section#formBoxMy dl.formCate dd ul.noteslist li::before {
    content: '・';
}
section#formBoxMy dl.formCate dd img#CardBrand {
    width: 300px;
}
.itemmg {
    margin-right: 15px;
}
i.fa-angle-double-right {
    margin: 0 5px ;
    font-size: 2.0rem;
}
section#formBoxMy dl.formCate dd dl dd ul li {
    line-height: 1.3;
    padding-bottom: 5px;
}
section#formBoxMy dl.formCate dd dl dd ul li.category {
    font-weight: bold;
}
section#formBoxMy dl.formCate dd dl dd ul li.price {
    font-size: 1.6rem;
}
section#formBoxMy .accom_box {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
}
section#formBoxMy .accom_box p.accom_num {
    width: 20px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #666;
    border-radius: 6px 0 0 6px;
}
/*
section#formBoxMy .accom_box div.accom_info {
    width: 1000px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #666;
    border-radius: 0 10px 10px 10px;
}
section#formBoxMy .accom_box .accom_info dl.formCate dt {
    width: 210px;
    box-sizing: border-box;
}
section#formBoxMy .accom_box .accom_info dl.formCate dd {
    width: 750px;
    box-sizing: border-box;
}
*/
section#formBoxMy p.lastmsg {
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    color: #f00;
}
section#formBoxMy #btnArea {
    margin-top: 30px;
	width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
section#formBoxMy #btnArea p a {
	margin: 0 5px;
    padding-bottom: 2px;
	width:180px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
    background: #006ab8;
    border: #006ab8 3px solid;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#formBoxMy #btnArea p a:hover{
	color: #006ab8;
	background-color: #fff;
}

@media screen and (max-width:768px){
section#formBoxMy {
	width : 100%;
}
section#formBoxMy h3{
	margin: 0 auto 20px;
    /*width: 98%;*/
}
section#formBoxMy h4{
    /*margin: 30px auto 15px;*/
    margin: 30px 0 15px;
    /*width: 98%;*/
    /*padding: 0 8px 3px;*/
    /*line-height: 1.4;*/
}
section#formBoxMy p.comment{
	margin: 0 auto 15px;
    width: 96%;
}
section#formBoxMy dl.formCate {
	display: block;
}
section#formBoxMy 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 #e38c98; */
    border-radius: 0;
}
section#formBoxMy dl.formCate dd {
	margin: 0 auto 20px;
    padding: 10px 0 20px;
	width: 95%;
    display: block;
    border: none;
}
section#formBoxMy dl.formCate dd .flexBox {
    display: block;
}
section#formBoxMy dl.formCate dd input.phone {
	width: 96%;
}
section#formBoxMy dl.formCate dd input.middle {
	width: 100%;
}
section#formBoxMy dl.formCate dd input.long {
	width: 100%;
}
section#formBoxMy dl.formCate dd dl dt {
	padding: 7px 5px 7px 0;
    border: none;
}
section#formBoxMy .accom_box {
    margin: 0 auto 5px;
    display: inherit;
    width: 96%;
}
section#formBoxMy .accom_box p.accom_num {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-radius: 6px 6px 0 0;
}
section#formBoxMy .accom_box div.accom_info {
    padding: 20px 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}
section#formBoxMy .accom_box .accom_info dl.formCate dt {
     width: 100%;
}
section#formBoxMy .accom_box .accom_info dl.formCate dd {
     width: 95%;
}
section#formBoxMy p.lastmsg {
     margin-top: 40px;
}
}

@media screen and (max-width:480px) {
section#formBoxMy dl.formCate dd input.long {
    width: 330px;
}
section#formBoxMy #btnArea p a {
	width:160px;
}
section#formBoxMy {
    margin: 0 0 40px 21px;
	width : 90%;

}
/* 決済画面 */
section#formBoxMy p.lastmsg {
	text-align:left;
}
}

@media screen and (max-width:360px) {
section#formBoxMy dl.formCate dd input.other {
	width: 200px;
}
section#formBoxMy dl.formCate dd input.long {
	width: 300px;
}
section#formBoxMy #btnArea p a {
	width:140px;
}
}


.home_second {
    padding: 5px 0px 5px 0px;
    line-height:1.2;
    letter-spacing:0.06em;
}
.home_second ul li {
    list-style: disc;
}

.home_third {
    line-height:1.2;
}
.bus_note {
    padding: 10px 10px 5px 10px;
    line-height:1.2;
    letter-spacing:0.06em;
    border-radius: 4px;
    background: #f6f6f6;
}
.abstract_note {
    padding: 5px 0px 5px 0px;
    line-height:1.2;
    letter-spacing:0.06em;
    border-radius: 4px;
}


/* 2025.08.31 追加 */
/* セッション追加申込 */
.mainConference {
    line-height: 1.25;
    text-indent: -15rem;
    padding-left: 15rem;
}
/*
.comment {
    line-height: 1.25;
    margin-bottom: 3px;
}
*/
#noteOrange {
    font-size: 1.6rem;
    line-height:1.35;
    color: #ff6600;
}
#workshop_note {
    padding: 0px 4px 4px 4px;
    font-size: 1.6rem;
    line-height:1.2;
    color: #ff6600;
}
.divideLine {
    padding: 4px 0px;
    line-height:1.2;
    border-bottom: 1px dotted #66a6d4;
}


@media screen and (max-width:768px){
}
.session_three dl{
	display: block;
}
.session_three dt{
	width: 100%;
	padding: 10px;
	color: #00418e;
	background-color: #d1e4ff;
    border-left: 6px solid #66a6d4;
    border-radius: 6px 0 0 0;
	font-weight: 700;
    box-sizing:border-box;
}
.session_three dd{
	border-bottom: none;
    padding: 20px 0 20px 20px;
}
.session_three dt#top{
	border-top: none;
}
.session_three dd#top{
	border-top: none;
}
