@charset "utf-8";
/* CSS Document */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button[type="button"]{
  outline-offset: -2px;
}

input[type="text"],textarea {
    font-size:16px;
}


/*共通*/
.pc{
	display:none!important;
}

.sp{
	display:block;
}

body{
	display:none;
}

body {
	background:#fff;
}


body{
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","メイリオ","Mayryo ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	color: #313131;
}

img{
	width:100%;
	height:auto;

}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

.center {
	text-align: center;
}

table {
	width: 100%;
}

.bold {
	font-weight:bold;
}
.red {
	color:#bf2d01;
}
.blue {
	color: #3c59ab;
}
.orange{
	color:#f9b800;
}
.green{
	color:#01a41b;
}

.wrap{
	position:relative;
}

/*Google map*/
.shop-map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top:20px;
}
.shop-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

section > div{
	margin:0 10px;
}

section{
	margin-bottom:35px;
}

h2.ttl02{
    font-size: 25px;
    color: #006ead;
    padding: 15px 0;
    border-top: 1px dotted #9b9999;
    border-bottom: 1px dotted #9b9999;
    margin-bottom: 10px;
    background-color: #fff;
}

.two-bnr{
    margin-top: 30px;
}

.btn02{
	margin-bottom: 15px;
}

.btn02 a{
    width: 100%;
    padding: 15px;
    border: 1px solid #006ead;
    color: #006ead;
    display: block;
    text-align: center;
}

.btn03{
	padding: 8px 0 0;
    text-align: center;
}

.btn03 a{
	background-color: #ec7d05;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 25px;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-decoration: none;
    text-align: center;
}

.two-bnr-02 > div:first-child{
	margin-bottom: 20px;
}

.btn04 a{
	border: 1px solid #006ead;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #006ead;
    color: #fff;
}

.btn05 a{
	border: 1px solid #ec7d05;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #ec7d05;
	color:#fff;
}

/*問い合わせ固定ボタン*/

div#scr {
    padding: 15px 10px 10px;
    background: #006EAF;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: 0.3s;
    height: 75px;
}

div#scr{
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 800ms;
}

.fixed div#scr{
	opacity : 1;
	transform : translate(0, 0);
}

div#scr > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.scr-center {
    width: 49%;
}

.scr-btn02 {
    width: 49%;
    height: 45px;
    display: table;
    transition: 0.3s;
    top: 0;
    position: relative;
}

.scr-center > a {
    display: block;
    width: 100%;
    height: 45px;
    background: #F27214;
    color: #fff;
    box-shadow: 0 3px 0 #D15800;
    text-align: center;
    border-radius: 5px;
}

.scr-btn02 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    background: #4DB8BF;
    color: #fff;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 3px 0 #328D94;
}

a span.telsp {
    display: inline-block;
    background: url(../img/common/scr-sp-tel.png) no-repeat bottom 14px left;
    padding: 5px 0 10px 25px;
    background-size: 20px;
    font-size: 19px;
    font-weight: 900;
}

span.sp-scr-mail {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/scr-sp-mail.png) no-repeat left center;
    background-size: 20px;
}

#top-back{
	position: fixed;
    right: 5px;
    bottom: 85px;
    width: 50px;
    height: 50px;
}

#top-back{
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 800ms;
}

.fixed #top-back{
	opacity : 0.8;
	transform : translate(0, 0);
	z-index: 99;
}

/*header
---------------------------------------------------------------*/
#header {
	width:100%;
}


h1#logo{

}

h1#logo a{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
    width: 260px;
	height:70px;
	display:block;
	background: url(../img/common/logo.jpg) no-repeat center center;
	background-size: contain;
	    margin-left: 15px;
}

.head-inner {
	text-align: center;
}

.head-inner img{
	width: 35%;
	margin-bottom: 10px;
}

.head-data{
	margin-bottom: 15px;
}

div#contents {
    padding: 0;
}

a {
    color: #333;
}

#top-link span{
	display:none;
}

.btn_contact a {
    padding: 8px 15px;
    color: #fff;
    display: block;
    background: #24a5c6 url(../img/common/mark01.png) no-repeat right 20px center;
}


/* main */
/*-------------------------------------------*/
div#main{
	display:none;
	margin-bottom: 15px;
}

/*TOPページ*/
.home div#main{
	display:block;
	width:100%;
	height:auto;
}



