@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
h1, h2, h3, h4, h5, h6 {
  line-height: 140% !important;
}
*{box-sizing: border-box;}
ol,ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;position: relative;}
html {-webkit-text-size-adjust: 100%}
body{
	font-family:"メイリオ",Meiryo,"Meiryo UI" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro"  , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 170%;
	color:#4e310c;
	-webkit-text-size-adjust: none;
	background:#FFF9EF url(../img/background.jpg) repeat left top;
}
/* ---------------リンク設定
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#4E98DD;
}
a:hover, a:active{
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s; 
	outline: none;
	color:#FE8277;
	text-decoration: underline;
}
.clear{clear: both;}
.container a img:hover{opacity:0.7;}
.font-min{font-size:80%;}
@font-face{ 
	font-family: 'boku';
	src: url('../font/bokutachi.woff2') format('woff2'); 
	font-weight: normal;
	font-style: normal;
}
.web-font{font-family: 'boku';}
@font-face{ 
	font-family: 'myfont_alpha';
	src: url('../font/yasashisa_alpha.woff2') format('woff2'); 
	font-weight: normal; 
	font-style: normal;
}
.web-font-alpha{font-family: 'myfont_alpha';}
/* ---------------フォーム　form
------------------------------------------------------------*/
input[type="text"], textarea,input[type="tel"],input[type="email"],input[type="date"],select{
	vertical-align:middle;
	max-width:99%;
	width: 99%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height:46px;
	line-height: 140%;
	padding:5px 10px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
	box-sizing: border-box;
}
input[type="date"]{width: auto;}
input.form-tate{margin-bottom: 5px;}
textarea{
	height:auto;
	line-height:1.5;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	padding:5px 15px;
	background: #4E98DD url(../img/back-button.jpg) repeat left top ;
	border:0;
	border-radius:3px;
	line-height:1.5;
	font-size:12px;
	color: #4E98DD;
	cursor: pointer;
	text-decoration: none !important;
	box-sizing: border-box;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background: #4E98DD url(../img/back-button.jpg) repeat left top ;
	color: #FBF7EE;
}
form .min{
	padding: 0 15px;
	display: block;
	font-size: 0.8em;
}
.button,input.button {
	position: relative;
	background: #4E98DD url(../img/back-button.jpg) repeat left top ;
	border-radius: 4px;
	color: #3D3100;
	min-height: 42px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #6d6b59;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 15px;
	font-weight: normal !important;
	font-size: 15px;
	width: 180px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}
