/*
Theme Name: kajicon v2（スマホ対応）
Theme URI: https://www.kajicon.jp/
Author: kajicon
Author URI: https://www.kajicon.jp/
Description: 梶本のコンサルサイトテーマ
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kajicon
Tags:

サイト全体の共通部分CSS

*/

.pc{display: block;}
.sp{display: none;}

/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
.pc{display: none;}
.sp{display: block;}
}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* reset ---*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;
}
li {
	list-style-type: none;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}

/* default ---*/
body {
	background: #FFF;
	color: #333;
	font-size: 12px;
	font-size:75%\9;/* for IE */	
	/*font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,Sans-Serif;*/
	/*font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 1.5;
}
* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}





/* ---------------------------------------------------------------------------

		structure
			ストラクチャ：基本設定、リンクカラーなど

--------------------------------------------------------------------------- */
/*
	font-size:
	10px 0.84em｜11px 0.92em｜12px 1.00em｜13px 1.09em｜14px 1.17em｜15px 1.25em｜16px 1.34em｜
	17px 1.42em｜18px 1.50em｜19px 1.59em｜20px 1.67em｜21px 1.75em｜22px 1.84em｜23px 1.92em｜
	24px 2.00em｜25px 2.09em｜26px 2.17em｜
*/

a{
	color:#f25800;
}
a:hover{
	color:#ff8c37;
}



/* ---------------------------------------------------------------------------
		#wrapper
			全体
--------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------
		#header	
			ヘッダー
--------------------------------------------------------------------------- */
#header{
	background:url(images/common/bg_header.jpg) repeat-x;
}
#header .head-outer{
	background:url(images/common/bg_header_02.jpg) no-repeat 50% 0;
}
#header .head-inner{
	width:990px;
	margin:0 auto;
	position:relative;
	padding:34px 0 0 0;
	height:252px;
}
#header .head-inner h1{
	color:#666666;
	font-weight:normal;
	text-align:right;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	position:absolute;
	top:4px;
	right:0;
}

#header .head-inner p.copy{
	color:#666666;
	font-weight:normal;
	text-align:right;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	position:absolute;
	top:4px;
	right:0;
}

#header .head-inner div.sitename{
	margin:0 0 0 156px;
	width:299px;
}
#header .head-inner div.sitename p{
	text-align:center;
}
#header .head-inner div.sitename p.logo{
	margin:6px 0 9px 0;
}
#header .head-inner div.sitename p.txt{
	margin:10px 0 0 0;
	color:#FFF;
	font-size:11px;
	text-shadow: 2px 1px 10px rgba(58, 35, 24, 1);
}

#header .head-inner div.head-inq{
	position:absolute;
	top:37px;
	right:10px;
	width:491px;
}
#header .head-inner div.head-inq h3{
	text-align:center;
}
#header .head-inner div.head-inq p{
	margin:2px 0 10px 0;
	text-align:center;
}
#header .head-inner div.head-inq div.phone{
	background:url(images/common/bg_headinq_phone.jpg) no-repeat 0 0;
	width:263px;
	height:99px;
	padding:8px 0 0 11px;
	float:left;
	position:relative;
	zoom:1;
}
#header .head-inner div.head-inq div.phone p{
	margin:0;
	text-align:left;
}
#header .head-inner div.head-inq div.phone p.number{
	margin:9px 0;
}
#header .head-inner div.head-inq div.phone p.img{
	position:absolute;
	top:26px;
	left:-51px;
}
#header .head-inner div.head-inq p.btn-inquiry{
	float:left;
	margin:0;
}

#header .head-inner nav.gnav{
	position:absolute;
	left:0;
	top:224px;
}
#header .head-inner nav.gnav dl{
}
#header .head-inner nav.gnav dt{
	float:left;
	margin:0 4px 0 5px;
}
#header .head-inner nav.gnav dd{
	float:left;
	margin:0 8px 0 0;
}

#header .head-inner nav.gnav dd a{
    background: #FFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFEFEF',GradientType=0 );
    display: block;
    color: #333;
    padding: 10px 0;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 2px 2px #000;
    width: 110px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-shadow: 2px 0px #fff;
    }
    

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

}

/*SP*/
@media screen and (max-width: 599px) {
    
#header {
    background: none;
}
    
#header .head-outer {
    background-image: url(images/common/bg_header_02sp.jpg);
    background-position: 0 0;
    background-size: contain;
}
#header .head-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    height: auto;
}
#header .head-inner h1 {
    display: none;
}
    
 #header .head-inner p.copy {
    display: none;
}
#header .head-inner div.head-inq {
    display: none;
}
    
#header .head-inner div.sitename {
    margin: 0 0 0 auto;
    width: 100%;
    padding: 10px 0 0 0;
}
    
#header .head-inner div.sitename p.logo {
    margin: 5px 12px 9px auto;
    width: 61%;
}
    
#header .head-inner div.sitename p.logo img {
    width: 100%;
    height: auto;
}
    
#header .head-inner div.sitename p.txt {
    margin: 18px 0 0 0;
    color: #000;
    font-size: 14px;
    text-shadow: none;
}
    
#header .head-inner nav.gnav {
    position: relative;
    left: auto;
    top: auto;
    margin: 10px 0;
}
    
#header .head-inner nav.gnav dt {
    display: none;
}
    
#header .head-inner nav.gnav dl {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
    
    #header .head-inner nav.gnav dd{
        margin: 3px;
    }
    
#header .head-inner nav.gnav dd a{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b9100+0,446f00+100 */
background: #5b9100; /* Old browsers */
background: -moz-linear-gradient(top,  #5b9100 0%, #446f00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5b9100 0%,#446f00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5b9100 0%,#446f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9100', endColorstr='#446f00',GradientType=0 ); /* IE6-9 */
    display: block;
    color: #FFF;
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 7px;
    text-decoration: none;
    width: auto;
    text-shadow: none;
    box-shadow: none;
    }
    
    
    
/*hamburgermenuハンバーガー***************************************/
/*クリックされていないときのボタン*/
.toggle {
  position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 1002;
}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #FFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1) {
  top: 3px;
}

.toggle span:nth-child(2) {
  top: 13px;
}

.toggle span:nth-child(3) {
  top: 23px;
}

.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}


/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border-bottom: solid 3px #000;
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
    border-bottom: solid 3px #000;
}



/*クリックされていないときのグローバルメニュー*/
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 1001;
/*  padding-top: 75px;*/
  text-align: center;
  color: #000;
  transition: all 0.8s;
  background-color: #fff;
  opacity: .95;
        padding: 0 0 10px 0;
}

.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
  box-sizing: border-box;
}

.global_nav .nav_li a {
  display: block;
  color: #000;
}


.global_nav .logo{
    width: 35%;
}

    
nav.global_nav a {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #CCC;
}



/*クリックされた時のグローバルメニュー*/
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}

/*hamburgermenuハンバーガー***************************************/


    
    
}


/* ---------------------------------------------------------------------------
		#content		
			コンテンツ
--------------------------------------------------------------------------- */
#content{
	background:#3A2319 url(images/common/bg_content.jpg) repeat-x 0 0;
	min-width:990px;
	padding:27px 0 50px 0;
}
#content .main-content{
	width:990px;
	margin:0 auto;
}

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

}

/*SP*/
@media screen and (max-width: 599px) {
#content {
    background: #3A2319 url(images/common/bg_content.jpg) repeat-x 0 0;
    min-width: 100%;
    padding: 20px 0 0 0 ;
}
    
#content .main-content{
	width:97%;
	margin:0 auto;
}
}

/* ---------------------------------------------------------------------------
		#main
			メイン
--------------------------------------------------------------------------- */
#main {
	width:735px;
	float:left;
	display:inline;
}

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

}

/*SP*/
@media screen and (max-width: 599px) {
#main {
    width: 100%;
    float: none;
    display: inline;
}

}


/* pankuzu */
#main .pankuzu{
	color:#FFF;
	margin:-4px 0 20px 7px;
}
#main .pankuzu li{
	display:inline;
}
#main .pankuzu a{
	color:#FFF;
}
#main .pankuzu a:hover{
	text-decoration:none;
}





