@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{
	opacity: 0;
  	transition: opacity .5s linear;
}

body {
	background:#fff;
}


body{
	font-family: 'Shippori Mincho B1', serif;
	line-height:1.8;
	color: #313131;
}

img{
	width:100%;
	height:auto;
	margin: 10px 0;
}

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 15px;
}

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;
}

.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-color:rgba(0,0,0,0.7);
    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;
}

div#scr > .wrap > div{
	width: 48%;
	height: 45px;
    display: table;
    transition: 0.3s;
    top: 0;
    position: relative;
}

.scr-center a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
     background: #d68d00 url(../img/common/scr-sp-tel.png) no-repeat left 10px center;
    background-size: 17px;
    color: #fff;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}

.scr-btn02 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
     background: #4DB8BF url(../img/common/scr-sp-mail.png) no-repeat left 10px center;
    background-size: 17px;
    color: #fff;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 3px 0 #328D94;
}

.scr-btn03 a{
	display: table-cell;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	vertical-align: middle;
}

a span.telsp {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
}

span.sp-scr-mail {
    display: inline-block;
}

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

#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{
	position:absolute;
	top: 10px;
    left: 10px;
	z-index: 10;
}

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

#header_sp{
	height: 90px;
}

.home #header_sp{
	height: 0;
}

#header_sp .top-text {
    text-align: left;
    color: #006ead;
    font-size: 12px;
    position:absolute;
	top: 10px;
    left: 30px;
}

div#contents {
    padding: 0;
}

a {
    color: #333;
}

#top-link span{
	display:none;
}


/* main */
/*-------------------------------------------*/
div#main{
	display:none;
}

div#main img{
	margin-top: 0;
}

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

div#main .wrap a{
	position: absolute;
    bottom: 20px;
    right: 10px;
    width: 165px;
}

div#main p{
	position: absolute;
	top:150px;
	z-index: 10;
	text-align: center;
	width: 100%;
}

div#main p img{
	width: 70%;
}

/*中ページ*/

div#s-main,.zoom-meetings-template-default #page-header{
	padding: 20px 0;
    margin-bottom: 15px;
    background-color: #f7f7f7;
}

div#s-main h2,.zoom-meetings-template-default #page-header h2{
	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{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.ttl02 {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}

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

.btn01{
	text-align: center;
}

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

div#footer {
	position: relative;
	background-color: #f7f7f7;
	padding-bottom: 100px;
}

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

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

div#footer #ftInfo .wrap > div{
	text-align: center;
}

div#footer #ftInfo .wrap > div > a img{
	width: 70%;
	margin:0 auto;
}

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

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

div ul.f-sitemap {
	margin-bottom: 50px;
}

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

.f-link li a{
	width:100%;
	display:block;
	text-decoration:none;
	padding:15px 10px;
	font-size: 15px;
}

.f-link > li > ul > li:last-child a{
	border-bottom:none;
}

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

.ftb {
    margin-bottom: 75px;
}

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


/*トップページ
=========================================== */

.info-box{
	padding: 15px;
	border:1px solid #cccccc;
	margin:20px 10px 60px 10px;
}

.info-box h3{
	font-size: 15px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #9b9999;
    margin-bottom: 10px;
    text-align: center;
}

.info-box ul li{
	list-style: disc;
	margin-left: 30px;
	font-size: 14px;
}

#topBox01 .wrap{
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

#topBox01 h2{
	font-size: 15px;
    text-align: center;
    font-weight: 100;
}

#topBox01{
	margin-top: 50px;
}

#topBox02 .wrap > div{
	margin-top: 30px;
}

.more-btn a {
    border-bottom: 1px solid #333;
}

.more-btn a::after {
    content: url(../img/common/link-mark01.jpg);
    display: inline-block;
    margin-left: 5px;
}

.more-btn {
    text-align: right;
    margin-bottom: 15px;
}

#topBox02 .wrap h2{
	font-size: 20px;
	margin-bottom:20px;
	text-align: center; 
}

#topBox03 .wrap h2{
	font-size: 20px;
	margin-bottom:40px;
	text-align: center;
}

#topBox03 .wrap h3{
	font-size: 18px;
	margin-bottom:30px;
}

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

#topBox04 .wrap{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 50px;
}

#topBox04 .wrap h2{
	font-size: 18px;
	margin:10px 0 20px;
	text-align: center;
}