.button-min{
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}
.button-w {
	position: relative;
	background-color: #F8F5EE;
	border-radius: 4px;
	color:#4C3912;
	min-height: 42px;
	transition: none;
	box-shadow: 0 3px 0 #969285;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 15px;
	text-align: center;
	font-size: 15px;
	text-decoration: none !important;
	font-weight: normal !important;
}
.button:hover,input.button:hover{
	top: -4px;
	box-shadow: 0 7px 0 #6d6b59;
	color: #3D3100;
	text-decoration: none;
}
input.button:hover{background: #4E98DD url(../img/back-button.jpg) repeat left top ;}
.button-w:hover {
	top: -4px;
	box-shadow: 0 7px 0 #969285;
	color: #FE8277;
	text-decoration: none;
}
.button:active,.button-w:active {
	top: 3px;
	box-shadow: none;
}
.button span,.button-w span{
	background: url(../img/arrow.png) no-repeat left center;
	padding:0 0 0 24px;
    display: inline-block;
}
.win .button span,.win .button-w span{
	background: url(../img/arrow.png) no-repeat left center;
	padding:0 0 4px 24px;
    display: inline-block;
    line-height: 1;
}
.img-button img{
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.img-button{
	box-shadow: 0 4px 0 #6d6b59;
	padding:0;
	width: auto;
	min-width: initial;
	border-radius: 4px;
	position: relative;
}
.img-button:hover{
	top: -4px;
	box-shadow: 0 8px 0  #6d6b59;
}


*:first-child+html input[type="submit"]{padding:3px;}
/**************************タイポグラフィ *****************************************************/
table{
	border-bottom: none ;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px;
	width: 99%;
}
table th{
	padding:15px 0 ;
	background: #ddd;
	border: 1px #DFD7BF solid;
	border-width: 1px 1px 1px 1px;
	white-space: nowrap;
}
table tbody th{background: url(../img/back-bj1.jpg) repeat left center;}
table th span.th,table td span.td{
	display: block;
	padding:0 12px 0 15px;
	}
table td{
	padding:15px 0 !important;
	border: 1px #DFD7BF solid;
	border-width: 1px 1px 1px 1px;
	background:#fff;
	min-width:9em;
}
table td{vertical-align: middle;}
table th:last-child{border-bottom:none !important;}
table.table-noline,table.table-noline th,table.table-noline td{
	border: none !important;
	background: none !important;
}
#form_table .label_block label {cursor: pointer;}
/*--------------------　　レイアウト全般　header-----------------------------------------------*/
.container-inner{
	width:1060px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	/* padding:40px 0; */
	clear: both;
	display: block;
}
.wrapper {
	margin: 0 auto;
	max-width: 1060px;
	width: 96%;
	position: relative;
}
.section{
	padding: 80px 0 80px;
}
.round-box{
	border-radius:4px;
}
.cont-box{
	overflow: hidden;
	clear: both;
	margin:0 auto 40px auto !important;
}
.back-l-pink { background:  url(../img/back-l-pink.jpg) repeat left top;}
.back-pink {background: url(../img/back-pink.jpg) repeat left top;}
.back-beige{background:  url(../img/back-beige.jpg) repeat left top;}
.back-blue{background:url(../img/back-blue.jpg) repeat left top;}
.back-brown{background: url(../img/back-brown.jpg) repeat left top;}
.back-dark-brown{background: url(../img/back-dark-brown.jpg) repeat left top;}
.back-white{background: #fff;}
.back-l-beige{background: #f3f1e4;}
.title-back{
	background:url(../img/back-l-pink.jpg) repeat left top;
	border-bottom: 4px solid #eda5c4;
	border-radius: 6px 0 0 0 !important;
	position: relative;
}
.color1{ background:url(../img/color1.jpg) repeat left top;}
.color2{ background:url(../img/color2.jpg) repeat left top;}
.color3{ background:url(../img/color3.jpg) repeat left top;}
.color4{ background:url(../img/color4.jpg) repeat left top;}
.color5{ background:url(../img/color5.jpg) repeat left top;}
.color6{ background:url(../img/color6.jpg) repeat left top;}
.color7{ background:url(../img/color7.jpg) repeat left top;}
.color8{ background:url(../img/color8.jpg) repeat left top;}

.alignleft{float: left;}
.alignright{float: right;}
.post{margin:0 20px;}
.overflow:after {
    content: " ";
    display: table;
    clear: both;
}
.flex-area{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.flex-area-left{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.flex-area-center{
	display: flex;
	justify-content:center;
	align-items: center;
}
.column-box {
	display: flex;
	align-items: center;
}
.column-left .img-area{
	order: 1;
	max-width: 40%;
	margin: 0 30px 0 0;
	height: auto;
	border-radius: 4px;
}
.column-left .text-area{
	order: 2;
	flex: 2;
	padding: 0 35px 0 0;
}
.column-right .img-area{
	order: 2;
	max-width: 40%;
	margin: 0 0 0 30px;
	height: auto;
	border-radius: 4px;
}
.column-right .text-area{
	order: 1;
	flex: 2;
	padding: 0 0 0 35px;
}



.flex-icon{
	margin: 0 6px 0 0;
}
.wrapper800{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.relative{position: relative;}
.overflow:after {
    content: " ";
    display: table;
    clear: both;
}

/*--------------------　　フォント-----------------------------------------------*/
h2.title{
	font-size: 20px;
    background:url(../img/h2-line.png) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 30px auto 20px auto;
	color: #4C3912;
}
h2.web-font,h2.web-font{font-size: 24px;}
h2.title span{
	min-height: 40px; 
	display: block;
	background: url(../img/h2-icon.png) no-repeat left 10px;
	padding: 0 0 0 24px;
}
h2.title-brown{
	color: #635233;
	text-align: center;
	background:url(../img/h1-brown.png) repeat-x center bottom;
	padding: 0 0 10px 0;
	margin: 0 50px 30px 50px;
}
h2.title-pink{
	background:url(../img/line-pink.png) repeat-x center bottom;
	background-size: auto 7px;
}



h3.title{
	border-bottom: 2px dashed #DCD5C5;
	padding: 30px 0 5px 0;
	margin: 0 auto 15px auto;
	font-size: 18px;
	color: #4C3912;
}
h3.web-font,h3.web-font{font-size: 20px;}
h3.title span{ padding: 2px 0 2px 24px;}
h2.first{margin: 0 auto 20px auto;}
h3.first{padding: 0 0 5px 0;}
h4.web-font,h4.web-font{font-size: 20px !important;}
h4.title{
	margin: 30px auto 15px auto;
	font-size: 16px;
}
h4.first{margin: 0 auto 15px auto;}
.post h2 span{
	background: url(../img/h2-icon.png) no-repeat left 10px;
	padding: 0 0 0 24px;
}
.inline-title span,.inline-title img{
	display: inline !important;
	vertical-align: middle !important;
	background: none !important;
}
.post p{padding-bottom: 15px;}
.post ol{
	list-style:decimal;
	list-style-position: outside;
	margin: 0 10px 15px 2em;
}
.post img.post-image{
    padding: 5px;
    border: 1px solid #DFD7BF;
    background: #fff;
}
.post img.alignleft{margin:0 20px 20px 0;}
.post img.alignright{margin:0 0 20px 20px;}
.post ul li,ul.post-ul li{
	margin: 0 auto 15px 1em;
	background: url(../img/th.png) no-repeat left 7px;
	padding: 0 0 0 16px;
}
.post dl dt,.post-dl dt{
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 2px dashed #DCD5C5;
	padding: 0 0 5px 0;
	margin: 0 auto 15px;
}
.post dl dd,.post-dl dd{padding: 0 10px 20px 10px;}
.text-center{text-align: center;}
.right-text{text-align: right;}
.em6{min-width: 6em;}
.em8{min-width: 8em;}
.em10{min-width: 10em;}
.em12{min-width: 12em;}
.em18{min-width: 18em;}
.red{color: #FF4000;}
.post a{text-decoration: underline;}
a.link-arrow{
	background: url(../img/arrow-min.png) no-repeat left 5px;
    padding: 2px 0 2px 16px;
    display: block;
}
span.marker { background: linear-gradient(transparent 60%, #FDEA9D 60%);}
.inline-img{
	display:inline;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.font18{
	font-size: 18px;
}
.font24{
	font-size: 24px;
}
.font30{
	font-size:30px;
}
.font36{
	font-size:36px;
}

br.br1059,br.br789,br.br569,br.br389,br.br489{display: none;}
/* -----------------------------背景-----------------------------------*/
.round-white-box{
    position: relative;
    background: #fff;
    border: 1px solid #DFD7BF;
    margin: 0 auto 40px auto;
	border-radius:4px;
}
.box-inner{
	padding: 10px;
}

/*--------------------　　ヘッダー　header-----------------------------------------------*/
#header h1{
	font-size: 12px;
	padding: 5px 0 0 0;
}
.header-inner {
    position: relative;
    z-index: 1000;
    width: 1060px;
    margin: 0 auto;
    overflow: visible;
}
#header-bottom{
	align-items: stretch;
	margin-top: 6px;
}
#header-bottom .header-img{
	width: 49%;
}
#header-bottom .header-img img{
	width: 100%;
	height: auto;
	display: block;
}
#home-icon{display: none;}

/*--------------------　　メインイメージ　　-----------------------------------------------*/
.flex-wrapper{
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto 30px;
	border-radius: 4px;
}
.point-box img{
	width: 100%;
	display: block;
	height: auto;
	border-radius: 4px;
}

#mainimage{
	width: 100%;
	font-weight: normal !important;
	padding: 35px 0;
}
#mainimage-1 .point-box{
	width: 49.3%;
}

#mainimage-2 .point-box{
	width: 24%;
}
#chat-banner-sp{
	display: none;
}
#sec1 .point-box{
	width: 49.2%;
}
#sec1 .point-box:first-child,
#sec1 .point-box:nth-child(2){
	margin-bottom: 10px;
}
#sec2-1 .point-box{
	width: 32.5%;
}
#sec2-1 .point-box:first-child,
#sec2-1 .point-box:nth-child(2),
#sec2-1 .point-box:nth-child(3){
	margin-bottom: 10px;
}
#sec2-2 .point-box{
	width: 24%;
}
#reason-title{
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 15px;
}
#reason-title h2{
	text-align: center;
	font-size: 30px;
	border-radius: 6px;
	padding: 25px 60px 20px 60px;
}
#reason-title h2 span{
	background: url(../img/h1-brown.png) repeat-x center bottom;
	padding-bottom: 14px;
}

