/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
	max-width:100%;
}
iframe {
	vertical-align:bottom;
}
ol, ul, li {
	list-style-type: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 18px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#634a3f;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

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

.clear { clear: both; }

/*header*/
header {
	padding:10px;
	background:#f57922;
	overflow:hidden;
}
.headerIn {
	width:1200px;
	margin:0 auto;
}
header h1 {
	float:left;
	width:217px;
	margin-right:30px;
}
header .tel { float:left; width:524px; margin-right:30px;}
header .info { float:left; width:250px; margin-right:30px;}
header .line { float:left; width:80px;}

/*base*/
h2 {
	background:#f57922;
	text-align:center;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	padding:20px 0;
}
h2 span {
	display:block;
	font-size:20px;
}
h3 {
	font-size:24px;
	padding: .25em 0 .5em .75em;
	margin-bottom:20px;
	border-left: 6px solid #f57922;
	border-bottom: 1px solid #ccc;
}
h5 {
  position: relative;
  display: block;
  margin-bottom: 2em;
  text-align:center;
  font-size:20px;
  font-weight:bold;
}
h5:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#f57922;
  border-radius: 2px;
}

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

.corona {
	margin:50px 0;
}
.coronaIn {
	border:4px solid #f57922;
	padding:20px;
}
.coronaIn p {
	margin-bottom:20px;
}
.coronaIn ul {
	margin-bottom:20px;
	padding:10px;
	background-color:#eee;
}

/* .pr */
.pr {}
.pr_section1 {
	background: url(img/pr_bg01.jpg) 50% 0 no-repeat;
	height:400px;
	overflow:hidden;
	background-size:cover;
}
.pr_section2 {
	background: url(img/pr_bg02.jpg) 40% 0 no-repeat;
	height:400px;
	overflow:hidden;
	background-size:cover;
}
.pr_section3 {
	background: url(img/pr_bg03.jpg) 60% 0 no-repeat;
	height:400px;
	overflow:hidden;
	background-size:cover;
}
.pr-fluid {
    max-width: 1000px !important;
	margin-right: auto;
	margin-left: auto;
}
.pr_txt_left {
	width:600px;
	float:left;
}
.pr_txt_right {
	width:600px;
	float:right;
}
.pr_txt_left dl dt,
.pr_txt_right dl dt {
	font-size:46px;
	color: #f57922 !important;
	font-weight: bold;
	line-height:1.2em;
	margin-bottom:20px;
	margin-top:30px;
	
}
.pr_txt_left dl dt span,
.pr_txt_right dl dt span {
	font-size:18px;
}
.pr_txt_left dl dd,
.pr_txt_right dl dd {
	font-size:18px;
}
.pr_txt_left dl dd p,
.pr_txt_right dl dd p {
	margin-bottom:20px;
}