/*中ページ*/

div#s-main{
	padding: 40px 0 50px 10px;
    margin-bottom: 15px;
	background:#ebf9fc url(../img/main/s-main_bg.jpg) no-repeat left top;
	background-size: cover;
}

div#s-main h2{
	font-size: 25px;
	color: #025db9;
	text-align: center;
}

/*各中ページ*/


/*パンくず*/
div#bread {
	margin:0 0 20px 20px;
}

#bread ul li {
	display: inline-block;
	font-size:13px;
}

ul.bread-list li a{
	font-size:13px;
	text-decoration:underline;
}

ul.bread-list li:after{
	content:">";
	margin-left:10px;
	margin-right: 5px;
}

ul.bread-list li:last-child:after{
	content:none;
}

/*-------------------------------------------*/
/*SLICK*/

button.slick-arrow{
	display:none;
}

button.slick-arrow.slick-prev{
	left:0;
}

button.slick-arrow.slick-next{
	right:0;
}

button.slick-arrow:hover{
	opacity:0.7;
}

button.slick-arrow:before{
	content:none;
}


/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 見出し */
/*-------------------------------------------*/
.ttl01{
	text-align: center;
}

.ttl01 h2{
	font-size: 30px;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	margin-bottom: 20px;
}

.ttl02 h3 {
    color: #49a60a;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}

#contents p{
	margin-bottom:10px;
}

.btn01{
	text-align: center;
}

.btn01 a {
    font-size: 16px;
    text-align: center;
    padding: 12px 0 14px;
    display: inline-block;
    background: url("../img/common/btn01.png") no-repeat center center;
    margin: 20px 0;
	width: 100%;
	color: #fff;
}

section#topBox11 {
    background-color: #025db9;
    padding: 20px 0;
}

section#topBox11 p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

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

div#footer {
}

div#footer #ftInfo{
	padding:35px 0 0 0;
	margin-top: 35px;
}

div#footer #ftInfo .wrap{
	position:relative;
	padding: 20px;
}

#fbox02{
	text-align: center;
}

#fbox03 .btn{
	margin-bottom: 10px;
}

ul.sns{
	display: flex;
	margin:20px 0 20px 90px;
}

ul.sns li{
	margin-right: 5%;
}

.f-link ul li{
	border-bottom:solid 1px #006ead;
	display:block;
	text-decoration:none;
	background-size: cover;
	display:block;
	width:100%;
}

.f-link ul li a{
	width:100%;
	display:block;
	text-decoration:none;
	color:#006ead;
	padding:15px 10px;
}

.copyright{
	background-color:#006ead;
	padding: 10px 0;
}

.ftb {
    margin-bottom: 75px;
}

.copyright p {
	color: #fff;
	text-align:center;
}


/*トップページ
=========================================== */
body.home h2{
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain !important;
}

#topBox02 h2,#topBox03 h2,#topBox04 h2{
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain !important;
}

#topBox02{
	background-color: #ecf8ff;
	padding: 22px 0 40px;
}

#topBox02 h2{
	height: 110px;
	background: url("../img/top-ttl01.png") no-repeat center center;
	margin-bottom: 20px;
}

.top-servicebox div{
	margin-bottom: 20px;
}

.top-servicebox h3{
	padding: 15px 0;
	color: #fff;
	background: #025db9 url(../img/common/mark01.png) no-repeat right 20px center;
	text-align: center;
	font-size: 18px;
}

#topBox03{
	height: 190px;
	background: url("../img/top-sec01.jpg") no-repeat center center;
	background-size: contain;
	margin-bottom: 60px;
}

#topBox03 ul li{
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#topBox04{
	background-color: #ecf8ff;
	padding: 30px 0 10px;
}

#topBox04 .btn06 {
    position: absolute;
    top: 20px;
    right: 0;
}

#topBox04 .btn06 a{
	display: inline-block;
	padding: 5px;
	width: 115px;
	background:#fff url(../img/common/f-sitemap.jpg) no-repeat right 10px center;
	font-size: 14px;
}

#topBox04 h2{
	height: 70px;
    background: url(../img/top-ttl02.png) no-repeat left center;
    margin-bottom: 20px;
    background-size: 150% !important;
}

#topBox04 .top_works-cate{
	padding: 5px 0;
    color: #fff;
    background-color: #025db9;
    text-align: center;
}

