/*
Theme Name: shouei
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: 'Noto Sans Japanese', serif;
	/*font-family: Sawarabi Mincho,serif;*/
	font-size: 16px;
}
a {
	text-decoration : none;
	color: #000;
	/*font-family: Sawarabi Mincho,serif;*/
}
/*a:hover {
    opacity: 0.5;
    filter: alpha(opacity=60);
} */

p{
	padding: 0px;
	line-height: 180%;
	color: #000;
	/*font-family: Sawarabi Mincho,serif;*/
}

a.linkalpha{
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	/*font-family: 'Cabin', sans-serif;*/
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
a.linkalpha:hover{
	color: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.spblock{
	display:none;
}

.red{
	color: red;
}
.red2{
	color: #9F0B11;
}
.small{
	font-weight: normal;
	font-size: 80%;
}
.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h2{
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}
h3{
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	/*color: #401000;*/
}
h3 img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align:bottom;
}
html{
	width: 100%;
	font-size : 13px;
	font-family : Arial,sans-serif ;
	color: #000;
	background: #100;
	/*font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
}

body{
	margin-right: auto;
	margin-left : auto;
	background: url("./img/base/bg.jpg?=1");
	background-color:  #FFF;
	background-position: center top;
	background-repeat: repeat-x;
	color: #000;
	/*overflow-x: hidden;*/
}
header{
	width: 1100px;
	height: 167px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

header .tel{
	color: #000;
	font-size: 16px;
	position: absolute;
	top: 40px;
	right: 0px;
}
header .tel .mailanc{
	position: absolute;
	width: 160px;
	height: 60px;
	display: block;
	top: 0px;
	right: 0px;
}
header .about_fee{
	position: absolute;
	display: block;
	top: 70px;
	right: 20px;
}

header h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 0px;
}
header .logo{
	top: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
}

.slicknav_nav{
	position: static;
	width: 100%;
}
.slicknav_nav ul li{
	float: none!important;
}
nav{
	width: 1100px;
	margin-right: auto;
	margin-left : auto;
	/*margin-top: 10px;*/
	position: absolute;
}
nav ul li{
	float: left;
	display: block;
}
nav ul li a{
	display: block;
	cursor: hand;
	cursor:pointer;
	/*text-indent: -9999px;*/
}


.trim {
    overflow: hidden;
    width: 125px;/* トリミングしたい枠の幅 */
    height: 94px;/* トリミングしたい枠の高さ */
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.7);
}
/* 横幅に合わせてリサイズ、はみ出た分をトリミング */
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.mainmenu ul li:nth-child(2){
	position: relative;
}


nav ul li ul li a{
	background: #4A96EA!important;
	text-indent: 0!important;
	white-space: normal!important;
	overflow: visible!important;
	color: #FFF!important;
	height: 40px!important;
	line-height: 40px!important;
	text-align: left;
	padding-left: 10px;
	width: 186px !important;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 1px solid #227EE6;
    border-bottom: 0px;
}
nav ul li ul li:last-child a{
	border: 1px solid #227EE6;
}

nav ul li ul li a:hover{
	background: #7AB1EF!important;
	color: #FFF!important;
}

nav ul li a:hover{
	background-position: 0 60px;
}
nav.mainmenu{
	left: 0;
	right: 0;
	top: 110px;
	height: 57px;
	background: #EEEEEE;
	border-bottom: 4px solid #4A96EA;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
nav.mainmenu a{
	height: 57px;
	line-height: 57px;
/*	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
	/*background: url("./img/base/menu.png?2");*/
	background-position: 0 0;
	width: 180px;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
nav.mainmenu li:nth-child(1) a{

}

nav ul li.line img{
	display: block;
	margin-top: 15px;
}

/*@-moz-document url-prefix() {
	nav.mainmenu a{
	text-indent: -9999px;
	width: 186px;
	height: 57px;
	}
}*/
nav.mainmenu ul li a:hover{
	background-position: 0px 80px;
	color: #0053C5;
}


nav.topmenu{
	left: 0;
	right: 0;
}
nav.topmenu a{
/*	height: 15px;
	background-image: none;*/
	/*background: url("./img/base/menu-top.png");*/
/*    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;*/
}
nav.topmenu a:hover{
/*	opacity: 0.5;
    filter: alpha(opacity=60);*/
    color: #0053C5;
}
nav ul li a{

}
nav ul li a.first,nav ul li a.end{
	border-left: 0px;
	padding: 1px 7px 1px 7px;
}
nav ul li a.first{
	/*border-left: 1px solid #005BAC;*/
}
/*Firefox*/
/*@-moz-document url-prefix(){
	nav ul li a{
		padding: 1px 3px 1px 3px;
	}
	nav ul li a.first,nav ul li a.end{
		border-left: 0px;
		padding: 1px 4px 1px 4px;
	}
	nav ul li a.first{
		border-left: 1px solid #005BAC;
	}
}*/
nav ul li a:hover{
	color: #fff;

}
nav ul li a.active{
	color: #fff;
}

/*.submenu ul li a{
	font-size: 12px;
}
.submenu ul li a.small{
	font-size: 11px;
}*/

.mainmenu ul li:nth-child(4):hover .submenu li a,
.mainmenu ul li:nth-child(6):hover .submenu li a,
.mainmenu ul li:nth-child(8):hover .submenu li a{
	display: block;
}
.submenu li{
	float: none;
}
.submenu li a{
	display: none;
	font-size: 13px;
}
nav ul li ul.submenu{
	position: absolute;
	z-index: 10;
	/*display: none;*/
}


.slicknav_menu{
	display: none;
}
.sponly{
	display: none!important;
}
.spnone{
	display: block!important;
}
.metaslider{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	position: absolute;
	top: 37px;
}
.slidebox{
	background: url("./img/base/slidebg.jpg");
	height: 487px;
	position: relative;
}



#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background: #FFF;*/
	display: block;
	margin-bottom: 30px;
}


/*.mainmenu ul li:nth-child(2):hover .submenu li a{
	display: block;
}
.submenu li a{
	display: none;*/
	/*background: red!important;*/
/*}*/

ul.topbn li:hover .submenu2{
	display: block;
}
.submenu2{
	/*display: none;*/
}
.gototop{
	display: block;
	width: 100%;
	color: #476067;
	font-size: 15px;
	text-align: right;
	margin-top: 20px;
}


.topdl2{
	width: 100%!important;
}


#main .leftside{
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#main .leftside ul li{
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
#main .leftside ul li ul li{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #8C8C8C;
	color: #5F5F5F;
	font-size: 14px;
	line-height: 200%;
}
#main .content{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#main .ytg_player{
	margin-right: auto;
	margin-left: auto;
}
#main .ytg_thumbnails{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main .ytg_thumbnails img{
	margin-right: 8px;
}

