/*
Theme Name: Toyonakaboshi
Version: 1.1
*/

@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
p{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
li{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
	font-size: 16px;
}
a, a img, a div, a li{
	transition: 0.5s;
}
a:hover, a img:hover, a div:hover, a li:hover{
	opacity: 0.6;
}
.inner{
	width: 90%;
	margin: 0 auto;
}
body{
	margin: 0;
	width: 100%;
}
ul, li{
	list-style: none;
	padding: 0;
}
.only_pc{
	display: none;
}
p a{
	color: #666;
}
a.pink{
	color: #ff6a6d;
}
.f_left{
	float: left;
}



/*  ------------------------------------------------  */
/*  -------------------  header  -------------------  */
/*  ------------------------------------------------  */

header{
	background: url(img/head_bg.jpg) repeat-x left bottom;
	padding: 10px 0 30px 0;
	box-sizing: border-box;
}
h1{
	margin: 0;
}
h1 img{
	display: block;
	margin: 0 auto;
}
.head_right img{
	width: 80px;
	margin: 20px 10px 0 0;
}


#pan{
	margin: 0;
}
#pan p{
	margin: 0;
	font-size: 12px;
}
.m_bottom_30{
	margin-bottom: 30px;
}



/* Toggle Button */

header{
	position: relative;
}
#nav-toggle {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ff9f8b;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.open #nav-toggle span:nth-child(1){
	top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.open #nav-toggle span:nth-child(2), .open #nav-toggle span:nth-child(3){
	top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}


/*  ------------------------------------------------  */
/*  -------------------  main content  -------------------  */
/*  ------------------------------------------------  */

#main_content{
	margin: 20px 0;
}
.title1{
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
}
.top_about{
	margin: 40px 0;
}
h2{
	color: #ff6a6d;
	border: 1px solid #ff6a6d;
	border-radius: 10px;
	padding: 8px 0 8px 20px;
	box-sizing: border-box;
	font-size: 20px;
}
h2.h2_title02{
	color: #fff;
	background-color: #ff6a6d;
	border-radius: 10px;
	padding: 8px 0 8px 20px;
	box-sizing: border-box;
	font-size: 20px;
}
.top_nav{
	
}
.top_nav ul{
	overflow: hidden;
	width: 100%;
}
.top_nav ul a{
	display: block;
}
.top_nav li{
	width: 32%;
	float: left;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	padding: 10px 0 15px 0;
	border-radius: 10px;
	margin: 0 0 10px 1.3%;
}
.top_nav ul a:first-child, .top_nav ul a:nth-child(4), .top_nav ul a:nth-child(7){
	margin-left: 0;
}
.top_nav li img{
	display: block;
	margin: 0 auto 5px auto;
	width: 70%;
	max-width: 120px;
}
.top_nav li.nav1{
	background: #00cdfc;
	border: 2px solid #00b8e2;
}
.top_nav li.nav2{
	background: #a0cd34;
	border: 2px solid #90b82f;
}
.top_nav li.nav3{
	background: #f79ec1;
	border: 2px solid #d385a3;
}
.top_nav li.nav4{
	background: #ff6a6d;
	border: 2px solid #eb6264;
}
.top_nav li.nav5{
	background: #3c8ac6;
	border: 2px solid #2d6691;
}
.top_nav li.nav6{
	background: #ffc90d;
	border: 2px solid #ddae0d;
}
.top_nav li.nav7{
	background: #a9d784;
	border: 2px solid #84ab65;
}
.top_nav li.nav8{
	background: #b5b5b5;
	border: 2px solid #959595;
}
.top_nav li.nav9{
	background: #0069b3;
	border: 2px solid #004d83;
}

a.text-link {
	text-decoration: underline;
	color: #666;
}


/*   sub   */

.sub_content{
	margin-bottom: 50px;
}

.trouble ul{
	overflow: hidden;
}
.trouble li{
	float: left;
	width: 31%;
	margin: 10px 0 10px 3.5%; 
}
.trouble li:nth-child(1), .trouble li:nth-child(4){
	margin-left: 0;
}
h3{
	background: url(img/h3_bg.png) no-repeat left top 6px;
	font-size: 20px;
	padding: 4px 0 4px 25px;
	color: #666;
}
h3 span{
	font-weight: 100;
	font-size: 14px;
}
.p_bold{
	font-weight: bold;
}
.pink_title{
	font-weight: bold;
	background: #ffeae5;
	padding: 6px 15px 6px 15px;
	border-radius: 10px;
	display: inline;
	box-sizing: border-box;
}
.kome p{
	margin: 0;
}
ul.pink{
	margin: 15px 0 30px 20px;
}
ul.pink li{
	font-size: 14px;
	color: #666;
	background: url(img/maru.png) no-repeat left top 6px;
	padding: 4px 0 4px 15px;
}