#menubanner-title-area{
	background: #fff;
	border-radius: 6px;
	padding: 8px;
	position: relative;
	margin: 0 auto 40px auto;
	max-width: 600px;
	text-align: center;
}
#menubanner-title-area h2 {
	color: #635233;
	margin: 0;
	padding: 25px 10px 20px 10px;
	font-size: 32px;
	line-height: 160% !important;
}
#menubanner-title-area h2 .text{
	border-bottom: 4px dotted #dad4b1;
	padding-bottom: 10px;
}
#menubanner-title-area .icon-top-menu {
	position: absolute;
	bottom: -10px;
}
#menubanner-title-area .icon-top-menu1 {left: -30px;}
#menubanner-title-area .icon-top-menu2 {right: -30px;}





/* ----------------- トップへ戻る ------------------------------- */
#back-to-top {
	display: block;
	width:90px;
	height:90px;
	border-radius: 90px;
	background:url(../img/back-button.jpg) repeat left top;
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    cursor:pointer;
    opacity:0.5;
    transition: all .3s ease;
    text-align: center;
    z-index: 2000;
    font-size: 14px;
}
#back-to-top p{		
	position:absolute;
	top: 40%;
	left: 0;
	right: 0;
	line-height: 130%;
	margin-top: -1.3em;
}	
#back-to-top:hover {
    opacity:0.8;
    transition: all .3s ease;
}

/*
-------------------------------ページタイトル(下層ページ)　--------------------------------*/
.title-back .container-inner{padding: 0;}
.page-title-circle{
	background: url(../img/page-title-circle.png) no-repeat center center;
	padding: 15px 0 20px 0;
}
h2.page-title-h2{
	font-size: 34px;
	padding: 0 0 10px 0;
}
#pan a{display: inline;}
#pan p{display: inline;}
.page-title-img img{
	padding: 0;
	height: 200px;
	margin: 0 auto;display: block;
}
.page-title-img img.pc-on{width: 100%;max-width: 1060px;height: auto;}
.page-title-img  .sp-on{display: none;}
/*
-------------------------------トップページ　--------------------------------*/
.top-title{
	text-align: center;
	margin:0 auto 20px auto;
}
#home .top-title{font-size:30px !important;}
img.top-icon{
	display: block;
	margin: 0 auto ;
}

/*----------------------ごあいさつ-------------------------------*/
.greeting-box{
	align-items: flex-start;
}
#greeting1{
	margin: 0 auto 40px auto;
}
#greeting1 .greeting-img{
	order: 2;
}
#greeting1 .text-area{
	order: 1;
}


#greeting-area .text-area{
	position: relative;
	width: 550px;
}
#greeting-area p{padding-bottom: 15px;}
.greeting-title{
	position: relative;
	min-height: 102px;
	background: url(../img/h2-line.png) repeat-x left bottom;
    padding: 0 0 5px 0;
}
.greeting-title span{
	font-size: 22px !important;
	padding:0 0 0 75px;
	margin:0 0 20px 0;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 100;
}
.greeting-title .title-icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#greeting-area .check-box{
	min-height: 1px;
	width: 518px;
}
#greeting-area ul{
	padding: 15px 20px;
}
#greeting-area .check-box li{
	background: url(../img/check.png) no-repeat left center;
	padding: 15px 0 15px 45px;
	font-size: 19px;
}
.check-title-area{
	font-size: 24px;
	padding: 20px 0 12px 0;
}
.check-title-area .title-icon{
	position: absolute;
	bottom: 0;
	left: 10px;
}
.check-title-area h3.check-title{padding: 0 0 0 150px;}

/*----------------------top　手続きの解説-------------------------------*/
#commentary-area-inner{
	align-items: stretch;
}
#commentary-area .baner-color-left{
	width: 814px;
	margin: 0 23px 0 0;
}
#commentary-area .for-expert{
	width: 244px;
	border: #DFD7BF 1px solid;
	background: #fff;
	position: relative;
	padding: 95px 0 0 0;
	text-align: center;
	color: #4C3912;
}
.mega-ul{
	flex-wrap: wrap;
}
#commentary-area ul li{
	width: 23.5%;
	position: relative;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}
#commentary-area ul li:first-child,
#commentary-area ul li:nth-child(2),
#commentary-area ul li:nth-child(3),
#commentary-area ul li:nth-child(4){
	margin: 0 0 20px;
}
#commentary-area ul li a{
	color: #4C3912;
	font-size: 18px;
}
#commentary-area ul li a:hover{text-decoration: none;}
#commentary-area img.icon-kaisetsu{
	margin: 0 auto ;
    display: block;
    width: 100%;
    height: auto;
    max-width: 170px;
}
#commentary-area ul li .button-w{
	width: 140px;
	height: 30px;
	height: 30px;
	min-height: initial;
	margin: 0 auto ;
	font-size: 12px !important;
	box-sizing: border-box;
}
#commentary-area ul li .button-w span{
	background: url(../img/arrow-min.png) no-repeat left center;
	padding: 0 0 0 12px;
	display: inline;
}
#commentary-area .for-expert .circle{
	width:100px;
	height:100px;
	border-radius: 100%;
	background:url(../img/back-yellow.jpg) repeat left top;
	font-size: 18px;
	position: absolute;
	margin: auto;
	overflow: visible;
	top: -20px;
	left: 0;
	right: 0;
}
#commentary-area .for-expert .circle-inner{	
    line-height: 130%;
    margin: 28px -30px 0 -30px;
    text-align: center;
    display: block;
	font-weight: normal !important;
}	
h4.for-expert-title{font-size: 18px;}
#commentary-area .for-expert .button{margin: 15px auto 0 auto;}
#commentary-area .for-expert .button span{display: inline;}

/*--------------------------------------　　フッターcontact　バナー　　-----------------------------------------------*/
#footer-contact-area{
	padding:50px 0;
}
.footer-contact{
	position: relative;
   background: #fff;
   border: 1px solid #DFD7BF; 
   padding: 50px 20px 12px 20px;
    width: 1060px;
    box-sizing: border-box;
	text-align: center;
}
.footer-contact-read{
	font-size: 26px;
	padding: 0 0 10px 0;
}
.contact-banner-bottom{
	align-items:center;
	justify-content: center;
}
.footer-contact .left-img{
   width: 400px;
   height: auto;
   margin: 0 ;
}
.footer-contact .right{
	justify-content: flex-start;
}
.footer-contact .footer-contact-right{
	font-size: 16px;
	padding: 30px 0 0 0;
}
.footer-contact #footer-tel{text-align: center;}
.footer-contact  .tel{
	font-size: 36px;
    margin:2px 0 2px 0;	
}
.footer-contact .tel span{padding: 0 0 0 5px;}
#banner-button{
	width: 200px;
    margin-left: 30px;
}
.footer-contact .button{
	line-height: 46px;
    width: auto;
    margin: 0 auto 15px auto;
    display: block;
}
.footer-contact .button br{display: none;}
.footer-contact .contact-b span{
	background: url(../img/icon-mail.png) no-repeat left center;
    padding: 2px 0 2px 30px;
}