#main .ytg_thumbnails img:last-child{
	margin-right: 0px;
}

.leftside li a:hover{
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.leftside li a{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.leftside li a img{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.leftside li ul li a:hover{
	color: red;
}

.footelement{
	margin-bottom: 50px;
}
.footanc{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 45px;
	margin-top: 50px;
}
.footanc .maillnk{
	position: absolute;
	right: 280px;
	top: 125px;
}

footer{
	width: 100%;
	margin-right: auto;
	margin-left : auto;
	padding-top: 5px;
	color: #FFF;
	background: #100;
	/*padding-bottom: 20px;*/
	clear: both;
	font-size: 13px;
	/*padding-bottom: 5px;*/
	margin-bottom: 0px;
}
.footwrap{
	width: 1100px;
	margin-right: auto;
	margin-left : auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
footer nav{
	display: block;
	width: 55%;
	margin-left: 3%;
	margin-right: auto;
	/*margin-left: auto;*/
	position: static;
	padding: 40px 0px 0px 0px;
	float: left;
}
footer nav ul{
	float: left;
	margin-left: 20px;
	/*text-align: center;*/
}
footer nav ul li{
	float: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

footer nav a{
	/*border-right: 1px solid #2C474E;*/
	border-left: 0px;
	color: #FFF!important;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
footer nav a:hover{
	opacity: 0.5;
    filter: alpha(opacity=60);
}
nav.topmenu a:hover{
	opacity: 0.5;
    filter: alpha(opacity=60);
}

}
footer nav a.end{
	border-right: 0px;
}
footer .tel{
	color: #000;
	font-size: 16px;
}
footer .tel i img{
	padding-top: 3px;
	padding-right: 5px;
	display: block;
}
footer address{
	width: 40%;
	margin-right: auto;
	margin-left : auto;
	padding-bottom : 0px;
	font-size: 14px;
	line-height: 130%;
	font-style: normal;
	font-weight: normal!important;
	float: left;
	text-align: left;
}
footer address img{

}
footer .logo{
	margin-top: 10px;
	margin-bottom: 10px;
}
footer address p{
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	padding-top: 1px;
}

footer address p a{
/*	font-weight:900;
	font-size: 20px;*/
	color: #FFF;
}
footer p.copyright{
	margin-top: 10px;
	font-size: 14px!important;
}
.textjump{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.half{
	width: 50%;
}
.half2{
	width: 45%;
	margin-right: 5%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.alignleft{
	text-align: left;
}
.alignright{
	width: 100%;
	display: block;
	text-align: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clearboth{
	clear: both;
}

.aligncenter{
	text-align: center;
}

.nonebg{
	background-image: none!important;
}

.rlauto{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.floatcenter{
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
.floatcenter ul{
	/*width: 1100px;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}
.floatcenter ul li{
  position: relative;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
  float: left;
  list-style: none;
  margin-right: 15px;
}

.pd30ud{
	padding-top: 30px;
	padding-bottom: 30px;
}

.mg30ud{
	margin-top: 30px;
	margin-bottom: 30px;
}
.pd10ud{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mg10ud{
	margin-top: 10px;
	margin-bottom: 10px;
}

.border{
	min-height: 1px;
	border-top: 1px solid #D6D6D6;
	margin-right: auto;
	margin-left: auto;
}
.mybtn{
	width: 300px;
	display: block;
	padding: 15px 0px 15px 0px;
	background: #A2A2A2;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.gray{
	background: #929292;
}

a.mybtn{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
a.mybtn:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}


#main .top-p{
	text-align: center;
	font-size: 18px;
	color: #724714;
	line-height: 175%;
	padding-top: 30px;
	padding-bottom: 30px;
}


.contentbox{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


.slick-slide img{
	width: 100%!important;
}

.toppage2{
	/*height: 500px;*/
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.toppage2 img.leftimg{
	position: absolute;
	left: 0;
	top: 100px;
	margin-left: -100px;
}
.toppage2 img.rightimg{
	position: absolute;
	right: 0;
	margin-right: -120px;
}


.toppage3{
	/*height: 409px;*/
	background: #CFE3FA;
	padding-bottom: 50px;
}
.toppage3 .topics{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.toppage3 .topics .lbox{
	width: 30%;
	position: relative;
}
.toppage3 .topics .lbox a.btn_list{
	position: absolute;
	left: 60px;
	bottom: 0;
}
.toppage3 .topics .rbox{
	width: 70%;
}
.toppage3 .topics .rbox ul{
	width: 98%;
	float: right;
}
.toppage3 .topics .rbox ul li{
	list-style: none;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: dotted 1px #222;
}
.toppage3 .topics .rbox ul li span{
	padding-right: 20px;
}

.toppage4{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #D6D6D6;

}
.toppage4-sec{
	height: auto;
	margin-top: 40px;
	/*padding-top: 30px;*/
	margin-bottom: 30px;
}
.toppage4 h2{
	width: 1100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30px;
}
.toppage4 h2 img{
	margin-right: 0;
	margin-left: 100px;
}
.toppage4 img.leftimg{
	position: absolute;
	left: 0;
	top: 150px;
	margin-left: 0px;
}
.toppage4 img.rightimg{
	position: absolute;
	right: 0;
	top: 0px;
	margin-right: 0px;
}

.toppage4 .bnlist{
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
.toppage4 .bnlist img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.toppage4 ul{
	/*width: 1100px;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}
.toppage4 ul li{
  position: relative;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
  float: left;
  list-style: none;
  margin-right: 15px;
}

.toppage5{
	background: #402000;

}
.toppage5 h2{
	display: block;
	text-align: center;
	padding-top: 30px;
}
.toppage5 .frame{
	text-align: center;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}
.toppage5 .frame address{
	text-align: right;
	color: #FFF;
	font-style: normal;
	font-size: 14px;
	padding-top: 5px;
}
.toppage5 .frame address a{
	color: #FFF;
}
#main .fb{
	background: #425F9B;
	/*background-color: #E2E8F1;*/
	width: 100%;
	margin-bottom: 20px;
}
#main .fb_iframe_widget{
	margin-right: auto;
	margin-left: auto;
}
#main .fb{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
#main .fb-page iframe{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.flex-info p{
	font-size: 120% !important;
}



.sitemap ul{
	width: 78%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.sitemap ul li{
	width: 100%;
	background:#F3F3F3;
	list-style: none;
	margin-bottom: 10px;
}
.sitemap ul li a{
	width: 100%;
	height:40px;
	line-height: 40px;
	color: #264D57;
	font-size: 14px;
	padding-left: 15px;
	display: block;
	font-size: 15px;
}

.sitemap ul li a span{
	padding-left: 10px;
	font-size: 12px;
}
.sitemap .subsitemap{
	width: 100%;
}
.sitemap .subsitemap,
.sitemap .subsitemap li{
	background: #FFF;
}
.sitemap .subsitemap li{
	padding-left: 30px;
	margin-bottom: 0px;
}
.sitemap .subsitemap li a{
	height:30px;
	line-height: 30px;
}

.sitepolicy p,
.privacypolicy p{
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

.about .mytable{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.about .mytable th{
	background: #F4F4F4;
	width: 22%;
	padding: 15px 5px 15px 40px;
	border-bottom: 5px solid #fff;
	text-align: left;
}
.about .mytable td{
	background: #F4F4F4;
	width: 70%;
	padding: 15px 5px 15px 5px;
	border-bottom: 5px solid #fff;
}

.about .mytable tr:nth-child(even) th,
.about .mytable tr:nth-child(even) td{
	background: #FEF9E7;
}

.colorp{
	background: #FEF1F9;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	padding-bottom:30px;
}
.colorp p{
	color: #3C2F0B;
	font-size: 14px;
}
.colorp img{
	margin-left: 50px;
}

.coloro{
	background: #FCF9D1;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	padding-bottom:30px;
}
.coloro p{
	color: #3C2F0B;
	font-size: 14px;
}
.coloro img{
	margin-left: 50px;
}

h3.h3txt2{
	background: url("./img/base/h3_2.png")!important;
}
h3.h3txt{
	background: url("./img/base/h3.png");
	width: 940px;
	height: 48px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	line-height: 35px;
	font-size: 22px;
	padding-left: 60px;
	margin-bottom: 0px;
}
h3.h3txt .tag{
	background: #E4D18F;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	margin-left: 20px;
}
.article{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*padding-right: 50px;*/
	word-break:break-all;
	word-wrap: break-word;
	/*padding-bottom: 50px;*/
}

.article{
	overflow: hidden;
}
.article .thecon pre{
	 white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
.article .thecon img{
	max-width: 90%;
	height: auto;
}
.article{
	overflow: hidden;
}
.article .alignright{
	width: auto;
	float: right;
}
.article .alignleft{
	width: auto;
	float: left;
}
.wp-pagenavi{
	text-align: center;
	height: 30px!important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article .thecon h3 a{
	color: #ED6C00;
}

.article h3.ah3{
	background: #D6D6D6;
	border-bottom: 0px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.article .thecon h1,
.article .thecon h2,
.article .thecon h3,
.article .thecon h4,
.article .thecon h5,
.article .thecon h6{
	width: 100%!important;
	height: auto!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
	-webkit-border-radius: 0!important;
	font-size: 12px;
	font-weight: bold;
	border:0;
	color: #000;
}
.article{
	width: 100%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}

/*---wpnokijiyou------------------------------------------*/
.articlep p {
    display: block;
    margin: 1em 0;
}
.articlep strong { font-weight: bold; }
.articlep em { font-style: italic; }
.articlep blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */

.articlep .aligncenter {
    display: block;
    margin: 0 auto;
}
.articlep .alignright { float: right; }
.articlep .alignleft { float: left; }

.articlep img[class*="wp-image-"],
.articlep img[class*="attachment-"] {
    height: auto!important;
    max-width: 100%;
}

/* clearfix */

.articlep .clearfix {
    overflow: hidden;
    zoom: 1;
}
.articlep .clearfix:after {
    content: ""
    display: block;
    clear: both;
}

.thecon body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0;
}
.thecon html{
    overflow-y: scroll;
}
.thecon h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
.thecon ol, ul{
    list-style:none;
}
.thecon fieldset, img{
     border:0;
}
.thecon table{
    border-collapse: collapse;
    border-spacing:0;
}
.thecon caption, th{
    text-align: left;
}
.thecon a:focus {
	outline:none;
}
.thecon address, caption, cite, code, dfn, em, th, var{
    font-style: normal;
    font-weight: normal;
}

.thecon .date{
	margin: 10px 0px 10px 10px;
}
.page{
	background-color: #FFF;
	padding-top: 10px;
	margin-top: 20px;
}
.page h2{
	width: 970px;
	padding-left: 30px;
	height: 150px;
	line-height: 150px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-size: 26px;
	font-weight: bold;
}
.page h2 span{
	display: block;
	color: #7C5404;
	font-size: 14px;
}
.about h2{
	background: url("./img/base/h2-about.jpg");
}
.privacypolicy h2{
	background: url("./img/base/h2-privacypolicy.jpg");
}
.sitepolicy h2{
	background: url("./img/base/h2-sitepolicy.jpg");
}
.companyprofile h2{
	background: url("./img/base/h2-companyprofile.jpg");
}

.qualitypolicy h2{
	background: url("./img/base/h2-qualitypolicy.jpg");
}
.recruit h2{
	background: url("./img/base/h2-recruit.jpg");
}
.blog h2{
	background: url("./img/base/h2-topics.jpg");
}
.business h2{
	background: url("./img/base/h2-business.jpg");
}
.pres h2{
	background: url("./img/base/h2-presult.jpg");
}
.gres h2{
	background: url("./img/base/h2-gresult.jpg");
}

.topics h2{
	background: url("./img/base/h2-topics.jpg");
}
.contact h2{
	background: url("./img/base/h2-contact.jpg");
}
.contact .cbottom{
	text-align: center;
	font-size: 36px!important;
	color: #2692FF!important;
	font-weight: bold!important;
	display: block;
}
.contact .cbottom a{
	text-align: center;
	font-size: 36px!important;
	color: #2692FF!important;
	font-weight: bold!important;
	display: block;
}
.contact .cbottom span{
	display: block;
}

.rcanc a{
	width: 38%!important;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
	/*text-align: center;*/
}

.qualitypolicy p{
	width: 1000px!important;
	padding-top: 50px!important;
	padding-bottom: 50px!important;
}

.qualitypolicy .content{
	width: 1000px!important;
}
.qualitypolicy .content table{
	margin-left: 0!important;
	margin-right: 0!important;
}
.qualitypolicy .content div:nth-child(1){
	width: 70%;
	margin-right: 0%;
}
.qualitypolicy .content div:nth-child(2){
	width: 30%;
}
.qualitypolicy .content div:nth-child(2) img{
	display: block;
	float:left;
	margin-top: 30px;
}
.qualitypolicy .content div:nth-child(2) img:nth-child(1){
	margin-right: 20px;
}
.business .fleft{
	width: 60%;
}
.business .fright{
	width: 40%;
}

.businessp{
	background: #D6D6D6;
	display: block;
	border-radius: 15px;
	padding-bottom: 10px!important;
	width: 50%;
	text-align: center;
	margin-bottom: 50px;
}

.bottomanc{
	border-bottom: dotted 1px #A3A3A3;
	border-top: dotted 1px #A3A3A3;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}
.bottomanc .mybtn{
	background: #4772A9;
	color: #FFF;
	margin-top: 20px;
}
.bottomanc a{
	color: #4772A9;

}
.bottomanc a:nth-child(1){
	float: left;
	width: 50%;
	margin-left: 10%;
}
.bottomanc a:nth-child(2){
	float: left;
	width: 30%;
}
.bottomanc a p{
	color: #4772A9;
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	line-height: 100%;
}
.bottomanc span{
	color: #4772A9;
	font-weight: bold;
	font-size: 15px;
}
.page figure{
	float: left;
	width: 30%;
	margin-left: 3%;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.page figure figurecaption{
	text-align: center;
	display: block;
	padding-top: 10px;
}

.page h3{
	width: 970px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	font-size: 19px;
	border-bottom: 3px solid #4A96EA;
	margin-top: 20px;
	font-weight: bold;
	background: #E0EDFC;
	color: #3964A0;
	margin-right: auto;
	margin-left: auto;
}

.page h4{
	width: 940px;
	height: 50px;
	line-height: 50px;
	padding-left: 0px;
	font-size: 18px;
	border-bottom: 3px solid #3A64A1;
	margin-top: 20px;
	font-weight: bold;
	background: #FFF;
	color: #39649F;
	margin-right: auto;
	margin-left: auto;
}
.page h4 i{
	margin-right: 10px;
}

/*.result figure{
	float: left;
	width: 21%;
	margin-left: 3%;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.result figure img{
	max-width: 100%;
}
.result figurecaption{
	text-align: justify!important;
	font-size: 13px;
}
*/

.result .figure{
	width: 94%;
	display: table;
	background: #EEEEEE;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}
.result .figure a{
	max-width: 100%;
	float: left;
}
.result .figurecaption{
	text-align: left!important;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	/*float: left;*/
	width: 87%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.page p{
	padding: 10px 20px 20px 20px;
	font-size: 15px;
}

.page dl dt{
	width: 22%;
	float: left;
	text-align: left;
	padding-left: 3%;
	border-bottom: 1px dotted #939393;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page dl dd{
	width: 75%;
	float: left;
	border-bottom: 1px dotted #939393;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-margin-start: 0px!important;
}

.page dl.dl2 dd,
.page dl.dl2 dt{
	border-bottom: 0px;
}

.page dl.dl2 dd:nth-child(2),
.page dl.dl2 dd:nth-child(6),
.page dl.dl2 dd:nth-child(10),
.page dl.dl2 dd:nth-child(14),
.page dl.dl2 dd:nth-child(18),
.page dl.dl2 dd:nth-child(22),
.page dl.dl2 dd:nth-child(26),
.page dl.dl2 dd:nth-child(30),
.page dl.dl2 dd:nth-child(34),
.page dl.dl2 dd:nth-child(38),
.page dl.dl2 dd:nth-child(42),
.page dl.dl2 dd:nth-child(46){
	background: #F2F2F2;
}
.page dl.dl2 dt:nth-child(1),
.page dl.dl2 dt:nth-child(5),
.page dl.dl2 dt:nth-child(9),
.page dl.dl2 dt:nth-child(13),
.page dl.dl2 dt:nth-child(17),
.page dl.dl2 dt:nth-child(21),
.page dl.dl2 dt:nth-child(25),
.page dl.dl2 dt:nth-child(29),
.page dl.dl2 dt:nth-child(33),
.page dl.dl2 dt:nth-child(37),
.page dl.dl2 dt:nth-child(41),
.page dl.dl2 dt:nth-child(45){
	background: #F2F2F2;
}

.page .content p{
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 20px;
}
.page .content .bottomimg{
	margin-top: 50px;
}
.page iframe{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.page .content h3{
	display: block;
	clear: both;
}
.page p{
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}


.page table.tbtype1{
	margin-top: 30px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.page table.tbtype1 th{
	background: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	width: 20%;
	border-bottom: 1px solid #FFF;
}
.page table.tbtype1 th span{
	color: #FF0000;
}
.page table.tbtype1 td{
	background: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 80%;
	border-bottom: 4px solid #FFF;
}


.page table.tbtype2{
	margin-top: 30px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.page table.tbtype2 th{
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10%;
	color: #333;
	width: 30%;
	border-bottom: 1px dotted #A7A7A7;
}
.page table.tbtype2 th span{
	color: #FF0000;
}
.page table.tbtype2 td{
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 60%;
	border-bottom:  1px dotted #A7A7A7;
}
.gmap{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    /*background: #666;*/
    text-decoration: none;
    color: #fff;
    /*width: 90px;*/
    padding: 10px 0;
    text-align: center;
    display: block;
    /*border-radius: 5px;*/
    font-size: 12px;
}
#page-top a:hover {
    text-decoration: none;
    /*background: #999;*/
}



.contact span.req{
	padding: 5px 10px 5px 10px;
	background: #FF0000;
	color: #fff;
	font-size: 12px;
}


/*wpcf7*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border:2px solid #ff0000;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background: #ff0000;
	color: #FFF;
}
div.wpcf7-mail-sent-ok{
	border: 2px solid #398f14;
	background: #398f14;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}


.wpcf7 input[type='file'],
.wpcf7 input[type='email'],
.wpcf7 input[type="text"]{
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	height: 30px;
}
.wpcf7 input[type="file"]{
	padding-top: 10px;
	padding-left: 5px;
	height: 30px;
}
.wpcf7 textarea{
	width: 95%;
	font-size: 12px;
}
.wpcf7 select{
	min-width: 30%;
	margin-right: 15px;
	font-size: 12px;
	height: 30px;
}

.wpcf7 .w70{
	width: 70%!important;
}
.wpcf7 .w50{
	width: 50%!important;
}
.wpcf7 .w30{
	width: 30%!important;
}
.wpcf7-form p{
	padding-top: 0px!important;
}
.wpcf7-back,
.wpcf7-confirm,
.wpcf7-submit{
/*	display: block;
	margin-right: auto;
	margin-left: auto;*/

}
.wpcf7 .ajax-loader{
	display: block;
	margin-right: auto!important;
	margin-left: auto!important;
}


.wpcf7 span.your-setitem span.wpcf7-list-item{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
.wpcf7 span.your-setitem span.wpcf7-list-item:last-child{
	display: inline;
	padding-right: 10px;
}
.contact p{
	font-size: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.contact table{
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 15px;
}
.contact table th{
	width: 15%;
	font-weight: normal;
	padding-left: 3%;
	background: #D6D6D6;
}
.contact .form_sec th{
	background: #E0CE7A;
}
.contact .form_sec .req{
	background: #E0CE7A;
}
.contact .form_third th{
	background: #F0BFC6;
}
.contact .form_third .req{
	background: #F0BFC6;
}

.contact table td{
	background: #F1F1F1;
	padding-left: 2%;
}
.contact .form_sec td{
	background: #F2EAC6;
}
.contact .form_third td{
	background: #FBD7DF;
}


.contact table .req{
	width: 10%;
	background: #D6D6D6;
}

.contact table .req div{
	background: #FF0000;
	color: #FFF;
	width: 60%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
.contact table .req .nonreq{
	background: #909090;
}

.contact table th,
.contact table td{
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	width: 90%;
}
.wpcf7-form #zip{
	width: 20%;
}
.wpcf7-form .btn{
	background: none;
	text-align: center;
}

.wpcf7-form input[type="reset"],
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"]{
	background: #FFF;
	color: #222;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	border:0;
	display: inline;
	margin-right: 20px;
	border: 1px solid #222;
}
.wpcf7-form input[type="reset"]{
	background: #FFF;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #DDD; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #DDD; }

/* Firefox 18- */
:-moz-placeholder {
    color: #DDD; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #DDD; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #DDD; }

@media screen and (max-width: 499px){
	.contact table{
		width: 100%;
	}
	.contact table th{
		width: 18%;
		font-size: 12px;
	}
}



.topicslist h2{
	width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    background: none;
}

.metaslider .flex-viewport {
overflow: visible !important;
}


.calbox{
	position: relative;
}
.calbox a{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
}
.calbox .a1{
	top: 80px;
	left: 20px;
}
.calbox .a2{
	top: 132px;
	left: 20px;
}
.calbox .a3{
	top: 182px;
	left: 20px;
}
.calbox .a4{
	top: 240px;
	left: 20px;
}
.calbox .a5{
	top: 290px;
	left: 20px;
}
.calbox .a6{
	top: 340px;
	left: 20px;
}
.calbox .a7{
	top: 395px;
	left: 20px;
}
.calbox .a8{
	top: 450px;
	left: 20px;
}
.calbox .a9{
	top: 500px;
	left: 20px;
}
.calbox .a10{
	top: 550px;
	left: 20px;
}
.calbox .a11{
	top: 610px;
	left: 20px;
}
.calbox .a12{
	top: 660px;
	left: 20px;
}

.calbox .a13{
	top: 715px;
	left: 20px;
}
.calbox .a14{
	top: 770px;
	left: 20px;
}
.calbox .a15{
	top: 825px;
	left: 20px;
}
.calbox .a16{
	top: 875px;
	left: 20px;
}
.calbox .a17{
	top: 930px;
	left: 20px;
}
.calbox .a18{
	top: 985px;
	left: 20px;
}
.calbox .a19{
	top: 1035px;
	left: 20px;
}
.calbox .a20{
	top: 1090px;
	left: 20px;
}
.calbox .a21{
	top: 1140px;
	left: 20px;
}
.calbox .a22{
	top: 1195px;
	left: 20px;
}
.calbox .a23{
	top: 1250px;
	left: 20px;
}
.calbox .a24{
	top: 1300px;
	left: 20px;
}
.calbox .a25{
	top: 1350px;
	left: 20px;
}
.calbox .a26{
	top: 1405px;
	left: 20px;
}

.maintxt{
	width: 1100px;
	height: 350px;
	background: url("./img/home/home-image01-bg.jpg?=1");
	overflow: hidden;

}
.maintxt h2{
	color: #3B64A0;
	margin-left: 300px;
	font-family: "Rounded Mplus 1c";
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	font-weight: normal;
}
.maintxt p{
	margin-top: 10px;
	margin-left: 300px;
	font-family: "Rounded Mplus 1c";
	padding-right: 40px;
}
.bnlist ul li{
	width: 331px;
	height: 352px;
	background-repeat: no-repeat!important;
	background-position: top left;
	background: url("./img/home/bg-toppage-image03.jpg?=4");
}
.bnlist ul a:nth-child(1) li{
	background: url("./img/home/bg-toppage-image01.jpg?=3");
}
.bnlist ul a:nth-child(2) li{
	background: url("./img/home/bg-toppage-image02.jpg?=3");
	margin-right: 25px;
	margin-left: 25px;
}
.bnlist ul a:nth-child(3) li{

}
.toppage2 .bnlist{
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	margin-bottom: 30px;
}
.toppage2 ul{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.toppage2 ul li{
  float: left;
  list-style: none;
}
.toppage2 ul li:nth-child(2){
	margin-right: 30px;
	margin-left: 30px;
}
.toppage2 ul h3{
	color: #333;
	margin-top: 240px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.toppage2 ul p{
	color: #000;
	font-family: "Rounded Mplus 1c";
	margin-top: 10px;
	font-weight: normal;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* iPHone4,iPhone5,iPhone5s,iPhone6 */
/*@media screen and (max-width: 413px)
{

}
 */
/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (max-width: 499px){
	.maintxt{
		width: 100%;
		background: none;

	}
	.maintxt h2{
		margin-left: 0px;
		margin-top: 50px;
	}
	.maintxt p{
		margin-top: 10px;
		margin-left: 0px;
		padding-right: 0px;
	}
	.toppage2 ul li{
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.toppage2 ul{
		width: 100%;
	}
	.bnlist ul li{
		margin-bottom: 20px;
	}
.toppage2 ul h3{
	margin-top: 0px;
	padding-top: 240px;
}
.maintxt{
	height: auto;
}
h3.h3txt{
	padding-left: 0px;
}
	body{
		background-image: none;
	}
	header .tel img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.bottomanc a p{
		text-align: center;
	}
	header .tel .mailanc{
		right: 10px;
	}
	.result figure{
		float: none;
		width: 100%;
		margin-left: 3%;
		display: block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.result figure img{
		max-width: 100%;
	}
	.result figurecaption{
		text-align: justify!important;
		font-size: 13px;
	}
	.result figure img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.article .leftbox h2 span{
		display: block;
	}
	.article .leftbox h2{
		height: auto;
		line-height: 150%;
		min-height: 50px;
	}
	#menu{
		display: none;
	}

	.sponly{
		display: block!important;
	}
	.spnone{
		display: none!important;
	}
 	img{
		max-width:100%;
	}
	header{
		width: 100%;
		height: auto;
	}
	header .logo{
		position: static;
		width: 80%;
		margin-top: 10px;
	}
	header .tel{
		margin-top: 20px;
		width: 100%;
		position: static;
/*		text-align: center;
		margin-right: auto;
		margin-left: auto;*/
		margin-bottom: 10px;
	}
	header img{
		margin-left: -30px;
	}
	.slidebox{
		height: auto;
	}
	.toppage2 ul li img{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.page h2{
		width: 100%;
		background-image: none;
		background-color: #E0EDFC;
		padding: 0;
		text-align: center;
	}
	.page h4{
		width: 100%;
	}
	.bottomanc a:nth-child(1){
		width: 100%;
		float: none;
	}
	.bottomanc a:nth-child(2){
		width: 100%;
		float: none;
	}
	.bottomanc a p{
		font-size: 24px;
	}
	.page h3{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.page h4{
		text-align: center;
	}
	.fleft{
		float: none;
		text-align: center;
	}
	.fright{
		float: none;
		text-align: center;
	}
	.half{
		width: 100%;
	}
	.half2{
		width: 100%;
	}
	#main{
		width: 100%;
		margin-right: 0%;
		margin-left : 0%;
	}
	#main .content h2{
		width:91%;
		display: block;
	}
	.toppage .content h2{
		width:100%!important;
	}
	.toppage .topics dt{
		width:100%!important;
	}
	.page iframe{
		width: 100%;
	}
	#main img{
		max-width: 100%;
	}

	.toppage3 .topics .lbox{
		width: 20%;
		position: relative;
		float: left;
	}
	.toppage3 .topics .rbox{
		width: 80%;
		float: left;
	}

	#main .content{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	#main .toplnkbox a,
	#main .toplnkbox a img{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#main .toplnkbox a:nth-child(1) img{

	}
	#main .toplnkbox a:nth-child(3) img{

	}
	.ytg_player{
		margin-right: auto;
		margin-left: auto;
	}
	header{
		width: 100%;
	}
	footer address{
		width: 90%;
		margin-right: 5%;
		margin-left : 5%;
		font-size: 11px;
		text-align: center;
	}
	footer p{
		font-size: 10px;
	}
	footer p.copyright{
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	footer address p{
		padding-left: 0px;
	}
	.footwrap{
		width: 100%;
	}
	nav.mainmenu{
		width: 100%;
		position: static;
		margin-top: 20px;
		/*display: none;*/
	}
	.mainmenu ul li:nth-child(2):hover .submenu li a{
		display: block;
	}
	nav.mainmenu a{
		width:100%;
		font-size: 10px;
	}
	nav.mainmenu li{
		width: 20%;
	}
	nav.topmenu{
		display: none;
	}
	nav ul li ul.submenu{
		width: 20%;
	}
	nav ul li ul li{
		width: 100%!important;
	}
	nav ul li ul li a{
		width: 100%!important;
	}
	.slicknav_menu{
	display: block;
	}

	.qualitypolicy p{
	width: 90%!important;
	padding-top: 50px!important;
	padding-bottom: 50px!important;
	}
	.qualitypolicy .content div:nth-child(1),
	.qualitypolicy .content div:nth-child(2),
	.qualitypolicy .content,
	.sitepolicy p, .privacypolicy p
	{
		width: 90%!important;
	}
	.page table.tbtype1{
		width: 100%;
		margin-right: 0px!important;
		margin-left: 0px!important;
	}

	.page figure{
		float: none;
		width: 90%;
		margin-left: 3%;
		display: block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.page figure figurecaption{
		text-align: center;
		display: block;
		padding-top: 10px;
	}
	.page figure img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.rcanc a{
		width:100%!important;
	}
	.page .content .bottomimg{
		margin-bottom: 40px;
	}

	#main .myfleft figure{
		float: none;
		/*width: 100%;*/
	}
	#main .step figure{
		width: 100%;
	}
	#main .myfleft figure figurecaption{
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	#main .myfleft figure img{
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#main .myfleft figure{
		margin-bottom: 15px;
	}
	/*toppage*/
	.toppage figure{
		float: none;
		width: 100%;
	}
	.toppage figure:nth-child(2){
		margin-right: auto;
		margin-left: auto;
	}
	.toppage figure a img{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.myslider{
		width: 90%!important;
	}
	.flex-info p{
		font-size: 90% !important;
	}


	#main .topics li p{
		width: 100%;
		padding: 0;
		font-size: 14px;
		line-height: 175%;
	}

	#main .topics li p a{
		display: block;
		width: 100%;
		padding-top: 20px;
		font-size: 14px;
	}
	#main .topics li:nth-child(2){
		padding-top: 15px;
	}


	#main .topics li.sec{
		float: none;
		width: 100%;
/*		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 15px;*/
	}
	#main .topics li.sec p{
/*		font-size: 12px;
		line-height: 120%;
		padding-top: 5px;
		padding-bottom: 5px;*/
	}
	#main .topics li.sec img{
/*		width: 100%;
		max-width: 100%;
		display: block;
		float: none;*/
	}


	#main .topics .thumb{
	    display: inline-block;
	    background-color: #fff;
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin: 5px;
	    width: 126px;
	    height: 96px;
	    /*border: 1px solid #ccc;*/
	    background-size: contain;
	    margin-right: auto;
	    margin-left: auto;
	}


	#main .toplnkbox img{
		display: block;
		float: left;
	}
	#main .toplnkbox a{
		display: block;
	}

	#main .toplnkbox a:nth-child(3) img{
		margin-left: auto;
	}

	nav.footmenu ul{
		width: 40%;
		/*display: none;*/
	}
	.spfootmenu{
		width: 100%;
		height: auto;
		position: static;
	}
	.spfootmenu ul{
		margin-right: auto;
		margin-left: auto;
	}
	.spfootmenu ul{
		border-bottom: 1px solid #333;
	}
	.spfootmenu li{
		float: left;
		width: 50%;
		border: 1px solid #333;
		background: #FFF;
		height: 35px;
		line-height: 35px;
		box-sizing: border-box;
		border-bottom: 0px;
	}
	.spfootmenu li:nth-child(odd){
		border-right: 0px;
	}
	.spfootmenu ul li a{
		font-size: 14px;
	}

	.spfootmenu ul li a:active{
		color: #333;
	}
	.spfootmenu ul li a:visited{
		color: #333;
	}
	.spfootmenu ul li:nth-child(19) a{
		font-size: 13px!important;
	}
	.fa-caret-square-o-right{
		color: #1140AC;
		padding-left: 5px;
		padding-right: 5px;
	}

	.wpcf7 table{
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 30px;
		border-collapse: collapse;
	}
	.wpcf7 table th{
/*		padding-top: 10px;
		padding-bottom: 10px;*/
		width: 30%;
	}
	.wpcf7 table td{
/*		background: #EEEEEE;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;*/
		width: 70%;
		/*border-bottom: 1px solid #FFF;*/
	}
	.wpcf7 select{
		width: 30%;
	}

.article{
	width: 100%;
}
.article .leftbox{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.article .rightbox{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.article .alignright{
	float: none;
}
header .tel .mailanc{
	top: 75px;
	right: 10px;
}
.toppage5 .frame,
header,
nav,
#main .content,
.footanc,
.toppage4 h2,
.shopinfo p,
.shopinfo .gbox,
.fruits .fruitsbox,
.contact p,
.contact table,
.toppage3 .topics,
.privacypolicy p,
.floatcenter ul,
.lesprimeurs address,
.contentbox{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contentbox{
	width: 100%!important;
}
.footwrap{
	width: 100%;
}
.floatcenter ul li{
	margin-right: 0;
}
.toppage4 h2 img{
	margin-left: 0;
}
.toppage2 ul li,
.toppage4 ul li{
	float: none;
}
.colorp img{
	margin-left: 0;
}
.coloro img{
	margin-left: 0;
}

h3.h3txt{
	width: 75%!important;
	margin-right: auto;
	margin-left: 2%;
	height: 45px;
}
h3.small{
	font-size: 18px;
}
h3.small .tag{
	font-size: 16px;
}

.about table{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.about table th{
	padding-right: 0;
	padding-left: 5px;
}
.lesprimeurs address,
.cafe address{
	width: 98%!important;
	margin-right: auto;
	margin-left: auto;
}
.lesprimeurs iframe,
.cafe iframe{
	width: 100%;
}
.toppage5 .frame iframe{
	width: 100%!important
}
.toppage4 ul{
	position: static;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
}
.toppage4 ul{
	float: none;
}
.toppage4 ul li{
	margin-right: 0;
}
.toppage4 ul li{
	position: static;
	margin-right: 0;
	margin-bottom: 10px;
}
.toppage3 .topics .lbox{
	display: none;
}
.toppage3 .topics .rbox{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bnlist a{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

}
.drawer-menu li{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0 5px 10px;
    display: block;
    float: none;
}
.drawer-menu li a{
    color: #333;
    font-family: Zilla Slab,"メイリオ",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: none;
}
.drawer-menu li a:hover{
	color: #333;
}