/*  contact_box  */

.contact_box{
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact_box_title{
	color: #ff6a6d;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.contact_box_p{
	margin: 0;
}
.contact_box_tel{
	background: url(img/tel_mark.png) no-repeat left top 6px;
	padding: 0 0 0 25px;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}
.contact_box_tel span{
	font-size: 14px;
	font-weight: 100;
}
.contact_box_tel span a{
	color: #ff6a6d;
}
.sub_content .m_bottom_50{
	margin-bottom: 50px;
}
.contact_box_p4{
	margin: 0;
}


/*---------- 2020.01.27 追加 ----------*/
.contact_txt01 {
	text-align: center;
	padding: 26px 0 0;
}
ul.ul_contact_link01 {
	margin: 0 auto;
	padding: 26px 0 0;
	width: 100%;
	text-align: center;
}
ul.ul_contact_link01 li {
	width: 300px;
	margin: 0 auto 20px;
}
ul.ul_contact_link01 li.contact_link01,
ul.ul_contact_link01 li.contact_link02 {
	text-align: center;
	border-radius: 10px;
}
ul.ul_contact_link01 li.contact_link01 a,
ul.ul_contact_link01 li.contact_link02 a {
	font-size: 24px;
	padding: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}
ul.ul_contact_link01 li.contact_link01 {
	background-color: #f79fc1;
}
ul.ul_contact_link01 li.contact_link02 {
	background-color: #00ccfc;
}
	
.contact_title01 {
	width: 300px;
	margin: 40px auto 0;
	text-align: center;
	background-color: #f79fc1;
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
}
.contact_title02 {
	width: 300px;
	margin: 40px auto 0;
	text-align: center;
	background-color: #00ccfc;
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
}
.contact_txt02 {
	text-align: center;
	padding: 46px 0 0;
}


/*-------------------- フォーム --------------------*/
#formWrap {
	margin : 30px auto 80px;
	color : #555;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif"
}
.err-message{
	color: red;
	font-size: 0.7rem;
	margin-top: 0;
	margin-bottom: 0;
}
.input-sample { margin-bottom: 20px;}