/* main area */
#main .wp-edit-area{
	margin-bottom:40px;
}
/* wpcalendar */
#main .wp-edit-area #wp-calendar{
	padding:4px 23px 0 23px;
}
#main .wp-edit-area #wp-calendar ul{
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	text-align:center;
	padding:20px 0;
}
#main .wp-edit-area #wp-calendar li{
	display:inline-block;
	/display:inline;
	zoom:1;
	margin:0 2px;
	font-size:11px;
}
#main .wp-edit-area #wp-calendar li.prev,
#main .wp-edit-area #wp-calendar li.year-month{
	margin-right:10px;
}
#main .wp-edit-area #wp-calendar li.next{
	margin-left:10px;
}

#main .wp-edit-area article{
}
#main .wp-edit-area .pageHeader{
	padding:3px;
	margin-bottom:22px;
}
#main .wp-edit-area .pageHeader h1,
#main .wp-edit-area .pageHeader h2{
	background: #f7f0dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f0dd 0%, #dfc57a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0dd), color-stop(100%,#dfc57a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f0dd 0%,#dfc57a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f0dd 0%,#dfc57a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f0dd 0%,#dfc57a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f0dd 0%,#dfc57a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0dd', endColorstr='#dfc57a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	border: 1px solid #DFC67A;
	padding: 0.8em 17px;
	font-size:167%;
	color: #392219;
}
#main .wp-edit-area article .postHeader{
	margin:16px 23px 22px 23px;
}
#main .wp-edit-area article .postHeader h1{
	background:#6f5f57;
	padding: 0.8em 17px;
	font-size:167%;
	color:#FFF;
	font-weight:normal;
}
#main .wp-edit-area article .postHeader h1 a{
	color:#FFF;
	text-decoration:none;
}
#main .wp-edit-area article .postHeader h1 a:hover{
	color:#FFF;
	text-decoration:underline;
}

#main .wp-edit-area article .layHeader {
	position:relative;
	zoom:1;
	margin:0 auto 28px auto;
	width:680px;
	/*height:452px;*/
	min-height:250px;
	background:#f0f0f0;
}
#main .wp-edit-area article .layHeader h1{
	background-color: rgba(58,35,24,0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#773A2319,EndColorStr=#773A2319);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#773A2319,EndColorStr=#773A2319)";
	position:absolute;
	left:0;
	bottom:0;
	width:650px;
	padding:15px;
	font-size:167%;
	color:#FFF;
	font-weight:normal;
	line-height:1.3;
}
#main .wp-edit-area article .layHeader h1:not(:target){


    filter: none;
    -ms-filter: none;
}
#main .wp-edit-area article .layHeader p{
	text-align:center;
}




#main .wp-edit-area article .pageHeader p.mv{
	text-align:center;
	margin:14px 0 0 0;
}

#main .wp-edit-area article .post-wrap{
	width:680px;
	margin:0 auto;
	padding:0 0 35px 0;
}

#main .wp-edit-area article .post-wrap .category a {
    background: #EFEFEF;
    padding: 10px;
    display: inline-block;
    width: auto;
    margin: 0 0 20px 0;
    text-decoration: none;
    color: #333;
}


#main .wp-edit-area article .date{
	margin-bottom:16px;
	color:#878787;
}
#main .wp-edit-area article .post-wrap .no-post{
	color:#878787;
	margin:0 4px;
	padding:15px 0 10px 0;
}

/* detail-texts */
#main .wp-edit-area article .post-wrap .detail-names-texts{
	padding:0 0 14px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #D6D6D6;
	overflow:hidden;
	height:auto;
}
#main .wp-edit-area article .post-wrap .detail-names-texts p{
	display:inline-block;
	/display:inline;
	zoom:1;
	margin-right:1.5em;
	color:#666666;
}
#main .wp-edit-area article .post-wrap .detail-names-texts p.company-name{
	font-size:117%;
}
#main .wp-edit-area article .post-wrap .detail-names-texts p.persons-name{
	font-size:134%;
}

/* pagenation */
#main .wp-edit-area article .pagenation{
	margin:0 23px 0 23px;
	overflow:hidden;
	height:auto;
	padding:0 0 43px 0;
}
#main .wp-edit-area article .pagenation ul{
	text-align:center;
}
#main .wp-edit-area article .pagenation ul li{
	border:1px solid #d6d6d6;
	display:inline-block;
	margin:0 2px;
}
#main .wp-edit-area article .pagenation ul li a{
	display:block;
	padding:2px 0.3em;
	text-decoration:none;
	color:#f25800;
}
#main .wp-edit-area article .pagenation ul li.active{
	padding:2px 0.3em;
	color:#666666;
	background:#d6d6d6;
}
#main .wp-edit-area article .pagenation ul li a:hover{
	background:#d6d6d6;
	color:#666666;
}


/*ipad*/
@media screen and (max-width: 768px) {
}

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

#main .wp-edit-area article .post-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
    #main .wp-edit-area article .layHeader {
    position: relative;
    zoom: 1;
    margin: 0 auto 28px auto;
    width: 100%;
    /* height: 452px; */
    min-height: 250px;
    background: #f0f0f0;
}
    
    #main .wp-edit-area .pageHeader h1, #main .wp-edit-area .pageHeader h2 {
    background: #f7f0dd;
    background: -moz-linear-gradient(top, #f7f0dd 0%, #dfc57a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0dd), color-stop(100%,#dfc57a));
    background: -webkit-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
    background: -o-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
    background: -ms-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
    background: linear-gradient(to bottom, #f7f0dd 0%,#dfc57a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0dd', endColorstr='#dfc57a',GradientType=0 );
    -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow: inset 1px 1px 1px rgb(255 255 255);
    text-shadow: 1px 1px 0px rgb(255 255 255);
    border: 1px solid #DFC67A;
    padding: 0.6em 17px;
    font-size: 141%;
    color: #392219;
}
    
    #main .wp-edit-area article .layHeader h1 {
    background-color: rgba(58,35,24,0.6);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#773A2319,EndColorStr=#773A2319);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#773A2319,EndColorStr=#773A2319)";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    font-size: 148%;
    color: #FFF;
    font-weight: normal;
    line-height: 1.3;
    box-sizing: border-box;
}
    
    
    
    p.mv img {
    width: 100%;
    height: auto;
}
    
}



/* pagebtn */
#main .wp-edit-area .pagebtn{
	border-top:1px solid #D6D6D6;
	padding-top:17px;
	margin-top:40px;
}
#main .wp-edit-area .pagebtn ul{
	position:relative;
	zoom:1;
	text-align:center;
}
#main .wp-edit-area .pagebtn ul li{
}
#main .wp-edit-area .pagebtn ul li.prev{
	position:absolute;
	left:0;
	top:0;
}
#main .wp-edit-area .pagebtn ul li.return{
	display:inline-block;
	/display:inline;
	zoom:1;
}
#main .wp-edit-area .pagebtn ul li.next{
	position:absolute;
	right:0;
	top:0;
}
#main .wp-edit-area .pagebtn.single ul{
	text-align:left;
}
#main .wp-edit-area .pagebtn.single ul li.prev{
	position:static;
	display:inline-block;
	text-align:center;
}



#main .wp-edit-area .pagebtn ul li a{
	color:#666666;
	padding:9px 10px;
	display:block;
	text-decoration:none;
	border:1px solid #D6D6D6;
	border-radius:4px;
	position:relative;
}
#main .wp-edit-area .pagebtn ul li a:hover{
	background:#eeeeed;
}
#main .wp-edit-area .pagebtn ul li.prev a span{
	background:url(images/common/ico_arrow_l.png) no-repeat 0 50%;
	padding-left:20px;
}
#main .wp-edit-area .pagebtn ul li.return a span{
	background:url(images/common/ico_arrow_t.png) no-repeat 0 50%;
	padding-left:20px;
}
#main .wp-edit-area .pagebtn ul li.next a span{
	background:url(images/common/ico_arrow_r.png) no-repeat right 50%;
	padding-right:20px;
}


/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    #main .wp-edit-area .pagebtn ul li.prev {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
#main .wp-edit-area .pagebtn ul li.next {
    position: relative;
    right: auto;
    top: auto;
}
    #main .wp-edit-area .pagebtn ul li.prev a span {
    background: url(images/common/ico_arrow_l.png) no-repeat 0 50%;
    padding-left: 20px;
    line-height: 18px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
    
    #main .wp-edit-area .pagebtn ul li.next a span {
    background: url(images/common/ico_arrow_r.png) no-repeat right 50%;
    padding-right: 20px;
    line-height: 18px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
    
    #main .wp-edit-area .pagebtn ul li.return {
    display: block;
    margin: 10px 0;
}
}





