@charset "utf-8";

/********* HTML再定義 ***********************************************/

html {
	-ms-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
}
html, body {
      position: relative;
      height: 100%;
	margin: 0 auto;
    }
body {
	padding: 0;
	margin: 0 auto;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
}

h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}
h5 {
	margin-bottom: 5px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 180%;
	font-size: 120%;
}
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/********* 全体 *****************************************************/

#footerMenu {
	width: 100%;
	color: #FFF;
	text-align: center;
	height: 0px;
	position: fixed;
	z-index: 300;
	bottom: 0;
	overflow: none;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
	box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
	height: 70px;
	padding: 10px 0;
}
ul.footerfloat {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.footerfloat li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 40%;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.footerfloat li span {
	display: inline;
	font-size: 160%;
}
ul.footerfloat li a {
	display: block;
	color: #FFF;
	padding: 20px 0;
	font-weight: bold;
	text-decoration: none;
	background-color: #F00;
}
i.fab, i.far, i.db {
margin-right: 3px;
}
i.fab, i.far {
font-size: 110%;
}

i.db {
font-size: 140%;
	line-height: 0;
}

@media only screen and (min-width: 768px) {
ul.footerfloat li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
}
ul.footerfloat li:nth-child(1) a {
	background-color: #F00;
}
ul.footerfloat li:nth-child(2) a {
	background-color: #35bd28;
}


ul.footerfloat li a span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 25px;
}
ul.footerfloat li:nth-child(1) a span {
	background-image: url(../files/medias/icon/icon_tel_wh02.png);
	background-color: #F00;
}
ul.footerfloat li:nth-child(2) a span {
	background-image: url(../files/medias/icon/icon_line02_wh.png);
	background-color: #35bd28;
}

.footfloat_blank {
	padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
ul.footerfloat li span {
	font-size: 100%;
}
}

#fixedTop {
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	background-image: url(../files/medias/common/totop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #006;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.anchorlink {
    position: relative;
    top: -90px;
}
@media only screen and (max-width: 768px) {
.anchorlink {
    top: 0;
 }
}

#container100 {
	position: relative;
	display: block;
	margin: 0 auto;
	min-width: 1080px;
	width: 100%;
}
#container100.inner {
	padding: 80px 0;
}
#container100.inner20 {
	padding: 20px 0;
}
.container100_bottom {
	margin-bottom: 80px !important;
}




#container {
	position: relative;
	display: block;
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 768px) {
#fixedTop {
    right: 10px;
    bottom: 100px;
}
#container100 {
	min-width: 380px;
}

#container100.inner {
	padding: 20px 0;
}
#container100.inner20 {
	padding: 15px 0;
}
.container100_bottom {
	margin-bottom: 30px !important;
}

#container {
	width: 100%;
	min-width: 380px;
}
}

/********* ヘッダー *************************************************/

#header {
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	min-width: 1080px;
}
.header {
	display: block;
	margin: 0 auto;
	width: 1080px;
	padding: 5px 0;
}

.header_right {
	display: block;
	margin-right: 0;
	padding: 5px 0;
	float: right;
	width: 280px;
}

#header h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	
}
#header p {
	display: inline-block;
	font-size: 120%;
	vertical-align: middle;
	font-weight: bold;
	margin: 0;
	color: #006;
	padding: 0;
	
}
#header h1 a {
	display: block;
	
}
@media only screen and (min-width: 768px) {
#header h1 a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
}
#header h1 img {
	width: 345px;
}
@media only screen and (max-width: 768px) {
#header {
	position: relative;
	min-width: 380px;
}
.header {
	display: block;
	margin: 0 auto;
	width: auto;
	padding: 5px;
	
	
}


#header h1 {
	display: inline-block;
	vertical-align: middle;
}
#header p {
	font-size: 70%;
	line-height: 130%;
	
}
#header h1 img {
	width: 200px;
}
}

ul.top_contact {
	float: right;
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.top_contact li {
	display: block;
	list-style: none;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
ul.top_contact li a {
	display: inline-block;
	background-color: #F00;
	color: #FFF;
	padding: 16px 15px;
	font-size: 130%;
}

ul.top_contact li a span {
	background-image: url(../files/medias/icon/icon_tel_wh02.png);
		background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 15px;
	padding-left: 30px;
	background-size: 25px;
}


ul.top_contact li:nth-child(1) a {
	background-color: #F00;
}
ul.top_contact li:nth-child(2) a {
	background-color: #00B900;
}
ul.top_contact li a:hover {
background-color: #F60;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

@media only screen and (max-width: 768px) {
ul.top_contact li a span {
display: none;
}
ul.top_contact li a {
	padding: 7px 7px;
	padding-left: 10px;
}
}
/********* フッター *************************************************/

#footer {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	padding-bottom: 120px;
	width: 100%;
	min-width: 1080px;
	background-color: #F5F5F5;
	margin-top: -125px;
}
.footer {
	width: 1080px;
	margin: 0 auto;
	display: block;
	padding-bottom: 0;
}
#footer p a {
	color: #000;
}
#footer p a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
#footer {
	padding: 30px 0;
	min-width: 380px;
	margin-top: -50px;
	padding-bottom: 120px;
}
.footer {
	width: auto;
	display: block;
	padding: 0 10px;
	padding-bottom: 0;
}
}

