﻿@charset "utf-8";

body {
	color: #555;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

/* ----- common ----- */
.wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* a */
a { text-decoration: underline;}
a:hover { text-decoration: none;}
/* li */
.list li { padding: 10px 0;}
.form-list li { padding: 20px 0;}
.form-list li:first-child,
.list li:first-child { padding-top: 0;}
.form-list li:last-child,
.list li:last-child { padding-bottom: 0;}
ol.list { counter-reset: number;}
ol.list li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	line-height: 1.6;
}
ol.list li:before {
	counter-increment: number;
	content: counter(number)'. ';
}
p.indent,
ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
/* btn */
.btn a {
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #3590cb;
}
.btn a:hover { background: #449cd5;}





th,
td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	margin: 2em 0;
}









/* ----- header area ----- */
#header { position: relative; min-height:50px;}
.log-off #header { padding: 40px 0;}
.log-in #header {
	padding: 15px 0;
	border-bottom: 1px #8bcad4 solid;
}
.log-in #header:before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px #00b9db solid;
	position: absolute;
	bottom: 0;
}
#header h1 { width: 205px;}
#header h1 a { display: block;}
.log-off #header h1 { margin: 0 auto;}
.log-off #header h2 {
	margin-top: 30px;
	color: #3590cb;
	font-size: 150%;
	text-align: center;
}
/* navigation */
#nav {
	position: absolute;
	top: 0;
	right: 0;
}
#nav .btn-area {
	float: right;
	margin-bottom: 10px;
}
#nav li {
	float: left;
	padding-left: 20px;
	font-size: 87.5%;
}
#nav .btn a {
	padding: 6px 13px;
	font-size: 87.5%;
	background: #00b9db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav .btn a:hover { background: #07c4dd;}

/* ----- contents area ----- */
.container {
	position: relative;
	border-bottom: 1px #8bcad4 solid;
}
.log-off .container { padding-bottom: 80px;}
.log-in .container { padding-bottom: 60px;}
/* title */
.container .title {
	margin-bottom: 30px;
	padding: 20px 0;
	background: rgb(0,103,176);
	background: -moz-linear-gradient(top, rgba(0,103,176,1) 0%, rgba(0,184,218,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,103,176,1) 0%,rgba(0,184,218,1) 100%);
	background: linear-gradient(to bottom, rgba(0,103,176,1) 0%,rgba(0,184,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b0', endColorstr='#00b8da',GradientType=0 );
}
.container .title h2 {
	font-size: 150%;
	color: #fff;
}
/* section */
.container section { margin: 0 auto;}
.container .w400 { width: 400px;}
.container .w500 { width: 500px;}
.container .w600 { width: 600px;}
.container .w760 { width: 760px;}



.container section h3 {
	padding: 10px;
	font-size: 112.5%;
	border: 1px #e7e8e8 solid;
}
.container section h4 {
	font-size: 125%;
}
/* contact area */
.container .contact-area { margin-top: 50px;}
.container .contact-area h4 {
	margin-bottom: 30px;
	padding: 20px 0;
	font-size: 112.5%;
	text-align: center;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}
.container .contact-area h5 {
	margin-bottom: 20px;
	color: #1072ba;
	text-align: center;
	font-size: 125%;
	line-height: 53px;
}
.container .contact-area h5 img {
	margin-right: 10px;
	height: 50px;
}
.container .contact-area li {
	float: left;
	width: 49%;
}
.container .contact-area li + li { float: right;}
.container .contact-area .box {
	position: relative;
	display: block;
	padding: 15px 15px 15px 90px;
	text-decoration: none;
	border: 1px #1072ba solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 70px;
}
.container .contact-area span.box { background-image: url(../imgs/contact-tel.gif);}
.container .contact-area a.box { background-image: url(../imgs/contact-mail.gif);}
.container .contact-area a.box:hover { background-color: #fafafa;}
.container .contact-area p + p { margin-top: 7px;}
.container .contact-area .tel,
.container .contact-area .mail {
	color: #1072ba;
	font-size: 137.5%;
	font-weight: bold;
}
.container .contact-area .mail {
	font-size: 100%;
	line-height: 39px;
}
/* contact */
.container .contact {
	margin: 50px auto 0;
	padding: 25px 0;
	width: 50%;
	text-align: center;
	border: 1px #e1e1e1 solid;
}
.container .contact h4 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 112.5%;
	border-bottom: 1px #e1e1e1 solid;
}
.container .contact .tel {
	font-size: 137.5%;
}
.container .sub-link {
	margin-top: 40px;
	text-align: center;
}

/* ----- footer area ----- */
#footer { padding: 30px 0;}
/* link */
#footer .link {
	margin: 0 auto 30px;
	text-align: center;
}
#footer .link li { display: inline-block;}
#footer .link li + li { margin-left: 20px;}
#footer .link a {
	color: #00b9db;
	font-size: 87.5%;
	text-decoration: none;
}
#footer .link a:hover { color: #07c4dd;}
/* copyright */
#footer .copyright {
	font-family: helvetica;
	font-size: 75%;
	text-align: center;
}


