/*------------------------------------------------------------------------------*/
/*[21/06/21]
--------------------------------------------------------------------------------*/
/* スマホ用CSS
--------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

p {
	line-height: 1.6;
}

table {
    max-width: 100%;
}

td {
	word-break: break-all;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}
.mobileOn{display:block;}	/*add2024-09 HO*/

@media print, screen and (max-width: 576px) {
	.pc {
		display: none !important;
	}
}

/* public_html?̃y?[?W?̋??ʕ???????
------------------------------------------------------------------------------*/
#drawer h2 {
    font-weight: 500;
    line-height: 1.2;
}

.drawer_search ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.drawer_search [type="text"],
.drawer_search [type="search"] {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
  font-weight: 300;
}

/* ----------------------------
  drawer
------------------------------ */
#drawer .drawer_top_list li a span,
#drawer .drawer_bottom_list li a span {
	display: block;
}

.layout_body {
	width: auto;
	overflow: hidden;
	border: 0;
}

.layout_table {
	font-size: 1em;
}


.layout_table,
.layout_table > tbody,
.layout_table > tbody > tr,
.layout_table > tbody > tr > td {
	display: block;
	box-sizing: border-box;
	width: auto !important;
}
/* ----------------------------
  ????ider
------------------------------ */
.slick-list {
	padding: 0;
}

/* ----------------------------
  guide/construction.html
------------------------------ */
.main-content {
    float: none;
    width: auto;
    padding: 0 10px;
}

.construction-wrapper {
    width: auto;
    overflow: hidden;
}

.construction-wrapper h1 {
	font-size:1em;
	margin: 0 0 .5em;
}

.construction-wrapper h2 {
	margin-top: 1em;
}
.construction-wrapper h3{
	border-bottom: none;
	height: auto;
}

.section02 p.text-03,
.construction-box .send-photo {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	max-width: 535px;
}
.renovation-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}

.construction-box .box-blue,
.construction-box .box-green {
	width: calc(33.33% - 5px);
	max-width: 248px;
}

.case .case-box{
	margin: 0;
	width: auto;
}

	
/* ----------------------------
  form page & others
------------------------------ */
.free_area {
/*    max-width: 550px; 
	max-width: 560px;*/
	max-width: 769px;
    margin: 0 auto;
    width: auto;
	padding-top: 120px; /* ADDED [26/02/11] ヘッダー固定に伴いpadding追加 */
}

.pageTitle {
    padding: 5px 10px;
    font-size: 1.3em;
}

#intro{
	/*max-width: 560px;*/
	max-width: 769px;
	padding-right: 100px;
	width: auto;
	height: auto;
	background-size: contain;
}

#stepIMG {
	margin: 0 auto;
	width: auto;
	/*max-width: 550px;*/
	max-width: 769px;
}

table.consult {
	margin: 0 auto;
	width: 100%;
	font-size: 1em;
}

.form-titBar{
	width: auto;
	margin: 0;
	padding: 6px 0 6px 40px;
	font-weight: normal;
}

.titBarl {
	width: auto;
	margin: 0;
}

#form1 input {
    max-width: 100%;
    margin: 3px 0;
}

.consult_form select,
.consult_form input {
	padding: initial;
	background-color: initial;
	border: initial;
	border-radius: initial;
}

.consult_form input, .consult_form select {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
}

.consult_form input[type="text"], .consult_form select {
	padding: 4px;
}

.consult_form input[type="file"] {
    border: none;
}

input[type="radio"],
input[type="checkbox"],
.consult_form input[type="radio"],
.consult_form input[type="checkbox"] {
	-webkit-appearance: auto;
}

table.nl, table.nl2, table.nl3 {
	width: 100%;
}

table.nl td,
table.nl2 td,
table.nl3 td{
	width: auto;
}

ul#garaPhone {
	display: flex;
	justify-content: space-between;
	max-width: 350px;
	margin: 0 auto;
}

.consult_form .inOut {
	display: inline-block;
	padding: 6px 0;
}

.consult_form .ill2 .inputArea td {
	padding: 0 0 7px;
}

