@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff5e6;
}
a {
    color: #0066c0;
}
div#main h2{
	border-bottom: 3px solid #ffe074;
}
div#main h2:before{
	border-bottom: 3px solid #008dca;
}
div#main h2.h2-5 {
    border: solid 2px #008dca;
    font-size: 1.357em;
    padding: 0.3em;
    color: #008dca;
    margin-bottom: 0.5em;
    background-color: #E1F0FA;
}
div#main h2.h2-5:before{
    display: none;
}
div#main h3{
    color: #424242;
    background-color: #fff6cb;
    border-left: 10px solid #008dca;
	margin-bottom: 15px;
}
div#main h4{
    color: #008dca;
    border-left: 10px solid #008dca;
    border-bottom: 3px solid #008dca;
}
div#main h5{
    color: #ea5504;
    border-bottom: 2px dotted #ea5504;
}
.btn-l {
    width: 65%;
}
div#main div#updt dl {
    max-height: 350px; /*　適宜調整してください　*/
}


div#main div.cont table.tbl-dsgn tr th{
    background-color: #8DC6EC;
}

div#main div.cont table.tbl-dsgn tr th.th1{
    background-color: #d3e9f8;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
div#main div.cont table.tbl-dsgn tr td{
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
}
div#main div.cont table.tbl-dsgn tr .leftline {
	border-left: solid 2px #002d9e;
	text-align: center;
}
div#main div.cont table.tbl-dsgn tr .bottomline {
	border-bottom: solid 1px #333;
	text-align: center;
}
div#main div.cont dl.dl-dsgn dt{
    color: #666666;
}

footer {
    background-color: #008dca;
    color: #ffffff;
}

p.btn-area {
    border: 2px solid #f8b931;
    background-color: #fff7b1;
}

a.button {
    background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-color: #e65c00;
}
a.button:hover {
    background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='e89338', GradientType=0 );
}

a.ov-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #ff9a48;
    border: solid 1px #ff6600;
    border-radius: 3px;
    color: #fff;
    width: 80px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 1em;
}

a.ov-btn:hover {
    opacity: 0.7;
}

a.gray {
    background-color: #999;
    border: solid 1px #666;
}

a.gray:hover {
    opacity: 1;
}

div#main ul.bnr-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

div#main ul.bnr-area li{
    background-image: none;
	background-repeat: no-repeat;
	padding: 0px 0px 10px;
}

div#main ul.bnr-area li a img {
	max-width: 300px;
/*	max-height: 100px;*/
}

div#main ul.bnr-area:after{
    content: "";
    display: inline-block;
    width: 300px;
}

.dummy-bnr {
    display: inline-block;
    width: 300px;
    height: 60px;
    background-color: #999;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.indent-1 {
    text-indent: -1em;
    padding-left: 1em;
}

div#main div.cont dl.dl-dsgn2{
    margin-top: 20px;
}
div#main div.cont dl.dl-dsgn2 dt{
    float: left;
    font-weight: bold;
}
div#main div.cont dl.dl-dsgn2 dd{

}
div#main div.cont p + h3 {
    margin-top: 25px;
}
.img-border {
    border: solid 1px #666;
}
.webttl {
    margin-bottom: 30px;
}
div.entrance {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

div.entrance div {
    text-align: center;
    background-color: #fffad6;
    border-radius: 5px;
    padding: 15px 20px 5px;
	width: 406px;
}

div.entrance div .ent-ttl {
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    padding: 5px 0;
    margin-bottom: 15px;
}

div.entrance div.conv-ent {
    border: 1px solid #89d6a5;
}

div.entrance div.training-ent {
    border: 1px solid #7683c2;
}

div.entrance div.conv-ent .ent-ttl {
    background-color: #b1e0b5;
    color: #058332;
}

div.entrance div.training-ent .ent-ttl {
    background-color: #b6ccf0;
    color: #1c34ad;
}

div.entrance div p a.btn,
div.entrance div p a.btn-on {
    display: inline-block;
    background-color: #666666;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 125%;
    text-decoration: none;
    width: 260px;
    padding: 1em 0;
    line-height: 1.3;
    transition: .3s;
}

div.entrance div p a.btn:before,
div.entrance div p a.btn-on:before {
    border: 2px solid #fff;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 6px;
    z-index: -1;
}

div.entrance div p.note {
    font-weight: bold;
    font-size: 15px;
}



div.entrance div p a.btn-on:hover {
    opacity: 0.8;
}
div.entrance div.conv-ent p a.btn-on {
    background-color: #058332;
}

div.entrance div.training-ent p a.btn-on {
    background-color: #1c34ad;
}

.font-13pt {
	font-size: 0.8125rem;
}

.font-16pt {
	font-size: 1rem;
}

.flex {
	display: flex;
}

.snsbox {
	margin-bottom: 50px;
}

.snsbox p {
	display: flex;
	justify-content: space-around;
	padding: 0 4em;
}

.snsbox p a {
	background-color: #fff;
}

.snsbox p img {
	max-width: 200px;
	border: solid 1px #999;
	vertical-align: bottom;
}

.handout-area {
	display: flex;
	justify-content: space-between;
}

div#main div.cont table.tbl-training {
	margin: .5em 0 3em;
}

div#main div.cont table.tbl-training tr td{
	text-align: left;
} 