.foot_logo {
	float: left;
	display: block;
	width: 360px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.foot_logo a {
	display: block;
}
.foot_logo a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.foot_logo img {
	display: block;
	width: 100%;
}

.bt_foot {
	display: inline-block;
	margin-top: 25px;
}
.bt_foot a {
	display: block;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px;
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size: 110%;
 background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
 background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
 background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
 background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
 background-image: -o-linear-gradient(top, #ffd65e, #febf04);
 background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);

}

.bt_foot a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
.foot_logo {
	float: none;
	display: block;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.bt_foot {
	display: block;
	margin-top: 0;
	text-align: center;
	margin-bottom: 20px;
}
}


.foot_add {
	float: right;
}
.foot_add a {
	color: #000;
}
.foot_add a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.foot_add {
	float: none;
	font-size: 90%;
	line-height: 130%;
	text-align: center;
}
}
#footer address {
	text-align: center;
	font-size: 80%;
	line-height: 130%;
}

#footer address a {
	color: #FFF;
}
#footer address a:hover {
	text-decoration: underline;
}

/********* タイトル *****************************************************/
#title {
	clear: both;
	display: block;
	text-align: center;
	background-image: url(../files/medias/common/title_back.jpg);
	padding: 180px 0;
	color: #FFF;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 15px;
	background-color: #F5F5F5;
	border-bottom: 5px solid #09F;
}
.title {
	position: relative;
	display: block;
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	
}
.title h2 {
	position: absolute;
	font-size: 240%;
	font-weight: bold;
	color: #FFF;
	text-shadow:0 0 5px rgba(0,0,0,0.8);
	text-align: left;
}

@media only screen and (max-width: 768px) {
#title {
	min-width: 380px;
	padding: 80px 0;
	margin-bottom: 20px;
}
.title {
	position: relative;
	display: block;
	width: auto;
	padding: 0 10px;
}
.title h2 {
	top: 70%;
	font-size: 130%
}
}
/********* 内容 *****************************************************/

#content {
	display: block;
	margin-bottom: 20px;
}

h3.cotent_title_white {
text-align: center;
font-size: 300%;
  letter-spacing : 4px; 
  color: #fc8b1d;
  text-shadow    : 
       2px  2px 2px #000,
      -2px  2px 2px #000,
       2px -2px 2px #000,
      -2px -2px 2px #000,
       2px  0px 2px #000,
       0px  2px 2px #000,
      -2px  0px 2px #000,
       0px -2px 2px #000;
	
}
h3.cotent_title {
text-align: center;
font-size: 300%;
  letter-spacing : 4px;
  color: #fc8b1d;
  text-shadow    : 
       2px  2px 2px #009,
      -2px  2px 2px #009,fc8b1d
       2px -2px 2px #009,
      -2px -2px 2px #009,
       2px  0px 2px #009,
       0px  2px 2px #009,
      -2px  0px 2px #009,
       0px -2px 2px #009;
	margin-bottom: 50px;
}


h3.title_img {
	padding: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
h3.title_img img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
#content {
	display: block;
	padding: 0 15px;
	margin-bottom: 15px;
}
h3.cotent_title, h3.cotent_title_white {
text-align: center;
font-size: 180%;
  letter-spacing : 4px;
}

}

/********* メイン *************************************************/

#main {
  position: relative;
  width: 100%;
  min-height: 100vh;
	min-width: 1080px;
	display: block;
	background-size: cover;
	margin-bottom: 50px;
	overflow: hidden;
}
.main_back {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
z-index: 0;
}
.main_right {
object-fit: cover;
  object-position: 0% 100%;
position: absolute;
left: 40%;
width: 60%;
min-height: 100%;
z-index: 0;
}

.main_left {
position: absolute;
left: 0;
bottom: 0;
width: 60%;
z-index: 0;
}

.main_txt {
object-fit: contain;
position: absolute;
right: 2%;
width: 50%;
min-height: 100%;
z-index: 1;
}
#main .main {
  position: relative;
  z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
#main {
	min-width: 380px;
  min-height: inherit;
	margin-bottom: 30px;
}
}

/********* 画像*************************************************/

.pic_page {
float: right;
max-width: 50%;
margin-left: 50px;
margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
.pic_page {
float: none;
display: block;
max-width: 100%;
margin: 0 auto;
margin-bottom: 15px;
}
}

/********* 日本全国！どこへでも！出張査定！！**********/