table.ill3 {
	width: auto;
}

ul#garaPhone li {
	float: none;
}

#enq {
	margin: 15px auto;
	max-width: 530px;
	width: auto;
}

input.btn_submit,
#form1 input.btn_submit {
    width: 200px;
    font-size: 1.2em;
    padding: .8em;
}

.body_sp {
	min-width: 0 !important;
	padding-inline: 0 !important;
}

/*  [ADDED - 2021/07/16]*/
.body_sp .layout_header h1 {
    background: none;
}

/*.body_sp .heading,
.body_sp div#flashcontent {
	text-align: center;
} */

.body_sp #tit1,
.body_sp #tit2 {
/*	margin-left: auto;
	margin-right: auto; */
	width: auto;
	/*max-width: 560px;*/
	height: auto;
	position: relative;
	background-size: contain;
}

.body_sp #tit1:before {
	content: "";
	display: block;
	padding: 26.7857% 0 0;
}

.body_sp #tit2:before {
	content: "";
	display: block;
	padding: 17.8571% 0 0;
}

.body_sp #tit1 > span,
.body_sp #tit2 > span {
	display: block;
	position: absolute;
	z-index: -1;
}
/*  end - [ADDED - 2021/07/16] */

.body_sp .free_area h3 {
    width: auto;
}

#store-info, #store-access, #store-floor {
    width: auto;
}
/* ----------------------------
  company page styles
------------------------------ */
#company_menu ul {
	display: flex;
	flex-direction: row-reverse;
}

#company_menu li {
	float: none;
    flex-grow: 1;
}

#company_menu a {
    padding: 5px 0;
    width: 100%;
    display: block;
    text-align: center;
}

.table_basic th,
.table_basic td {
	padding: 5px;
    border: 1px solid;
    font-size: 12px;
}

/* ----------------------------
  boiler page styles
------------------------------ */
.body_sp table.s_kyutoki {
	width: 100% !important;
	/*max-width: 560px;*/
	height: auto;
}