/* wpエディタコンテンツ反映wrap div */
#main .wp-edit-area article .post-wrap .post{
	color: #666666;
    font-size: 16px;
    line-height: 2.6;
    border-top: 1px solid #666;
    padding: 25px 0;
        overflow: hidden;
}
#main .wp-edit-area article .post-wrap .post embed,
#main .wp-edit-area article .post-wrap .post iframe,
#main .wp-edit-area article .post-wrap .post object {
	max-width: 100%;
}

#main .wp-edit-area article .post-wrap .post p{
	margin-bottom:1.5em;
}
#main .wp-edit-area article .post-wrap .post li{
	list-style-type:inherit;
}
#main .wp-edit-area article .post-wrap .post ul,
#main .wp-edit-area article .post-wrap .post ol {
	margin: 0;
	padding: 0;
}
#main .wp-edit-area article .post-wrap .post ul {
}
#main .wp-edit-area article .post-wrap .post ol {
}
#main .wp-edit-area article .post-wrap .post ul ul,
#main .wp-edit-area article .post-wrap .post ol ol,
#main .wp-edit-area article .post-wrap .post ul ol,
#main .wp-edit-area article .post-wrap .post ol ul {
	margin-bottom: 0;
}
#main .wp-edit-area article .post-wrap .post li {
}
#main .wp-edit-area article .post-wrap .post dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post dt {
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post strong {
	font-weight: bold;
}
#main .wp-edit-area article .post-wrap .post cite,
#main .wp-edit-area article .post-wrap .post em,
#main .wp-edit-area article .post-wrap .post i {

}
#main .wp-edit-area article .post-wrap .post cite {
	border: none;
}
#main .wp-edit-area article .post-wrap .post big {
	font-size: 128.571429%;
}
#main .wp-edit-area article .post-wrap .post blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
	padding: 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post code,
#main .wp-edit-area article .post-wrap .post kbd,
#main .wp-edit-area article .post-wrap .post samp,
#main .wp-edit-area article .post-wrap .post var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
#main .wp-edit-area article .post-wrap .post abbr,
#main .wp-edit-area article .post-wrap .post acronym,
#main .wp-edit-area article .post-wrap .post dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#main .wp-edit-area article .post-wrap .post address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post del {
}
#main .wp-edit-area article .post-wrap .post ins {
	background: #fff9c0;
	border: none;
	text-decoration: none;
}
#main .wp-edit-area article .post-wrap .post sup,
#main .wp-edit-area article .post-wrap .post sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
#main .wp-edit-area article .post-wrap .post sup {
	top: -0.5em;
}
#main .wp-edit-area article .post-wrap .post sub {
	bottom: -0.25em;
}
#main .wp-edit-area article .post-wrap .post input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#main .wp-edit-area article .post-wrap .post textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 96%;
}
/* =Alignment
-------------------------------------------------------------- */

#main .wp-edit-area article .post-wrap .post .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
#main .wp-edit-area article .post-wrap .post .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
#main .wp-edit-area article .post-wrap .post .aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


/* =Tables
-------------------------------------------------------------- */

#main .wp-edit-area article .post-wrap .post table {
	width: 100%;
}
#main .wp-edit-area article .post-wrap .post tr th {
	text-transform: uppercase;
}
#main .wp-edit-area article .post-wrap .post td {
}


/* =Images
-------------------------------------------------------------- */

#main .wp-edit-area article .post-wrap .post img,
#main .wp-edit-area article .post-wrap .post .editor-attachment {
	border: 0;
	max-width: 100%;
}
.no-rgba #main .wp-edit-area article .post-wrap .post img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
#main .wp-edit-area article .post-wrap .post img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}
#main .wp-edit-area article .post-wrap .post img[class*="align"],
#main .wp-edit-area article .post-wrap .post img[class*="wp-image-"],
#main .wp-edit-area article .post-wrap .post img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#main .wp-edit-area article .post-wrap .post img.mce-wp-nextpage {
	border-radius: 0;
	box-shadow: none;
}
#main .wp-edit-area article .post-wrap .post img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#main .wp-edit-area article .post-wrap .post .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	/*padding: 4px;*/
	text-align: left;
	max-width:680px;
}
#main .wp-edit-area article .post-wrap .post .wp-caption-dt {
	margin: 0;
}
#main .wp-edit-area article .post-wrap .post .wp-caption .wp-caption-text,
#main .wp-edit-area article .post-wrap .post .wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}

/* =gallery
-------------------------------------------------------------- */
#main .wp-edit-area article .post-wrap .post .gallery {
	margin-bottom: 1.5em;
}
#main .wp-edit-area article .post-wrap .post .gallery-item {
	float: left;
	margin:0;
	text-align: center;
	width: 100%;
	padding:6px;
	box-sizing:border-box;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

#main .wp-edit-area article .post-wrap .post .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

#main .wp-edit-area article .post-wrap .post .gallery-caption {
	display: block;
}

/* 
aq-leftarrow-btn 
左ボタン
leftarrow-btn
*/
#main .wp-edit-area article .post-wrap .post .aq-leftarrow-btn {
	margin-bottom:1.5em;
}
#main .wp-edit-area article .post-wrap .post .aq-leftarrow-btn a{
	background: url(images/common/ico_arrow_l.png) no-repeat 10px 50%;
	color:#666666;
	padding:9px 10px 9px 30px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #D6D6D6;
	border-radius:4px;
	position:relative;
}
#main .wp-edit-area article .post-wrap .post .aq-leftarrow-btn a:hover{
	background:#eeeeed url(images/common/ico_arrow_l.png) no-repeat 10px 50%;
}
/* 
aq-rightarrow-btn 
右ボタン
rightarrow-btn
*/
#main .wp-edit-area article .post-wrap .post .aq-rightarrow-btn {
	margin-bottom:1.5em;
	text-align:right;
}
#main .wp-edit-area article .post-wrap .post .aq-rightarrow-btn a{
	background: url(images/common/ico_arrow_r_m10.png) no-repeat right 50%;
	color:#666666;
	padding:9px 30px 9px 10px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #D6D6D6;
	border-radius:4px;
	position:relative;
}
#main .wp-edit-area article .post-wrap .post .aq-rightarrow-btn a:hover{
	background:#eeeeed url(images/common/ico_arrow_r_m10.png) no-repeat right 50%;
}


/*コンサルパック*/

.consulpack_list{
	background-image:url(images/common/ft_consul.jpg), url(images/common/fb_consul.jpg), url(images/common/fm_consul.jpg);
	background-position:top, bottom, top;
	background-repeat:no-repeat, no-repeat , repeat-y;
	padding:15px 36px 40px;
}

.consulpack_list .image{
	float:left;
	width:124px;
}

.consulpack_list .title{
	float: right;
	width:476px;
	font-size:12px;
}

.consulpack_list .detail{
	clear:both;
	width:560px;
	margin:0 auto;
}

.consulpack_list table{
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:12px;
	background:#FFFFFF;
}

.consulpack_list td{
	font-size:12px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:16px;
	padding:5px;
}

.consulpack_list02 table{
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	background:#FFFFFF;
}

.consulpack_list02 th{
	font-size:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px;
	line-height:14px;
	font-weight:normal;
	background:#F0F0F0;
}


.consulpack_list02 td{
	font-size:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px;
	text-align:center;
}

.consulpack_list02 h2{
	padding:10px 0;
	margin:10px 0 5px 0;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
}

.consulpack_list02 h5{
	font-weight:normal;
	font-size:12px;
}

/*ipad*/
@media screen and (max-width: 768px) {
}

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

.consulpack_list {
    background: none;
    padding: 0;
}
.consulpack_list .image {
    display: none;
}
    
.consulpack_list .title {
    float: none;
    width: 100%;
    font-size: 12px;
}
.consulpack_list .detail {
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.consulpack_list02 .consulpack_table {
    overflow: auto;
}
.consulpack_list02 table {
    width: 320% !important;
}
    .consulpack_list02 p.sp{
        text-align: center;
        padding: 5px 0;
    }
    
    .consulpack_list td {
    font-size: 12px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 16px;
    padding: 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
    
    .consulpack_list tr:last-child td:last-child {
    display: none;
}
    .consulpack_list tr:last-child td:nth-last-child(2) {
        display: none;
    
}
}



/*各トップ使用*/

#subtitle{
	font-size:16px;
	padding:15px 0;
	text-align:center;
	border:2px dotted #734609;
	margin:0 2px 15px 8px;
	font-weight:normal;
	color:#CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
#subtitle strong{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}

.movie_box{
	width:250px;
	float:left;
	clear:left;
	padding:0 0 20px 0;
}


/*movie*/

.movie #main .wp-edit-area article .postHeader {
  margin: 0;
}

