@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/* --------------------------------------------------

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}
/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	background: #EEF7FB;
}




 /*------------------------------------------------
form
-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
fieldset {
	border: none;
	display: block;
}
label {
	cursor: pointer;
	display: none;
}

textarea {
	overflow: auto;
	padding: 3px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;

}
select {
	padding: 2px;
	border: 1px solid #D1D1D1;
}


.unit-name{
	margin: 18px 7px 0 0;
	display: inline-block;
	vertical-align: top;
}

.label{
	display: block;
}



.label-name{
	margin: 18px 7px 0 0;
	display: inline-block;
	vertical-align: top;
}

.label-name02{
	margin: 18px 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

.label-name03{
	margin: 18px 7px 0 10px;
	display: inline-block;
	vertical-align: top;
}


.label-name-block{
	display: block;
}
input[type="checkbox"] {
 margin-right: .5rem;
}
input[type="radio"] {
 margin-right: .5rem;
}
input[type="text"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 2px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
}

input[type="password"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 2px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
}

input[type="file"] {
	padding: 2px 0;
}

.text-ss {
	width: 10%;
	margin: 10px 7px 10px 0;
}
.text-s {
	width: 30%;
	margin: 10px 7px 10px 0;
}

.text-s02 {
	width: 32%;
	margin: 10px 7px 10px 0;
}

.text-m {
	width: 58%;
	margin: 10px 7px 10px 0;
}
.text-l {
	width: 100%;
	margin: 10px 0;

}

/* error-message */
.error-message {
	color: #C00000;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
/* essential */
.essential {
	display: inline-block;
	vertical-align: middle;
	background: #D70202;
	padding: 0 5px;
	color: #FFF;
	border-radius: 3px;
	font-size: 1.3rem;
	margin-bottom: 5px;
}



/* btn_others */
.btn_others {
	display: inline-block;
	margin-left: 1%;
	margin-top: 5px;
	color: #fff;
	vertical-align: middle;
}

.btn_others a:link {
	background-color: #FF8C1A;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
}

.btn_others a:visited,
.btn_others a:hover{
	color: #fff;
	background-color: #FF8C1A;
}


/* form-btn */
.form-btn,
.form-btn-delete {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	vertical-align: middle;
}
.form-btn a:link {
	background-color: #0C5CA3;
}
.form-btn-delete a:link {
	background-color: #0C5CA3;
}
.form-btn a:link, 
.form-btn-delete a:link {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
}
.form-btn a:visited, 
.form-btn a:hover,
.form-btn-delete a:visited, 
.form-btn-delete a:hover {
	color: #fff;
}

/* --------------------------------------------------
link
-------------------------------------------------- */
a {
	text-decoration: none;
	color: #4C4C4C;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #33ad00;
	text-decoration: none;
	opacity: 0.75;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline-color: #fff;
	overflow: hidden;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/* --------------------------------------------------
wrapper
-------------------------------------------------- */

#wrapper {
	width: 100%;
	margin: 0 auto;

}
/* --------------------------------------------------
inner
-------------------------------------------------- */

.inner {
	width: 960px;
	margin: 0 auto;
}
/* --------------------------------------------------
header
-------------------------------------------------- */

#header {
	background: #FFF;
	text-align: left;
}
/* --------------------------------------------------
contents
-------------------------------------------------- */
#contents {
	width: 100%;
	background: #EEF7FB;
	background-size: 100%;
	padding: 50px 0;
	word-break: break-all;

}

.stepBar {
    font-weight: bold;
    list-style: outside none none;
    margin: 0 0 1em;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	margin: 30px 0;
}
.stepBar .step {
    background-color: #ACD8EC;
    box-sizing: border-box;
    float: left;
    height: 60px;
    padding: 0 30px;
    position: relative;
    vertical-align: middle;
}
.stepBar .step span {
    position: absolute;
    top: 50%;
	left: 30%;
    transform: translate(0px, -50%);
}
.stepBar .step::before, .stepBar .step::after {
    background-color: #ACD8EC;
    border-left: 4px solid #fff;
    content: "";
    display: block;
    height: 30px;
    left: -15px;
    position: absolute;
    width: 30px;
}
.stepBar .step::after {
    top: 0;
    transform: skew(30deg);
}
.stepBar .step::before {
    bottom: 0;
    transform: skew(-30deg);
}
.stepBar .step:first-child::before, .stepBar .step:first-child::after {
    content: none;
}
.stepBar .step.current {
    background-color: #FCAE31;
    color: #000;
}
.stepBar .step.current::before, .stepBar .step.current::after {
    background-color: #FCAE31;
}
.stepBar.step2 .step {
    width: 50%;
}
.stepBar.step3 .step {
    width: 33.333%;
}