table.table_double {
table-layout: fixed;
width: 100%;
}
table.table_double th, table.table_double td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_double td:nth-child(odd) {
padding-right: 3%;
}
table.table_double td:nth-child(even) {
padding-left: 3%;
}
@media only screen and (max-width: 768px) {
table.table_double th, table.table_double td {
display: block;
margin-bottom: 15px;
}
table.table_double td:nth-child(odd) {
padding-right: 0;
}
table.table_double td:nth-child(even) {
padding-left: 0;
}
}

/********* 背景**********/

.back_bcl {
	background-image: url(../files/medias/bcl/back_bcl.jpg);
	background-size: cover;
	padding: 80px 0;
}
#container100.back_bcl {
	margin-bottom: 80px;
}

.back_contact {
	background-image: url(../files/medias/bcl/back_contact.jpg);
	background-size: cover;
	padding: 80px 0;
}
#container100.back_contact {
	margin-bottom: 80px;
}


@media only screen and (max-width: 768px) {
.back_bcl {
	padding: 30px 0;
}
#container100.back_bcl {
	margin-bottom: 30px;
}

.back_contact {
	padding: 30px 0;
}
#container100.back_contact {
	margin-bottom: 30px;
}
}

ul.list_about {
    margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
ul.list_about li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 20.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}
ul.list_about li:nth-child(4n), ul.list_about li:last-child {
	margin-right: 0;
}
ul.list_about li h4 {
	font-size: 130%;
	background-color: #006;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
ul.list_about li p {
	line-height: 130%;
}

.pic_about {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}

.pic_about img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
    width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
ul.list_about li {
	margin: 0;
	width: 45%;
	margin-right: 1%;
	margin-bottom: 20px;
	padding: 2%;
}
ul.list_about li:nth-child(even), ul.list_about li:last-child {
	margin-right: 0;
}
ul.list_about li h4 {
	font-size: 100%;
}
ul.list_about li p {
	line-height: 130%;
}

}



/********* 買取実績 ****************/

h4.title_jisseki {
text-align: center;
font-size: 240%;
}