.movie #main .wp-edit-area article .post-wrap .post {
  border-top: none;
}
.movie_box02{
	width:100%;
    aspect-ratio: 16 / 9;
	padding:0 0 20px 0;
}

.movie_box02 iframe {
    width: 100%;
}

.movie #main .wp-edit-area article .post-wrap .post {
  line-height: 1.8;
}

.movie_list {
  width: 96%;
  margin: 0 auto;
    padding: 15px 0;
}

.movie_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie_list ul li{
    width: 48.5%;
    margin: 0 0 20px 0;
}

.movie_list ul li.pickup{
    background: url(images/movie/bg_pickup.png);
    padding: 0 0 15px 0;
margin: 0 0 25px 0;
}

.movie_list ul li .movie_box02{
    position: relative;
    padding: 0;
}

.movie_list ul li .movie_box02 .icon{
    background: #dec57a;
    padding: 5px;
    font-size: 13px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.movie_list ul li .movie_box02 iframe {
height: 186px;
width: 100%;
margin: 0 auto;
display: block;
    aspect-ratio: 16 / 9;
}

.movie_list ul li.pickup .movie_box02 {
padding: 38px 0 0;
}

.movie_list ul li.pickup .movie_box02 iframe {
width: 95%;
margin: 0 auto;
display: block;
    
}

.movie_list ul li h2 {
  padding: 0 15px;
  font-size: 16px;
}

.movie_list ul li h2 a {
  color: #000;
    text-decoration: none;
}
@media screen and (max-width: 599px) {
    
    
    .mainvisual img {
  width: 100%;
  height: auto;
}
    
    
.movie_box02 iframe {
  width: 100%;
  height: 180px;
}
    
    .movie_list ul li {
  width: 100%;
  margin: 0 0 20px 0;
}
    
    .movie_list ul li .movie_box02 {
  position: relative;
  padding: 0;
  aspect-ratio: auto;
}
    
    .movie_list ul li .movie_box02 iframe {
  height: 212px;
  width: 100%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 16 / 9;
}
    
    .movie_list ul li h2 {
  padding: 8px 0;
  font-size: 16px;
}
    
    .movie_list ul li.pickup h2 {
  padding: 8px 11px;
  font-size: 16px;
}
    
}



/*右下バナー*/

/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  z-index: 1000;
    right: 0;
}
.Bnr__img__inner{
  width: 442px;
height: 363px;
  box-sizing:border-box;
  background-color: #fafafa;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

.Bnr__img__inner .pickup_movie{
    width: 442px;
height: 363px;
    background: url(images/movie/bg_pickup.png);
}

.Bnr__img__inner .pickup_movie h2 {
  background: #b69657;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 6px;
}

.Bnr__img__inner .pickup_movie .movie_box02 {
  width: 90%;
  margin: 20px auto 0;
padding: 0 0 10px 0;
}
.Bnr__img__inner .pickup_movie .movie_box02 iframe{
    height: auto;
aspect-ratio: 16 / 9;
}



.Bnr__img__inner .pickup_movie div.btn_movie a{
    display:none;
}


.Bnr__img__inner .pickup_movie div.btn_movie a.btn_a {
  display: block;
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
    position: relative;
}

.Bnr__img__inner .pickup_movie div.btn_movie a.btn_a i {
  position: absolute;
  right: 15px;
  top: 30%;
  color: #dfc67a;
}



/*SP*/
@media screen and (max-width: 599px) {
    
    
    
    .Bnr .Bnr__img {
  width: 100%;
        bottom: 68px;
}
    
    .Bnr__img__inner{
  width: 98%;
height: auto;
 margin: 0 auto;
}
    
    .Bnr__img__inner .pickup_movie{
    width: 100%;
height: auto;
        overflow: hidden;
}
    
    .Bnr__img__inner .pickup_movie h2 {
  background: #b69657;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
    
    .Bnr__img__inner .pickup_movie .movie_box02 {
  width: 50%;
  margin: 14px auto 0 10px;
  padding: 0 0 10px 0;
  float: left;
}
    .Bnr__img__inner .pickup_movie div.btn_movie a.btn_a {
  display: block;
  background: #FFF;
  width: 36%;
  margin: 40px 10px 0 0;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
  float: right;
}
    .Bnr__img__inner .pickup_movie div.btn_movie a.btn_a i {
  position: relative;
  right: auto;
  top: auto;
  color: #dfc67a;
  margin: 0 0 0 5px;
}
}



.feature{
	margin:0 0 0 260px;
	padding:0 0 20px 0;
}

.feature h3{
	background:#F0F0F0;
	padding:14px 7px;
	text-align:center;
	font-size:20px;
	color:#372613;
	line-height:22px;
}

.feature ul{
	list-style: none;
	margin:0;
	padding:0;
}


.feature li{
	padding:7px 0;
	border-bottom:1px dashed #CCC;
	list-style: none;
	margin:0;
	width:100%;
}

.checklist{
	width:550px;
	margin:20px auto;
	background:#FFF;
	-moz-box-shadow: 0px 1px 5px #a2a1a3;
	-webkit-box-shadow: 0px 1px 5px #a2a1a3;
	box-shadow: 0px 1px 5px #a2a1a3;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#a2a1a3');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#a2a1a3')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

	padding:20px;
}

.checklist h3{
	border-bottom:3px #FF0 solid;
	font-size:20px;
	text-align:center;
	margin:0 0 20px 0;
	color:#372613;
}

.checklist ul{ list-style:none; margin:20px 20px 0 20px; padding:0;}

.checklist li{ font-size:16px; background:url(images/common/checkbox.jpg) no-repeat 0 3px; padding:2px 0 2px 25px; border-bottom:1px
 dashed #CCC;}
.checkcomemnt{
	width:600px;
	margin:20px auto;
	padding:20px 0;
}


.evaluation{
	background: url(images/common/evaluation_BG.jpg);
	width:680px;
	height:480px;
	position:relative;
}

.evaluation h3{
	position:absolute;
	font-size:20px;
	margin:0;
	line-height:22px;
	color:#372613;
	top:27px;
	right:20px;
	width:440px;
}

.evaluation h4{
	position:absolute;
	font-size:14px;
	margin:0;
	line-height:18px;
	top:90px;
	right:20px;
	width:440px;
}

.evaluation ul{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	top:266px;
	right:10px;
	width:320px;
}

.evaluation li{
	background:url(images/common/evaluation_list_BG.jpg);
	width:314px;
	height:45px;
	padding:4px 6px 10px 6px;
	font-size:12px;
	text-align:right;
	font-style:normal;
	margin:0 0 10px 0;
    line-height: 1.4;
}

.evaluation li a{
	color:#FFF;
	text-decoration:none;
}

.evaluation li a:hover{
	color:#FFF;
	text-decoration: underline;
}

.evaluation li strong{
	font-size:17px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #3C6800;
	display:block;
	text-align:left;
}


.category_top .list{
	border:1px solid #CCC;
	padding:10px;
	overflow:hidden;
}

.category_top .list .img{
	float:right;
	width:220px;
	padding:10px 0 0 0;
}

.category_top .list img{
}

.category_top .imagein{
	border:1px solid #CCC;
	max-height:220px;
	overflow:hidden;
	padding:5px;
}




.category_top .list .img p{
	background:#F3E9CD;
	padding:10px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0 0 0;
        line-height: 1;
    font-size: 14px;
}

.category_top .list h3{
	background:#553324;
	padding:14px 10px;
	text-align:center;
	font-size:20px;
	color:#FFFFFF;
	line-height:22px;
}

.category_top .list h4{
	font-size:13px;
	line-height:18px;
	width:420px;
	font-weight:normal;
	float:left;
	padding:10px 0 0 0;
}

.category_top .list h4 strong{
	font-size:15px;
	color:#F90;
}

.category_top .list h4 em{
	font-size:16px;
	padding:5px 0 0 0;
	display:block;
}

.contents_detail{
	font-size:14px;
	overflow:hidden;
}


.contents_detail .photo{
	width: 50%;
	float:left;
	margin:0;
	padding:0 0 40px 0;
}

.contents_detail .photo img{
	width:360px;
	height:auto;
	margin:0;
	padding:0;
}

.contents_detail .text{
	width:305px;
	float:right;
	margin:0;
	padding:0;
}


.contents_detail .photo02{
	margin:0;
	padding:0;
}


.contents_detail .text02{
	margin:0;
	padding:0 5px 40px 5px;
}


.contents_detail strong{
	font-size:18px;
	color:#F90;
}

.btn_back a{
	padding:10px;
	margin:0;
	text-align:center;
	background:#EEE;
	text-decoration:none;
}


.contact_area{
	
	font-size:16px;
	background:url(images/common/bg_contact_area.jpg);
	width:680px;
	height:110px;
	text-align:center;
	position:relative;
}

.contact_area a{
	position:absolute;
	width:100%;
	height:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index:300;
	display:block;
	top:0;
	left:0;
}

.contact_area h3{
	position: absolute;
    width: 510px;
    top: 13px;
    left: 155px;
    font-size: 20px;
    font-weight: bold;
    color: #402000;
    text-align: left;
    line-height: 1.6;
}

.contact_area .text{
	position:absolute;
	width:510px;
	top:50px;
	left:155px;
	font-size:16px;
	line-height:20px;
	color:#666666;
	text-align:left;
}

.contact_area:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
	


/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    #subtitle {
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    border: 2px dotted #734609;
    margin: 0 2px 15px 8px;
    font-weight: normal;
    color: #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
    
    #subtitle strong {
    display: block;
    font-size: 16px;
}
	
    .movie_box {
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
}
    .movie_box iframe {
    width: 100%;
    height: 240px;
}
    .feature {
    margin: 0;
    padding: 0 0 20px 0;
}
    .feature h3 {
    background: #F0F0F0;
    padding: 10px 7px;
    text-align: center;
    font-size: 18px;
    color: #372613;
    line-height: 1.4;
}
    .checklist {
    width: 100%;
    margin: 0px auto;
    background: #FFF;
    -moz-box-shadow: 0px 1px 5px #a2a1a3;
    -webkit-box-shadow: 0px 1px 5px #a2a1a3;
    box-shadow: 0px 1px 5px #a2a1a3;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#a2a1a3');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#a2a1a3')";
    padding: 20px;
    box-sizing: border-box;
}
    .checkcomemnt {
    width: 100%;
    margin: 10px auto;
    padding: 8px 10px;
    box-sizing: border-box;
}
    .evaluation {
    background: lightgoldenrodyellow;
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 7px;
}
    .evaluation h3 {
    position: relative;
    font-size: 20px;
    margin: 0;
    line-height: 22px;
    color: #372613;
    top: auto;
    right: auto;
    width: 100%;
}
    .evaluation h4 {
    position: relative;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    top: auto;
    right: auto;
    width: 100%;
    padding: 10px 0;
}
    .evaluation ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    top: auto;
    right: auto;
    width: 100%;
}
    .evaluation li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87f230+0,00a012+100 */
background: #87f230; /* Old browsers */
background: -moz-linear-gradient(top,  #87f230 0%, #00a012 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #87f230 0%,#00a012 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #87f230 0%,#00a012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87f230', endColorstr='#00a012',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: auto;
    padding: 5px 12px 10px 12px;
    font-size: 12px;
    text-align: right;
    font-style: normal;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border-radius: 6px;
}
    .category_top .list {
    border: 1px solid #CCC;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 15px 0;
}
    
    .category_top .list h4 {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    font-weight: normal;
    float: left;
    padding: 10px 0 0 0;
}
    .category_top .list .img {
    float: none;
    width: 220px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}
    
    .contents_detail .photo {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
}
    .contents_detail .text {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
}
    
    .contact_area {
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eae5c0+0,b7963a+100 */
background: #eae5c0; /* Old browsers */
background: -moz-linear-gradient(top,  #eae5c0 0%, #b7963a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eae5c0 0%,#b7963a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eae5c0 0%,#b7963a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5c0', endColorstr='#b7963a',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    border-radius: 7px;
    margin: 15px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
}
    

    .contact_area h3 {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    font-size: 16px;
    font-weight: bold;
    color: #402000;
    text-align: left;
}
    
    .contact_area .text {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    text-align: left;
}
    
     .contact_area .text br{
        display: none;
    }
    
    .contact_area p{
        margin-bottom: 0 !important;
    }
    
    
}



/*hint*/

.hint {
	padding:20px;
}

.hint h3{
	font-size:20px;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	padding:10px 0;
}

.hint li{
	padding:15px 0;
	border-bottom:1px solid #EEE;
	list-style:inside;
}

.attention{
	clear: both;
	border:1px solid #CCC;
	padding:15px;
	font-weight:bold;
	margin:20px 0;
}

.bloc_left{
	float:left;
	width:332px;
}

.bloc_right{
	float:right;
	width:332px;
}

.arrow{
	text-align:center;
	padding:10px;
}

.hint_frame{
	padding:10px;
	border:1px solid #CCC;
	margin:10px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}

.hint_frame .left{
	float:left;
}

.hint_frame .right{
	float:right;
	font-size:14px;
	line-height:22px;
	width:350px;
	padding:0 10px 0 0;
}

.hint_frame02{
	padding:25px 15px 15px 15px;
	border:1px solid #CCC;
	margin:10px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}

.hint_frame02 h3{
	margin:0 0 10px 0;
}

.hint_frame02 .left{
	float:left;
}

.hint_frame02 .right{
	float:right;
	font-size:14px;
	line-height:22px;
	width:320px;
	padding:0 5px 0 0;
}

/*hint04*/
.hint04-bg01{
	background:url(images/hint/04/bg01.jpg);
	width:680px;
	height:905px;
	margin:0 auto;
	overflow:hidden;
}

.hint04-bloc01{
	font-size:13px;
	float:left;
	padding:474px 10px 10px 13px;
	line-height:22px;
	width:200px;
	color:#372613;
}

.hint04-bloc02{
	font-size:13px;
	float:left;
	padding:374px 10px 10px 18px;
	line-height:20px;
	width:200px;
	color:#372613;
}

.hint04-bloc03{
	font-size:13px;
	float:left;
	padding:474px 10px 10px 18px;
	line-height:20px;
	width:200px;
	color:#372613;
}



/*hint05*/
.hint05-bg01{
	background:url(images/hint/05/bg01.jpg);
	width:680px;
	height:440px;
	margin:0 auto;
	overflow:hidden;
}

.hint05-bg02{
	background:url(images/hint/05/bg02.jpg);
	width:680px;
	height:510px;
	margin:0 auto;
	overflow:hidden;
}

.hint05-blocleft{
	font-size:13px;
	float:left;
	padding:174px 10px 10px 18px;
	line-height:17px;
	width:300px;
	color:#372613;
}

.hint05-blocright{
	font-size:13px;
	float:right;
	padding:184px 20px 10px ;
	width:300px;
	color:#372613;
	line-height:20px;
}

/*profile*/

.profile{
	background:url(images/common/profile_back.jpg) no-repeat top;
	width:680px;
	position:relative;
	padding:550px 0 0 0;
}

.profile .movie_box{
	position:absolute;
	top:300px;
	right:10px;
	width:390px;
	height:220px;
}

.profile th{
	border-bottom:1px solid #CCC;
	width:160px;
	padding:10px 0;
	vertical-align:top;
}


.profile td{
	border-bottom:1px solid #CCC;
	padding:10px 0;
}

.profile ul{
	list-style:none;
}

.profile li{
	list-style:none;
	width:280px;
	padding:10px;
	border:1px solid #CCC;
	margin:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
}

.profile li a{
	text-decoration:none;
}



.company h3{
	padding:7px;
	background:#EEEEEE;
}


#sitemap ul{
	list-style:none;
}