.body_sp table.s_kyutoki tbody,
.body_sp table.s_kyutoki tr {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.body_sp table.s_kyutoki tr {
    display: flex;
    height: auto;
}

.body_sp table.s_kyutoki td {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 5px 10px 5px 20px;
    min-height: 37px;
    line-height: 1.2;
    background: #fbf6fc;
    background: -moz-linear-gradient(top,  #fbf6fc 0%, #d1e7fe 100%);
    background: -webkit-linear-gradient(top,  #fbf6fc 0%,#d1e7fe 100%);
    background: linear-gradient(to bottom,  #fbf6fc 0%,#d1e7fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6fc', endColorstr='#d1e7fe',GradientType=0 );
    border: 1px solid #20a6ff;
}

.body_sp table.s_kyutoki .ky_li a {
    display: block;
	color: #1e92e3;
}

.body_sp table.s_kyutoki .ky_li a:hover {
	color: #00C;
}

.body_sp table.s_kyutoki td img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* ----------------------------
  guide/words.html styles
------------------------------ */
.free_area h1 {
    width: auto;
/*    max-width: 550px;
	max-width: 560px; */
    height: auto;
    min-height: 1.5em;
    line-height: 1.3;
}

.free_area h2 {
    width: auto;
/*    max-width: 550px; 
	max-width: 560px;*/
    height: auto;
    min-height: 1.5em;
    line-height: 1.3;
}

.faq_area {
    width: auto;
    /*max-width: 560px;*/
}


.faq_area dl {
    width: auto;
/*    max-width: 550px; 
	max-width: 560px;*/
}

.faq_area dt,
.faq_area dd {
    width: auto;
}

/* --------------------
  guide/index.html
  --------------------  */
.guide_pageNav {
    margin: 15px 5px;
}

.guide_pageNav li {
	margin: 10px 0;
	font-size: 13px;
}

.guide_pageNav a:link {
    color: #09f;
}

.guide_pageNav a:hover {
    color: #00c;
}

.guide_box {
    width: auto;
    max-width: 558p;
}

/*.guide_box h3 {
    width: auto;
    height: auto;
    border: 0;
} */

/* .guide_inbox {
    margin: 0;
    padding: 12px;
} */

.guide_inbox > *,
.guide_mailorderflow,
.guide_box .attention {
	font-size: 13px;
}

.guide_box .guideTbl01 {
    margin: 20px auto;
}

.guide_box .guideTbl01 th,
.guide_box .guideTbl01 td {
    padding: 4px 7px;
    border: 1px solid #666;
}

/* ?T?u?E?B???h?E?p */
.subwindow,
.subwindow_main,
.subwindow h1 {
	width: auto;
}

.subwindow_main {
    padding: 20px;
}

.boiler_iconconf .intitle {
    font-size: 1.15em;
}

.boiler_iconconf .intitle > span {
    margin: 0;
}


.inquiry_form input,
.inquiry_form select {
    border: 1px solid #3b3b3b;
    border-radius: 2px;
    font-size: 100%;
    padding: 4px 7px;
}
.inquiry_form .FS2_bottom_btn_center_1 input {
    border: 0;
}



.pan {
	width: auto;
}

.construction_box {
	border-radius: 8px;
}

.construction_box .title > .sp {/* ADDED [21/07/23] */
    display: block;
	padding: .3em;
	line-height: 1.3;
}

/* ----------------------------
  guide/construction.html
------------------------------ */
.section02 a.btn-sec02 {
    width: auto;
}

.construction-wrapper h1 {
	font-size: .92em;
}

.construction-wrapper h2 {
	padding-bottom: 5px;
	height: auto;
	line-height: 1.3;
	font-size: 1.1em;
}

.construction-wrapper h3 {
	font-size: 1.3em;
}

.renovation-box {
	display: flex;
	justify-content: space-between;
}

.main-content .box-blue,
.main-content .box-green {
    float: none;
    margin: 0 0 7px;
    width: calc(33.33% - 3.5px);
}

.construction-box .space {
	margin: 0 0 7px;
}

.construction-wrapper .renovation h4 {
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
	padding: 5px 5px 0;
	/* font-size: 2.4vw; */
	font-size: 1.3em; /* MODIFIED[21/11/16] */
	margin: 7px 0 5px; /* MODIFIED[21/11/16] */
	line-height: 1.3;
}

.case .case-box ul {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.case .case-box ul li {
	margin: 0;
    width: calc(50% - 1px);
    height: auto;
}

.renovation-box-inner .box-price {
    padding: 10px 2px 0;
}

.renovation-box-inner .box-price span{
   font-size: 2.2em;
}

@media print, screen and (max-width: 991px) {
	.inquiry_form ul#nav-r01 li#support .colWrap {
		flex-direction: column-reverse;
	}

	.inquiry_form ul#nav-r01 li#support .colWrap .faqFrame {
		padding: 0 15px;
	}
	
	.inquiry_form ul#nav-r01 li#support .colWrap #staff {
		margin: 20px auto 30px;
	    width: 100%;
	    max-width: 277px;
	    text-align: center;
	}

	.inquiry_form ul#nav-r01 li#support .colWrap #staff p {
		width: auto;
		margin: 0 auto 20px;
		padding: 0 20px;
	    text-align: left;
	}
	
	.inquiry_form ul#nav-r01 li#support #staff img {
	    width: 100%;
	    height: 100%;
	}

	.inquiry_form ul#nav-r01 li#support .colWrap .faqFrame {
	    width: auto;
	}
	
	.inquiry_form #guideNav ul.nav-r02 {
		justify-content: flex-start;
	}
	
	.inquiry_form #guideNav ul.nav-r02 li {
	    width: calc(33.3% - 10px);
	    margin: 0 5px 20px;
	}
	
	.inquiry_form #guideNav ul.nav-r02 li .caption {
		top: 150px;
	}
	
	.inquiry_form #guideNav ul.nav-r02 li .caption dt {
	    position: relative;
	    padding: 0 10px 0 0;
		height: 25px;
	    text-align: right;
	}
	
	.inquiry_form #guideNav ul.nav-r02 li .caption dd {
		height: 150px;
		overflow: auto;
	}
	
	.inquiry_form #guideNav ul.nav-r02 li .caption dt img {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.inquiry_form #footerNav ul#nav-r03 > li:first-child {
	    width: 45%;
	}

	.inquiry_form #footerNav ul#nav-r03 > li:last-child {
	    width: 55%;
	}
	
	.inquiry_form #footerNav ul#categoryAll {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	.inquiry_form #footerNav ul#categoryAll li {
	    width: calc(50% - 10px);
	    margin: 0 0 5px;
	}
}