h4.title_jisseki span {
color: #F00;
font-size: 120%;
background:linear-gradient(transparent 70%, #FFFF00 0%);
}
@media only screen and (max-width: 768px) {
h4.title_jisseki {
font-size: 150%;
line-height: 150%;
}
h4.title_jisseki span {
font-size: 150%;
}
}

ul.list_jisseki {
    margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
ul.list_jisseki li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 20.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,153,0.8);
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.list_jisseki li:nth-child(4n), ul.list_jisseki li:last-child {
	margin-right: 0;
}
ul.list_jisseki li h5 {
	font-size: 110%;
	color: #009;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
ul.list_jisseki li p {
	line-height: 130%;
}

.pic_jisseki {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}

.pic_jisseki img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
    width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
ul.list_jisseki li {
	margin: 0;
	width: 45%;
	margin-right: 1%;
	margin-bottom: 20px;
	padding: 2%;
}
ul.list_jisseki li:nth-child(even), ul.list_jisseki li:last-child {
	margin-right: 0;
}
ul.list_jisseki li h5 {
	font-size: 100%;
}
ul.list_jisseki li p {
	line-height: 130%;
	font-size: 90%;
}
}

/********* 買取ご利用の流れ ****************/

.bg_teppan {
	background-image: url(https://houmon.yatsu-seikotsuin.com/files/medias/202104/back_teppan.jpg);
	background-size: cover;
	padding: 80px 0;
}

#container100.bg_teppan {
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.bg_teppan {
	padding: 30px 0;
}
#container100.bg_teppan {
	margin-bottom: 30px;
}
}
.box_flow {
display: block;
padding: 30px 50px;
margin-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,153,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@media only screen and (max-width: 768px) {
.box_flow {
display: block;
padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
}

ul.list_flow {
    margin: 0;
	padding: 0;
width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_flow li {
position: relative;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 19.0%;
	margin-right: 3.8%;
	margin-bottom: 30px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,153,0.8);
	color: #000;
}
ul.list_flow li:nth-child(4n), ul.list_flow li:last-child {
	margin-right: 0;
}

ul.list_flow li:after {
  position: absolute;
    bottom: 50%;
    right: -32px;
  content: '\f061';
  color: #F60;
  font-size: 200%;
  font-family: "Font Awesome 5 Free";
}
ul.list_flow li:nth-child(4n)::after, ul.list_flow li:last-child::after {
    content: none;
}



@media only screen and (max-width: 768px) {
ul.list_flow {
display: block;
}
ul.list_flow li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 40px;
}
ul.list_flow li:after, ul.list_flow li:nth-child(4n)::after {
    bottom: -32px;
    right: 45%;
  content: '\f063';
  font-size: 200%;
}

}

.step {
position: absolute;
left: -15px;
top: -15px;
background-color: #F00;
color: #FFF;
font-size: 90%;
padding: 5px;
width: 50px;
height: 50px;
text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.step span {
display: block;
font-size: 180%;
}



@media only screen and (max-width: 768px) {
.step {
left: -10px;
top: -10px;
font-size: 80%;
padding: 5px;
width: 45px;
height: 45px;
line-height: 130%;
}
.step span {
display: block;
line-height: 130%;
font-size: 180%;
}
}


.balloon3{
  position: relative;
  padding: 20px;
  width: 45px;
  height: 45px;
  line-height: 150%;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 16px;
  background-color: #fb6d8f;
  margin-bottom: 20px;
}
.balloon3::before{
 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-left: 20px solid #fb6d8f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.balloon3 span {
display: block;
font-size: 180%;
}


.balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 0 15px 20px 0;
  padding: 0 5px;
  padding-top: 10px;
  width: 90px;
  height: 90px;
  line-height: 90%;
  text-align: center;
  color: #FFF;
  font-size: 200%;
  font-weight: bold;
  background: #fb6d8f;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fb6d8f;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.balloon3-right-btm span {
font-size: 60%;
}


@media only screen and (max-width: 768px) {


.balloon3{
  position: relative;
  padding: 20px;
  width: 45px;
  height: 45px;
  line-height: 120%;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 16px;
  background-color: #fb6d8f;
  margin-bottom: 0px;
}
.balloon3::before{
 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-left: 20px solid #fb6d8f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.balloon3 span {
display: block;
font-size: 180%;
}	
}




ul.list_flow li h5 {
	font-size: 110%;
	color: #009;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
ul.list_flow li p {
	line-height: 130%;
}
@media only screen and (max-width: 768px) {
ul.list_flow li h5 {
	font-size: 120%;
}
ul.list_flow li p {
	line-height: 130%;
	font-size: 90%;
}
}

ul.list_contact {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_contact li {
	display: inline-block;
	list-style: none;
	font-weight: bold;
	text-align: center;
	margin: 0;
	width: 30%;
	font-size: 150%;
	margin-right: 3%;
	padding: 0;
}
ul.list_contact li a {
	display: block;
	background-color: #F00;
	color: #FFF;
	padding: 20px 20px;
}
ul.list_contact li:nth-child(1) a {
	background-color: #006;
}
ul.list_contact li:nth-child(2) a {
	background-color: #00B900;
}
ul.list_contact li a:hover {
background-color: #F60;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
@media only screen and (max-width: 768px) {
ul.list_contact {
display: block;
}
ul.list_contact li {
	display: block;
	margin: 0;
	width: auto;
	font-size: 150%;
	margin-right: 0;
	margin-bottom: 15px;
}
}



/********* お客様の声 ****************/

ul.list_voice {
    margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
ul.list_voice li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 24%;
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 3%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,153,0.8);
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.list_voice li:nth-child(3n), ul.list_voice li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
ul.list_voice {
display: block;
}
ul.list_voice li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 5%;
}
}
ul.list_voice li h4 {
	font-size: 130%;
	background-color: #006;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 15px;
}
ul.list_voice li h5 {
	font-size: 110%;
	color: #009;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
ul.list_voice li h5 .far {
font-size: 200%;
margin-right: 5px;
color: #F60;
}
ul.list_voice li p {
	line-height: 130%;
}



/********* お住まいの悩みを解決します ****************/

ul.list_check {
    margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_check li {
	display: inline-block;
	background-color: #000;
	color: #FFF;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 0;
}
ul.list_check li:nth-child(4n), ul.list_check li:last-child {
	margin-right: 0;
}

ul.list_check li p {
	margin: 0;
	padding: 15px;
	padding-left: 60px;
	font-weight: bold;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../files/medias/icon/icon_check.png);
	background-size: 40px;
}

.pic_check {
	position: relative;
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border: 8px solid #000;
  box-sizing: border-box;
}

.pic_check img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display: block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
ul.list_check {
    margin: 0;
	padding: 0;
	justify-content: left;
}
ul.list_check li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 0;
}
ul.list_check li:nth-child(even), ul.list_check li:last-child {
	margin-right: 0;
}

ul.list_check li p {
	margin: 0;
	padding: 5px 15px;
	padding-left: 50px;
	font-weight: bold;
	line-height: 130%;
	background-position: 10px center;
	background-size: 30px;
}
}


ul.list_double {
    margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_double li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
ul.list_double li:nth-child(even), ul.list_double li:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 768px) {
ul.list_double {
	display: block;
}
ul.list_double li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}
}

.box_red {
	display: block;
	background-color: #F00;
	color: #FFF;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box_red h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 180%;
}
.box_red h5 {
	line-height: 130%;
	
}
@media only screen and (max-width: 768px) {
.box_red {
	padding: 15px;
}
.box_red h4 {
	text-align: center;
	font-size: 120%;
}
.box_red h5 {
	line-height: 130%;
	
}
}



/********* よくある質問 ****************/

.bg_gray {
	background-color: #F5F5F5;
	padding: 80px 0;
}
#container100.bg_gray {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.bg_gray {
	padding: 30px 0;
}
#container100.bg_gray {
	margin-bottom: 0;
}
}