/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    .profile {
    background: url(images/common/profile_back.jpg) no-repeat top;
    width: 100%;
    position: relative;
    padding: 405px 0 0 0;
    background-size: contain;
}
    
    .profile .movie_box {
position: absolute;
    top: 155px;
    right: 0;
    width: 94%;
    height: 200px;
    left: 0;
    margin: 0 auto;
}
    
    .profile th {
    border-bottom: none;
    width: 100%;
    padding: 5px 0 0 0;
    vertical-align: top;
    float: left;
}
    
    .profile td {
    border-bottom: 1px solid #CCC;
    padding: 0px 0 4px;
    width: 100%;
    float: left;
}
    
}



/*research*/
#main .wp-edit-area article .post-wrap .post .research-wrap {
	background:url(images/research/bg_top.jpg) no-repeat right top;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .ttl {
	margin:0 0 30px;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .btn {
	margin-top:-40px;
	margin-bottom:40px;
	text-align:right;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .note {
	list-style:none;
	margin:0 0 20px;
	font-size:12px;
	color:#372613;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .note li {
	padding-left:2.5em;
	text-indent:-2.5em;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .note .idt {
	padding-left:1em;
	text-indent:-1em;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap {
	width:646px;
	height:86px;
	margin:0 0 14px;
	padding:12px 17px 0;
	background:url(images/research/bg_contact.png) no-repeat;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap h4 {
	margin:0 0 8px;
	font-size:14px;
	font-weight:normal;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap .phone {
	width:274px;
	float:left;
	margin:0 12px 0 0;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap .detail {
	width:200px;
	float:left;
	margin:-5px 0 0;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap .btn-inquiry {
	width:145px;
	float:right;
	margin:-30px 0 0;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .case {
	margin:0 0 32px;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .case li {
	padding:18px 0;
	list-style:none;
	border-bottom:solid 1px #D6D6D6;
	overflow:hidden;
	}
#main .wp-edit-area article .post-wrap .post .research-wrap .case .case-a {
	border-top:solid 1px #D6D6D6;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .flow {
	list-style:none;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .flow li {
	width:550px;
	margin:0 auto 35px;
	padding:25px 20px;
	position:relative;
	font-size:16px;
	background:#FFFFBF;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .flow li:after {
	content:url(images/research/bg_arrow.png);
	position:absolute;
	left:50%;
	bottom:-35px;
	margin-left:-31px;
}

#main .wp-edit-area article .post-wrap .post .research-wrap .flow li.last:after {
	content:none;
}

#main .research-list {
	width:245px;
	float:left;
	padding:20px 0;
}



/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    #main .wp-edit-area article .post-wrap .post .research-wrap {
    background: url(images/research/bg_top.jpg) no-repeat right top;
    background-size: 44%;
}
    #main .wp-edit-area article .post-wrap .post .research-wrap .ttl {
    margin: 0 0 30px;
    width: 66%;
}
    #main .wp-edit-area article .post-wrap .post .research-wrap .btn {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
}
    
#main .research-list {
    width: 90%;
    float: none;
    padding: 20px 0;
    margin: 0 auto;
}

    #main .wp-edit-area article .post-wrap .post .research-wrap .contact-wrap {
    display: none;
}
    
    #main .wp-edit-area article .post-wrap .post .research-wrap .flow li {
    width: 100%;
    margin: 0 auto 35px;
    padding: 13px 20px;
    position: relative;
    font-size: 16px;
    background: #FFFFBF;
    box-sizing: border-box;
}
}


/* ---------------------------------------------------------------------------
		#side		
			サイド
--------------------------------------------------------------------------- */
#side{
	width:224px;
	float:right;
	display:inline;
}