@media print, screen and (max-width: 767px) {

	/* ----------------------------
	  form page
	------------------------------ */

	/* inquiry page footer */
	.inquiry_form #guideNav ul#nav-r01 {
		display: block;
	}
	
	.inquiry_form ul#nav-r01 li#support,
	.inquiry_form ul#nav-r01 li#calendar {
		width: auto;
	}

	.inquiry_form ul#nav-r01 li#calendar {
		display: flex;
		align-items: center;
		align-content: center;
		margin: 15px auto 0;
		background-position: right 25px top 50%;
    	background-size: 30% auto;
	}
	
	.inquiry_form #footerNav ul#nav-r03 {
		display: block;
	}
	
	.inquiry_form #footerNav ul#nav-r03 > li {
	    width: auto !important;
	    margin: 0 auto;
	    max-width: 576px;
	}
	
	.inquiry_form #footerNav ul#nav-r03 > li:last-child {
	    margin-top: 30px;
	}

	.inquiry_form ul#nav-r03 li dd {
		padding-left: 15px;
	}
	
	.inquiry_form #footerNav ul#categoryAll li {
	    width: calc(33.33% - 5px);
	    margin: 0 0 5px;
	}
}

@media print, screen and (max-width: 720px) and (min-width: 576px) {
	.inquiry_form ul#nav-r01 li#calendar {
		padding: 0;
		justify-content: center;
		background-image: none;
	}
	
	.inquiry_form ul#nav-r01 li#calendar dl,
	.inquiry_form ul#nav-r01 li#calendar ul {
		margin: 0;
		width: auto;
	}
}