/*--------------------------------------　　フッター事務所情報　　-----------------------------------------------*/
#access-area h2 {
    font-size: 20px !important;
    background: none !important;
    margin: 0 !important;
}
#access-area h2.min{
	line-height: 1em;
	display: block;
	text-align: center;
	margin: 0 auto 15px !important;
}
#access-area .top-access-wrap{
	position: relative;
    background: #fff;
    border: 1px solid #DFD7BF;
    padding: 0;
}
#access-area .h3-area{
	background: #E4F0F7 url(../../common/img/back-l-pink.jpg) repeat left top;
	margin: 1px 1px 0 1px;
	position: relative;
	height: 60px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 0 0;
}
#top-office-inner{
	padding: 20px 35px 10px 35px;
	border-top: #000 solid #4px;
	line-height: 150%;
	align-items: flex-start;
}
#top-office-inner .photo-area{
	width: 45%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 35px 0 0;
}
#top-office-inner .photo-area img{
	width: 49%;
	height: auto;
	display: block;
	border-radius: 4px;
}
#top-office-inner .photo-area .photo1,
#top-office-inner .photo-area .photo2{
	margin-bottom: 10px;
}
#top-office-inner .text-area{
	flex: 2;
}
#top-office-inner .office-box{
	background: #f9f7ef;
	padding: 25px;
	border-radius: 4px;
	margin: 0 auto 20px;
}
#top-office-inner .tel-p{
	padding: 12px 0 0;
}
#access-area .button {
    font-size: 18px;
    padding: 5px 0;
    width: 280px;
	margin: 0 auto 40px;
}
#access-area .img{
	position: absolute;
	bottom: 0;
	right: 20px;
}

.h3-area h3.access-title img{
	padding: 4px 10px 0 0;
	margin:  0 !important;
}
.top-access-wrap .half-inner{
	padding: 30px 20px 15px 20px;
	background: url(../img/blue-line.png) repeat-x left top;
	line-height: 150%;
}
.top-access-wrap .button{margin:0 auto;}
/*--------------------------------------　　 footer　-----------------------------------------------*/
.footer {width: 100%;}
.footer-bottom{
	padding: 40px 0 0;
	color: #fff;
}
.copyright{
    padding: 0 15px 5px 15px;
    text-align: center;
	font-size: 12px;
}
#footer-sp-area{display: none;}
#footer-area-info{
	font-size: 14px;
    max-width: 700px;
    margin: 0 auto;
    align-items: flex-start;
}
#footer-area-info table.table-noline{
	margin: 0 auto;
	text-align: center;
    width: auto;
}
table.table-noline, 
table.table-noline th, 
table.table-noline td {
    border: none !important;
    background: none !important;
    padding: 2px 0 !important;
}
#footer-area-info table .add{
	display: block;
	padding-bottom: 10px;
}
/*--------------------------------------　　全ページ共通　　-----------------------------------------------*/

/* ポップアップ */
#popup-area{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:20000;
	opacity: 0;
	visibility: hidden;
}
#popup-back{
	background: url(../img/back-l-pink.jpg) repeat center top;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	opacity: 0;
}
#popup-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-width: 100%;
	padding: 50px 20px;
	z-index: 2;
	border-radius: 6px ;
}
#popup-inner{
	background: #fff;
}
#popup-area.show ,
#popup-area.show #popup-back{
	opacity: 1;
	visibility: visible;
}	
#popup-area h2{margin: 0 auto 5px;}
.popup-button-area{
	position: relative;
	padding: 12px 0 20px;
}
#popup-time{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -1.2em;
	display: block;
}
#popup-area .button{
	height: 60px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	color: #4b3d30 !important;
}
#popup-area #call{
	min-width: 400px;
	font-size: 24px;
}
#popup-area #call .middle{
	background: none !important;
	padding: 0 !important;
}
#popup-area #call img{
}
#popup-area #close{
	background: #ccc;
	color: #555;
	font-size: 16px;
	height: 46px;
	border: none;
	box-shadow: 0 3px 0 #565656;
}	

/***********************画面下固定ボタン**********************/
#footer-sp-area-inner {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 10000;
	align-items: stretch;
	justify-content:space-around;
	background: #f0e8e0;
	padding: 10px 0;
}
#footer-sp-area .button{
	height: 56px;
	width: 48%;
	padding: 0;
	font-size: 18px;
}

#footer-sp-area .button .icon{margin-right: 5px;}
#go-sp-ai{
	background: url(../img/back-red.jpg) repeat center top;
	color: #f9f4ee !important;
	box-shadow: 0 3px 0 #933020 !important;
}
#footer-sp-area .button .text{
	background: none !important;
	padding-left: 36px;
}
#footer-sp-area .button .text span{
	padding: 0 !important;
	background: none !important;
}
.icon-robo{
	position: absolute;
	width: 60px;
	height: auto;
	bottom: 0;
	left: 0;
	display: block;
}
#go-sp-ai .balloon{
	background: url(../img/chat-balloon.png) no-repeat center top;
	background-size: 100% 100%;
	width: 75px;
	height: 45px;
	position: absolute;
	top: -34px;
	left: 56px;
	display: block;
	padding: 10px 0 0 0;
	line-height: 1em;
	font-size: 12px;
	color: #4b3d30;
}
#go-sp-tel .sp-tel-photo{
	position: absolute;
	width: 68px;
	height: auto;
	bottom: 0;
	left: 0;
	display: block;
	
}
#go-sp-tel .balloon{
	background: url(../img/chat-balloon.png) no-repeat center top;  
	background-size: 100% 100%;
	width: 60px;
	height: 46px;
	position: absolute;
	top: -36px;
	left: 57px;
	display: block;
	padding: 16px 0 0 0;
	line-height: 1em;
	font-size: 14px;
}