dl.faq {
clear: both;
margin: 0;
padding: 0;
}
dl.faq dt {
background-color: #006;
margin: 0;
position: relative;
font-weight: 600;
  color: #FFF;
font-size: 120%;
padding: 10px;
padding-left: 50px;
margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
dl.faq dt:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
  font-size: 150%;
  content: '\f059';
  color: #FF0;
  font-family: "Font Awesome 5 Free";
}

dl.faq dd {
margin: 0;
position: relative;
padding: 5px;
padding-left: 50px;
margin-bottom: 30px;
}
dl.faq dd:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
  font-size: 150%;
  content: '\f031';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

/********* FAQ ***********************************************/
dl#acMenu {
	margin: 0;
	padding: 0;
	width: 83%;
}
#acMenu dt {
	position: relative;
	display:block;
	margin: 0;
	margin-bottom: 20px;
	padding: 20px 70px;
	padding-left: 80px;
	border-bottom: dotted 1px #555;
	cursor:pointer;
	background-image: url(../files/medias/icon/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 30px;
	font-size: 120%;
  height: auto;
  min-height: 100%;
  font-weight: bold;
  color: #0266fd;
}
#acMenu dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	box-sizing: border-box;
	height: 100%;
	color: #0266fd;
	padding: 20px;
	font-size: 200%;
}
#acMenu dd {
	position: relative;
	background-color: #F5F5F5;
	margin: 0;
	margin-bottom: 30px;
	padding: 20px 70px;
	display:none;
	font-weight: bold;
}
#acMenu dd:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	height: 100%;
	box-sizing: border-box;
	color: #F00;
	padding: 20px 20px;
	font-size: 200%;
}
#acMenu dt.active{
	background-image: url(../files/medias/icon/icon_minus.png);
	margin-bottom: 0;
}

.pic_person0004 {
	position: absolute;
	right: 0;
	top: 250px;
	width: 200px;
}

@media only screen and (max-width: 768px) {
dl#acMenu {
	width: 85%;
}
#acMenu dt {
	position: relative;
	display:block;
	margin: 0;
	margin-bottom: 15px;
	padding: 10px 30px;
	background-position: right 15px center;
	background-size: 20px;
	font-size: 100%;
}
#acMenu dt:before {
	padding: 10px;
	font-size: 130%;
}
#acMenu dd {
	margin-bottom: 20px;
	padding: 10px 30px;
	font-size: 90%;
	line-height: 130%;
}
#acMenu dd:before {
	padding: 10px;
	font-size: 100%;
}

.pic_person0004 {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 100px;
	width: 100px;
}
}
/********* 会社概要 ***********************************************/

.back_ashiba02 {
	background-image: url(https://houmon.yatsu-seikotsuin.com/files/medias/202104/back_ashiba02.jpg);
	background-size: cover;
	padding: 80px 0;
}
#container100.back_ashiba02 {
	margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
.back_ashiba02 {
	padding: 30px 0;
}
#container100.back_ashiba {
	margin-bottom: 30px;
}

}
table.table_company {
table-layout: auto;
width: 100%;
}
table.table_company th, table.table_company td {
padding: 10px;
border: none;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
vertical-align: top;
}

table.table_company th {
background-color: #F5F5F5;
text-align: left;
width: 20%;
}
table.table_company td {
background-color: #FFF;
}

@media only screen and (max-width: 768px) {
table.table_company th, table.table_company td {
display: block;
border: none;
}

table.table_company th {
background-color: #F5F5F5;
text-align: left;
width: auto;
padding: 5px 10px;
}
table.table_company td {
margin-bottom: 15px;
}
}

/********* プライバシー *******************************************/
dl.privacy {
	margin: 0;
	padding: 0;
}
dl.privacy dt {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #006;
	border-bottom: 1px dotted #CCC;
}
dl.privacy dd {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	margin-bottom: 10px;
}



/********* 施工エリア *************************************************/

dl.areamap {
	display: inline-block;
	padding: 30px 50px;
	font-size: 130%;
	font-weight: bold;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	margin: 0;
}
dl.areamap dt {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 10px 30px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	background-color: #16D;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
dl.areamap dd {
	padding: 15px;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
}
.areamap {
	float: right;
	width: 40%;
	margin-left: 50px;
}

@media only screen and (max-width: 768px) {
dl.areamap {
	display: block;
	padding: 0;
	font-size: 100%;
}
dl.areamap dt {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 10px;
	margin: 0;
	margin-bottom: 5px;
}
dl.areamap dd {
	padding: 5px 10px;
	margin: 0;
	margin-bottom: 20px;
}
.areamap {
	float: none;
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
}







/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}






/********* フォーム *************************************************/

#form {
	clear: both;
}
#form h4 {
	line-height: 160%;
	margin-bottom: 0;
}