#topBox04 .workBox{
	margin-right: 15px;
}

#topBox04 .top_works-title{
	padding: 15px 10px;
    background-color: #fff;
}

#topBox05 ul li{
	margin-bottom: 10px;
}


#topBox07 .wrap > div{
	margin-bottom:30px;
}

#topBox07 .whats h2{
	height: 103px;
	background: url("../img/top-ttl03.jpg") no-repeat center center;
	margin-bottom: 20px;
}

#topBox07 .twitter-box h2{
	height: 103px;
	background: url("../img/top-ttl04.jpg") no-repeat center center;
	margin-bottom: 20px;
}

#topBox08{
	background:#f2fbc1 url("../img/common/bg01.jpg") no-repeat center top;
	padding: 190px 0 45px;
}

#topBox08 .wrap .text h3{
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}

/*お知らせ*/
.whats_in{
	padding:20px;
	overflow-y: scroll;
	/*height: 400px;*/
}

.whats-date{
	color: #f27a22;
	margin-right:20px;
}

.whats-cont{
	padding: 20px;
}

.whats-title h3{
	font-size: 14px;
}

.whats_box{
	display:flex;
	border-bottom:1px dotted #333;
	padding: 10px 5px;
}

/*2.サービステンプレート
=========================================== */

.service-sec01 .wrap{
	text-align: center;
}

.service-sec01 .wrap h2{
	font-size: 16px;
    color: #6eb230;
    line-height: 1.3;
    margin-bottom: 20px;
}

.service-sec01 .wrap h3{
	font-size: 18px;
    font-weight: bolder;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
    background-color: #025db9;
    padding: 10px;
    text-align: center;
}

.service-sec h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.serviceBox02{
	background: url(../img/common/bg02.jpg) repeat;
	margin-bottom: 60px;
	padding: 60px 0;
}

.serviceBox02 .wrap{
	padding: 20px;
	background-color: #fff;
}

.serviceBox02 h3{
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
}

.serviceBox02 .wrap ul li{
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 10px;
}

.serviceBox03 h3{
	font-size: 20px;
	color: #fff;
	background-color: #025db9;
	text-align: center;
	padding: 10px 0;
	border-radius: 20px;
	margin-bottom: 15px;
}

.serviceBox04{
	background: url(../img/common/bg03.jpg) repeat;
	margin-bottom: 80px;
	padding: 60px 0;
}

.serviceBox04 h3{
	font-size: 20px;
	color: #fff;
	background-color: #025db9;
	text-align: center;
	padding: 10px 0;
	border-radius: 20px;
	margin-bottom: 15px;
}

.flow{
	background-color: #fff;
    margin-bottom: 30px;
    padding: 25px 20px;
}

.flow h4{
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    background-color: #50a6d7;
    margin-bottom: 10px;
}


/*会社概要
=========================================== */

#infoBox01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 25px;
 	background: url(../img/info-ttl01.jpg) no-repeat center center;
 	background-size: contain;
 	margin-bottom: 20px;
}

#infoBox02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 25px;
 	background: url(../img/info-ttl02.jpg) no-repeat center center;
 	background-size: contain;
 	margin-bottom: 20px;
}

/*施工実績
=========================================== */

#workBtn01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 30px;
 	background: url(../img/work-ttl01.jpg) no-repeat center center;
 	background-size: contain;
 	margin-bottom: 20px;
}

#workBtn01 ul{
	overflow: hidden;
	 margin-bottom: 20px;
}

#workBtn01 ul li{
	padding: 15px 10px;
	text-align: center;
	width: 48%;
	background-color: #025db9;
	float: left;
	margin: 0 5px 5px 0;
}

#workBtn01 ul li a{
	color: #fff;
	font-size: 14px;
}

#work_box h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 30px;
 	background: url(../img/work-ttl02.jpg) no-repeat center center;
 	background-size: contain;
 	margin-bottom: 20px;
}

.work-list article{
	margin-bottom: 30px;
}

.work-list article .works-cate{
	background: #025db9 url(../img/common/mark01.png) no-repeat right 20px center;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}

.work-list article h3{
	margin-top: 10px;
}

/*施工実績（詳細）
=========================================== */
.text_box h2{
	font-size: 18px;
    background-color: #eeeeee;
    padding: 20px;
    margin:30px 0 20px;
}

.img_box ul li{
	position: relative;
}

.img_box ul li p{
	position: absolute;
	bottom: 10px;
	padding:5px 10px;
	background-color: #333;
	color: #fff;
}

#s-work_box .wrap{
	margin-bottom: 30px;
}