/* links */
#side div.links{
	background:#FFF url(images/common/bg_side_links.jpg) repeat-x 0 bottom;
	padding:2px;
	position:relative;
	zoom:1;
	margin-bottom:24px;
}
#side div.links .box-outer{
	border:1px solid #FFF;
}
#side div.links .box-inner{
	border:2px solid #D7CA9F;
}
#side div.links .box-inner nav{
	position:relative;
	z-index:100;
	padding:11px 11px 0 11px;
}
#side div.links .box-inner nav ul li{
	background:url(images/common/bg_side_art_line.png) no-repeat center bottom;
	padding:10px 0 20px 0;
}
#side div.links .box-inner nav ul li.fst{
}
#side div.links .box-inner nav ul li.last{
	background:none;
}

#side div.links .box-inner nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    text-decoration: none;
    color: #3A2319;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

#side div.links .box-inner nav ul li a i{
    color: #dfc67a;
}

#side div.links .box-inner nav ul li a span {
    display: block;
    font-size: 14px;
}

#side div.links p.ribbon-top{
	position:absolute;
	top:-15px;
	right:-16px;
	z-index:50;
}
#side div.links p.ribbon-btm{
	position:absolute;
	bottom:-14px;
	left:-17px;
	z-index:50;
}

/* feeds */
#side div.feeds{
	margin-bottom:24px;
}
#side div.feeds section{
	padding:5px 4px 2px 4px;
}
#side div.feeds section h3{
	background:url(images/common/bg_side_ttl.jpg) no-repeat;
	padding:12px 10px 0 18px;
	height:34px;
	text-shadow: 1px 1px 0px rgba(51, 94, 22, 1);
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	position:relative;
}
#side div.feeds .no-post{
	color:#878787;
	margin:0 4px;
	padding:15px 0 10px 0;
}
#side div.feeds section article{
	padding:9px 0;
	margin:0 4px;
	background:url(images/common/bg_dotline.png) repeat-x 0 bottom;
	position:relative;
}
#side div.feeds section article.hover h4 a{
	color:#ff8c37;
}
#side div.feeds section article h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:1.6em;
	width:100%;
	font-weight:normal;
}
#side div.feeds section article time{
	color:#999999;
	position:absolute;
	top:8px;
	left:0;
}


/* voice */
#side div.voice{
	padding:21px 4px 2px 4px;
	margin-bottom:24px;
}
#side div.voice h3{
	background:url(images/common/bg_side_art_line.png) no-repeat 50% bottom;
	margin-bottom:8px;
	padding-bottom:20px;
	text-align:center;
}
#side div.voice article{
	padding:6px 9px;
	overflow:hidden;
	height:auto;
}
#side div.voice article h4{
	font-weight:normal;
	float:right;
	width:135px;
	line-height:1.3;
	padding-top:3px;
}
#side div.voice article.hover h4 a{
	color:#ff8c37;
}
#side div.voice article p{
	float:left;
	width:51px;
}
#side div.voice .no-post{
	color:#878787;
	margin:0 4px;
	padding:15px 0 10px 0;
}


/* menu */
#side div.menu{
	padding:21px 17px 20px 17px;
	margin-bottom:28px;
}
#side div.menu h3{
	background:url(images/common/bg_side_art_line.png) no-repeat 50% bottom;
	margin-bottom:8px;
	padding-bottom:20px;
	text-align:center;
}
#side div.menu nav li{
	background:url(images/common/bg_dotline.png) repeat-x 0 bottom;
	padding:0.5em 0;
}
#side div.menu nav li a{
	display:block;
}



/* もっと見るリンクボタン */
#side div p.more{
	margin:10px 3px 0 3px;
	padding-bottom:10px;
}
#side div p.more a{
	background:#ECECEC;
	display:block;
	padding:0.6em 6px;
	text-align:right;
	text-decoration:none;
	color:#333;
}
#side div p.more a:hover{
	background:#dedede;
}

#side .bnr-research {
	margin:0 0 20px;
}



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

}

/*SP*/
@media screen and (max-width: 599px) {
    
#side{
    width: 92%;
    float: none;
    margin: 0 auto;
    display: block;
}
    
    
    #side div.feeds section h3 {
    background: #5b9100;
    background: -moz-linear-gradient(top, #5b9100 0%, #446f00 100%);
    background: -webkit-linear-gradient(top, #5b9100 0%,#446f00 100%);
    background: linear-gradient(to bottom, #5b9100 0%,#446f00 100%);
    padding: 12px 10px 0 18px;
    height: 34px;
    text-shadow: 1px 1px 0px rgb(51 94 22);
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    position: relative;
}

    
    #side div.voice article h4 {
    font-weight: normal;
    float: right;
    width: 78%;
    line-height: 1.3;
    padding-top: 3px;
}
    
    .side_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
    .side_banner p {
    width: 48%;
}
    .side_banner p img {
    width: 100%;
    height: auto;
}
    
}