/*新着情報*/
#topBox00 h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#topBox05 .wrap h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.works_box-in{
	margin-top: 20px;
}

.cont-btn {
    text-align: center;
    margin-top: 40px;
}

.cont-btn a {
    font-size: 20px;
    padding: 10px 25px 10px 75px;
    background: #000 url(../img/common/icon-mail.jpg) no-repeat left 18px center;
    color: #fff;
    display: inline-block;
    text-decoration: underline;
}

.top-works{
	margin-bottom: 20px;
}

/*01.『マンション美化』で入居者の満足度をアップ
=========================================== */
.img-flex h3{
	font-size: 18px;
	font-weight: 100;
	margin: 10px 0;
}

.img-flex:nth-child(even){
	background-color: #dee5e8;
}

.img-flex {
    margin-top: 20px;
    padding: 20px;
}

#serviceBox04 .wrap > div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0 10px;
}

#serviceBox04 .wrap > div img{
	width: 100px;
	height: 100px;
}


/*オンライン
=========================================== */

.page-online .flow-text h3{
	font-size: 18px;
}



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

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

.blogs-cont{
	position: relative;
}

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

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

.blogs-title{
	font-size: 14px;
}

article.blogs a{
	display: flex;
}

article.blogs a img{
	width: 18%;
	height: 60px;
	margin:0 10px 5px 0;
}

.blogs-cont .blogs-date{
	margin: 0 0 10px 0;
	position: absolute;
    left: 80px;
}

.news-cate{
	color:#fff;
	text-align:center;
	margin:0;
	display: inline-block;
	padding: 5px;
	font-size: 10px;
}

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

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

.cate03{
	background-color:#aaaaaa;
}

.cate04{
	background-color:#cfa972;
}

.cate05 {
    background-color: #6b9c30;
}

#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;
	text-align:center;
}

#blogBox01 article.blogs{
	margin-bottom: 30px;
}

#blogBox01 .blogs-img{
	margin-bottom: 0;
}


/*ブログ詳細
=========================================== */
.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-left: 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%;
}

/*会社概要
=========================================== */
#infoBox01 h2 {
    font-size: 21px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
}

#infoBox01 h3{
	font-size: 18px;
}

#infoBox01 ul {
    position: absolute;
    right: 10px;
}

#infoBox01 ul li {
    display: inline-block;
    margin-right: 15px;
}

#infoBox01 ul li a {
    text-decoration: underline;
}

.greeting {
    margin-top: 100px;
}

#infoBox02 h2 {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 30px;
}

#infoBox02 h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.gmap {
    padding: 0 20px;
    margin-top: 30px;
}

#infoBox03 {
    text-align: center;
}

/* 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;
}

/*オンライン相談
=========================================== */
#flow01 img{
	margin-bottom: 40px;
}

#flow01{
	margin-bottom: 60px;
}

#flow02 h2{
	text-align: center;
	font-size: 20px;
	background: url(../img/online-img03.jpg) no-repeat center bottom ;
	padding-bottom: 50px;
	margin-bottom: 40px
}

.flowBox .wrap{
	padding: 25px;
}

.flowBox:nth-child(even){
	background-color: #dee5e8;
}

.flow-text h3{
	font-size: 18px;
	margin-bottom: 20px;
}

.flow-text h3 span{
	font-size: 20px;
	padding: 0 20px;
	color: #fff;
	background-color: #fa6d06;
	margin-right: 10px;
}

.flow-text a{
	padding: 10px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	margin-top: 10px;
}

.btn03{
	border-top: 1px solid #cccccc;
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
}

.dpn-zvc-col-4 {
    width: 100% !important;
    margin-bottom: 30px;
}


/* お問い合わせ
=========================================== */
.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;
}


/*住所*/
.zip-box td #zip1,.zip-box td #zip2{
	width: 120px;
	margin:10px;
}

.zip-box td button.zip-button{
    padding: 5px 40px 5px 27px;
    border:1px solid #333;
    font-size: 18px;
    background:#eee url(../img/common/link_mark01.jpg) no-repeat center right 20px;
    margin:10px 0 20px 28px;
}

select.select-css02 {
    padding: 10px;
    margin-bottom: 10px;
}

.midashi th{
	background-color: #54bed9 !important;
    color: #fff;
}

.midashi td{
	display: none !important;
}

.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:#eee;
	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: #333 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;
}