.seminar-info dl{
	margin: 10px 0 20px;
/*	display: table;
*/}


.seminar-info dt{
    clear: left;
    float: left;
    width: 18%;
}


.seminar-info dd{
	 margin-left: 20%;
}

.confirm-txt{
	font-weight: bold;
	font-size: 1.7rem;
}

.period{
	float: right;
	margin: 15px 0;
}

.period dt{
	float: left;
	clear: left;
}

.period dd{
	float: left;
}

/* --------------------------------------------------
module
-------------------------------------------------- */
/* complete-message */
.complete-message {
	margin-bottom: 30px;
	text-align: center;
	background: #FFF;
	padding: 20px 40px;
}

.complete-message h3 {
	color: #2B7DAA;
	font-size: 2.3rem;
}



.complete-message p{
	margin: 15px 0;
	font-weight: bold;
}

.complete-message .info{
	background: #ECF5FB;
	width: 450px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	color: #002B55;
}
.complete-message .info p{
	text-align: left;
	font-weight: normal;
	font-size: 1.3rem;
	border-bottom: 1px solid #DAEBF7;
	padding: 10px 0;
	margin: 0;
}

.complete-message .info p:last-child{
	border-bottom: none;
}


.leave-btn::before{
	color: #4CB448;
	content: "\f235";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: .5rem;
}

.leave-btn a{
	text-decoration: underline;
}

/* --------------------------------------------------
list
-------------------------------------------------- */

/* list */
.list {
	margin-bottom: 20px;
}
.list li {
	background: #FFF;
	border-bottom: #C9EDD6 solid 1px;
	display: table;
	width: 100%;
	table-layout: fixed;
	vertical-align: middle;
 padding:8px .5rem 8px 0;
}
.list li .date {
	width: 18%;
	display: table-cell;
	vertical-align: top;
	padding: 1rem 0;
	font-size: 1.3rem;
	text-align: left;
	color: #00932C;
}
.list li p {
	display: table-cell;
	line-height: 1.4;
	padding: 1rem 0;
	vertical-align: top;
}
.list li a {
	vertical-align: middle;
}
.list li a:hover {
	opacity: 1;
}
.list li .ico-cat {
	width: 10rem;
	text-align: center;
	margin-bottom:.5rem;
}

/* --------------------------------------------------
table
-------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table tr th {
	background: #CAEDF7;
	padding: 5px 20px;
	border-bottom: 1px solid #FFF;
}

table tr:last-child th {
	border-bottom: none;
}


table tr td {
	background: #FFF;
	padding: 5px 20px;
	border-bottom: 1px solid #CAEDF7;
	word-break: break-all;
	word-wrap: break-word;
}

table tr:last-child td {
	border-bottom: none;
}
.table-scroll table {
	word-break: break-all;
	word-wrap: break-word;
}
/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 10px;

}
.table-form th {
	width: 260px;
	display: table-cell;
}

/* table-questionnaire */
.table-questionnaire {
	width: 100%;
	margin: 25px 0 10px;

}

.table-questionnaire .essential{
	margin-top: 5px;
}
.table-questionnaire th {
	background: #0c5ca3;
	color: #FFF;
	border-bottom: none;
}

.table-questionnaire tr td {
	padding: 10px 20px;
	border-bottom: none;
}

.table-questionnaire tr td li,
.table-form tr td li{
	margin: 0 20px 5px 0;
	padding-top: 5px;
	display: inline;
}


.table-questionnaire tr td li.block-li,
.table-form tr td li.block-li{
	display: block;
}

.table-questionnaire tr td li input[type="text"] ,
.table-form tr td li input[type="text"] {
	margin-left: 5px;
}

.table-questionnaire li label,
.table-form li label{
	display: inline;
}
/* --------------------------------------------------
ttl
-------------------------------------------------- */

/* ttl */
.ttl {
	color: #0C5CA3;
	line-height: 1.2;
	font-size: 2.7rem;
	text-align: center;
	font-weight: bold;
}

.ttl::after {
    border-bottom: 5px solid #0C5CA3;
    content: "";
    display: block;
    height: 0;
    margin: 0 auto;
    padding-top: 20px;
    width: 100px;
}



.ttl-sub {
	background: #0C5CA3;
	color: #fff;
	font-size: 1.7rem;
	margin: 30px 0 15px;
	padding: 5px 20px 5px 15px;
	position: relative;
}