/*ブログ
=========================================== */

.blogs-img{
	margin-bottom: 15px;
}

.blogs-cont{
	position: relative;
}

.blogs-title h2{
	margin-top:10px;
}

article.blogs{
	margin-bottom:20px;
	border-bottom: 1px solid #9d7e6a;
	padding:20px;
	overflow:hidden;
}

.blogs-cont .blogs-date{
}

.news-cate{
	color:#fff;
	text-align:center;
	margin:0;
	display: inline-block;
	padding: 3px 20px;
	margin-top: 10px;
}

/*ブログカテゴリー*/
.cate01{
	background-color:#184281;
}

.cate02{
	background-color:#9fbbe6;
}

.cate03{
	background-color:#aaaaaa;
}

.cate04{
	background-color:#cfa972;
}

#sidebar ul li.widget ul li{
	margin-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
  	background: url(../img/common/link_mark01.jpg) no-repeat right 20px top 10px;
	padding-bottom:20px;
}

#sidebar h2{
	font-size:18px;
	margin-bottom:20px;
	padding: 10px 0 10px 65px;
	text-align:left;
	background: url(../img/common/side-ttl01.jpg) no-repeat left center;
}



/*ブログ詳細
=========================================== */
.single-blogs h2{
	font-size: 18px;
    background-color: #eeeeee;
    padding: 15px;
    margin-bottom: 10px;
}

.single-blogs{
}

.blog-info{
	overflow: hidden;
	margin-left: 0;
}

.blog-info .news-cate{
	margin-top: 0;
}

.blog-info > div{
	float: left;
}

.blog-date{
	margin-top: 15px;
}

.post-navigation{
	margin-top:30px;
}

.post-navigation ul {
	text-align: center;
}

.post-navigation ul li {
	display:inline-block;
}

.post-navigation ul li a{
	width:128px;
	height: 38px;
	display:table-cell;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #b6b6b6;
	color:#333;
}

.post-navigation ul li a:hover{
	background:#0068b7;
	color:#fff;
}

.post-navigation ul li.blog-back{
	margin:0 5px;
}

.single span.staff-names {
	margin: 0 10px 0 0;
}

/*ページャー*/
.wp-pagenavi {
	text-align: center;
	margin: 0;
	margin-top: 30px;
	background-color: #dcdcdc;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:17px;
	border: solid 1px #000!important;
	background-color: #fff;
	color: #333!important;
	padding: 5px 11px!important;
	margin: 5px!important;
	display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current,span.pages {
	background: #000;
	color:#fff!important;
}

span.pages {
	display: none;
}

.cate-name{
	margin-left:10px;
}

.blog-info{
	margin-bottom:5px;
	font-weight:bold;
}

.blog-list{
	margin-bottom:30px;
}

/*****************************************************
	記事詳細ページコンテンツのスタイル
*****************************************************/
.blog-cont{
	line-height: 1.8;
}

.blog-cont>:first-child {
	margin-top: 0;
}

.blog-cont>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-column>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
	margin-top: 2rem;
}

.blog-cont>h2{
	margin: 3.125rem 0 2.75rem;
}

.blog-cont>h3{
	margin: 3.125rem 0 2.25rem;
}

.blog-cont>h4{
	margin: 2.125rem 0 2rem;
}

.blog-cont>h2+h2,
.blog-cont>h2+h3,
.blog-cont>h2+h4,
.blog-cont>h2+h5,
.blog-cont>h2+h6,
.blog-cont>h3+h2,
.blog-cont>h3+h3,
.blog-cont>h3+h4,
.blog-cont>h3+h5,
.blog-cont>h3+h6,
.blog-cont>h4+h2,
.blog-cont>h4+h3,
.blog-cont>h4+h4,
.blog-cont>h4+h5,
.blog-cont>h4+h6,
.blog-cont>h5+h2,
.blog-cont>h5+h3,
.blog-cont>h5+h4,
.blog-cont>h5+h5,
.blog-cont>h5+h6,
.blog-cont>h6+h2,
.blog-cont>h6+h3,
.blog-cont>h6+h4,
.blog-cont>h6+h5,
.blog-cont>h6+h6{
	margin-top: 0;
}