/* ----- parts ----- */
/* text area */
.text-area,
.text { line-height: 1.8;}
.text-area { margin-bottom: 30px;}
/* form area */
.flow-area {
	margin-bottom: 30px;
	padding: 20px 0;
}
.flow-area ul {
	margin: 0 auto;
	text-align: center;
}
.flow-area li { display: inline-block;}
.flow-area li:after {
	content: '>';
	padding: 0 10px;
	color: #3590cb;
	font-size: 125%;
	font-weight: bold;
}
.flow-area li:last-child:after { content: '';}
.flow-area li span {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #3590cb;
    font-weight: bold;
    background: #fafdff;
}
.flow-area li span.on {
    color: #fafdff;
    background: #3590cb;
}
/* scroll area */
.scroll-area {
	margin-bottom: 40px;
	height: 240px;
	overflow-y: auto;
}
.scroll-area td {
	padding: 10px;
	line-height: 1.6;
}
.scroll-area li {
	padding: 15px;
	line-height: 1.6;
}
.scroll-area td:first-child,
.scroll-area td:nth-child(2) {
	padding-right: 0;
	white-space: nowrap;
}
.scroll-area tr:nth-child(odd) td,
.scroll-area li:nth-child(odd) { background: #efefef;}

.scroll-area li a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	color: #333;
	text-decoration: none;
}
.scroll-area li .far {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -12px;
	font-size: 150%;
}
.scroll-area li a:hover {
	color: rgb(0,103,176);
}
.scroll-area li a:hover .far {
	color: rgb(0,103,176);
}
/* top list */
.top-list li {
	float: left;
	margin-left: 2%;
	padding-top: 30px;
	width: 32%;
	line-height: 1.4;
}
.top-list li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.top-list li:nth-child(-n+3) { padding-top: 0;}
.top-list a {
	display: block;
	color: #727272;
	text-align: center;
	text-decoration: none;
}
.top-list a:hover { color: #00b9db;}
.top-list a .img {
	margin: 0 auto 15px;
	padding: 8px;
	width: 120px;
	background: rgb(139,202,212);
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.top-list a:hover .img {
	background: rgb(0,185,219);
	background: -moz-linear-gradient(-45deg, rgba(0,185,219,1) 0%, rgba(0,103,176,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,185,219,1) 0%,rgba(0,103,176,1) 100%);
	background: linear-gradient(135deg, rgba(0,185,219,1) 0%,rgba(0,103,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9db', endColorstr='#0067b0',GradientType=1 );
}
.top-list li a .img span { background: #727272;}
.top-list li a:hover .img span { background: transparent;}
.top-list li .img span,
.top-list li .img img {
	display: block;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.top-list a h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 112.5%;
	border: none;
}
.top-list a h3:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	content: "";
	width: 70px;
	height: 2px;
	background: #ddd;
}
.top-list a:hover h3:before { background: #00b9db;}
.top-list .disabled a {
	position: relative;
	pointer-events: none;
	color: #ebebeb;
}
.top-list .disabled a:before {
	position: absolute;
	top: 47px;
	left: 15%;
	padding: 5px;
	width: 70%;
	color: #454545;
	content: "coming soon";
	text-align: center;
	font-size: 112.5%;
	background: rgba(204,204,204,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.top-list .disabled a .img,
.top-list .disabled a .img span,
.top-list .disabled a h3:before { background: #ebebeb;}
/* form area */
.form-lines th {
	padding: 20px 40px 20px 20px;
	width: 24%;
	color: #3590cb;
	text-align: right;
	font-size: 112.5%;
}
.form-lines td { padding: 20px 0;}
.form-area input[type="text"],
.form-area input[type="password"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area select,
.form-area .confirm-input,
.form-area textarea { padding: 10px;}
.form-area input[type="text"],
.form-area input[type="password"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area .select-wrap,
.form-area textarea,
.form-area input[type="checkbox"] + label:after { border: 1px #3590cb solid;}
.form-area input[type="radio"] + label:before {
	-webkit-box-shadow: 0 0 0 1px #3590cb;
	-moz-box-shadow: 0 0 0 1px #3590cb;
	box-shadow: 0 0 0 1px #3590cb;
}
.form-area input[type="radio"]:checked + label:before { background: #3590cb;}
.form-area input[type="checkbox"]:checked + label:before {
	border-bottom: 3px #3590cb solid;
	border-right: 3px #3590cb solid;
}
.form-area .w50 input { width: 49%;}
.form-area .w50 input + input { margin-left: 2%;}
.form-area .w30 input { width: 30%;}
.form-area .w30 span {
	display: inline-block;
	width: 5%;
	font-size: 125%;
	text-align: center;
}
.form-area .w30 input + input { margin-left: 2%;}
.form-area .w30 .select-wrap {
	float: left;
	margin-left: 2%;
	width: 32%;
}
.form-area .w30 .select-wrap:first-child {
	margin-left: 0;
}
.form-area input:disabled {
	font-weight: bold;
	background: #fff;
	cursor: not-allowed;
}
.form-area .select-wrap:after { border-color: #3590cb transparent transparent transparent;}
.form-area .btn {
	margin: 0 auto;
	width: 70%;
}
.log-off .form-area .btn { margin-top: 40px;}
.log-in .form-area .btn { margin-top: 60px;}
.log-off .form-area td .btn,
.log-in .form-area td .btn { margin-top: 0;}
.form-area .form-list h4 {
	margin-bottom: 10px;
	color: #3590cb;
	font-size: 112.5%;
	font-weight: normal;
}
.form-area .btn input[type="submit"] {
	padding: 13px;
	color: #fff;
	font-size: 112.5%;
	font-weight: bold;
	background: #3590cb;
}
.form-area .btn input[type="submit"]:hover { background: #449cd5;}
.form-area .radio-list li { padding: 6px 0;}
.form-area .caption { margin-top: 10px;}
.form-area .alert { display: none;}
.form-area .error .alert {
	display: block;
	color: #f00;
}
.form-area .upload input {
	padding: 20px;
}
.form-list.col2 li {
	float: left;
	width: 48%;
}
.form-list.col2 li + li {
	float: right;
	padding-top: 0;
}
*[id^="modal-"] {
    padding: 20px;
}
*[id^="modal-"] h2 {
    margin-bottom: 12px;
}
*[id^="modal-"] p {
    margin-top: 12px;
    line-height: 1.8;
}

#cboxOverlay { background: #000; }
#cboxLoadedContent, #cboxContent { background: #fff; }
#cboxLoadedContent { border: 5px solid transparent; }

/* table */
.list-lines th {
	padding: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #3590cb;
	border: 1px #ddd solid;
}
.list-lines td {
	padding: 15px 10px;
	vertical-align: middle;
	background: #efefef;
	border: 1px #ddd solid;
}
.list-lines tr:nth-child(odd) td { background: #fff;}

.list-lines th.none {
	padding: 15px;
	color: #555;
	background: #fff;
	border: none;
}
.list-lines td.none {
	background: #fff;
	border: none;
}
.list-lines td.btn-cell { width: 100px;}
.list-lines .btn { margin-top: 0;}
.list-lines .btn a {
	padding: 10px 15px;
	font-size: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.list-lines .btn a:hover { background: #449cd5;}
.list-lines .btn a.disabled {
    pointer-events: none;
    background: #e6e6e6;
}
.list-flow th {
	padding: 10px 15px;
	/*height: 100px;*/
	color: #fff;
	text-align: center;
	font-weight: bold;
	border: 1px #898989 solid;
	background: #898989;
}
.list-flow td {
	padding: 15px 10px;
	width: 255px;
	font-size: 87.5%;
	vertical-align: middle;
	border: 1px #898989 solid;
}
.list-flow td.who {
	padding: 5px 10px;
	text-align: center;
	background: #fff6d4;
}
.list-flow + .list-flow {
	position: relative;
	margin-top: 40px;
}
.list-flow + .list-flow:before {
	position: absolute;
	top: -30px;
	left: 100px;
	content: "";
	border-top: 20px solid #c8c9c9;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}


.list-plan {
	
}
.list-plan th,
.list-plan td {
	padding: 13px;
	border: 1px #ccc solid;
}
.list-plan th {
	font-size: 14px;
	line-height: 1.4;
}
.list-plan .no-line th {
	padding: 20px;
	text-align: center;
	border: none;
}
.list-plan td {
	text-align: center;
	vertical-align: middle;
}
.list-plan .bg-std {
	width: 28%;
	background: #f5fcff;
}
.list-plan .bg-wbox {
	width: 32%;
	background: #d1efff;
}
.list-plan .subjects {
	padding: 9px 13px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	background: rgb(0,103,176);
	background: -moz-linear-gradient(-45deg, rgba(0,103,176,1) 0%, rgba(0,185,219,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,103,176,1) 0%, rgba(0,185,219,1) 100%);
	background: linear-gradient(135deg, rgba(0,103,176,1) 0%, rgba(0,185,219,1) 100%);
}
.list-plan .relative {
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
.list-plan .relative a {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	color: rgba(0,185,219,1);
}
.list-plan .choice th {
	padding: 19px;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	border: none;
}
.choice input[type="radio"] + label {
	display: block;
	padding: 0 0 35px 0;
	line-height: 1.4;
	font-weight: bold;
}
.choice input[type="radio"] + label:before {
	top: auto;
	bottom: 3px;
	left: 50%;
	margin: 0 0 0 -14px;
	width: 16px;
	height: 16px;
	border: 4px #f3f3f3 solid;
}
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 300px;
    height: 150px;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}
.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }
.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    background: #ffa520;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}
.ribbon14:before{ left: 14px;}
.ribbon14:after { right: 18px;}

.status-area {
	margin-bottom: 20px;
	border: 1px #1072ba solid;
	overflow: hidden;
}
.status-area.change { border-color: #ffb449;}
.status-area dl { position: relative;}
.status-area.std dl { background: #f5fcff;}
.status-area.wbox dl { background: #d1efff;}
.status-area.change dl { background: #fffae0;}
.status-area dt {
	float: left;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	background: #1072ba;
}
.status-area.change dt { background: #ffb449;}
.status-area dd {
	float: left;
	width: auto;
	padding: 15px;
}
.status-area .btn {
	position: absolute;
	top: 5px;
	right: 5px;
}
.status-area .btn a {
	padding: 10px 15px;
	color: #fff;
	font-size: 100%;
	background: #ffb449;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.status-area .btn a:hover { background: #ffc26a;}

.info-area {
	padding: 16px;
	color: #555;
	line-height: 1.6;
	border: 1px hsl(204, 70%, 85%) solid;
	background: hsl(204, 70%, 97%);
}

.tos-area {
	margin: 50px auto 30px;
	width: 90%;
}
.container .tos-area h3 {
	margin-bottom: 15px;
	padding: 0;
	border: none;
}
.tos-text {
	padding: 20px;
	border: 1px hsl(204, 59%, 80%) solid;
	margin-bottom: 20px;
	line-height: 1.4;
	height: 200px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tos-text:focus {
	-webkit-box-shadow: 0 0 2px 2px hsl(204, 59%, 80%);
	box-shadow: 0 0 2px 2px hsl(204, 59%, 80%);
}
.tos-text > * { margin: 0 0 12px;  }
.tos-text h3 { font-weight: bold; }
.tos-text h4 { margin: 18px 0 6px; }
.tos { margin-bottom: 40px; }

.column-list {
	margin-bottom: 40px;
	padding: 5px 0;
}
.column-list .column a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.column-list .column a:hover {
	background: #f2f9ff;
}
.column-list h6 {
	padding: 10px 0;
	line-height: 1;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
}
.column-date {
	text-align: right;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.column-text {
	line-height: 1.6;
}
.column-text p + p {
	margin-top: 20px;
}

.column-profile {
	margin-top: 40px;
	padding: 20px;
	line-height: 1.4;
	border: 1px #f2f9ff solid;
	background: #fdfeff;
}

.complain {
	display: block;
	margin: 30px auto 20px;
	text-align: center;
}
.complain ul { display: inline-block;}
.complain li {
	padding: 1px 0;
	font-size: 112.5%;
	text-align: left;
}
.complain .fa-check-square {
	padding-right: 5px;
	color: #3590cb;
}

@media all and (-ms-high-contrast: none) {
  .select-wrap-ie {
    margin-left: 1px;
  }
}
.submit-btn {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #3590cb;
}

.indent-1em {
    margin-left: 1em;
}

.indent-2em {
    margin-left: 2em;
}

.text-bottom-line {
    text-decoration: underline;
}

.text-em-center {
    text-align: center;
    font-size: larger;
}

.text-em-center-large {
    text-align: center;
    font-size: large;
}

.long-text-btn {
    font-size: 100% !important;
}

.margin-left-20 {
    margin-left: 20%;
}