@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

.red { color:#E70123; }

.orange { color:#FE6C01; }

.blue { color:#1205FA; }

h1 {
	margin:0;
	padding:0;
	font-size:10px;
}

h2 {
	padding:0;
	font-size: 16px;
	color: #000066;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h3 {
	font-size: 12px;
	padding: 0;
	color: #B95F03;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h4 {
	font-size:14px;
	padding:0;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size:14px;
	margin:10px 0px 10px 5px;
	padding:0 0 0 10px;
	color: #666666;
	border-left: 3px solid #770926;
}

h6 {
	font-size:14px;
	margin:10px 0px;
	padding:0;
	color: #299FE5;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

img {
	border:0;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml25 {
	margin-left:25px;
}

.ml30 {
	margin-left:30px;
}

.m5 {
	margin-top:5px;
}

.m10 {
	margin-top:10px;
}

.m15 {
	margin-top:15px;
}

.m20 {
	margin-top:20px;
}

.m25 {
	margin-top:25px;
}

.m30 {
	margin-top:30px;
}

.m40 {
	margin-top:40px;
}

a {
	border:0;
	text-decoration:none;
	color:inherit;
}

nav {
	margin-top:10px;
}

.f_input {
	height:30px;
}

#content {
	width:320px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}

#content img{
	max-width:100%;
	height:auto;
}

.footer_nav {
	width:320px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	overflow: hidden;
}

#localnavigation {
	width:100%;
	text-align: center;
	overflow: hidden;
	height: 26px;
}

#localnavigation ul{
	width:320px;
	margin: 0px;
	padding: 0px;
}

#localnavigation li{
	margin:0;
	list-style:none;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#globalnavigation {
	width:100%;
	text-align: center;
	overflow: hidden;
	background-color:#000000;
	height:55px;
}

#globalnavigation ul{
	width:320px;
	margin: 0px;
	padding: 0px;
}

#globalnavigation li{
	list-style: none;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin:0;
}

#globalnavigation a:link {
	text-decoration: none;
	color:#FFFFFF;
}

#globalnavigation a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#globalnavigation a:hover, a:active, a:focus {
	text-decoration: underline;
}

.menu-collapser {
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    width: 308px;
    height: 45px;
    padding: 0 8px;
}
.collapse-button {
    position: absolute;
    left: 10px;
    top: 55%;
    width: 90px;
		height:35px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

ul.slimmenu li a {
	display: block;
	color: #FFF;
	padding: 12px 12px 12px 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
}

ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}

ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

.text_area {
	padding: 5px;
	overflow: hidden;
}

.em_title {
	padding-left:30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	color: #D02F70;
	background-image: url(/images/em_title.png);
	-webkit-background-size:310px 30px; /* webkit系 */
	background-size:310px 30px;
	background-repeat: no-repeat;
	width: 310px;
	height: 30px;
	padding-top: 2px;
}


.gd_btn {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(204, 4, 37)),color-stop(1, rgb(168, 0, 0)));
	background-image: -moz-linear-gradient(-90deg,rgb(204, 4, 37) 0%,rgb(168, 0, 0) 100%);
	background-image: linear-gradient(-90deg,rgb(204, 4, 37) 0%,rgb(168, 0, 0) 100%);
	color: rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	font-size: 16px;
	text-align:center;
	padding:10px;
	width:280px;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navi_p_area {
	width:308px;
	border-top: 1px solid #8A305B;
	border-right: 1px solid #8A305B;
	border-left: 1px solid #8A305B;
	border-bottom-style: none;
	margin-top: 10px;
	margin-left: 5px;
}

.navi_p {
	background: #FFFFFF;
	display: block;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #8A305B;
	color: #770926;
}

.navi_p a{
	-webkit-background-size:18px 18px; /* webkit系 */
	background-size:18px 18px;
	background-image: url(/images/navi_price_btn.jpg);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-indent: 5px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #770926;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.navi1 {
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #000000;
	margin-bottom: 1px;
	text-align: left;
}