table.formTable {
	width: 100%;
	margin: 0 auto 20px;
}
table.formTable tr { border-collapse: collapse; width: 100%; border: 1px solid #9fa0a0;}
table.formTable.eventform tr th { background-color: rgba(247,159,193,0.2);}
table.formTable.courseform tr th { background-color: rgba(0,204,252,0.2);}
table.formTable tr th {
	width: 97%;
	display: block;
	font-size: 16px;
	text-align: left;
	padding: 15px 0 12px 10px;
	font-weight: normal;
	vertical-align: middle;
}
table.formTable tr.bg_event01 th { background-color: rgba(247,159,193,0.4);} 
table.formTable tr.bg_course01 th { background-color: rgba(0,204,252,0.4);} 
table.formTable tr td {
	width: 100%;
	display: block;
	text-align: left;
	padding: 10px;
}
input { width: 91%; border: 1px solid #999; padding: 4px;}
input:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
input:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
input:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
input:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */
textarea,
select { width: 100%; height: 32px; font-size: 14px; margin: 0;}
textarea { height: 217px;}
textarea.textarea01 { height: 100px;}
.radio { width: 20px !important; font-size: 14px !important;}
.radio_txt {
	font-size: 14px !important;
	padding: 14px 10px !important;
}
.btn {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
}
.btn.back { background: #aaa; border-radius: 3px;}
.btn.send { background: red; border-radius: 3px;}
.checkbox {
    margin: 0 auto;
    width: 30px;
}
.form_box {
    text-align: center;
    padding-top: 20px;
}
.button { width: 220px; margin: 20px auto;}
.black_box {
    border-radius: 20px;
    display: inline;
    background: #cc0000;
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin: 0 1% 20px;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.prev {
    border-radius: 20px;
    display: inline;
    background: #ccc;
    color: #000;
    padding: 5px 10px;
    width: 200px;
    margin: 0 1%;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.next {
    border-radius: 20px;
    display: inline;
    background: #a0cd34;
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin: 20px 1% 0;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.under { text-decoration: underline;}
.contact_btn01 {
	text-align: center;
	padding-top: 60px;
}
.w50p { width: 50%;}
.w20p { width: 50%;}
/*-------------------- フォーム --------------------*/

	
	
/*---------- 2020.01.27 追加 ----------*/




/*  pdf  */

.pdf{
	background: url(img/pdf.png) no-repeat left center;
}
.pdf p{
	padding-left: 50px;
	color: #ff6a6d;
}
.pdf a{
	color: #ff6a6d;
}


/*  qa  */

.qa{
	background: #bde2ff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}
.q{
	background: url(img/q_bg.png) no-repeat left 10px center, #FFF;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
.a{
	background: url(img/a_bg.png) no-repeat left 10px center, #FFF;
	border-radius: 10px;
	padding: 15px;
}
.q p, .a p{
	margin: 0;
	padding-left: 30px;
}


/*  support  */

.support_box{
	border: 1px solid #ffc90d;
	padding: 20px;
	border-radius: 10px;
	margin: 0 0 30px 0;
}
.support_box p{
	margin: 0;
}
.support_box img{
	width: auto;
	display: block;
	margin: 20px auto 0 auto;
}


.recruit table{
	
}
.recruit table tr{
	display: block;
	margin-bottom: 20px;
}
.recruit table th{
	display: block;
	text-align: center;
	color: #666;
	background: #ffeae5;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 0 10px 0;
	width: 110px;
	box-sizing: border-box;
}
.recruit table td{
	display: block;
	color: #666;
	line-height: 1.6;
}

.pay_list{
	margin-bottom: 50px;
}
.pay_box{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
}
.pay_title{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	color: #ff6a6d;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.pay_table table{
	margin: 20px 0 0 0;
}
.pay_table table tr{

}
.pay_table table th{
	text-align: left;
	padding: 5px 20px 5px 10px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
}
.pay_table table td{
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
}



/*  event  */

.course_table table{
	margin-bottom: 50px;
}
.course_table table th{
	color: #FFF;
	background: #ff6a6d;
	text-align: left;
	padding: 5px 0 15px 10px;
}
.course_table table td{
	color: #666;
	padding: 5px 0 15px 10px;
}
.course_table table td.td1{
	font-weight: bold;
}
.course_table table td a{
	color: #666;
}



/*  system  */

.system_list{
	margin: 20px 0;
}
.system_list p{
	font-size: 11px;
	margin: 0;
	padding: 4px 0px;
}
.system_list p a{
	color: #ff6a6d;
}
.system_list p.list_active a{
	color: #FFF;
	background: #ff6a6d;
	border-radius: 20px;
	padding: 4px 8px;
	text-decoration: none;
}


.system_table table{
	width: 100%;
	margin-bottom: 10px;
}
.system_table table tr{
	
}
.system_table table th{
	color: #FFF;
	background: #ff6a6d;
	text-align: left;
	padding: 10px 0 10px 10px;
}
.system_table table td{
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.f_right{
	float: right;
	margin: 0 0 20px 0;
}
.clear{
	clear: both;
}
.system_p1{
	margin-top: 20px;
	margin-left: 10px;
	font-size: 16px;
}

.to_top{
	padding: 10px 20px;
	color: #FFF;
	background: #ff6a6d;
	border-radius: 10px;
	font-size: 20px;
	transition: 0.5s;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}
.to_top:hover{
	opacity: 0.6
}



/*  privacy  */

h3#h3_2{
	color: #f2618e;
	background: url(img/pink_yajirushi.png) no-repeat left center;
	font-size: 16px;
	font-weight: 100;
}
.privacy_content{
	margin: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.privacy_content ul{
	margin-left: 5%;
}
.privacy_content ul li{
	font-size: 14px;
	color: #666;
	list-style: decimal;
	padding-left: 5px;
	line-height: 1.6;
	margin-bottom: 20px;
}



/*  link  */

.link_content{
	margin-bottom: 50px;
}
.link_content div{
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.link_content div.border-top{
	border-top: 1px solid #ccc;
}
.link_content a{
	color: #ff6600;
}
.link_content p.link_title{
	color: #ff6600;
	background: url(img/hishigata.png) no-repeat left center;
	padding-left: 15px;
	margin: 15px 0 0 0;
}
.link_content p.link_p1{
	margin: 0 0 15px 0;
}



/*   information   */

.m_bottom_15{
	margin-bottom: 15px !important;
}



/*   company    */

.company_content{
	margin-bottom: 50px;
}
.company_content a{
	color: #ff6600;
}
.company_content table{
	
}
.company_content table tr{
	border-bottom: 1px solid #ccc;
}
.company_content table tr:first-child{
	border-top: 1px solid #ccc;
}
.company_content table th{
	text-align: left;
	width: 25%;
	vertical-align: top;
	padding: 10px 0 0 0;
	line-height: 1.6;
	color: #666;
	font-size: 14px;
}
.company_content table td{
	padding: 10px 0;
	line-height: 1.6;
	color: #666;
	font-size: 14px;
}
.company_content table td p.company_p_left{
	float: left;
	width: 15%;
	margin-bottom: 0;
}
.company_content table td p.company_p_right{
	float: left;
	width: 85%;
	margin-bottom: 0;
}
.company_border{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}




/*  ------------------------------------------------  */
/*  -------------------  side content  -------------------  */
/*  ------------------------------------------------  */

#content{
	position: relative;
	margin: 0 0 50px 0;
}
.side_nav{
	display: none;
	position: absolute;
	top: -53px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px 0;
}
.side_nav ul{
	width: 80%;
	margin: 0 auto;
}
.side_nav ul li{
	box-sizing: border-box;
	width: 100%;
	background: #ccc;
	border-radius: 10px;
	padding: 10px 0 10px 50px;
	margin: 0 auto 20px auto;
	color: #fff;
}
.side_nav ul li.sidenav1{
	background: url(img/sidenav_bg1.png) no-repeat left 15px center, #f2618d;
}
.side_nav ul li.sidenav2{
	background: url(img/sidenav_bg2.png) no-repeat left 12px center, #00cdfc;
}
.side_nav ul li.sidenav3{
	background: url(img/sidenav_bg3.png) no-repeat left 15px center, #3c8ac6;
}
.side_nav ul li.sidenav4{
	background: url(img/sidenav_bg4.png) no-repeat left 12px center, #ff6a6d;
}
.side_nav ul li.sidenav5{
	background: url(img/sidenav_bg5.png) no-repeat left 12px center, #a0cd34;
}
.side_nav ul li.sidenav6{
	background: url(img/sidenav_bg6.png) no-repeat left 13px center, #f79ec1;
}
.side_nav ul li.sidenav7{
	background: url(img/sidenav_bg7.png) no-repeat left 13px center, #a9d784;
}
.side_nav ul li.sidenav8{
	background: url(img/sidenav_bg8.png) no-repeat left 15px center, #ffc90d;
}
.side_nav ul a{
	text-decoration: none;
	color: #FFF;
}
.side_company{
	
}
.side_company ul{
	
}
.side_company ul li{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 35px;
	color: #666;
	background: url(img/sidenav_arrow.png) no-repeat left 15px center;
	border: 1px solid #dcdcdc;
	border-top: none;
}
.side_company ul li a{
	text-decoration: none;
	color: #666;
}
.side_company ul li a:hover{
	text-decoration: underline;
}
.side_company ul li.side_company_title{
	background: url(img/sidenav_bg9.png) no-repeat left 15px center, #b5b5b5;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	padding-left: 50px;
}
.side_company ul li:last-child{
	border-radius: 0 0 10px 10px;
}


.side_fb{
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	padding: 14px 0 10px 0;
	margin-bottom: 15px;
}
.side_fb p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #0069b3;
	background: url(img/side_fb.png) no-repeat left center;
	padding-left: 40px;
	width: 110px;
	margin: 0 auto;
	line-height: 1.3;
}
.side_banner1{
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	background: #fff6df;
}
#side_content a{
	text-decoration: none;
}
.side_banner1 p{
	font-size: 14px;
	color: #e35898;
	line-height: 1.5;
	text-align: center;
}
.side_banner1 p span{
	font-size: 18px;
	font-weight: bold;
}

.news li{
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 10px 0;
	color: #666;
}
.news li:nth-child(odd){
	background: #f9f7f7;
}
.news li a{
	color: #666;
}
a.to_newslist{
	color: #ff6600;
}

.access_title{
	font-size: 16px;
	font-weight: bold;
}
.top_access a{
	color: #ff6a6d;
}
.access_p{
	color: #ff6a6d;
}
.map iframe{
	width: 100%;
	height: 300px;
}



/*  ------------------------------------------------  */
/*  -------------------  footer  -------------------  */
/*  ------------------------------------------------  */

footer{
	background: #ff9f8b;
	padding: 30px 0 40px 0;
}
footer img{
	display: block;
	margin: 0 auto;
}
footer p{
	text-align: center;
	color: #FFF;
}
.foot_p_logo1{
	font-size: 14px;
	margin: 8px 0 0 0;
	line-height: 1.5;
}
.foot_p_logo2{
	font-size: 24px;
	margin: 0;
	line-height: 1.5;
}
.foot_p1{
	font-size: 14px;
}
.foot_p2{
	font-size: 14px;
	background: #ff826d;
	padding: 6px 0;
	width: 100%;
	border-radius: 10px;
}
.copy{
	font-size: 12px;
	margin-top: 70px;
}




/*  allpost  */

.allpost{
	padding: 50px 0 40px 0;
	border-top: 1px solid #ccc;
}
.allpost_time{
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #666;
}
.allpost_title{
	margin: 0 0 10px 0;
	color: #FD6B70;
	font-size: 18px;
	font-weight: bold;
}
.allpost_title a, .allpost_title a:visited{
	color: #FD6B70;
}
.allpost_content{
	margin: 0;
	color: #666;
	font-size: 14px;
}



/*  追加 20180330  */
.foot_p2 a, .foot_p2 a:visited{
	color: #FFF;
	text-decoration: none;
}
.contact_box_tel a, .contact_box_tel2 a{
	color: #666;
	text-decoration: none;
}

.post table th, .post table td{
	vertical-align: middle;
	padding: 10px;
	/*white-space: nowrap;*/
}
.post table th span, .post table td span{
	text-align: center;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 840px) {

	.inner{
		width: 980px;
		margin: 0 auto;
	}
	.only_sp{
		display: none;
	}
	.only_pc{
		display: block;
	}
	
	/*  ------------------------------------------------  */
	/*  -------------------  header  -------------------  */
	/*  ------------------------------------------------  */
	
	header{
		height: 135px;
	}
	header .inner{
		overflow: hidden;
	}
	h1{
		float: left;
		margin: 20px 0 0 0;
	}
	.head_right{
		float: right;
	}
	.head_right img{
		margin: 0 0 0 10px;
		width: auto;
	}
	
	
	#nav-toggle{
		display: none;
	}


	/*  ------------------------------------------------  */
	/*  -------------------  main content  -------------------  */
	/*  ------------------------------------------------  */
	
	#content{
		
	}
	#content .inner{
		overflow: hidden;
	}
	#main_content{
		margin: 10px 0;
		float: right;
		width: 700px;
	}
	
	.top_nav li{
		font-size: 20px;
		padding: 30px 0 30px 0;
	}
	.top_nav li img{
		margin-bottom: 30px;
	}
	
	.news li{
		font-size: 14px;
	}
	.news li span.only_pc{
		display: inline-block;
	}
	
	
	/*   sub   */
	
	.trouble li{
		width: 19%;
		margin: 10px 0 10px 1.25%;
	}
	.trouble li:nth-child(4){
		margin-left: 1.25%;
	}
	ul.pink li{
		font-size: 14px;
		color: #666;
		background: url(img/maru.png) no-repeat left center;
		padding: 4px 0 4px 15px;
	}

	
	
	/*  contact_box  */
	
	.contact_box_p{
		float: left;
		margin: 10px 0 0 0;
	}
	.contact_box_p2{
		margin: 20px 0 0 0;
		line-height: 1.6;
	}
	.contact_box_tel{
		float: left;
		margin: 0 0 0 20px;
	}
	.contact_box_tel2{
		margin: 20px 0 0 20px;
	}
	.w_280{
		width: 280px;
	}
	.w_300{
		width: 300px;
	}
	.w_550{
		width: 550px;
	}
	.w_400{
		width: 400px;
	}
	.w_500{
		width: 500px;
	}
	.w_600{
		width: 600px;
	}
	.contact_box_p3{
		margin: 10px 0;
		line-height: 1.6;
	}
	.contact_box_p4{
		float: left;
		margin: 10px 0 0 20px;
	}
	
	/*---------- 2020.01.27 追加 ----------*/
	ul.ul_contact_link01 { width: 640px;}
	ul.ul_contact_link01:after {
		content: "";
		display: block;
		clear: both;
	}
	ul.ul_contact_link01 li {
		float: left;
	}
	ul.ul_contact_link01 li.contact_link01 { margin-right: 20px;}
	ul.ul_contact_link01 li.contact_link02 { margin-left: 20px;}
	
	
/*-------------------- フォーム --------------------*/

table.formTable {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	}
table.formTable.eventform tr { border-collapse: collapse; border: 1px solid #9fa0a0;}
table.formTable tr th {
	width: 26%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	padding: 15px 10px 11px;
	font-weight: normal;
	vertical-align: top;
}
table.formTable tr td {
	width: 67%;
	display: inline-block;
	text-align: left;
	padding: 10px;
}
input { width: 98%; border: 1px solid #999; padding: 4px;}
.radio { width: 20px !important;}
.under { text-decoration: underline;}
.contact_btn01 {
	text-align: center;
	padding-top: 60px;
}
table.formTable tr td.td01 {
	width: 18%;
	}
table.formTable tr th.w17p { width: 17%;}
.font14 { font-size: 14px;}
.w20p { width: 20%;}
	
/*-------------------- フォーム --------------------*/
	
	
	
	
	/*---------- 2020.01.27 追加 ----------*/
	
	
	
	/*  support  */
	
	.support_box{
		overflow: hidden;
	}
	.support_box p{
		float: left;
		margin: 0;
		width: 440px;
	}
	.support_box img{
		float: right;
		margin: 0;
	}
	
	.support_box2{
		
	}
	.support_box2 p{
		float: right;
	}
	.support_box2 img{
		float: left;
	}
	
	
	.recruit table{
		
	}
	.recruit table tr{
		overflow: hidden;
		margin-bottom: 15px;
	}
	.recruit table th{
		float: left;
		margin-left: 30px;
	}
	.recruit table td{
		float: left;
		width: 500px;
		margin-left: 20px;
	}
	
	.pay{
		overflow: hidden;
		margin: 20px 0;
	}
	.pay_list{
		float: left;
		width: 48%;
		margin-left: 4%;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.pay .pay_list:first-child{
		margin-left: 0;
	}
	
	
	/*  event  */
	
	.course_table table{
		margin-bottom: 50px;
		width: 100%;
	}
	.course_table table th{
		color: #FFF;
		background: #ff6a6d;
		text-align: left;
		padding: 10px 0 10px 20px;
		font-size: 16px;
	}
	.course_table table td{
		color: #666;
		padding: 5px 0 15px 20px;
	}
	.course_table table td.td1{
		font-weight: bold;
		width: 150px;
	}
	.course_table table td a{
		color: #666;
	}
	
	
	
	/*  system  */
	
	.system_list{
		overflow: hidden;
	}
	.system_list p{
		float: left;
		margin-right: 20px;
	}
	
	

	/*  ------------------------------------------------  */
	/*  -------------------  side content  -------------------  */
	/*  ------------------------------------------------  */
	
	#side_content{
		width: 240px;
		margin: 10px 0 0 0;
	}
	.side_nav{
		display: block;
		background: none;
		position: static;
		padding: 0;
	}
	.side_nav ul{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 0 30px 0;
	}
	.side_nav ul li{
		margin-bottom: 10px;
		color: #fff;
	}
	.side_banner1 p{
		font-size: 12px;
	}
	.side_banner1 p span{
		font-size: 16px;
	}
	
	
	
	/*  ------------------------------------------------  */
	/*  -------------------  footer  -------------------  */
	/*  ------------------------------------------------  */
	
	.foot_p2{
		width: 410px;
		box-sizing: border-box;
		margin: 0 auto 10px auto;
	}
	
	
	
	/*  追加  */
	
	.contact_left{
	float: left;
	}
	.contact_right{
		float: right;
	}
	.contact_contact{
		overflow: hidden;
	}
	.access_content{
		overflow: hidden;
	}
	.access_left{
		float: left;
	}
	.access_right{
		float: left;
		margin-bottom: 50px;
	}
	.access_right p{
		margin: 0 0 10px 10px;
	}
	
	.post table{
		max-width: 700px;
	}

	
	
}