#form h5 {
	line-height: 130%;
	margin-bottom: 0;
}

#form dl {
	padding: 0;
	margin: 0;
	background-color: #EEE;
	margin-bottom: 30px;
}
#form dt {
	border-top: 1px dotted #999;
	clear: both;
	float: left;
	padding: 10px;
	margin: 0;
	width: 240px;
}

#form dd {
	border-top: 1px dotted #999;
	margin: 0;
	margin-left: 260px;
	padding: 10px;
	background-color: #FFF;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}


#form dd p {
	line-height: 130%;
}	

.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}



@media only screen and (max-width: 768px) {
	
#form dl {
	padding: 0;
	margin: 0;
	background: none;
}
#form dt {
	border:none;
	clear: both;
	float: none;
	padding: 2px 10px;
	margin: 0;
	width: auto;
	color: #F60;
	background-color: #EEE;
	font-weight: bold;
}

#form dd {
	border-top: none;
	border-bottom: 1px dotted #999;
	margin: 0;
	margin-left: 0;
	padding: 10px;
	margin-bottom: 10px;
	background: none;
}

}


/********* ボックス ************************************************/

.box_gray {
	clear: both;
	background-color: #F5F5F5;
	padding: 15px 30px;
	margin-bottom: 20px;
}
.box_shadow {
	display: block;
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	padding: 30px;
	margin-bottom: 20px;
}

/********* liststyle ************************************************/

ul.list_kome {
	margin: 0;
	padding: 0;
}
ul.list_kome li {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;
}
ul.list_kome li:before {
	content: "※";
	display: block;
	float: left;
	margin-left: -20px;
	border: none;
}

ul.list_dott {
	margin: 0;
	padding: 0;
}
ul.list_dott li {
	list-style-type: disc;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;
}



ul.list_twice, ul.list_twice02, ul.list_triple, ul.list_fourth, ul.list_fifth {
    margin: 0;
	margin-bottom: 20px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_triple li, ul.list_fourth li, ul.list_fifth li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #CCC;
}
ul.list_twice li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
ul.list_twice02 li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
ul.list_twice02 li:nth-child(even), ul.list_twice02 li:last-child {
	margin-right: 0;
}
ul.list_triple li {
	width: 33.3%;
}
ul.list_fourth li {
	width: 25%;
}
ul.list_fifth li {
	width: 20%;
}
ul.list_triple li h5, ul.list_fourth li h5, ul.list_fifth li h5 {
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
	background-color: #555;
	color: #FFF;
	border: 1px solid #999;
}




/********* 画像 ************************************************/