.blog-cont h4{
	background: transparent !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	color: #000000 !important;
	font-size: 15px !important;
}

.blog-cont ul:not(.tag),
.blog-cont ol{
	margin-left: 1.5em;
}

.blog-cont ul:not(.tag) li{
	margin-bottom: 5px;
	list-style: disc;
}

.blog-cont ol li{
	margin-bottom: 5px;
	list-style: decimal;
}

/* 色設定でbackgroundカラーを指定したとき */
p.has-background{
	padding: 15px 20px !important;
}

/* Coblocks設定 */
.wp-block-coblocks-column ul{
	margin-bottom: 2em;
}

/* YouTubeレスポンシブ対応 */
.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*会社概要
=========================================== */

/* teble */
/*-------------------------------------------*/
.table01 table{
}

.table01 table tr{
}

.table01 table th,.table01 table td{
	border-bottom: 1px dotted #817f7f;
	padding:15px 10px;
}

.table01 table th{
	font-size:15px;
	background-color:#eeeeee;
	width:25%;
}
.table01 table td{
	background-color:#fff;
}

.table01 table th,
.table01 table td {
　　border-bottom: none;
    display: block;
    width: 100% !important;
  }

.gmap iframe {
    height: 300px;
}


/* お問い合わせ
=========================================== */
.contact-text01{
	margin-bottom:30px !important;
}

.tel_box{
	margin-bottom: 80px;
}

.contact-box {
    padding: 25px 19px;
    text-align: left;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.contact-box-text {
    font-size: 14px;
    padding-left: 0;
    line-height: 1.4;
    letter-spacing: .065em;
}

.contact-box-tel {
    font-size: 24px;
    letter-spacing: .065em;
    margin: 18px auto 3px;
    padding-right: 0;
    font-weight: 700;
}

.contact-box-note {
    font-size: 10px;
    padding: 0 0 0 2px;
    letter-spacing: .05em;
}

#contactBox02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 30px;
 	background: url(../img/contact-ttl01.png) no-repeat center center;
 	background-size: contain;
 	margin-bottom: 20px;
}

.contactTable h3 {
    font-size: 25px;
    color: #006ead;
    padding: 5px 0;
    border-top: 1px dotted #9b9999;
    border-bottom: 1px dotted #9b9999;
    margin-bottom: 10px;
    background-color: #fff;
}

.quantity input[type="text"]{
	width: 50% !important;
	margin-right: 5px;
	margin-bottom: 5px;
}

.req {
    width: 30px;
    margin: 0 0 0 10px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    background-color: #e60012;
}
.tel_box .tel{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

.contactTable{
	margin:0 auto 30px auto;
}

.contactTable table{
	width:100%;
	margin:0 auto 40px auto;
}

.contactTable th,
.contactTable td{
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	font-size: 15px;
	border-right:1px solid #bda389;
	border-bottom:1px solid #bda389;
}

.contactTable th,
.contactTable td {
    display: block;
    width: 100% !important;
    border:1px solid #cecece;
  }

.contactTable th{
	width:43%;
	font-weight:bold;
	background-color:#ebf9fc;
	margin-top: 15px;
}

.contactTable input, .contactTable textarea {
    border: 1px solid #e6e6e6;
    padding: 10px 3px;
    background-color: #fff;
    font-size: 15px;
	width: 100%;
	margin-top: 5px;
}

.contactTable input[type="radio"]{
	width: 10%;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-top: 5px;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.formBt input:hover{
	opacity:0.5;
}

.formBt {
    margin: 0px auto;
    text-align: center;
}

.ppBox{
	padding:0 4% 7%;
}

.ppBox div{
	margin-left:0;
	margin-right:0;
}

.contactB{
	padding: 10px;
	background-color: #f0f6f7;
}

.contactB h4 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.contactB .inner{
	height: 500px;
	overflow-y: scroll;
}

.kaito input{
	width:10%;
}

.formBt input{
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none!important;
	background: #006ead url("../img/common/mark01.png") no-repeat right 20px center;
}

span.mwform-radio-field.horizontal-item{
	margin-right: 20px;
	    font-size: 18px;
}

.mwform-radio-field input{
	margin-right: 1px !important;
}

select::-ms-expand {
	display: none;
}