@media print, screen and (max-width: 575px) {
	.body_sp .page_top {
		width: auto;
	}

	table {
	    width: 100%;
	}
	
	/* ----------------------------
	  guide/construction.html
	------------------------------ */
	.renovation-box {
		display: block;
	}
	
	.main-content .box-blue,
	.main-content .box-green {
	    width: auto;
	    margin: 0 auto 10px;
	    max-width: 248px;
	}
	
	.case .case-box-inner {
		padding: 0 10px 10px;
	}


	/* ----------------------------
	  form page
	------------------------------ */
	#intro{
		padding-right: 60px;
		background-size: 60px auto;
	}
	
	table.consult,
	table.consult > tbody,
	table.consult > tbody > tr,
	table.consult > tbody > tr > th,
	table.consult > tbody > tr > td{
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	table.consult > tbody > tr.req > th {
		position: relative;
		padding-right: 50px;
	}
	
	table.consult th br {
		display: none;
	}
	
	table.consult th img {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.consult_form textarea {
		width: 100%;
	}
	
	table.nl th,
	table.nl2 th,
	table.nl3 th {
		width: 90px;
	}
	
	table.ill, table.ill2 {
		width: auto;
	}

	/* ----------------------------
	  inquiry page
	------------------------------ */
	.inquiry_form .userTable_01,
	.inquiry_form .userTable_01 > tbody,
	.inquiry_form .userTable_01 > tbody > tr,
	.inquiry_form .userTable_01 > tbody > tr > th,
	.inquiry_form .userTable_01 > tbody > tr > td {
	    display: block;
	    width: 100%;
	    box-sizing: border-box;
	    position: relative;
	    font-size: 12px;
	}

	.inquiry_form .userTable_01 {
		margin: 10px auto 0;
	}

	.inquiry_form .userTable_01 > tbody > tr > th,
	.inquiry_form .userTable_01 > tbody > tr > td {
		padding: 10px;
		border: 0;
		text-align: left;
	}
	
	.inquiry_form .userTable_01 > tbody > tr > td {
		border-bottom: 1px solid;
		padding: 15px 10px;
	}
	
	.inquiry_form .userTable_01 > tbody > tr:last-child > td {
		border-bottom: 0;
	}
	
	.inquiry_form .userTable_01 textarea {
		width: 100%;
	}
	
	.inquiry_form #M_Comfirm{
	    margin-top: 10px;
	}
	

	/* inquiry page footer*/
	.inquiry_form #rules ul {
		height: auto;
		overflow: hidden;
		margin: 10px 0 0;
	}
	
	.inquiry_form #rules ul li {
		float: none;
		margin: 5px 0;
	}
	
	.inquiry_form ul#nav-r01 li#calendar {
		display: block;
	    margin: 15px auto 0;
	    padding-bottom: 40%;
	    background-size: 100% auto;
	    background-position: center bottom;
	}

	.inquiry_form li#calendar dl, li#calendar dt, li#calendar dd,
	.inquiry_form li#calendar ul {
	    /* width: auto; */
	    margin-left: auto;
	    margin-right: auto;
	}


	.inquiry_form #guideNav ul.nav-r02 {
		justify-content: space-between;
	}

	.inquiry_form #guideNav ul.nav-r02 li {
		width: calc(50% - 5px);
		margin: 0 0 15px;
	}

	.inquiry_form #footerNav ul#categoryAll li {
	    width: calc(50% - 10px);
	    margin: 0 0 5px;
	}
	
	.inquiry_form #footerNav ul.nav-r02 li .caption {
		top: 125px;
	}
	
	.inquiry_form #footerNav ul#nav-r03 > li {
	    width: auto;
	    margin: 0;
	}
	
	.inquiry_form ul#nav-r03 li dl {
		display: block;
	}

	.inquiry_form ul#nav-r03 li dt {
	    margin: 0 auto 20px;
	    text-align: center;
	}

	.inquiry_form ul#nav-r03 li dd {
	    margin: 0;
	    padding: 0;
	    font-size: .95em;
	}


	/* ----------------------------
	  nlt
	------------------------------ */
	.body_sp #nlt .subtitle {
		position: relative;
		margin: 25px 0 15px;
		padding: 8px 20px 12px 38px;
		width: auto;
		height: auto;
		font-size: 15px;
		border-radius: 6px 30px 30px 6px;
		border-top: 4px solid #46befd;
		box-shadow: 2px 4px 0 #000545;
		background: rgb(53,169,247);
		background: -moz-linear-gradient(top,  rgba(53,169,247,1) 0%, rgba(3,105,190,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(53,169,247,1) 0%,rgba(3,105,190,1) 100%);
		background: linear-gradient(to bottom,  rgba(53,169,247,1) 0%,rgba(3,105,190,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a9f7', endColorstr='#0369be',GradientType=0 );
	}

	.body_sp #nlt .subtitle:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 7px;
		width: 28px;
		height: 30px;
		background:url("https://suidousetubi.itembox.design/item/design/img03/ico_ttl_bg1.png") no-repeat 0 0;
		background-size: contain;
		transform: translateY(-50%);
	}
	
	.body_sp #nlt .subtitle_txt {
		margin: 0;
		line-height: 1.3;
		font-size: 1em;
    }
    
	/* ----------------------------
	  guide/words.html
	------------------------------ */
	.free_area h1 {
	    font-size: 1.35em;
	}

	.free_area h2 {
	    font-size: 1.35em;
	}
    
    
	/* ----------------------------
	  company/
	------------------------------ */
	/* kyujin styles ADDED - [21/08/03] */
    .kyujinFrame .inner.colWrap {
		display: block;
	}

	.kyujinFrame .inner.colWrap .img {
		margin: 20px auto 0;
	}
	
	.kyujinFrame .inner.colWrap .txt {
		width: auto;
	}
	
	.kyujinFrame .inner.colWrap .head {
		margin: 25px 0 15px;
		text-indent: -.5em;
		font-weight: bold;
		font-size: 1.15em;
		text-align: center;
	}
	
	.kyujinFrame .areaFrame {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 20px;
		max-width: 340px;
	}
	
	.kyujinFrame .areaBox {
		margin: 0;
		width: calc(33.33% - 15px);
	}
	
	.kyujinFrame .areaFrame + p {
		text-align: right;
	}
	
	.kyujinFrame .requirementFrame .requirementTbl,
	.kyujinFrame .requirementFrame .requirementTbl > tbody,
	.kyujinFrame .requirementFrame .requirementTbl > tbody > tr,
	.kyujinFrame .requirementFrame .requirementTbl > tbody > tr td {
		display: block;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	
	.kyujinFrame .requirementFrame .requirementTbl td {
		padding: 10px 15px;
	}
	
	.kyujinFrame .requirementFrame .requirementTbl td:first-child {
		padding: 15px 0 0;
		width: auto;
		border-top: 1px solid #ddd;
		font-size: 1.15em;
		font-weight: bold;
	}
}