/* こんな方におすすめ */
.check { margin-bottom:50px;}
.check p { margin-bottom:20px;}
.content_check{
	background: url(img/bg_check.jpg) no-repeat center top;
	padding: 50px 0 ;
	margin-bottom:50px;
	background-size:cover;
}
.box_check{
	float: right;
	background:#fff;
	padding: 30px;
}
.box_check li{
	background: url(img/icn_check.png) no-repeat;
	font-size: 20px;
	font-weight: 500;
	padding-left:45px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.box_check li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.box_check li span{
	color: #f57922;
}
.resolution{
	text-align: center;
	padding: 30px 20px;
}

/* media */
.media {
	margin:50px 0;
}

/* 改善例 */
.example {
	padding:50px 0;
}
table { width: 100%; }
table th,
table td { padding: 15px; border: 1px solid #ddd; }
table th { background: #f4f4f4; font-weight:normal; }
table th span {
	background-color:#06C;
	color:#fff;
	padding:0 5px;
	font-weight:normal;
	font-size:10px;
	width:50px;
	display:block;
	text-align:center;
}
table td { font-weight: bold;}
table td span {
	background-color:#F33;
	color:#fff;
	padding:0 5px;
	font-weight:normal;
	font-size:10px;
	width:50px;
	display:block;
	text-align:center;
}
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 56%; text-align: left; }
 
@media only screen and (max-width:768px){
    .demo01 { margin: 0; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

/* voice */
.voice {
    background: url(../img/bg-light-blue.jpg) 0 0/cover no-repeat;
	padding:50px 0;
}
.voice .title { margin-bottom:50px;}
.voiceIn {
	max-width: 1180px !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.voice_box {
	padding: 50px;
	margin-bottom:20px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 19px 0 rgba(153,210,225,.3);
	box-shadow: 0 2px 19px 0 rgba(153,210,225,.3);
	overflow:hidden;
}
.voice_ph_left {
	float:left;
	width:230px;
}
.voice_txt_right {
	float:right;
	width:720px;
}
.voice_ph_right {
	float:right;
	width:260px;
}
.voice_txt_left {
	float:left;
	width:720px;
}
.voice_txt_right dl dt,
.voice_txt_left dl dt {
	font-family: "Roboto Slab",Garamond,"Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","游明朝","Yu Mincho","游明朝体",YuMincho,"ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 42px;
    color: #01b7d8;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:20px;
}
.voice_txt_right dl dd p { margin-bottom:20px;}
.voice_txt_right dl dd.name { text-align:right; font-weight:bold; margin-bottom:20px;}
.voice_txt_left dl dd p { margin-bottom:20px;}
.voice_txt_left dl dd.name { text-align:right; font-weight:bold; margin-bottom:20px;}

/*流れ*/
.flow_content {
	overflow:hidden;
	background-color:#FBF9F5;
	padding:50px 0;
}
.step_pc img{ display:block !important;}
.step_sp img{ display:none !important;}

.box_flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	position: relative;
}
.img_flow {
	width:320px;
}
.txt_flow {
	width: 460px;
}
.txt_flow p {
	font-size:18px;
}
.txt_flow h4 {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 42px;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #745f46;
	margin-bottom: 20px;
	color: #745f46;
}
.box_flow:not(:last-child)::after {
	content: "";
	background: url(img/arr_flow.png);
	width: 47px;
	height: 28px;
	display: block;
	position: absolute;
	bottom: -43px;
	left: calc(50% - 23.5px);
}
.box_flow:not(:last-child) {
	margin-bottom: 60px;
}

/*プロフィール*/
.profile {
	margin:50px 0;
}
.profileIn {
	overflow:hidden;
	margin-bottom:20px;
}
.profileIn p {
	margin-bottom:20px;
}
.profileIn_txt {
	float:left;
	width:60%;
}
.profileIn_ph {
	float:right;
	width:35%;
} 
.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #f57922;
	border:1px solid #f57922;
    display: block;
    padding: 10px;
    position: relative;
	font-weight:bold;
}
.acd-label:after{
    background: #f57922;
	color:#fff;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    height: 47px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-content p {
	margin-bottom:20px;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px 0;
    visibility: visible;
}
/* アクセス */
.access {
	margin:50px 0;
}
.access p {
	margin-bottom:20px;
}
/* 料金 */
.price {
	background:#faf5e6;
	padding:50px 0 0;
}
/* contact */
.contact {
	background:#f57922;
	padding:30px 0;
}
.list {
	padding:50px 0;
}
.box_A {
    margin: 0 0 1em;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	float:left;
	width:48%;
	margin-right:40px;
}
.box_B {
    margin: 0 0 1em;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	float:left;
	width:48%;
}
.box_A .box-title {
    font-size: 1.2em;
    background: #d22425;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_B .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_A ul,
.box_B ul {
    padding: 15px 20px;
    margin: 0;
}

/* 最後に */
.fin {
	background-image:url("img/fin_bk.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center -190px;
}
.fin_box {
	padding: 20px;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	text-align:center;
}
.fin_box p {
	margin-bottom:20px;
}
.fin_box ul li {
	font-weight:bold;
}

#fixed_contact {
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:10px;
	background:rgba(248,246,243,0.9);
}
#fixed_contact ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
#fixed_contact ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
}
#fixed_contact ul li img { height:53px;}

footer {
	background-color:#f57922;
	text-align:center;
	padding:10px 0;
}
footer p {
	font-size:11px;
	color:#fff;
}

/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}

.lineheight2{
  line-height: 2.0;
}
/* other-style
----------------------------------------------- */
.MT0 {
	margin-top: 0px !important;
}
.MT10 {
	margin-top: 10px !important;
}
.MT20 {
	margin-top: 20px !important;
}
.MT30 {
	margin-top: 30px !important;
}
.MT40 {
	margin-top: 40px !important;
}
.MT50 {
	margin-top: 50px !important;
}
.MB0 {
	margin-bottom: 0px !important;
}
.MB5 {
	margin-bottom: 5px !important;
}
.MB10 {
	margin-bottom: 10px !important;
}
.MB20 {
	margin-bottom: 20px !important;
}
.MB30 {
	margin-bottom: 30px !important;
}
.MR0 {
	margin-right: 0 !important;
}
.MR10 {
	margin-right: 10px !important;
}
.MR20 {
	margin-right: 20px !important;
}
.MR30 {
	margin-right: 30px !important;
}
.ML10 {
	margin-left: 0 !important;
}
.ML10 {
	margin-left: 10px !important;
}
.ML20 {
	margin-left: 20px !important;
}
.ML30 {
	margin-left: 30px !important;
}
.ML100 {
	margin-left: 100px !important;
}
.MRL-20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.PT0 {
	padding-top: 0px !important;
}
.PT10 {
	padding-top: 10px !important;
}
.PT20 {
	padding-top: 20px !important;
}
.PT30 {
	padding-top: 30px !important;
}
.PB0 {
	padding-bottom: 0px !important;
}
.PB10 {
	padding-bottom: 10px !important;
}
.PB20 {
	padding-bottom: 20px !important;
}
.PB30 {
	padding-bottom: 30px !important;
}

.col-l {
	float:left;
}
.col-r {
	float:right;
}

.pc-only {display: block !important;}
.sp-only {display: none !important;}

.w20 { width:20% !important;}
.w25 { width:25% !important;}
.w30 { width:30% !important;}
.w35 { width:35% !important;}
.w40 { width:40% !important;}
.w45 { width:45% !important;}
.w50 { width:50% !important;}
.w55 { width:55% !important;}
.w60 { width:60% !important;}
.w65 { width:65% !important;}
.w70 { width:70% !important;}
.w75 { width:75% !important;}
.w80 { width:80% !important;}

@media screen and (max-width: 768px) {
.inner { width:90%;}

.col-l {
	float: none;
}
.col-r {
	float: none;
}
.pc-only {display: none !important;}
.sp-only {display: block !important;}

.w20 { width:100% !important;}
.w25 { width:100% !important;}
.w30 { width:100% !important;}
.w35 { width:100% !important;}
.w40 { width:100% !important;}
.w45 { width:100% !important;}
.w50 { width:100% !important;}
.w55 { width:100% !important;}
.w60 { width:100% !important;}
.w65 { width:100% !important;}
.w70 { width:100% !important;}
.w75 { width:100% !important;}
.w80 { width:100% !important;}

/*header*/
header {
	padding:10px;
	background:#f57922;
	overflow:hidden;
}
.headerIn {
	width:100%;
	margin:0 auto;
}
header h1 {
	float: none;
	width:40%;
	margin:0 auto;
	text-align:center;
}

.corona {
	margin:20px 0;
}

/*pr*/
.pr img { max-width:100%;}
.pr_section1 {
	background:none;
	height: auto;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}
.pr_section2 {
	background:none;
	height: auto;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}
.pr_section3 {
	background:none;
	height: auto;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}
.pr-fluid {
    max-width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.pr_txt_left {
	width:100%;
	float:none;
}
.pr_txt_right {
	width:100%;
	float:none;
}
.pr_txt_left dl dt,
.pr_txt_right dl dt {
	font-size:32px;
	text-align:center;	
}
.pr_txt_left dl dt span,
.pr_txt_right dl dt span {
	font-size:18px;
}
.pr_txt_left dl dd,
.pr_txt_right dl dd {
	font-size:18px;
}

/* media */
.media {
	margin:20px 0;
}

/* 改善例 */
.example {
	padding:20px 0;
}

/*お客様の声*/
.voice {
	padding:20px 0;
}
.voice .title { margin-bottom:20px;}
.voice_box {
	padding: 30px;
}
.voice_ph_left {
	float:none;
	width:100%;
}
.voice_ph_left img {
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  180px;       /* ※縦横を同値に */
    height: 180px;       /* ※縦横を同値に */
	margin:0 auto;
	display:block;
}
.voice_txt_right {
	float:none;
	width:100%;
}
.voice_ph_right {
	float:none;
	width:100%;
}
.voice_ph_right img {
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  180px;       /* ※縦横を同値に */
    height: 180px;       /* ※縦横を同値に */
	margin:0 auto;
	display:block;
}
.voice_txt_left {
	float:none;
	width:100%;
}
.voice_txt_right dl dt,
.voice_txt_left dl dt {
    font-size: 26px;
	margin-bottom:20px;
	margin-top:20px;
}

/*プロフィール*/
.profile {
	margin:20px 0;
}
.profileIn_txt {
	float:none;
	width:100%;
}
.profileIn_ph {
	float:none;
	width:100%;
} 

/*流れ*/
.flow_content {
	overflow:hidden;
	padding:50px 0 100px;
}
.flow_content h2 {
	text-align: center;
	padding-top: 0px;
	margin-bottom: 30px;
}

.step_pc img{ display:none !important;}
.step_sp img{ display:block !important;}
.box_flow .txt_flow h3{
	display: none;
}
.box_flow{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	flex-direction: column;
	background: #fff;
	margin-bottom: 8%;
}
.flow_content .box_flow:last-child{
	margin-bottom: 0;
}
.box_flow .step{
	order: 1;
}
.box_flow h4{
	display:none;
	order: 2;
	color: #745f46;
	text-align: center;
	font-size: calc(44/640*100vw);
	margin: 5% 0;
	font-weight:700;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.box_flow .txt_flow{
	order: 4;
	padding: 5vw calc(40/640*100vw);
}
.box_flow .img_flow{
	order: 3;
	padding: 0 calc(40/640*100vw);
}
.flow{
	-webkit-background-size: cover;
	background-size: cover;
	
}
.flow_content{
	padding: 10% 0;
}
.txt_flow {
	width: auto;
}
.img_flow {
	width: auto;
}
/* アクセス */
.access {
	margin:20px 0;
}
/* 料金 */
.price {
	background:#faf5e6;
	padding:20px 0 0;
}
.list {
	padding:20px 0;
}
.box_A {
    margin: 0 0 1em;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	float:none;
	width:100%;
	margin-right:40px;
}
.box_B {
    margin: 0 0 1em;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	float:none;
	width:100%;
}
.fin {
	background-image:url("img/fin_bk.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
footer {
	margin-bottom:73px;
}
}