.ttl-sub02 {
	align-items: center;
	display: flex;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
	color: #0C5CA3;
	font-size: 1.6rem;

}
.ttl-sub02::before, .ttl-sub02::after {
	border-top: 1px solid #0C5CA3;
	content: "";
	display: inline;
	flex-grow: 1;
}
.ttl-sub02::before {
	margin-right: 1em;
}
.ttl-sub02::after {
	margin-left: 1em;
}



.info-ttl {
	align-items: center;
	display: flex;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.info-ttl::before, .info-ttl::after {
	border-top: 1px solid #000;
	content: "";
	display: inline;
	flex-grow: 1;
}
.info-ttl::before {
	margin-right: 1em;
}
.info-ttl::after {
	margin-left: 1em;
}




/* --------------------------------------------------
btn
-------------------------------------------------- */
/* btn-area */
.btn-area {
	text-align: center;
	margin: 2rem 0;
}

.btn-area span{
	display: block;
}
/* btn-form */
a.btn-form, 
a.btn-back{
	font-size: 1.8rem;
	display: inline-block;
	min-width: 220px;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 15px 20px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	margin: 5px 15px;
	font-weight: bold;
}
a.btn-form {
	background: #0C5CA3;
	border-bottom: 5px #073865 solid;
}

a.btn-form br{
	display: none;
}
a.btn-back {
	background: #707070;
	border-bottom: 5px #575757 solid;
}
a.btn-del {
	background: #fe4a6d;
	border-bottom: 5px #dc3156 solid;
}

a.icon-close::before {
	content: "\f00d";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 1rem;
	font-weight: normal;
}

	

/* --------------------------------------------------
kiyaku
-------------------------------------------------- */

#kiyaku {
	height: 250px;
	overflow-y: scroll;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	background: #FFF;
	padding: 10px;
	margin-top:10px;
	border: 1px solid #EEF7FB;
}

#kiyaku dt{
	font-weight: bold;
}

#kiyaku dl{
	margin-bottom: 10px;
}

.agree{
	text-align: center;
	margin: 25px 0 15px;
}

/* btn_add */
.btn_add {
	display: inline-block;
	margin-top: 5px;
	color: #000;
	vertical-align: middle;
}

.btn_add a:link {
	background: #FCAE31;
	border-bottom: 5px #E79203 solid;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
}

.btn_add a:visited,
.btn_add a:hover{
	color: #000;
	background: #FCAE31;
	border-bottom: 5px #E79203 solid;
}


/* btn_delete */
.btn_delete {
	display: inline-block;
	margin-top: 5px;
	color: #000;
	vertical-align: middle;
}

.btn_delete a:link,
.btn_delete a:visited,
.btn_delete a:hover {
	background: #666666;
	border-bottom: 5px #505050 solid;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
}




/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer {
	clear: both;
	font-size: 1.3rem;
	color: #FFF;
	padding-bottom: 10px;
	position: relative;
	background-color: #073865;
}

#footer::before {
	content: url(../img/port.png);
   background-size: 200px 700px;
   position: absolute;
   top: -250px;
   right: 90px;
}

/* --------------------------------------------------------------------------
pagetop
-------------------------------------------------------------------------- */

/*pagetop*/
.pagetop a {
	display: block;
	color: #000;
	background: #ACD8EC;
	padding: 15px 0;
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.pagetop a::before {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 1rem;
	font-size: 2rem;
	line-height: 1.3rem;
}
.pagetop a:hover {
	background: #8EC9E6;
	opacity: 1;
}
.foot-nav {
	float: right;
}
.foot-nav li {
	display: inline-block;
	margin-left: 10px;
}
.foot-nav li a {
	color: #FFF;
}

#footer .copy {
	margin: 20px 0;
	font-size: 1.1rem;
	text-align: center;

}

/* ==========================================================================
notfound
========================================================================== */

/* --------------------------------------------------
ttl
-------------------------------------------------- */
/*ttl-notfound*/
.ttl-notfound {
	text-align: center;
	margin: 0 auto;
	font-size: 2.5rem;
	padding-bottom: 10px;
	line-height: 1.5;
	color: #073865;
	font-weight: bold;
}

.ttl-notfound::before {
	color: #073865;
	content: "\f13d";
	font-family: 'fontAwesome';
	display: block;
	font-size: 4rem;
	margin-bottom: -5px;
	font-weight: normal;
}

/* --------------------------------------------------
message
-------------------------------------------------- */

.message {
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
	font-weight: bold;
}

.message h3 {
	color: #2B7DAA;
	font-size: 2.8rem;
	margin: 0 0 30px;
	padding: 5px 20px 5px 35px;
}