/* ---------------------------------------------------------------------------
		#footer
			フッター
--------------------------------------------------------------------------- */
#footer{
	background:url(images/common/bg_footer.jpg) repeat-x;
	padding-bottom:20px;
}
#footer div.foot-inner{
	width:990px;
	margin:0 auto;
	position:relative;
	zoom:1;
}
#footer div.foot-inner p.about{
	position:absolute;
	top:13px;
	left:2px;
	color:#FFF;
}
#footer div.foot-inner p.logo{
	padding:49px 0 0 0;
	margin-bottom:67px;
}
#footer div.foot-inner p.phone{
	position:absolute;
	top:49px;
	left:304px;
}
#footer div.foot-inner p.btn-inquiry{
	position:absolute;
	top:22px;
	left:775px;
}
#footer div.foot-inner nav.fnav{
	position:absolute;
	top:94px;
	right:3px;
}
#footer div.foot-inner nav.fnav ul{
}
#footer div.foot-inner nav.fnav ul li{
	float:left;
}
#footer div.foot-inner small{
	text-align:center;
	display:block;
	color:#FFF;
	font-size:100%;
}


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

}

/*SP*/
@media screen and (max-width: 599px) {
    
#footer {
    background: #3A2319;
    padding: 0;
}
    
#footer div.foot-inner{
	width:100%;
	margin:0 auto 60px;
	position:relative;
	zoom:1;
    display: flex;
    flex-direction: column;
}
#footer div.foot-inner p.phone {
    display: none;
}
#footer div.foot-inner p.btn-inquiry {
    display: none;
}
#footer div.foot-inner p.about {
    position: relative;
    top: auto;
    left: auto;
    color: #FFF;
    order: 4;
    width: 64%;
    margin: 0 auto;
    text-align: center;
}
#footer div.foot-inner p.logo {
    padding: 0;
    margin-bottom: 0;
    order: 2;
    margin: 17px auto;
    width: 60%;
}
    
    #footer div.foot-inner p.logo img{
        width: 100%;
        height: auto;
    }
#footer div.foot-inner nav.fnav {
    position: relative;
    top: auto;
    right: auto;
    order: 1;
}
    

#footer div.foot-inner small {
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 100%;
    order: 5;
    padding: 20px;
}
    
#footer div.foot-inner .fnavsp ul{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
#footer div.foot-inner .fnavsp ul li {
    margin: 5px 4px;
}
    
    
#footer div.foot-inner .fnavsp a {
    background: #5b9100;
    background: -moz-linear-gradient(top, #5b9100 0%, #446f00 100%);
    background: -webkit-linear-gradient(top, #5b9100 0%,#446f00 100%);
    background: linear-gradient(to bottom, #5b9100 0%,#446f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9100', endColorstr='#446f00',GradientType=0 );
    display: block;
    color: #FFF;
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 7px;
    text-decoration: none;
}
    
.spnavi.sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFF;
    z-index: 1000;
}
    
    .spnavi.sp ul{
        display: flex;
    justify-content: space-around;
    }
    
    .spnavi.sp li{
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #3A2319;
    }
    .spnavi.sp li:last-child{
        border-right: none;
    }
    
    .spnavi.sp li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px;
    justify-content: center;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
}
    
    .spnavi.sp li a i {
        color: #CCCCCC;
        font-size: 40px;
        margin: 0 8px 0 0;
}
    
    .spnavi.sp li:last-child a i{
        font-size: 30px;
    }
    .spnavi.sp li a strong{
        color: #FF8F00;
        font-size: 17px;
    }
    
    .spnavi.sp li:last-child a span{
        margin: 0 12px 0 0;
}
}

/* ---------------------------------------------------------------------------
		#form-area
		フォーム部分
--------------------------------------------------------------------------- */

/* input、textareaの基本スタイル ***************************************************************** */
/* 必要に応じてスタイルを修正してください */
/* 通常時のスタイル */
#form-area input.ipt-usually,
#form-area textarea.ipt-usually {
	padding: 2px;
	border: 1px solid #7f9db9;
	background: #FFF;
}
#form-area textarea {
	font-size: 1.2em;
}

/*必須項目の背景色*/
#form-area input.must {
	background-color: #ffe5e5;
}

/* focus時のスタイル→jsでclassをadd,removeを制御 */
#form-area input.ipt-focus,
#form-area textarea.ipt-focus {
	border: 1px solid #ef7a00;
	background: #FFFBD7;
}

/* 入力エリアの横幅指定用 ********************************************************************* */
/* 必要に応じで追加・削除してください */
#form-area .ipt-w40 { width: 40px; }
#form-area .ipt-w50 { width: 50px; }
#form-area .ipt-w60 { width: 60px; }
#form-area .ipt-w80 { width: 80px; }
#form-area .ipt-w130 { width: 130px; }
#form-area .ipt-w150 { width: 150px; }
#form-area .ipt-w220 { width: 220px; }
#form-area .ipt-w250 { width: 250px; }
#form-area .ipt-w260 { width: 260px; }
#form-area .ipt-w300 { width: 300px; }
#form-area .ipt-w350 { width: 350px; }
#form-area .ipt-w400 { width: 400px; }
#form-area .ipt-w450 { width: 450px; }
#form-area .ipt-w500 { width: 500px; }
#form-area .ipt-w550 { width: 550px; }
#form-area .ipt-w600 { width: 600px; }


/* エラーメッセージ *************************************************************************** */
/* 必要に応じでスタイルを修正してください */
#form-area .msgbox {
	padding: 2em 2em 1em 2em;
	border: 5px solid #F07D7F;
	background-color: #FFECED;
	margin-bottom: 15px;
}
#form-area .msgbox p {
	margin-bottom: 0.5em;
	font-size: 1.167em;
	text-align: left;
}
#form-area .msgbox p.ttl {
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 1em;
}

#form-area input.radiobtn {
	margin-right: 0.4em;
}
#form-area label {
	margin-right: 15px;
}
    
    
/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    #form-area label::after {
    content: '\A';
    white-space: pre;
}
    #form-area .ipt-w250 { width: 100%; }
#form-area .ipt-w260 { width: 100%; }
#form-area .ipt-w300 { width: 100%; }
#form-area .ipt-w350 { width: 100%; }
#form-area .ipt-w400 { width: 100%; }
#form-area .ipt-w450 { width: 100%; }
#form-area .ipt-w500 { width: 100%; }
#form-area .ipt-w550 { width: 100%; }
#form-area .ipt-w600 { width: 100%; }
}