/*******メールボタン*********/
#mail-bottom{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index: 1200;
}
#mail-bottom a{
	font-size:14px;
	background: url(../img/back-button.jpg) repeat left top;
	color: #3D3100;
	height: 80px;
	width: 80px;
	border-radius:100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	line-height: 120%;
	opacity: 0.7;
}
#mail-bottom a img{
	display: block;
	margin: 0 auto 3px;
}
/****コンタクトバナー***/
.back-white{
	background: #fff;
}
.contact-banner{
	background: url(../img/back-brown.jpg) repeat center top !important;
	padding: 10px;
	border-radius: 4px;
	margin: 0 auto 40px;
	max-width: 1060px;
	width: 96%;
}
.have-chat {margin-bottom: 30px;}
.contact-banner .icon-pin{
	position: absolute;
	top: -15px;
	right: 100px;
}
.contact-banner h2{
	padding: 15px 0 5px 0;
	color: #524a3a;
}
.contact-banner .contact-banner-img{
	position: absolute;
	left: 60px;
	bottom: 0;
}
.contact-banner .inner{
	margin: 0;
	padding: 18px 14px 14px 240px;
	align-items: stretch;
	border-radius: 4px;
}
.contact-banner .call-link{
	font-size: 40px;
	padding-top: 15px;
}
.contact-banner .mail-button .button{
	height: 56px;
	line-height: 56px;
}
.contact-banner .mail-button{
	font-size: 22px;
	flex: 2;
	margin: 0 0 0 30px;
	line-height: 70px;
	height: 70px;
}
.contact-banner .mail-button span{
	background: none !important;
	padding: 0 !important;
}
.contact-banner .min{
	font-size: 14px;
}
/****チャットバナー***/
.chat-banner{
	border-radius: 4px;
	background: url(../img/back-green.jpg) repeat center top !important;
	padding: 10px;
	margin: 0 auto 40px;
	max-width: 1060px;
	width: 96%;
}
.chat-banner h2{
	margin: 14px auto 10px;
}
.chat-banner .inner{
	padding: 20px 0 19px;
	border-radius: 4px;
}
.chat-banner .chat-photo{
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
	z-index: 10;
}
.chat-banner .button{
	color: #524a3a;
	display: block;
	font-size: 20px;
	width: 400px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0 10px;
	background: url(../img/back-red.jpg) repeat center top;
	box-shadow: 0 3px 0 #5e4c49 !important;

}
.chat-banner .button:hover{
	box-shadow: 0 7px 0 #5e4c49 !important;
}
.chat-banner .button span{
	background: none !important;
	padding: 0 !important;
}

