@charset "utf-8";

@import url('header.css?20190527');
@import url('side.css?20190527');
@import url('footer.css?20190527');

/*---------------------------------
  contents > Layout
---------------------------------*/

#content {
	width: 980px;
	margin: 0 auto;
	text-align:left;
}

.contents_box {
	width:660px;
	float:left;
}

/*---------------------------------
  breadcrumb
---------------------------------*/

.breadcrumb {
	font-size: 12px;
	margin: 10px auto 5px;
    height: 15px;
    width: 980px;
}

.breadcrumb li {
	float: left;
	list-style: none;
}

.breadcrumb span {
	margin: 0 5px;
}

.breadcrumb a {
	color: #0070ad;
	font-size: 12px;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #28b8ff;
}

/*---------------------------------
plan-icon
---------------------------------*/
.plan-icon{
    margin:10px 0;
}
.plan-icon1,.plan-icon2,.plan-icon3,.plan-icon4{
    padding: 4px 4px;
    font-weight: bold;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.plan-icon1{
    background:#28B8FF;
}
.plan-icon2{
    background:#32BB34;
}
.plan-icon3{
    background:#DD9534;
}
.plan-icon4{
    background:#0070AD;
}

/*---------------------------------
  listBox
---------------------------------*/
.listBox {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 12px;
}

.listBox a {
	text-decoration:none;
	color:inherit;
}

.listBox ul li {
	list-style-type:none;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.listBox p.img {
	float:left;
	margin-right:10px;
}

section .titArea {
	background-color:#0070ad;
	border-top:2px solid #333;
	padding:8px 10px;
}

section .titArea h2 {
	color:#28b8ff;
	font-size:12px;
}

section .titArea h2 img {
	margin-right:15px;
}

section .detail {
	font-size:10px;
	margin-top:15px;
	text-align:right;
}

section .detail a {
	color:#fff;
	background-color:#0070ad;
	background-image:url(../imgs/ico_arrow-w.png);
	background-repeat:no-repeat;
	background-position:90% 50%;
	border:1px solid transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}

section .detail a:hover {
	color:#0070ad;
	background-color:#efefef;
	background-image:url(../imgs/ico_arrow-b2.png);
	background-repeat:no-repeat;
	background-position:right 12px center;
	border:1px solid #0070ad;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}

/*---------------------------------
  plan
---------------------------------*/

.planname {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px 5px 10px;
	font-size: 18px;
	color: #0070ad;
	font-weight: bold;
	line-height: 1.3;
}

.namebox {
	border-bottom: 5px solid #0070ad;
	width: 100%;
	margin-bottom: 10px;
}

/* add .youtube 2016-05-13 */

.planleft {
  width: 310px;
  float: left;
}

.youtube {
  margin-bottom: 20px;
}

/* end .youtube 2016-05-13 */

.planmain {
	width: 310px;
	height: 230px;
	/* float: left; 2016-05-13*/
	margin-bottom: 20px;
}

.plansummary {
	width: 340px;
	float: right;
}

.plantxt {
	margin-bottom: 10px;
}

.btn01 {
	margin-bottom: 15px;
}

.btn02 {
	margin-bottom: 20px;
	text-align: right;
}

.btn03 {
	text-align: center !important;
}
.btnposi{
    text-align: center !important;
}
.btnposi ul{
    display: flex;
    display: -webkit-flex;
    }
.btnposi ul li{
    list-style: none;
    flex:1;
    }
    .btnposi ul li:last-child{
        flex-grow:2;
        -webkit-flex-grow:2;
    }
    .btnposi ul li a{
                font-weight: bold;
        color:#fff;
        text-decoration: none;
    }
/*---------------------------------
  course
---------------------------------*/
.course_detail{
    display: none;
}
.corse-details{
    padding:10px;
    background-color: #0070AD;
    border-radius:5px;
    color:#fff;
    box-shadow: 0px 2px 1px #999999;
    font-weight: bold;
    width:150px;
    margin:auto;
}
.corse-reserved{
        padding:10px;
    background-color: #DD9534;
    border-radius:5px;
    color:#fff;
    box-shadow: 0px 2px 1px #999999;
    font-weight: bold;
    width:150px;
    margin:auto;
}
.btnoption {
	background: url(../imgs/icon_pdf.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededed));
	background: url(../imgs/icon_pdf.png) ,linear-gradient(to bottom, #ffffff 5%, #ededed 100%);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size:12px;
	padding:4px 12px 4px 26px;
	text-decoration:none;
	margin-bottom: 10px;
}

.btnoption:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ededed 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #ededed 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #ededed 5%, #ffffff 100%);
	background-color:#ededed;
	background-image: url(../imgs/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #333;
}
.detail_btn{
        -moz-box-shadow: 0px 5px 0px 0px #b27d00;
        -webkit-box-shadow: 0px 5px 0px 0px #b27d00;
        box-shadow: 0px 5px 0px 0px #b27d00;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe139), color-stop(0.06, #f6d100));
        background: -moz-linear-gradient(top, #ffe139 5%, #f6d100 5%);
        background: -webkit-linear-gradient(top, #ffe139 5%, #f6d100 5%);
        background: -o-linear-gradient(top, #ffe139 5%, #f6d100 5%);
        background: -ms-linear-gradient(top, #ffe139 5%, #f6d100 5%);
        background: linear-gradient(to bottom, #ffe139 5%, #f6d100 5%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe139', endColorstr='#f6d100',GradientType=0);
        background-color: #ffe139;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        color: #0070ad;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 10px 8px;
        margin-top: 20px;
        text-decoration: none;
        width:80%;
}
.detail_btn:hover {
	background: none;
	background-color: #ffe139;
	color: #0070ad;
}
.close_btn{
        -moz-box-shadow: 0px 2px 0px 0px #ababab;
        -webkit-box-shadow: 0px 2px 0px 0px #ababab;
        box-shadow: 0px 2px 0px 0px #ababab;
        background-color: #c6c6c6;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 10px 8px;
        margin-top: 20px;
        text-decoration: none;
        width:80%;
}

.close_btn:hover{
        background-color: #e2e2e2;
}

.web_btn{
	-moz-box-shadow: 0px 5px 0px 0px #b27d00;
	-webkit-box-shadow: 0px 5px 0px 0px #b27d00;
	box-shadow: 0px 5px 0px 0px #b27d00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe139), color-stop(0.06, #f6d100));
	background: -moz-linear-gradient(top, #ffe139 5%, #f6d100 5%);
	background: -webkit-linear-gradient(top, #ffe139 5%, #f6d100 5%);
	background: -o-linear-gradient(top, #ffe139 5%, #f6d100 5%);
	background: -ms-linear-gradient(top, #ffe139 5%, #f6d100 5%);
	background: linear-gradient(to bottom, #ffe139 5%, #f6d100 5%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe139', endColorstr='#f6d100',GradientType=0);
	background-color: #ffe139;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #0070ad;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px 8px;
	margin-top: 20px;
	text-decoration: none;
	width:80%;
}

.web_btn:hover {
	background: none;
	background-color: #ffe139;
	color: #0070ad;
}
.call_btn:hover {
	background-color: #2786B9;
	color: #fff;
}
.call_btn{
    display: none;
}

.state h3, .voice h3, .info h3 {
	background-color: #0070ad;
	color: #0070ad;
	font-size: 13px;
	margin-bottom: 10px;
}

.state h3 span, .voice h3 span, .info h3 span {
	background-color: #fff;
	padding-right: 10px;
}

.movie {
	text-align: center;
	margin-bottom: 20px;
}

.state ul {
	margin-bottom: 20px;
	list-style: none;
}

.state ul li {
	display: inline-block;
	list-style: none;
	margin: 0 4px 10px 0;
}
/*.state ul li:nth-child(5n) {
	margin-right: 0;
}*/
.corsetitle{
    background-color: #34A3DF !important;
    color:#fff !important;
    font-weight: normal;
    border: none !important;
    font-size: 16px !important;
}
.info th{
    width: 180px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    background-color: #F4F4F4;
    line-height: 1.5em;
    border:none;
    color:#666;
    font-size:14px;
    font-weight: normal;
}
.info td{
    padding:10px !important;
    background-color: #fff;
    text-align: left;
    line-height: 1.5em;
    border:none;
    color:#666;
    font-size:14px;
}
.info table{
    width:100%;
}
.info table,.info td,.info th {
    border-collapse: collapse;
    border:1px solid #B6B6B6;
    }
    #acMenu{
        width:auto;
    }
#acMenu dt{
    display:block;
    cursor:pointer;
    }

.course_detail{
    display:none;
    margin-top:-1px;
    }
/*
    .info div {
	display: table;
	border: 1px solid #919191;
	margin-bottom: 30px;
	box-sizing:border-box;
	width:100%;
}
*/

.info dl {
    margin: 30px 0;
}

.info dt span {
	margin-left: 10px;
	font-size: 14px;
}


.info dd p, .info dd ul, .info dd ol {
	margin: 10px;
	font-size: 14px;
	min-height: 18px;
	padding: 0;
}

.info ul {
	list-style: circle;
	padding: 3px 3px 3px 0;
}

.info li {
	margin-left: 20px;
}

.info dd a {
	/*color:#0070ad;*/
	text-decoration: none;
}

.info dd a:hover {
	color:#0070ad;
	text-decoration: none;
}

.info dd a.btnoption {
	color:#333;
	text-decoration: none;
}

.info dd a.btnoption:hover {
	color:#333;
	text-decoration: none;
}
.voice div {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.last-cell{
    border:none !important;
    width: 5000px;
}
.voice p {
	margin: 10px;
}

.voicename {
	margin: 10px;
	text-align: right;
	color: #c60;
}

/* WP jQuery Lightbox */
#titleText {
	font-size: 150%;
}

#controls {
	display: none;
}

/*******************************************************************************
 max-width:750px
*******************************************************************************/
@media screen and (max-width: 750px) {

#content {
	width: auto;
}

.breadcrumb {
	font-size: 14px;
	padding: 10px 5px;
	height: 100%;
	margin: 0;
    width: 98%;
}

.breadcrumb li {
    display: inline;
    float: none;
}

.breadcrumb a {
font-size: 14px;
}

.contents_box {
	width: auto;
	float: none;
	margin: 0;
}

div#body_wrap {
	padding: 0 3px;
}

.plansummary {
	width: 100%;
	font-size: 14px;
}

.breadcrumb li{
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.breadcrumb li:last-child {
	margin: 0 0 0px 0;
}

/* add .youtube 2016-05-13 */
div#thumbnail_box.planleft {
	width: 310px;
	margin: 0 auto;
  float: none;
}
/* end .youtube 2016-05-13 */

div#thumbnail_box {
  width: 310px;
  margin: 0 auto;
}

section.state {
	text-align: center;
}

section.state h3{
	text-align: left;
}

/*.state ul li {
	margin: 0 10px 10px 0;
}

.state ul li:nth-of-type(4n) {
	margin: 0 10px 10px 0;
}

.state ul li:nth-child(5n) {
	margin-right: 10px;
}
*/

.state ul {
	width: 526px;
	margin: 0 auto;
	text-align: left;
}

.info dt span {
	margin-left: 5px;
	font-size: 14px;
}


.info dd ol li {
	margin-left: 25px;
}

.web_btn{
    width:90%;
}

.call_btn {
	-moz-box-shadow: 0px 5px 0px 0px #055079;
	-webkit-box-shadow: 0px 5px 0px 0px #055079;
	box-shadow: 0px 5px 0px 0px #055079;
	background-color: #0070AD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 8px;
	margin-top: 20px;
	text-decoration: none;
	width:90%;
}


}/* max-width:750px ***********************************************************/

/*******************************************************************************
 max-width:420px
*******************************************************************************/
@media screen and (max-width: 420px) {

.state ul {
	width: 258px;
}

.state ul li:nth-of-type(2n) {
	margin: 0 0px 10px 0;
}

div.movie p iframe {
	width: 300px;
	height: 260px;
}
.info caption{
    font-size: 14px;
}
.info div {
	margin-bottom: 10px;
}


/*
.btn03 {
	margin: 15px auto 20px;
}*/
.info dd ol li {
	margin-left: 15px;
}
.info th{
    padding:5px;
    display:block;
    width:auto;
    font-size:14px;
}
.info td{
    padding: 10px;
    display:block;
    width:auto;
    font-size:14px;
}
.btnposi ul li:last-child{
        flex-grow:1;
        -webkit-flex-grow:1;
}
}/* max-width:420px ***********************************************************/

.test-div{
    background-color: #D2EFFD;
    border-radius:10px;
    padding: 10px;

}
.test-dl{
    background-color:#fff;
    border-radius:10px;
    padding:10px;
}
.test-dl dt{
    border-bottom: 3px dotted #61AFDA;
    font-weight: bold;
    color:#0070AD;
    padding:5px 0 5px 10px;

}
.test-dl dd{
    margin-top: 10px;
    margin-bottom: 20px;
}
.backtest{
    background-image: url(../imgs/main_01ja.jpg)
}
