body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

div {
    box-sizing: border-box;
}

hr {
    border: none;
    border-top: 1px solid #cccccc;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1px;
}

br.dispnone{
	display: none;
}

.red{
	color: #F00;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.maxwidth {
    width: 100%;
}

.boxline {
    border: 1px solid #cccccc;
}

.flxrow {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
}

.flxcol {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}

.vcenter {
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
}

.vtop {
    -webkit-align-items: center; /* Safari */
    align-items: center;
}

#header {
    width: 100%;
    background-color: #000080;
    padding: 10px;
    text-align: center;
    line-height: 0.0;
    padding: 5px;
}

#main {
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    flex: 1;
}

#footer {
    width: 100%;
    background-color: #A9CDDC;
    color: #2F2F5D;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
}

#menu {
    width: 100%;
    background-color: #e0e0e0;
    padding: 10px;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    color: #303030;
}

#menu a:link {
    color: #303030;
}

#menu a:visited {
    color: #606060;
}

#menu a:active {
    color: #606060;
}

h1.title {
    font-size: 1.0em;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2.foot {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2.title {
    color: #2f2f5d;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 5px;
    border: none;
    border-left: 5px solid #2f2f5d;
    border-bottom: 1px solid #2f2f5d;
}

h2.err {
    color: #aa0000;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 5px;
    border: none;
    border-left: 5px solid #aa0000;
    border-bottom: 1px solid #aa0000;
}

h2.regititle {
    background-color: #2f2f5d;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 5px;
    border: none;
    border-left: 5px solid #2f2f5d;
}

.btnwrap {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
}

.btn1, .btn2 {
    width: 200px;
    height: 100px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.btn1 {
    background-color: #6699cc;
}

.btn2 {
    background-color: #66cc99;
}

.btn3 {
    width: 100%;
    border-radius: 5px;
    background-color: #66cc99;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
	padding-top: 5px;
}

.btn4 {
    width: 100%;
    border-radius: 5px;
    background-color: #999999;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.innertext {
    margin: 0px auto;
    padding: 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 350px;
}
.innertext:first-of-type {
	text-align: justify;
	text-justify: inter-ideograph;
}

.subtitle {
    font-size: 1.1em;
    font-weight: bold;
}

.boxtitle {
    font-size: 1.1em;
    font-weight: bold;
}

.aroundbox {
    margin: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    display: inline-block;
}

.notice {
    font-size: 0.9em;
    color: #ff0000;
}

.linkbox{
	margin-bottom: 20px;
}

/*registration.html*/
.formset {
    width: 90%;
    max-width: 350px;
}

.regiform h2 {
	margin-top: 30px;
}
.regiform h2:first-child {
	margin-top: 0px;
}
.complement{
	text-align: left;
}
.complement input[type=checkbox] {
	margin-right: 5px;
}
.regiform .notice {
    font-size: 0.9em;
    color: #0003ff;
}
.regiform div.err_mess{
	color: #F00;
	display: block;
}
.regiform input[type=text],.regiform input[type=password],.regiform input[type=tel],.regiform input[type=email]{
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    box-sizing: border-box;
}

.regiform .btn3{
	margin-top: 30px;
}

#var_lastname, #var_firstname, #var_zip,#var_height,#var_weight {
    width: 35%;
}

#birthday_year {
    width: 25%;
}

#birthday_month, #birthday_day, #var_pref {
    font-size: 1.3em;
    box-sizing: border-box;
    height: 35px;
}

#zip_code {
    width: 50%;
}

.profile {
    width: 100%;
    max-width: 350px;
}

.regiform table{
    width: 100%;
	border: solid 1px;
	border-color:#FFF;
}
.regiform table th{
	vertical-align: top;
}
.regiform table td br{
	display: none;
}