/* フォーム部分のレイアウト *************************************************************************** */
#form-area  {
	
}
#form-area .form-main {
	background-color: #F1F1F1;
	padding: 20px 20px;
	margin: 0 auto 20px;
	width: 640px;/*680*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#form-area .form-header {
	margin-bottom: 15px;
}
#form-area .form-header p {

}
#form-area .form-header .recruit-inner {
	
}
#form-area .form-header .recruit-inner  ul{
	padding-top: 1em;
}
#form-area .form-header .recruit-inner li {
	margin-bottom: 1em;
}
#form-area .form-header .recruit-inner li dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#form-area .form-header .recruit-inner li dd {
	padding-left: 1em;
}
#form-area .form-header .recruit-inner li dl.line1 dl {
}
#form-area .form-header .recruit-inner li dl.line1 dt {
	font-weight: bold;
	margin-bottom: 0;
	display: inline;
}
#form-area .form-header .recruit-inner li dl.line1 dd {
	padding-left: 0;
	display: inline;
}



#form-area .form-footer {

}
#form-area .form-footer p {
	font-size: 0.917em;
}


#form-area p.mes1 {
	margin-bottom: 25px;
}
#form-area p.mes2 {
	text-align: center;
}
#form-area p.mes2 span {
	color: #F60;
	font-size:1.34em;
}


#form-area table {
	width: 100%;
}
#form-area table.form-tbl1 {
	margin-bottom: 20px;
}

#form-area table span.required {
	color: #F00;
}
#form-area table span.exe {
	color: inherit;
	font-size: 84%;
}

#form-area table th {
	width: 140px;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
#form-area table td {
	width: 466px;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
#form-area table td p {
	margin-bottom: 8px;
}
#form-area table td p.lastB {
	margin-bottom: 0px;
}

#form-area table table {
	width: 466px;
}
#form-area table table th {
	width: 100px;
	border: none;
	padding: 0 0 5px;
	font-weight: normal;
}
#form-area table table td {
	width: 366px;
	border: none;
	padding: 0 0 8px;
}

#form-area table td p.td-ttl {
	margin-bottom: 10px;
	font-weight: bold;
}
#form-area table td .td-inner {
	line-height: 2;
}
#form-area table td .td-inner1 {
	margin-bottom: 15px;
	line-height: 2;
}
#form-area table td .td-inner1 p.ttl-inner{
	margin-bottom: 5px;
}
#form-area table td .td-inner1 p{
	margin-bottom: 8px;
}
#form-area table td .td-inner1.lastB,
#form-area table td .td-inner1 p.lastB {
	margin-bottom: 0;
}


#form-area p.txt-form {
	width:260px;
}

/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
#form-area .form-main {
    background-color: #F1F1F1;
    padding: 20px 20px;
    margin: 0 auto 20px;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
#form-area table td {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #CCCCCC;
    float: left;
}
#form-area table th {
    width: 100%;
    padding: 10px 10px 10px 0;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px dotted #CCCCCC;
    float: left;
}
    
#form-area table table {
    width: 100%;
}
#form-area table table th {
    width: 100%;
    border: none;
    padding: 0 0 5px;
    font-weight: normal;
    float: left;
}
#form-area table table td {
    width: 100%;
    border: none;
    padding: 0 0 8px;
    float: left;
}
    
}

/*ボタン　左にテキスト*/
#form-area .btn-wrap {
	width: 315px;
	height: 54px;
	margin-top:-5em;
	margin-left: 297px;
	padding:0 0 20px 0;
	overflow: hidden;
}
#form-area .btn-wrap li,
#form-area .btn-wrap p {
	width: 150px;
	height: 54px;
}
#form-area .btn-wrap p.b-conf {
	margin: 0 auto;
}
#form-area .btn-wrap li.b-send {
	float: left;
}
#form-area .btn-wrap li.b-back {
	float: right;
}
#form-area .btn-wrap li input,
#form-area .btn-wrap p input {
	width: 150px;
	height: 54px;
	border: 0;
	cursor: pointer;
}
#form-area .btn-wrap p.b-conf input {
	background: url(images/forms/btn_conf.png) no-repeat;
}
#form-area .btn-wrap li.b-send input {
	background: url(images/forms/btn_send.png) no-repeat;
}
#form-area .btn-wrap li.b-back input {
	background: url(images/forms/btn_back.png) no-repeat;
}

#form-area p.zip-caps{
	font-size: 84%;
	color: #F60;
	margin: 5px 0 0 0;
}
#form-area p.idxlink{
	margin-bottom:20px;
}

/*ボタン　基本*/
#form-area .btn-wrap.basic {
	width: 330px;
	height: 54px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}




/*net60*/

#main_net60{
    width: 100%;
	max-width:1020px;
	margin:0 auto;
	font-size:16px;
	overflow:hidden;
	position:relative;
}


#main_net60 .mainframe{
	width:990px;
	margin:0 auto;
}

.net60_navi01{
	overflow:hidden;
	padding:26px 0;
}


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




#main_net60 .pankuzu{
	margin:20px 0 20px 7px;
}

#main_net60 .detail li{
	border:solid #D6D6D6 1px;
	width:452px;
	float:left;
	margin:7px;
	padding:10px;
}

#main_net60 .detail li img{
	margin:-20px 0 0 0;
}

#main_net60 .detail li a{
	margin: 6px 0 22px 0;
font-size: 28px;
display: block;
color:#392119;
text-decoration:none;
}

#main_net60 #form-area{
	font-size:13px;
}

#main_net60 .form-header{
	text-align:center;
}

#main_net60 .form-main{
	width:690px;
}


#main_net60 #function li{
	overflow:hidden;
	padding:15px 0;
}


#main_net60 #function li .sum{
	width:462px;
	float:left;
	margin:0 30px 0 0;
	padding:0;
}


#main_net60 #function li a{
font-size: 28px;
display: block;
color:#392119;
text-decoration:none;
margin:20px 0 0 0;
}


#main_net60 #step li{
	width:849px;
	margin:10px auto;
	
}

#main_net60 #step li h3{
	padding:26px 20px 5px 119px;
	font-size:22px;
}

#main_net60 #step li h3 strong{
	font-size:16px;
}

#main_net60 #step li p{
	padding:0 20px 0 119px;
	color:#666;
	line-height:24px;
	font-size:16px;
}

#main_net60 #detail li{
	overflow:hidden;
	padding:15px 0;
}


#main_net60 #detail li .sum{
	width:462px;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#main_net60 #detail li .text{
	float:right;
	width:530px;
}


#main_net60 #detail li h3{
font-size: 28px;
display: block;
color:#392119;
text-decoration:none;
margin:20px 0 0 0;
}

#main_net60 .btn01{ margin:30px 0 0 0;width:47%; float:left;} 
#main_net60 .btn01 a{display:block; padding:15px;border:1px solid #CCC; border-radius:7px;}
#main_net60 .btn02{ margin:30px 0 0 0;width:47%; float: right;} 
#main_net60 .btn02 a{display:block; padding:15px;border:1px solid #CCC; border-radius:7px;}

.net60_link{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}

.net60_link li{
	float:left;
	width:50%;
	padding:5px 0;
	text-align:center;
}

.net60_link li:nth-child(even){
　float: right;
}


#slidebox{
	position:relative;
    width: 100%;
	max-width:1020px;
	margin:0 auto;
}

#side_net60{
  position: absolute;
  top: 60px;
  right:-200px;
  width: 182px;
}

#main_net60 .post img{
    width: 100%;
    height: auto;
}

/*lesson*/

.lesson_top_list {
	width: 650px;
	margin: 0 auto;
}

.lesson_top_list ul{
background: url(https://www.kajicon.jp/wp/wp-content/uploads/2017/08/back.jpg) repeat-y;
padding: 0 0 20px 0 !important;
}

.lesson_top_list li{
	list-style: none;
	width: 570px;
	    margin: 0px auto;
    overflow: hidden;
    padding: 18px 0 0 0;
}

.lesson_top_list li strong{
	padding: 10px;
	background: #FFF;
	display: block;
	float: left;
	width: 76px;
	font-size: 15px;
	text-align: center;
}

.lesson_top_list li a{
    float: right;
    width: 462px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}



.lesson_top_list02{
	padding: 15px 0;
	width: 650px;
	margin: 0 auto;
}
.lesson_top_list02 h3{
	background: #EEEEEE;
	padding: 12px;
	text-align: left;
	font-size: 15px;
}
.lesson_top_list02 li{
    list-style-type: none !important;
    font-size: 13px;
    padding: 10px 13px 0;
}
.lesson_top_list02 li a{
	color: #333;
}



.lesson_detail{
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
    padding: 0 0 40px 0;
}

.lesson_detail .title{
padding: 0 0 20px 0;
}


.lebtn_left{
    float: left;
    width: 240px;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
}

.lebtn_left_blank{
    float: left;
    width: 240px;
    padding: 7px;
}


.lebtn_top{
	float: left;
	width: 100px;
	padding: 7px;
	 font-size: 12px;
    border: 1px solid #CCC;
	    margin: 0 0 0 10px;
    text-align: center;
}

.lebtn_right{
    float: right;
    width: 240px;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
}

.lesson_detail a{
	text-decoration: none;
	color: #333;
}


/*ipad*/
@media screen and (max-width: 768px) {
}

/*SP*/
@media screen and (max-width: 599px) {
    
    .lesson_top_list {
    width: 100%;
    margin: 0 auto;
}
    
    .lesson_top_list ul {
    background: url(https://www.kajicon.jp/wp/wp-content/uploads/2017/08/back.jpg) repeat-y;
    padding: 0 0 20px 0 !important;
    background-size: contain;
        margin: 0 0 -18px 0 !important;
}
    .lesson_top_list li {
    list-style: none;
    width: 88%;
    margin: 0px auto;
    overflow: auto;
    padding: 18px 0 0 0;
}
    .lesson_top_list li a {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
    .lesson_top_list li strong {
    padding: 3px 10px;
    background: #FFF;
    display: block;
    float: none;
    width: fit-content;
    font-size: 14px;
    text-align: center;
    margin: 0 0 7px 0;
}
    
    .lesson_top_list02 {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}
    .lesson_detail {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px 0;
}
    
    .lebtn_left {
    float: none;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}
    
    .lebtn_right {
    float: none;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}
    
    .lebtn_top {
    float: none;
    width: 100px;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #CCC;
    margin: 0 auto 10px;
    text-align: center;
}
    
}