@media print, screen and (max-width: 359px) {
	/* ----------------------------
	  guide/construction.html
	------------------------------ */
	.case .case-box ul {
	    display: block;
	}

	.case .case-box ul li {
		margin: 0 auto 10px;
		width: auto;
	}
}


/* contact_btm - ADDED [23/11/21] */
body {
    padding-bottom: 80px;
}

.contact_btm {
    display: grid;
    place-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 -1px 5px rgba(0,0,0,.25);
    z-index: 999;
}

.contact_btm .flex {
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*.contact_btm .flex > * {
    width: calc(50% - 1em);
}*/

.contact_btm .tel {
	width: calc(58% - 1em);
    text-align: center;
    line-height: 1.3;
}

.contact_btm .tel .txt {
    font-weight: 500;
    font-size: .95em; 
}

.contact_btm .tel .txt.hd {
    background: #0091b8;
    margin: 0 auto 0.15em;
    width: 100%;
    color: #fff;
    font-size: .8em;
    line-height: 1.3;
    padding: 2px 2px 3px;
    letter-spacing: .05em;
}

.contact_btm .tel .num {
    font-size: 1.65em;
    font-weight: bold;
    color: #004097;
    line-height: 1;
    letter-spacing: -.02em
}

.contact_btm .tel .num a {
	color: #004097;
	text-decoration: none;
}

.contact_btm .tel .num a:hover {
	background: none;
}

.contact_btm .tel .num a img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
}

.contact_btm .mail {
	width: 42%;
    font-weight: bold;
}

.contact_btm .mail a {
    display: grid;
    width: 100%;
    place-items: center;
    padding: 1em .25em;
    padding-left: 25px;
    line-height: 1.3;
    text-align: center;
    background: #ea6061;
    color: #fff;
    border-radius: .3em;
	position: relative;
}

.contact_btm .mail a:after{
  position: absolute;
  content: "";
  background: url('https://suidousetubi.itembox.design/item/common/sp/drawer_top_nav_ico_03.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 30px;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 500px) {
    .contact_btm .flex {
        padding: 0 15px;
    }
    
    .contact_btm .tel {
        display: grid;
        grid-template-columns: min(30%, 11em) 1fr;
    }
    
    .contact_btm .tel .txt.hd {
        grid-row-start: 1;
        grid-row-end: 3;
        display: grid;
        place-items: center;
        padding: 0 10px;
    }
    
    .contact_btm .tel .txt:not(.hd),
    .contact_btm .tel .num {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        padding-left: 12px;
    }

    .contact_btm .tel .num {
		font-size: 1.48em;
		letter-spacing: 0;
	}
    
    .contact_btm .mail {
        max-width: 15em;
    }
    .contact_btm .mail a {
        display: block;
        padding-left: 33px;
    }
}

@media print, screen and (max-width: 360px) {
    .contact_btm {
        font-size: .9em;
    }
}

/* contact_btm - end */


/* ランキング調整 */
@media (max-width: 480px) {
	.sub-box2 .tab-ranking {
		display: block !important;
	}

	div.sub-box2 .tab_ranking-rank:not(:last-of-type) {
		margin-bottom: 15px !important;
	}
}