.amendment{
	background-color: #C03030;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 20px;
	margin-top: 30px;
}
.amendment .attention{
	text-align: center;
	margin-bottom:20px;
}
.amendment ul{
	margin: 0 0 0 -2em;
}
.amendment ul li{
	margin-bottom: 12px;
}
.border_red{
	border: solid 2px #F00;
	box-shadow:1px 1px 2px 1px #e0dbdb inset;
}
.sltbox{
	font-size: 18px;
}
.chkgroup label {
    font-size:18px;
    display:inline-block;
    cursor:pointer;
    position:relative;
}
.chkgroup input[type=checkbox] {
	width:32px;
	height:32px;
	-moz-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
}
.chkgroup table tr th{
	vertical-align:top;
}
chkgroup table tr td{
	vertical-align:middle;
}
.radiogroup label {
    padding-left:0px;
	padding-right:40px;
    font-size:18px;
    display:inline-block;
    cursor:pointer;
}
.radiogroup input[type=radio] {
    position: relative;
	top:10px;
	width:32px;
	height:32px;
	-moz-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
}
.mt_regi{
	display: block;
	padding-top:20px;
}
.selectdetail{
	color: #e68a11;
}
/*registration.html---end*/

/*confirm.php*/
input[type=text].confpass,input[type=password].confpass{
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    box-sizing: border-box;
	outline: 0;
    border: 0px;
	color: #2066ed;
}
.confval{
    width: 100%;
    font-size: 1.3em;
	color: #2066ed;
}
.confval:nth-of-type(6){
	padding-bottom:10px;
}
.conf_btnbox{
	margin: 30px auto 30px;
}
#complete_btn{
    width: 100%;
    border-radius: 5px;
    background-color: #66cc99;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
	float: right;
	cursor: pointer;
	padding-top: 5px;
}
#back_btn{
    width: 100%;
    border-radius: 5px;
    background-color: #add50d;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
	float: left;
	cursor: pointer;
	margin-top: 20px;
	padding-top: 5px;
}
/*cinfirm.php---end*/


/*login*/
.loginform input[type=text],.loginform input[type=password] {
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    box-sizing: border-box;
}
#login_btn{
	margin-top:60px;
}
.mt30{
	padding-top: 30px;
	display: block;
}
.loginform div.err_mess{
	color: #F00;
	display: block;
}
/*login---end*/


/*reminder*/
.remindbox{
    margin: 0px auto;
    padding: 20px;
    text-align: left;
    width: 350px;
}
.confirmedbox{
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    width: 350px;
}
#remindbox:last-of-type{
	padding-top:0 !important;
}
.rem_tit{
	display: block;
	font-weight: bold;
}
.rem_tit:last-of-type{
	padding-top: 30px;
}
.sampletxt{
	font-size: 0.8em;
}
.remindbox button[type='submit']{
	margin-top:30px;
}
.pass_new{
	margin: 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
/*reminder---end*/


/*step1*/
.ptitle {
    font-size: 1.2em;
    color: #669999;
    text-align: left;
}

.pcontent {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: right;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.history {
    width: 100%;
    border-collapse: collapse;
}
.history th,.history td {
    padding: 5px;
    border: 1px solid #c0c0c0;
}
.history th{
	width:65%;
	font-weight: normal;
}
.history td{
	width:35%;
}

.htitle {
    background-color: #3173B2;
    color: #fff;
}

input.amount {
    width: 50px;
    height: 35px;
    font-size: 1.3em;
    box-sizing: border-box;
    border: none;
}

.addrem {
    padding: 3px 6px 3px 6px;
    margin: 3px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
}

.addrem a,#wide, #narrow {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}
/*step1---end*/


/*step2*/
ul#schbox li{
	list-style-type:none;
}
ul#schbox li span{
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
/*step2---end*/


/*history*/
.historyblock{
    margin: 0px auto;
    padding: 20px;
    text-align: left;
    display: inline-block;
    width: 90%;
    max-width: 350px;
	border-bottom:solid 2px #0b2e87;
}
.historyblock:last-of-type{
	border-bottom:none;
}
.historyblock table.history th,.historyblock table.history td{
	border: none;
	border-bottom:dotted 1px #6f6f70;
}
.historyblock table.history th{
	text-align: left;
}
.historyblock table.history td{
	text-align: right;
}
.historyblock table.history tr:first-of-type th,.historyblock table.history tr:first-of-type td{
	border-top:dotted 1px #6f6f70;
}
.historyblock table.history tr:last-of-type th,.historyblock table.history tr:last-of-type td{
	border-bottom:solid 1px #6f6f70;
}

.amounttbl{
    margin: 10px auto 10px;
    padding: 20px;
    width: 100%;
    max-width: 350px;
	border-collapse: collapse;
}
.amounttbl th,.amounttbl td{
    text-align: right;
}
.amounttbl th{
	width:40%;
}
.amounttbl td{
	width:60%;
}
.amounttbl .under_b{
	border-bottom:solid 1px #6f6f70;
}

.p_cancel{
	cursor: pointer;
	color: #f4851e;
	text-decoration: underline !important;
}
/*history---end*/

.nextlink {
    border-radius: 5px;
    background-color: #66cc99;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.nextlink a, .window2 a {
    color: #fff;
    text-decoration: none;
}

.nextlink a:link, .nextlink a:visited, .nextlink a:active, .window2 a:link, .window2 a:visited, .window2 a:active {
    color: #fff;
    text-decoration: none;
}

select#day, .rselect {
    width: 100%;
    height: 35px;
    font-size: 1.1em;
}