.icon-click-big{
	position: absolute;
	display: block;
	left: -50px;
	top: -9px;
}
.banner-robo{
	position: absolute;
	left: -64px;
	bottom: -19px;
}
/*--------------------------------------　　下層ページタイトル・パンくず　　-----------------------------------------------*/
.breadcrumbs {
    background: #34495e;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 40px;
}
.breadcrumb {
    margin-bottom: 0;
    background: none;
}
.breadcrumb li a { color: #48cfad }
.breadcrumb li.active { color: #fff }
.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}
/* ------------------メインメニュー　PC用
------------------------------------------------------------------------------*/
@media only screen and (min-width: 1060px){
	nav#mainNav{
		clear:both;
		position:relative;
		z-index:200;
		border-bottom: 4px solid #eda5c4;
		padding:0 0 10px 0;
	}
	nav#mainNav .inner{
		width: 1060px;
		margin:0 auto;
		position: relative;
	}
	nav#mainNav .pc-no{display:none;}
	.panel ul{
		height:52px;
		display: flex;
		justify-content: space-between;
	}
	.panel ul li{
		height: 52px;
		line-height: 52px;
		text-align: center;
		font-size: 17px;
	}
	.panel ul li a{
		display: block;
		text-align: center;
		padding: 6px 10px 0 ;
		color: #333;
	}
	.panel ul li a:hover{
		text-decoration: none;
		color:#62a6e2;
	}
	nav div.panel{ display:block !important;  }
	nav#mainNav a#menu,
	#sp-nav{
		display:none;
	}

	
    /* 親メニュー */
	.panel ul li a:hover, 
	.panel ul li a:active,
	.panel ul li.current-menu a.color,
	.panel ul li.current-menu-parent a.color{
		
		border-bottom: 4px solid #62a6e2;
		
	}
	.panel ul li.current-menu a.color,
	.panel ul li.current-menu-parent a.color{
		color: #62a6e2; 
	}
	.panel ul li ul{display: none;}
	.panel ul li li{
	padding:0;
	}
	.panel ul li:hover ul{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 500;
		overflow: visible;
		width: 100%;
		height: auto;
		padding: 20px 15px;
		background: #4E98DD url(../img/back-button.jpg) repeat left top;
		border: 4px solid #4e98dd;
		border-radius: 6px;
	}
	.panel ul li:hover ul .sub-menu-inner{ overflow: hidden; }
	.panel ul li:hover ul:before {
		content: "";
		position: absolute;
		top: -20px;
		margin-left: -0;
		width: 0;
		height: 0;
		border-bottom: 20px solid #4E98DD;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.panel ul li.nav02:hover ul:before{
		left: 17%;
	}
	.panel ul li.nav06:hover ul:before{
		right: 17%;
	}
	.panel ul li:hover ul li{
		display: block;
		width: 31%;
		margin: 8px 1%;
		text-align: center;
		padding:0 0 0 0;
		line-height: 150%;
		height: auto;
	}


}
/* ------------------メインメニュー iPadサイズ以下から
------------------------------------------------------------------------------*/
@media only screen and (max-width:1059px){
	br.br1059{display: inline;}
	#header h1{
		text-align: center;
	}
	#header-bottom{
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	#header-bottom .header-img {
		width: 100%;
		display: block;
	}
	#header-bottom .header-left{
		margin: 0 auto 15px;
	}
	nav{position: static;}
	nav .panel {position: absolute;top: 70px;}
	#home-icon,
	nav#mainNav a.menu {
		top: 32px;
	}
	#home-icon{
		display: block;
		position: absolute;
		left: 12px;
		font-size: 13px;
		transition: .2s;
		text-align: center;
		color: #a193c3; 
		z-index: 1000;
	}
	#home-icon .home-inner{
		background: #4E98DD url(../img/back-dark-pink.jpg) repeat left top;
		width: 50px;
		height: 50px;
		border-radius: 4px;
		padding: 5px 0 0;
	}
	nav .pc-no,
	#sp-nav{	
		display:block;
	}
    nav .pc-on,
	#pc-nav{
		display: none;
	}
	nav#mainNav {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10000;
		height: auto;
		text-align: right;
	}
	nav#mainNav .inner{width:94%;margin:0 auto;}
	nav#mainNav a.menu{
		position: absolute;
		right: 10px;
		width:60px;
		display:block;
		font-weight: bold;
		text-align:left;
		background: url(../img/menu-icon.png) no-repeat top center;
		background-size: 50px 50px;
		padding-top:52px;
		font-size: 12px;
		text-align: center;
		color: #a193c3;
		z-index: 1000;
	}
	nav#mainNav.open a#menu{
		border-bottom:0;
		color: #333;
		background: url(../img/close-icon.png) no-repeat top center;
		background-size: 50px 50px;
	}
	nav#mainNav a#menu:hover{cursor:pointer;}
	nav .panel{
		display: none;
		width: auto;
		position: relative;
		right: 0;
		left: 0;
		top: -100px;
		z-index: 1000;
		font-size: 16px;
		background:url(../img/back-dark-pink.jpg) repeat center top;
		padding:15px;
	}
	.panel{
		width:calc(100% - 30px);
		height: auto;
		display:none;
		z-index:900;
		position: relative;
		top: 20px;
		overflow-y: scroll !important;
		background:url(../img/back-button.jpg) repeat center top;
		padding: 30px 20px 0 20px;
		margin: 0 auto;
		transform: translate3d(0,0,0);
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0);
	}
	.open #panel {
		display: block !important; 
		animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		top: 84px;
		left: 0;
		right: 0;
		position: absolute;
		border-radius: 6px;
		width: 97%;
	}
	.panel ul{
		background: #FFF9EF url(../img/background.jpg) repeat left top;
		margin:0;
		border-radius: 4px;
	}
	.panel ul li{
		clear:both;
		width:100%;
		height:auto;
		line-height:1.2;
	}
	.panel ul li a{
		display: block;
		width:100%;
		padding-top: 13px !important;
		padding-bottom: 10px !important;
		text-align:left;
		border-bottom: 1px #ccc dashed;
		font-size: 16px;
		line-height: 150% !important;
		height: auto !important;
	
	}
	.panel ul li a{color: #3D3100;}
	.panel ul li a span{
		padding-left:12px;
		background:url(../img/arrow-min.png) no-repeat left center;
		margin-left:1.5em;
	}
	.panel ul li.current-menu a,
	.panel ul li a:hover,
	.panel ul li.current-menu a,
	.panel ul li a:active, 
	.panel ul li li.current-menu a, 
	.panel ul li.current-menu li a:hover, 
	.panel ul li.current-menu li a:active{
		background:#fff;
		color:#FE8277;
	}
	.panel ul ul{display: block;}
	.panel ul ul li a{border-radius:0;padding: 0 0 0 1em;width: auto;box-shadow:none;}
	.panel ul ul li a span.min{
		font-size: 0.8em !important;
		background: none !important;
		line-height: 1em !important;
		padding: 0 0 0 0;
	}
	.container-inner{width: auto; margin:0 20px;}
	.header-inner{
		width: 98%;
		margin: 0 auto;
	}
	#header-bottom {
		margin: 6px auto 14px;
	}
	.title-back .container-inner{
		border-top: 4px solid #000;
		margin: 0;
	}
	.page-title-circle{margin: 5px 0 0 0;}
	body{font-size: 16px;}
	#main-container > .container-inner{
		display: block;
	}
	#main{margin: 0 auto 20px auto;}
	
	#sec2-1{
		margin-bottom:  30px;
	}


	.greeting-box{
		display: block;
	}
	#greeting-area .text-area,
	#greeting-area img.round-box,
	#greeting-area .greeting-box, 
	#greeting-area .check-box{
		margin: 0 auto 15px auto; 
		display: block;
	}
	#commentary-area-inner{
		display: block;
	}
	
	#commentary-area .baner-color-left{
		width: 100%;
		max-width: 814px;
		margin: 0 auto 25px;
	}
	#commentary-area .for-expert{
		width: auto;
		height: auto;
		clear: both;
		background: none;
		border: none;
		padding: 0;
	}
	#commentary-area .for-expert .circle,
	.for-expert-photo{
		display: none;
	}
	h4.for-expert-title{font-size: 24px;}
	#commentary-area ul{
		flex-wrap: wrap;
	}
	#commentary-area ul li {
		margin: 0;
		width: 23.5%;
	}
	
	#top-office-inner {
		display: block;
		padding: 30px 35px 10px 35px;
	}
	#top-office-inner .photo-area {
		width: 100%;
		margin: 0 auto 20px;
	}
	#top-office-inner .photo-area img {
		width: 24%;
		margin: 0 !important;
	}
	
	
	.footer-contact .logo-img{width: auto;height: 80px;}
	.footer-contact .left-img {
		max-width: 360px;
		margin: 0 auto;
		width: 100%;
	}
	.footer-contact .right{justify-content:center;}
	.footer-contact-read {font-size: 20px;}
	.contact-banner-bottom{display: block;}
	
	.contact-banner .mail-button{padding: 0;}
	.contact-banner .contact-banner-img {
		left: 10px;
		width: 140px;
		height: auto;
	}
	.contact-banner .inner{padding-left: 143px;}
	.contact-banner .button {font-size: 20px;}


    table.table-responsive th,
	table.table-responsive td{
		padding: 10px 0;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
    table.table-responsive th{border: 1px #DFD7BF solid;}
    table.table-responsive td{border-width: 0 1px 1px 1px !important;}
    table.table-responsive .none{display: none;}
	/****下層共通*****/



	
}
@media (max-width:839px) {
	.section {
		padding: 50px 0 50px;
	}

}
@media (max-width:789px) {
	br.br789{display: inline;}
	h2.title{margin: 0 auto 30px auto;}
	
	#mainimage-1,
	#sec1-2,
	#sec1-1{
		display: block;
		padding-bottom: 1px;
	}
	#mainimage-1 .point-box,
	#sec1 .point-box {
		width: 100%;
	}
	#mainimage-1 .point-box :first-child{
		margin: 0 0 12px;
	}
	
	#mainimage-2 .point-box{
		width: 48.5%;
	}
	#mainimage-2 .point-box:first-child, 
	#mainimage-2 .point-box:nth-child(2){
		margin-bottom: 12px;
	}
	#sec1 .point-box{
		margin: 0 auto 15px !important;
	}
	#sec1-2{
		padding: 30px 25px;
	}
	#sec1-2 .img-area{
		width: 280px;
		max-width: initial;
		display: block;
		margin: 0 auto 20px;
	}
	#sec1-2 .text-area{
		padding: 0 ;
	}
	#sec2-1 .point-box {
		width: 48.5%;
	}
	#sec2-1 .point-box:first-child, 
	#sec2-1 .point-box:nth-child(2),
	#sec2-1 .point-box:nth-child(3),
	#sec2-1 .point-box:nth-child(4){
		margin-bottom: 12px;
	}
	#sec2-2 .point-box{
		width: 48.5%;
	}
	#sec2-2 .point-box:first-child, 
	#sec2-2 .point-box:nth-child(2){
		margin-bottom: 12px;
	}
	.chat-banner .font36 {
		font-size: 26px !important;
	}
	#chat-banner-sp{
		display:block;
	}
	.chat-banner .chat-photo {
		width: 160px;
		height: auto;
		right: 0;
	}
	.chat-banner .button {
		width: 360px;
	}
	#reason-title h2 { padding: 25px 20px 20px 20px;}
	#menubanner-title-area {
		max-width: 94%;
		margin:0x auto 50px auto;
		max-width: 500px;
	}
	#menubanner-title-area .icon-top-menu {
		width: 110px;
		height: auto;
		bottom: -23px;
	}
	#menubanner-title-area h2{
		font-size: 26px !important;
		padding: 25px 0 20px 0;
	}

	.check-title-area .title-icon{
		width: 90px;
		height: auto;
	}
	.check-title-area h3.check-title{
		padding: 0px 0px 0px 105px;
		font-size: 20px !important;
	}
	#greeting-area .check-box li{
		font-size: 18px !important;
		min-height: 32px;
	}
	
	.greeting-img{
		width:100% !important;
		height: auto;
		max-width: 480px;
	}
	#greeting-area .text-area{
		width: auto;
		height: auto;
	}
	#commentary-area ul{
		justify-content: flex-start;
	}
	#commentary-area ul li{
		width: 30%;
		margin: 0 1.5% 20px !important; 
	}
	.top-access-wrap .circle {
		width: 80px;
		height: 80px; 
		border-radius:100%;
		font-size: 16px;
		margin: -5px 0 0 0;
	}
	.top-access-wrap .half-inner {padding: 15px 15px 15px 15px;}
    .footer{padding-bottom: 70px;}
    #back-to-top{bottom: 70px;right: 5px;}
	#footer-sp-area{display: block;}
	#mail-bottom {
		right: 5px;
		bottom: 80px;
	}
	.contact-banner,
	.chat-banner{
		display: none;
	}
	/****下層共通*****/



}
@media (max-width:569px) {
	br.br569{display: inline;}
	.section {
		padding: 40px 0 10px;
	}
	nav#mainNav a.menu,
	nav#mainNav.open a#menu{
		background-size: 40px 40px;
		width: 50px;
		padding-top: 40px;
		right: 0;
		font-size: 10px;
	}
	#home-icon{
		width: 40px;
		font-size: 11px;    
		left: 7px;
	}
	#home-icon .home-inner{
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	#home-icon img{
		width: 34px;
		height: 34px;
		line-height: 40px;
		padding: 0;
	}
	#mainimage {
		padding: 35px 0 5px;
	}
	.chat-banner .font36 {
		font-size: 22px !important;
	}
	.banner-robo {
		left: -29px;
	}
	.chat-banner .button {
		width: 320px;
		padding: 15px 0 10px;
	}
	#reason-title h2 {font-size: 26px !important;padding: 25px 15px 20px 15px;}
	#menubanner-title-area{
		max-width: 100%;
		background: none;
		display: flex;
		justify-content: center;
		margin: 0 auto 45px auto;
	}
	#menubanner-title-area h2{
		padding: 25px 25px 20px 25px;
		background: #fff;
		font-size: 26px !important;
		position: initial;
		border-radius: 4px;
	}
	#menubanner-title-area .icon-top-menu1 {left: 0;}
	#menubanner-title-area .icon-top-menu2 {right: 0;}
	
	#greeting-area h2.title{
		font-size:23px !important;
	}
	h2.title span{min-height: 20px;}
	h3.title span {    
		background: url(../../common/img/th.png) no-repeat left 5px;
	}
	#commentary-area ul li{
		width: 47%;
		margin: 0 1.5% 20px !important; 
	}
	h4.for-expert-title {
		font-size: 20px;
	}
	#top-office-inner .photo-area img {
		width: 49%;
	}
	#top-office-inner .photo-area .photo1, 
	#top-office-inner .photo-area .photo2 {
		margin-bottom: 10px !important;
	}
	.footer-contact {
		padding: 35px 10px 7px 10px !important;
	}
	.footer-contact-read {
		font-size: 18px;
	}
	.footer-contact .left-img {
		max-width: 320px;
	}
	#banner-tel{
		margin-bottom: 10px;
	}
	.footer-contact .right{
		display: block;
	}
	#banner-button {
		width: 240px;
		margin: 0 auto;
	}
	.footer-contact .tel {
		font-size: 30px;
	}
	#footer-sp-area .button {
		font-size: 16px;
	}
	#go-sp-ai .balloon  {
		width: 69px;
		height: 40px;
		font-size: 11px;
	}
	#popup-inner{padding: 50px 10px;}
	#popup-area .popup-button-area{display: block;}
	#popup-area #call {
		width: 90%;
		max-width: 350px;
		margin: 0 auto 20px;
	}
	#popup-area #close{
		padding: 16px 20px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1em;
	}
	#popup-area .button img{width: auto;height: 40px;}
	#mail-bottom a {
	font-size: 13px;
		height: 72px;
		width: 72px;
	}
	#mail-bottom a img {
		width: 22px;
		height: auto;
	}


	
}
@media (max-width:489px) {
	br.br489{display: inline !important;}
	.section {
		padding: 30px 0 10px;
	}
	h2.web-font, h2.web-font {
		font-size: 22px;
	}
	h2.page-title-h2 {
		font-size: 22px;    
		padding: 0 15px 20px 15px;
	}
	img.top-icon {
		display: block;
		margin: 0 auto 5px;
		width: auto;
		height: 40px;
	}
	.post {margin: 0 10px;}
	.post ul li, ul.post-ul li {margin: 0 auto 15px 0;}
	
	.beige-box {padding: 20px 15px 15px 15px;}
	.blue-title-area,.green-title-area{min-height:60px;}


	nav#mainNav a.menu,
	nav#mainNav.open a#menu,
	#home-icon{
		top: 10px;
	}
	#home-icon{left: 10px;}
	nav#mainNav a.menu span,
	#home-icon span{
		display: none;
	}
	.open #panel {
		top: 51px;
	}
	#header-bottom {
		width: 94%;
	}
	#header h1 {
		margin: 0 50px;
		padding: 8px 0 5px;
		min-height: 50px;
	}
	.box-inner {padding: 8px;}
	.container-inner{margin: 0 15px !important;padding: 10px 0;}
	nav .panel{padding: 10px;}
	.panel ul li a{font-size: 16px;}
	.title-back .container-inner{margin: 0 !important;}

	#chat-banner-sp {
		margin-bottom: 28px;
	}
	.chat-banner .chat-photo {
		width: 120px;
	}
	.banner-robo {
		width: 50px;
		height: auto;
		left: -20px;
		bottom: -13px;
	}
	.chat-banner .button {
		width: 280px;
		font-size: 16px;
	}
	.chat-banner .button span{
		font-size: 20px !important;
	}
	#reason-title .icon-reason{
		width: 50px;
		height: auto;
	}
	#reason-title h2{
		font-size: 22px !important;
		flex:2;
		padding: 15px 15px 14px 15px;
	}
	#reason-title h2 span {padding-bottom: 8px;}
	#menubanner-title-area h2 {
		font-size: 22px !important;
	}
	#menubanner-title-area .icon-top-menu {
		width: 90px;
		bottom: -29px;
	}

	
	.greeting-title .title-icon{display: none;}
	#greeting-area h2.title {
		font-size: 21px !important;
	}
	h2.greeting-title span{
		padding: 0;
		text-align: center;
	}
	.check-title-area{
		height: 70px;
		padding: 10px 0 0 0;
	}
	.check-title-area .title-icon{
		width: 50px;
	}
	.check-title-area h3.check-title{
		padding: 0 5px 0 60px;
	}
	#greeting-area .check-box li{
		background-size: 20px 20px;
		padding: 15px 0 15px 25px;
		background-position: left 15px;
	}
	#greeting-area .check-box li br{
		display: none;
	}
	.greeting-title span {
		font-size: 18px !important;
		line-height: 130% !important;
	}
	#commentary-area{
		padding-bottom: 30px;
	}
	#commentary-area .baner-color-left{
		width: 280px;
	}
	#commentary-area ul li{
		margin: 0 5px 15px 5px !important;
		width: 130px;
	}
	h3.baner-title {
		font-size: 16px !important;
	}
	#commentary-area ul li .button-w{    
		width: 90%;
		height: auto;
		line-height: 130%;
		padding: 5px 0;
	}
	h4.for-expert-title {
		font-size: 18px;
	}
	#top-office-inner {
		padding: 20px 15px 10px 15px;
	}
	#access-area .img {
		position: absolute;
		bottom: 0;
		right: 9px;
		width: 60px;
		height: auto;
	}
	.footer-contact-read {
		font-size: 14px; 
		line-height: 140%;
	}
	.contact-banner-bottom {
		margin-top: 0;
	}
	.footer-contact .left-img {
		margin: 0 auto 8px;
	}
	#banner-tel{
		font-size: 14px;
	}
	.footer-contact .left-img {
		max-width:280px;
	}
	.footer-contact .tel{
		margin: 0;
	}
	#footer-contact-area {
		padding: 20px 0;
	}
	.footer-bottom{
		padding-top: 30px ;
	}
	.icon-robo {width: 45px;}
    #back-to-top{
		width: 60px;
		height: 60px;
	}
    #back-to-top p{
		line-height: 100%;
		font-size: 14px;
	}
	#go-sp-tel .sp-tel-photo,
	#tel-header .sp-tel-photo{width: 54px;}
	#go-sp-tel .balloon{
		width: 50px;
		height: 40px;
		top: -32px;
		left: 46px;
		padding: 13px 0 0 0;
		font-size: 14px;
	}
	#footer-sp-area-inner{
		padding: 5px 0;
	}
	#footer-sp-area .button {
		font-size: 15px;
	}
	#popup-area .popup-button-area{
		display: block;
	}
	#popup-time{
		position: initial;
		margin: 10px auto 0;
	}
	#popup-area .button{
		font-size: 16px;
		margin: 0 auto;
		line-height: 50px;
	}
	#popup-area #call {
		width: 90%;
		max-width: 300px;
		min-width: initial !important;
	}
	#popup-area .button img{
		width: auto;
		height: 30px;
	}	
	#popup-area #close {
		width: 50%;
		margin: 15px auto 0;
	}
	#pagetop, 
	#mail-bottom {
		bottom: 70px;
	}
	

	
	
}
@media (max-width:389px) {
	br.br389{display: block !important;}
	.box-inner {padding: 6px;}
	#header h1 {font-size: 10px;}
	#home-icon {
		left: 6px;
	}
	.flex-wrapper {
		margin: 0 auto 20px;
	}
	
	
	.chat-banner h2{
		font-size: 16px;
	}
	.chat-banner .font36 {
		font-size: 20px !important;
	}
	.chat-banner .chat-photo {
		width: 96px;
	}
	.banner-robo {
		width: 42px;
		height: auto;
		left: -27px;
		bottom: -27px;
	}
	.chat-banner .button {
		width: 96%;
	}
	.chat-banner .button span {
		font-size: 20px;
	}
	#menubanner-title-area{display: block;}
	#menubanner-title-area h2 {
		font-size: 21px !important;
		padding: 25px 5px 20px 5px;
	}

	
	.check-title-area h3.check-title br{
		display: none !important;
	}
	#sec1-2 .img-area {
		width: 94%;
	}
	#access-area .button {
		width: 250px;
	}
	#access-area h2.min .font18 {
		font-size: 14px;
		line-height: 130%;
	}
	#footer-area-info {
		font-size: 13px;
	}
	.icon-robo {width: 34px;left: 5px;}
	#go-sp-tel .text{padding-left: 33px;}
	#go-sp-tel .sp-tel-photo{width: 42px;}
	#go-sp-tel .balloon{
		top: -25px;
		left: 35px;
		font-size: 13px;
		padding: 14px 0 0 0;
	}
	#go-sp-ai .balloon  {
		width: 74px;
		height: 44px;
		top: -25px;
		font-size: 11px;
		left: 37px;
		padding-top: 12px;
	}
	
	#mail-bottom {
		bottom: 76px;
	}
	#mail-bottom a {
		font-size: 12px;
		height: 66px;
		width: 66px;
	}
	#mail-bottom a img {width: 20px;}




}
/*--------------------　　animate全般-----------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn;}