.imageleft {
	float: left;
	max-width: 60%;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	max-width: 60%;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imageright002 {
	float: right;
	max-width: 26%;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imagecenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.imagecenter00 {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imagecenter002 {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
.imagecenter002 {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
.imageright002 {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}	
	
}	
	
.pic {
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	imageright
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_center {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}



/********* ボタン ************************************************/


.bt {
	display: inline-block;
	margin-right: 10px;
}
.bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}	

.bt_center {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}



.bt_gray, .bt_black, .bt_red, .bt_navy, .bt_line {
	display: inline-block;
	margin: 5px;
}




.bt_black_full, .bt_line_full {
	display: block;
	margin: 5px 0;
}
.bt_gray a, .bt_black a, .bt_red a, .bt_navy a, .bt_line a {
	display: block;
	text-align: center;
	padding: 10px 40px;
	text-decoration: none;
}
.bt_gray a {
	background-color: #EEE;
	color: #000;
}
.bt_black a, .bt_black_full a {
	background-color: #000;
	color: #FFF;
}
.bt_red a {
	background-color: #F00;
	color: #FFF;
}
.bt_navy a {
	background-color: #006;
	color: #FFF;
}

.bt_black_full a, .bt_black_full a {
	display: block;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}


.bt_line a, .bt_line_full a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}
.bt_gray a:after, .bt_black a:after, .bt_red a:after, .bt_navy a:after {
	content: "  >"
}
.bt_gray a:hover, .bt_black a:hover, .bt_red a:hover, .bt_navy a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_black a:hover, .bt_black_full a:hover {
	background-color: #999;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bt_line a:hover, .bt_line_full a:hover {
	background-color: #FFF;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


/********* フレームレスポンシブル ************************************************/

.googlemap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
.googlemap {
    padding-bottom: 50%;
    height: 0;
}
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********* 個別 ************************************************/
.line {
	padding-bottom: 5px;
	border-bottom: solid 3px #F00;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}

.green {
	color: #039d90;
	font-size: 190%;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #039d90;/*左線*/
}
.yellow {
	color: #FC0;
}
.navy {
	color: #006;
}
.right {
	float: right;
}
.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}
.t_right {
	text-align: right;
}

.l_center {
	text-align: left;
}
@media only screen and (max-width: 768px) {
.t_center_pc {
	text-align: left;
}
.l_center {
	text-align: center !important;
}	
	
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.clear {
	clear: both;
}

.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
	line-height: 170%;
}
.f160 {
	font-size: 160%;
}
.f170 {
	font-size: 170%;
}
.f180 {
	font-size: 180%;
}
.f200 {
	font-size: 200%;
}
.f250 {
	font-size: 250%;
}
.bold {
	font-weight: bold;
}
@media only screen and (max-width: 768px) {

.f150 {
	font-size: 120%;
}
.f160 {
	font-size: 130%;
}
.f170 {
	font-size: 140%;
}
.f180 {
	font-size: 140%;
}
.f200 {
	font-size: 140%;
}
.f250 {
	font-size: 140%;
}	
.green {
	color: #039d90;
	font-size: 120%;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #039d90;/*左線*/
}	
	
}



.sp_only {
	display: none;
}
@media only screen and (max-width: 768px) {
.sp_only {
	display: block;
}

.pc_only {
	display: none;
}
}


/********* 5つのポイント *************************************************/

.box_5point {
	padding: 40px;
	margin-bottom: 30px;
	border: 5px dotted #fd6379; /*太さ・線種・色*/
 background-color: #fff; /* 背景色 */
 border-radius: 1px; /*角の丸み*/
}

.box_5point h5 {
		font-size: 210%;
	padding: 7px;
	padding-left: 45px;
	color: #fa5c67;
	background-image: url(../files/medias/icon/icon_calte02.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center left;
	margin-bottom: 10px;
	
}
.pic_5point {
	float: right;
	position: relative;
	display: block;
	margin-left: 50px;
	width: 270px;
	height: 270px;
	overflow: hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.pic_5point_img {
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 768px) {
.box_5point {
	padding: 15px;
	margin-bottom: 20px;
}

.box_5point h5 {
	font-size: 130%;
	line-height: 130%;
	padding: 5px;
	padding-left: 40px;
	background-size: 35px;
}
.pic_5point {
	float: none;
	position: relative;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	overflow: visible;
}
.pic_5point_img {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 100%;
  transform: none;
  -webkit-transform: none;
}
}

ul.list_check003 {
	margin: 20px 0;
	padding: 0;
}
ul.list_check003 li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 160%;
	margin-bottom: 10px;
	background-image: url(../files/medias/common/icon_check.png);
	background-repeat: no-repeat;
	background-size:  40px;
	background-position: left 15px;
	padding-left: 40px;
	color: #30406e;
}



@media only screen and (max-width: 768px) {
ul.list_check003 {
	clear:  both;
	margin: 15px 0;
	padding: 0;
}
ul.list_check003 li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 5px;
	background-size: 25px;
	background-position: left 5px;
	padding-left: 30px;
}
}

.youtui {
	color: #2854b7;
	text-align: center;
	font-weight: bold;
	font-size: 240%;
	line-height: 130%;
}
@media only screen and (max-width: 768px) {
.youtui {
	font-size: 150%;
}
}

/********* 施術料金 *************************************************/

table.list_requestmoney {
	width: 100%;
	table-layout:fixed;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.list_requestmoney th {
	text-align: left;
	background-color: rgba(6,175,149,0.4);
	padding: 35px 10px;
	color: #06af95;
	font-size: 150%;
}
table.list_requestmoney th p {
	font-weight: normal;
	color: #000;
	font-size: 120%;
	line-height: 180%;
}
table.list_requestmoney td {
	padding: 35px 10px;
	text-align: center;
	font-size: 150%;
}
table.list_requestmoney th:nth-child(1) {
	width: 30%;
	background-color: rgba(6,175,149,0.15);
}

@media only screen and (max-width: 768px) {
table.list_requestmoney {
	font-size: 90%;
}
table.list_requestmoney th {
	font-size: 110%;
	padding: 15px 10px;
}	
	
table.list_requestmoney th p {
	font-size: 80%;
}

table.list_requestmoney th:nth-child(1) {
	width: 30%;
}
table.list_requestmoney td {
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
}
}


table.table_requestmoney {
	width: 100%;
	table-layout:fixed;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 150%;
background-color: #FFF;
line-height: 150%;
}

table.table_requestmoney th,
table.table_requestmoney td {
	padding: 0.5em 0.5em;
	text-align: center;
	border: 1px solid #CCC;
}
table.table_requestmoney th {
	font-weight: 600;
background-color: #06af95;
	color: #FFF;
}

table.table_requestmoney td {
	color: #000;
}

table.table_requestmoney tr.table_back_gray {
background-color: #EEE;
}

table.table_requestmoney tr.table_back_cream {
background-color: #FF9;
}
table.table_requestmoney tr.table_back_orange {
background-color: #FC0;
border: 5px solid #000;
}
@media only screen and (max-width: 768px) {
table.table_requestmoney {
	font-size: 75%;
}
}

ul.list_nijuumaru {
margin: 0;
padding: 0;
}
ul.list_nijuumaru li {
position: relative;
list-style: none;
line-height: 150%;
margin: 0;
margin-bottom: 10px;
padding: 0;
padding-left: 1.1em;
}
ul.list_nijuumaru li:before {
position: absolute;
content:  "◎";
margin-left: -1.1em;
}


.f_bold {
font-weight: 900;
}
.f_normal {
font-weight: 400;
}
.f80 {
font-size: 80%;
}
.f70 {
font-size: 70%;
line-height: 130%;
}
.f50 {
font-size: 50%;
line-height: 130%;
}

.underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #000;
  text-decoration-skip-ink: none;
text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.red.underline {
  text-decoration-color: #F00;
}
.f_bold.underline {
text-decoration-thickness: 2px;
}


/********* 施術について *************************************************/

ul.list_treatment {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.list_treatment li {
	position: relative;
	display: block;
	list-style: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 20px 30px;
	padding-bottom: 10px;
	margin: 0;
	margin-bottom: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.list_treatment li:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #3db896;
}
ul.list_treatment li:nth-child(4n):after {
	display: none;
	margin-bottom: 0;
}
.list_treatment h5 {
	display: inline-block;
	background-color: #3db896;
	color: #FFF;
	padding: 3px 30px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

@media only screen and (max-width: 768px) {
ul.list_treatment li {
	padding: 15px;
}
ul.list_treatment li:after {
  top: 101.5%;
  left: 50%;
  margin-left: -30px;
}
.list_treatment h5 {
	padding: 3px 30px;
}
.list_treatment p {
	margin-bottom: 0;
}
}

.pic_treatment {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	position: relative;
	display: block;
	width: 30%;
	height: 0;
	padding-top: 22%;
	overflow: hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.pic_treatment img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
.pic_treatment {
	flex: none;
	margin:  0 auto;
	margin-top: 20px;
	margin-bottom: -50px;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 50%;
}
.pic_treatment img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}	
	
}


h4.title_flow {
text-align: left;
font-size: 200%;
}

h4.title_flow span {
color: #fc5c7a;
font-size: 120%;
background:linear-gradient(transparent 70%, #b8f9cd 0%);
}
@media only screen and (max-width: 768px) {
h4.title_flow {
font-size: 150%;
line-height: 150%;
}
h4.title_flow span {
font-size: 120%;
}
}


/********* フッター お問い合わせ *****************************************************/

#footer_contact {
    display: block;
	width: 100%;
	min-width: 1000px;
	font-size: 130%;
	line-height: 160%;
	font-weight: bold;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);

	background-size: cover;
}
#footer_contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	margin-bottom: 30px;
}
#footer_contact p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
#footer_contact {
	min-width: 380px;
	line-height: 130%;
	font-size: 100%;
	margin: 0 auto;
	padding: 15px 0;
}

#footer_contact h3 {
	font-size: 200%;
	margin-bottom: 10px;
}

#footer_contact p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
}

.footer_contact_tel {
	display: block;
	clear: both;
}
.footer_contact_tel p {
	vertical-align: middle;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 0 !important;
}
.footer_tel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 280%;
	background-image: url(../files/medias/icon/icon_tel_wh02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	line-height: 60px;
}
.foot_contact_line {
	display: inline-block;
}
.footer_tel a {
	color: #FFF;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
.footer_contact_tel p {
	line-height: 160%;
	font-size: 130%;
}
.footer_tel {
	margin-left: 30px;
	font-size: 240%;
	background-size: 40px;
	padding-left: 40px;
	line-height: 46px;
}
.foot_contact_line {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
}


.box_beginners {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
	background-image: url(../files/medias/icon/icon_calte.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right -20px bottom -20px;
		-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.box_covid {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
		-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.box_covid p {
font-weight: bold;
	font-size: 150%;
	color: #1d5b99;
}

.box_beginners h4 {
	font-size: 150%;
	padding: 7px;
	padding-left: 45px;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_calte.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.box_beginners {
	padding: 15px;
	margin-bottom: 20px;
	background-size: 120px;
}

.box_covid {
	padding: 15px;
	margin-bottom: 20px;
}
.box_covid p {
	font-size: 110%;
}

.box_beginners h4 {
	font-size: 110%;
	padding: 5px 0;
	padding-left: 30px;
	background-size: 25px;
	background-position: top left;
}
}

.box_beginners {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
	background-image: url(https://houmon.yatsu-seikotsuin.com/files/medias/icon/icon_clinic_gray.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right -20px bottom -20px;
}

.box_beginners h4 {
	font-size: 140%;
	padding: 7px;
	padding-left: 45px;
	color: #066dd5;
	background-image: url(../files/medias/icon/icon_calte.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.box_beginners {
	padding: 15px;
	margin-bottom: 20px;
	background-size: 120px;
}

.box_beginners h4 {
	font-size: 110%;
	padding: 5px 0;
	padding-left: 30px;
	background-size: 25px;
	background-position: top left;
}
}