.inlineb {
    display: inline-block;
}

.talkflx {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
}

.window1 {
    background-color: #000;
    flex: 4.5;
    -webkit-flex: 4.5;
    position: relative;
}

.mainvideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.myvideo {
    border: 1px solid #fff;
    position: absolute !Important;
    top: 15px;
    right: 15px;
    width: 25%;
    height: 25%;
    z-index: 99;
}

.fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.window2 {
    border-right: 1px solid #fff;
    background-color: #000;
    flex: 0.5;
    -webkit-flex: 0.5;
    color: #fff;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}

.icons {
    margin: 15px 0px 15px 0px;
}

.window3 {
    background-color: #fff;
    flex: 5.0;
    -webkit-flex: 5.0;
    color: #333;
    text-align: center;
    position: relative;
    overflow-y: scroll;
}

@media only screen and (min-width: 500px) {
	br.dispnone{
		display: inline;
	}
    br.title {
        display: none;
    }
	.regiform table td br{
        display: inline;
	}
	#complete_btn{
	    width: 40%;
	}
	#back_btn{
	    width: 40%;
		margin-top: 0;
	}
}

@media only screen and (orientation: portrait) {

    .talkflx {
        -webkit-flex-direction: column; /* Safari */
        flex-direction:         column;
    }

    .window2 {
        border-right: none;
        border-bottom: 1px solid #fff;
        -webkit-flex-direction: row; /* Safari */
        flex-direction:         row;
    }

    .icons {
        margin: 0px 15px 0px 15px;
    }

}

.title.talking {
    font-size: 1.0em;
}

#header.talking {
    padding: 5px;
}

.info {
    margin: 0px auto;
    font-size: 1.0em;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    width: 310px;
}

.movebar {
    width: 100%;
    height: 100%;
    border: none;
    border-right: 1px solid #ff0000;
    position: absolute;
    top: 0;
    right: 0;
}

#window1,#window3 {
    transition: all 300ms linear 0s;
}

.settlment_method {
    width: 100%;
    height: 35px;
    font-size: 1.3em;
}

#header a {
    color: #fff;
    text-decoration: none;
}

.tshhead {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
    box-sizeing: border-box;
    text-align: left;
}

.tshtable {
    border-collapse: collapse;
}

.tshtable td {
    border: 1px solid #c0c0c0;
    padding: 5px;
    text-align: left;
}

#footer a {
    color: #2F2F5D;
}

.index_head {
    max-width: 720px;
    margin-bottom: 30px;
}

.interview textarea {
    width: 310px;
    height: 100px;
    box-sizing: border-box;
}

.answer {
    width: 100%;
    border-collapse: collapse;
}

.answertitle {
    font-weight: bold;
    background-color: #d0d0d0;
    text-align: center;
}

#pp_check {
    width: 17px;
    height: 17px;
}

.tshhead {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
    box-sizeing: border-box;
    text-align: left;
}

.tshhead ul {
    list-style-type: disc;
}

.tshtable {
    border-collapse: collapse;
}

.tshtable td {
    border: 1px solid #c0c0c0;
    padding: 5px;
    text-align: left;
}

#footer a {
    color: #2F2F5D;
}

.subsc_img{
	margin-left: 5px;
}