.navi1 a{
	-webkit-background-size:18px 18px; /* webkit系 */
	background-size:18px 18px;
	background-image: url(images/navi_btn.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-indent: 20px;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.navi2 {
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #142458;
	margin-bottom: 1px;
}

.navi2 a{
	-webkit-background-size:18px 18px; /* webkit系 */
	background-size:18px 18px;
	background-image: url(images/navi_btn.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-indent: 20px;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

footer {
	width:100%;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #000000;
}

.flow_box {
	width:310px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D0CEC6;
	border-bottom-color: #D0CEC6;
	overflow: hidden;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0CEC6;
}

.flow_box p{
	margin-bottom:0px;
}

.flow_text {
	padding:5px;
}

.company_detail {
	width:100%;
	background-color:#BFCDDB;
	border:0;
}

.c_left {
	width:70px;
	padding:10px;
	background-color: #DEEEF1;
}

.f_left {
	width:60px;
	padding:10px;
	background-color: #F0EDE1;
}

.c_right {
	padding:10px;
	background-color: #FFFDFB;
}

.ex {
	width:290px;
	border: 2px solid #B5A373;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.ex ul{
	margin:0;
	padding:0;
}

.ex li{
	list-style:none;
	line-height: 16px;
	-webkit-background-size:16px 16px; /* webkit系 */
	background-size:16px 16px;
	background-image: url(sty/images/toku.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom:20px;
}

.tokucyo_box {
	width:290px;
	padding:8px;
	background-color: #F1F2F5;
	border: 3px double #464557;
	margin-bottom: 15px;
}

.faq_box {
	width:290px;
	padding:8px;
	border: 3px double #666633;
	margin-bottom: 15px;
}

.voice_box {
	width:290px;
	padding:8px;
	border: 3px double #B6BEC7;
	margin-bottom: 15px;
}

.member_box {
	width:290px;
	padding:8px;
	border: 3px double #AE9F7D;
	margin-bottom: 15px;
	background-color: #FFFAE8;
}

.tokucyo_box img{
	max-width:100%;
	height:auto;
}

.faq_box img{
	max-width:100%;
	height:auto;
}

.interview img{
	max-width:100%;
	height:auto;
}

.voice_box img{
	max-width:100%;
	height:auto;
}

.member_box img{
	max-width:100%;
	height:auto;
}

.check {
	width:290px;
	padding:8px;
	border: 2px solid #C9C79C;
	margin-bottom: 15px;
}

.check ul{
	margin:0;
	padding:0;
}

.check li{
	list-style:none;
	line-height: 24px;
	-webkit-background-size:14px 14px; /* webkit系 */
	background-size:14px 14px;
	background-image: url(/images/navi_btn.png);
	background-image: url(cou/images/check.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 10px;
}

.mainimg {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.news_area {
	width:300px;
	overflow:hidden;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

.news_box {
	width:300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 3px;
}

.pagination{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
		margin-bottom:15px;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
		margin-bottom:15px;
}


.current{
	padding-bottom:10px;
	overflow:hidden;
}

iframe {
	max-width:100%;
	height:auto;
}

.global_area {
	padding-top:10px;
}

.course_bar {
	width:98%;
	padding:1%;
	color: #FFF;
	background-color: #C6C79E;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cp_btn {
	width:200px;
	height:30px;
	text-align:center;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9933;
	float: right;
	margin-top: 10px;
}

.cp_btn a:link{
	display:block;
	color:#FFFFFF;
}

.cp_btn a:visited{
	color:#FFFFFF;
}

.cp_btn:hover {
	background-color:#FF6600;
}

.pagetop {
	position:fixed;
	bottom:0px;
	text-align:center;
}

.course_title {
	color: #996;
	font-size:14px;
	line-height: 22px;
}

.course_title {
	color: #996;
	font-size:22px;
	padding:10px;
	line-height: 30px;
}

.colom_topic {
	width:100%;
	background-color: #F8F5EF;
}

.colom_topic img{
	max-width:100%;
	height:auto;
}

.colom_topic2 {
	width:100%;
	background-color: #F8F5EF;
}

.colom_topic2 img{
	max-width:100%;
	height:auto;
}

.colom_topic_title {
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom:0px;
}

.colom_topic_text {
	padding-left:10px;
	padding-right:10px;
}

.tokucyo_title {
	font-size:20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #11103C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin-left:0;
	padding-left:0;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	left:0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	left:0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	display:none;
}

.slider_prev {background: #fff url(images/next.png) no-repeat right center;}
.slider_next {background: #fff url(images/prev.png) no-repeat left center;}
.pagination {
	display:none;
}

.price_topic {
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 5px;
	border: 2px solid #7D714B;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
}

.price_topic3 {
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 5px;
	border: 2px solid #7D714B;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.price_topic4 {
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 5px;
	border: 2px solid #7D714B;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
}

.kaiin_head {
	background-color:#C55A14;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
}

.kaiin_title {
	font-size:18px;
	color: #766930;
	font-weight: bold;
}

.kaiin_under {
	font-weight:bold;
	font-size:18px;
	color: #CC0000;
	line-height: 30px;
}

.kaiin_text {
	padding: 5px;
}

.kaiin_text2 {
	padding: 5px;
}

.kaiin_price {
	padding:5px;
	color: #FFF;
	background-color: #C55A14;
}

.kaiin_goukei {
	font-size:18px;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
}

.price_topic_title2 {
	font-size:14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #4F7379;
	width:100%;
}

.sm_navi {
	width:320px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.sm_navi ul{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}

.sm_navi li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#menu{
	display:block;
	width:46px;
	height:46px;
	cursor:pointer;
	z-index:9;
	position:absolute;
	top:45px;
	right:20px;
}

#smnavigation {
	z-index:99999;
	position:absolute;
	top:90px;
	display:none;
}

#smnavigation a{
	color:#FFFFFF;
	text-decoration:none;
	line-height:35px;
	text-indent:20px;
	display:block;
	height:35px;
}

#global_wrapper{
	width: 320px;
	text-align: left;
	overflow: inherit;
}

#smnavigation li{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-type: none;
	text-decoration: none;
	text-indent:15px;
	background-color: #121161;
	padding-left:0;
	margin-left:0;
}

.sm_contact {
	width:320px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;
	background-color: rgba(255,255,255,0.7);
	position:fixed;
	bottom:0;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
}

.sm_contact_banner {
	float: left;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
}

.about_course {
	width:293px;
	margin-top: 10px;
	border: 3px double #7D714B;
	padding: 10px;
}

.about_course h4{
	color:#7D714B;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
}

.coursetopic_left {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	border: 3px solid #CEC5AC;
}

.sm_line {
	font-size:14px;
	display:inherit;
	padding:5px;
	color: #00B400;
	text-align: center;
	border: 5px solid #00C600;
}

.em_title1 {
	width:295px;
	font-size: 14px;
	font-weight: normal;
	line-height:32px;
	color: rgba(255,255,255,1);
	background-image: url(images/maintitle_bg_sm.jpg);
	-webkit-background-size:305px 32px; /* webkit系 */
	background-size:305px 32px;
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 10px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	clear: both;
}

.em_title2 {
	font-size: 12px;
	line-height:18px;
	clear: both;
	color: rgba(103,116,47,1);
	margin-top:10px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
