@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/** 移植 **/

.imgright div {
    float: right;
    padding: 0 0 15px 20px;
}
.cms .imgright {
    zoom: 1;
    overflow: hidden;
}
.cms .imgright ul {
    float: right;
    padding: 0 0 15px 20px;
}
.imgright dl {float: right;}


.imgright dt {
    font-size: 1.1em;
    color: #6B8C32;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.45;
	margin-bottom: 20px;
}
.imgright dd {margin: 0 !important;}

.faq ul {padding: 0 !important;}
.faq li {
    background: url(https://shinka-juku.com/image/faq_q.gif) no-repeat left 0;
    padding: 0 0 9px 33px;
    font-size: 1.1em;
    line-height: 1.55;
    font-weight: bold;
	list-style: none;
}
.faq dl dt {
    background: url(https://shinka-juku.com/image/faq_q.gif) no-repeat left 3px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 0 3px 33px;
    color: #6B8D32;
}
.faq dl dd {
    background: url(https://shinka-juku.com/image/faq_a.gif) no-repeat left 4px;
    padding: 4px 0 2px 33px;
}

#form table th span {
    font-size: 0.8em;
    color: #FF6666;
    line-height: 1.25;
    display: block;
    margin-top: 3px;
    margin-bottom: 5px;
}


/** 調整 **/

.o_navi {padding: 0 !important; list-style: none;}
.o_menu {text-align: center;}
.o_info dt,
.o_info dd {margin-bottom: 15px;}
.o_info ul {margin-bottom: 20px; list-style: none; padding: 0; text-align: center;}
.sidelink {list-style: none; padding: 0; text-align: center;}
.sidelink li {margin-bottom: 10px;}

.cms .imgright ul {list-style: none;}
.company_imgright dl {margin-left: 35px;}
.home_imgright dl {float: none !important;}


.widget-page-content-bottom-title {
border-left: 7px solid var(--cocoon-middle-thickness-color);
    border-right: 1px solid var(--cocoon-thin-color);
    border-top: 1px solid var(--cocoon-thin-color);
    border-bottom: 1px solid var(--cocoon-thin-color);
    font-size: 22px;
    padding: 12px 20px;
margin-bottom: 1.62em;
}

.contact_imgright {
zoom: 1;
    overflow: hidden;
    margin: 0 0 32px;
}
.contact_imgright div {
    float: right;
    padding: 0 0 15px 20px;
}
.contact_imgright dl {float: none !important;}
.contact_imgright dt {
    font-size: 1.1em;
    color: #6B8C32;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.45;
    width: 380px;
}

.o_form p {margin-bottom: 5px;}
.o_form th {
    width: 198px;
    font-weight: normal;
    padding: 6px 10px 0 10px;
	text-align: left;
	font-size: 80%;
}

#banner {background: url(https://shinka-juku.com/image/bg.jpg) repeat;}
#banner h2 {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#banner h2 img {
max-width: 100%;
height: auto;
width /***/:auto;
}



.home_list {margin-bottom: 30px;}

.home_list dl {
    margin: 0 0 10px;
    padding: 14px 14px 12px;
    border: #CCCCCC solid 1px;
}
.home_list dl dt {
    font-weight: bold;
    color: #6B8C32;
    line-height: 1.4;
    background: url(../image/icon01.jpg) no-repeat left top;
    padding: 1px 0 2px 32px;
    margin-bottom: 6px;
    font-size: 1.1em;
}
.home_list dl dd.imgleft {
    zoom: 1;
    overflow: hidden;
}
.home_list_link {
margin-bottom: 35px;
    text-align: right;
}



@media screen and (max-width: 480px){

.imgright div {float: none;}
.cms .imgright ul {float: none; padding: 0; margin: 0;}
.imgright dl {float: none;}

.imgright div img,
.cms .imgright ul img,
.imgright dl img {
	display: block;
	margin: 0 auto 20px;
}

.company_imgright dt {text-align: center;}

.o_form th,
.o_form td {display: block; width: 100%;}
	.o_form td {background: #fff !important;}

}
