--------@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,
body {
	width: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f60;
}

/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}

.is-sp {
	display: none;
}

img {
	width: 100%;
}

.bold {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container {
	position: relative;
	padding-top: 6.3em;
	overflow: hidden;
}

/*本体*/
.main {
	margin-bottom: 0em;
}

/*カラム部分*/
.main-in {
	padding: 3em 0;
}

/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	padding: 0 60px;
}

/*段落タグ*/
.main-contents p {
	line-height: 2em;
}

/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.7em;
}


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.5em 0.9em 0em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	font-weight: bold;
}

/*H4タグ*/
.main-contents h4 {
	border-bottom: 1px dotted #ccc;
	font-size: 1.4em;
	margin-bottom: 0.5em;

}

/*H5タグ*/
.main-contents h5 {
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

#header {
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in {
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	padding: 0em 0em 0.5em;
}

/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 23%;
	margin-top: 8px;
	margin-left: 0px;
}

#header .header-logo {
	margin-bottom: 0em;
}

#header .header-logo img {
	width: 100%;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width: 25%;
	float: right;
	margin: 0em 2em 0.5em 0em;
}

.header_tel img {
	width: 100%;
}

/*ヘッダー 住所*/
.header_adress {
	width: 32%;
	float: right;
	margin: 0em 0.3em 0em;
}

.header_adress img {
	width: 100%;
}

#header_02 {
	display: none;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 25%;
	float: right;
	margin: 0.7em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}

.pc_fv {
	display: block;
}

.pc_sp {
	display: none;
}


/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

/*
#main-image {
	padding-top: 0em;
	background: url(../images/top_image_back.jpg) center top no-repeat #fff;
	height: auto;
}

#main-image-in {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
*/

#main-image img {
	width: 100%;
	height: auto;
	display: block;
}


/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.subhead {
	margin: 0 -2em;
	margin-bottom: 1.5em;
}

.section_sub {
	background-color: #79BC01;
	background-repeat: repeat-y;
	color: #fff;
	height: 160px;

}

.section_sub_in {
	background-color: transparent;
	position: relative;
}

.sub_img {
	position: absolute;
	top: -16px;
	left: 0;
	text-align: center;
	padding: 0 3em;
}

.sub_img img {
	width: 100%;
}


.section_sub_02 {
	background-color: #79BC01;
	background-repeat: repeat-y;
	background-size: cover;
	color: #fff;
}

.section_sub_02_in {
	background-color: transparent;
}

.sub_img_02 {
	text-align: center;
	padding: 0 3em;
}

.sub_img img {
	width: 100%;
}



.section_contact {
	background-color: #fff;
	padding: 0em 0em;
}

.section_contact_in {
	background-color: transparent;
}

.section_kaiketu {
	background-image: url(../images/bg_kaiketu.jpg);
	background-repeat: no-repeat;
	/* 背景を繰り返さない */
	background-position: 50% 50%;
	/* 背景画像の位置は画面中央 */
	background-attachment: fixed;
	/* 背景画像を固定する */
	background-size: cover;
}

.section_kaiketu_in {
	background-color: transparent;
	padding-bottom: 0;
}

.img_tyousei {
	margin: 0 -1em;
}

.menu {
	background-color: #FFFCE8;
}

.menu__subtitle {
	margin-top: 1.5em;
}

.bordershort,.borderlong {
	display: flex	;
	justify-content: center;
	align-items: center;
	color: #3F9CE6;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}


.borderlong::before,.borderlong::after {
	content: '';
	border-top: 2px solid #3F9CE6;
	width: 200px;
}

.bordershort::before,.bordershort::after {
	content: '';
	border-top: 2px solid #3F9CE6;
	width: 135px;
}

.borderlong::before {
	margin-right: 1em;
}

.borderlong::after {
	margin-left: 1em;
}


.bordershort::before {
	margin-right: 1em;
}

.bordershort::after {
	margin-left: 1em;
}


.menu__maker img {
	box-shadow: 0px 0px 7px 2px rgba(141, 140, 140, 0.35);
}
.menu__cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menuCard {
	width: 48%;
	margin-bottom: 0.3em;
	box-shadow: 0px 0px 7px 2px rgba(141, 140, 140, 0.35);
}

.menu__osusume {
	margin-bottom: 4em;
}

.area {
	background-color: #fff;
}

.area__title {
	width: 80%;
	display: block;
	margin: auto;
	margin-bottom: 1em;
}

.area__cards {

}

.areaCard {
	width: 80%;
	display: block;
	margin: auto;
	margin-bottom: 1em;
}

.anshin__boxs {
	margin-top: 2em;
}

.anshinBox {
	background-color: #FFFDEF;
	border: 4px solid #3F9CE6;
	padding: 2em;
	margin-bottom: 30px;
}

.anshinBox__top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 1em;
	border-bottom:#959595 dotted 1px;
}

.anshinLogo {
	width: 20%;
}

.anshinTitle {
	text-align: center;
	/* width: 65%; */
}

/* .anshinTitle__text {
	font-size: 50px;
	margin-bottom: 10px;
	color: #D5352E;
	font-weight: bold;
	line-height: 1.2 !important;
} */

.anshinTitle__text .desc {
	font-size: 30px;
}

.anshinTitle__sub {
	font-weight: bold;
	font-size: 24px;
	line-height: 1 !important;
}

.anshinBox__img {
	width: 70%;
	margin: 0 auto 20px;
}

.anshinBox__text {
	text-align: center;
	font-size: 20px;
}

.voice {
	background-image: url(../images/bg_voice.jpg);
	background-size: cover;
}

.voice__cards {
	margin-top: 2em
}

.voiceCard {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px #4444444f;
	padding: 20px;
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.voiceCard__img {
	width: 20%;
}

.voiceCard__right {
	flex: 1 0 0;
}

.voiceCard__name {
	font-size: 20px;
	font-weight: bold;
}

.flow {
	background-color: #FFFCE8;
}

.flow__boxs {
	margin-top: 2em;
}

.flowBox {
	background-color: #fff;
	box-shadow: 0 0 10px #4444444f;
	margin-bottom: 60px;
	position: relative;
}

.flowBox:last-child {
	margin-bottom: 0;
}

.flowBox:not(:last-child)::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29px 29px 0;
	border-color: #80bdee transparent transparent transparent;
	z-index: 20;
}

.flowBox__top {
	background-color: #3F9CE6;
	padding: 10px 20px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.step {
	font-size: 24px;
	padding: 12px 10px 10px;
	background-color: #fff;
	color: #3F9CE6;
	line-height: 1 !important;
}

.flowBox__title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1 !important;
}

.flowBox__main {
	padding: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.flowBox__img {
	width: 30%;
}

.flowBox__text {
	flex: 1 0 0;
}

.qa {
	background-color: #F5F5F5;
}

.qaItem:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.qaItem:not(:last-child) {
		margin-bottom: 5vw;
	}
}

.qaItem__q {
	padding: 10px;
	padding-left: 20px;
	background-color: #80bdee;
	font-size: 20px;
	font-weight: 500;
	color:#fff;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
	.qaItem__q {
		font-size: 4.5vw;
		padding: 2vw 4vw;
		padding-right: 10vw;
	}
}

.qaItem__q::after {
	content: "";
	display: inline-block;
	background-image: url(../images/plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* map-get(マップ型変数, キー)で値を取得 */
}

@media screen and (max-width: 768px) {
	.qaItem__q::after {
		width: 4.6vw;
		height: 4.6vw;
		right: 3vw;
	}
}

.qaItem__q.is-active::after {
	background-image: url(../images/minus.svg);
}

.qaItem__q .q {
	font-size: 26px;
	font-weight: 500;
	color: #057BCC;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.qaItem__q .q {
		font-size: 6vw;
		margin-right: 2vw;
	}
}

.qaItem__a {
	padding: 10px;
	padding-left: 20px;
	background-color: #fff;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 768px) {
	.qaItem__a {
		font-size: 4vw;
		padding: 4vw;
	}
}

.qaItem__a-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.qaItem__a .a {
	font-size: 26px;
	font-weight: 500;
	color: #E55A57;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.qaItem__a .a {
		font-size: 6vw;
		margin-right: 2vw;
	}
}

.contents.-company {
	margin-top: 2em;
}





.section_02 {
	background-image: url(../images/bg_kaiketu.jpg);
	background-repeat: no-repeat;
	/* 背景を繰り返さない */
	background-position: 50% 50%;
	/* 背景画像の位置は画面中央 */
	background-attachment: fixed;
	/* 背景画像を固定する */
	background-size: cover;
}

.section_02_in {
	background-color: transparent;
}

.box_contact {
	background-color: #79BB02;
	border-radius: 0px;
	padding: 0em 0.5em 0.5em;
	margin: 0 0em;
}

.box_contact_inr {
	background-color: #fff;
	border-radius: 0px 0px 0px 0px;
	padding: 0.5em 1em 1em;
}

.title_contact img {
	border-radius: 0px 0px 0px 0px;
}

.box_tokutyo {
	background-color: #FFFDEF;
	padding: 1em 2em;
	margin-bottom: 1em;
	border: 5px solid #ccc;
}

.box_service {
	background-image: url(../images/bg_main_in.png);
	border: 5px solid #CD0010;
	padding: 0em 2em 1em;
	margin-bottom: 1em;
}

.title_case {
	margin: 0 0em;
	margin-bottom: 1em;
}

.section_service {
	background-image: url(../images/bg_key.png);
}

.section_service_in {
	background-color: transparent;
}

.box_kisyu {
	background-color: #f6f6f6;
	padding: 0em 1em 1em;
	margin-top: 1em;
	font-size: 80%;
}

.title_kisyu {
	border-left: 8px solid #5BB30F;
	border-bottom: 1px dotted #5BB30F;
	color: #5BB30F;
	padding: 0.2em 0.3em 0.2em 0.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.box_service_inr {
	background-color: #FFF1F1;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.img_contact_pc {
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
}

.img_contact_pc img {
	width: 100%;
}

.img_contact_sp {
	display: none;
}


ul.flow_list {
	list-style: none;
	margin: 0;
}

ul.flow_list li {
	margin: 0 0em;
	border: 3px double #ccc;
	border-radius: 0px;
	margin: 0 0em;
	margin-bottom: 35px;
	padding: 0.5em 2em 1em;
	position: relative;
	background-color: #fff;
}

ul.flow_list li::after {
	bottom: -34px;
	color: #ccc;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;
}

ul.flow_list li.last::after {
	/*最後の▼を外す*/
	content: "";
}

ul.flow_list li h4::first-letter {
	/*1文字めを大きく*/
	font-family: garamond, times;
	font-size: 2em;
	font-style: italic;
	letter-spacing: 0.15em;
}

.box_koe {
	background-color: #FFDFDB;
	background-image: url(https://antena202.com/wp-content/themes/antena202/images/bg_koe.png);
	background-position: top right 10px;
	background-repeat: no-repeat;
	background-size: 12%;
	padding: 1em 2em;
	margin: 0 -2em;
	margin-bottom: 1em;
	border-radius: 10px;
}

.jirei_area {
	display: flex;
	margin: 0 -2em;
}

.box_jirei {
	width: 48%;
	background-color: #F1E477;
	padding: 1em 2em;
	margin-right: 10px;
	margin-bottom: 1.5em;
	overflow: auto;
}

.box_jirei_inr_left {}

.box_jirei_inr_right {

	padding: 0 1em;
}

.box_jirei p {
	line-height: 1.6em;
	font-size: 0.9em;
}

/* .title_jirei {
	background-color: #79BC02;
	color: #fff;
	padding: 0.4em;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 1.2em;
} */

.sectionTitle {
	position: relative;
	background-color: #3FA1EB;
	height: 140px;
}




.sectionTitle__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
}

.sectionTitle__text.-menu {
	width: 450px;
	padding-bottom: 1em;
}

.sectionTitle__text.-anshin {
	width: 500px;
	padding-bottom: 2em;
}

.sectionTitle__text.-voice {
	width: 500px;
	padding-bottom: 1em;
}

.sectionTitle__text.-flow {
	width: 700px;
}

.sectionTitle__text.-qa {
	width: 312px;
}

.sectionTitle__text.-company {
	width: 218px;
}

.sectionTitle__text.-contact {
	width: 422px;
}


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist {
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

.main-contents ul.checklist li {
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*テーブルタグ*/
.main-contents table {
	margin-bottom: 1em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.main-contents th,
.main-contents td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.main-contents th {
	background-color: #FFFAE0;
	font-weight: bold;
	text-align: left;
}

.main-contents table.table-style01 th,
.main-contents table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}

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

.box_qa {
	margin: 0px;
	padding: 0.5em 0em;
}

.accordion_header_02 {
	margin: 0px 0px 0em 0px;
	background: url(../images/+.png) no-repeat;
	background-color: #017bbc;
	background-size: 40px 40px;
	background-position: 8px 50%, 0 0;
	padding: 15px 10px 15px 65px;
	color: #fff;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}

.selected02 {
	background: url(../images/_.png) no-repeat;
	background-color: #017bbc;
	background-position: 8px 50%;
}

.selected02+* {
	background: #fff;
	background-position: 8px 50%;
}

.accordion_open_02 {
	margin: 0px 0px 15px 0px;
	padding: 10px 20px;
	background: #fff;
	border-left: solid 4px #017bbc;
	border-right: solid 4px #017bbc;
	border-bottom: solid 4px #017bbc;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

}

.accordion_open_02:before {
	content: "";
}

.accordion_field_02 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;

}




/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size {
	width: 640px;
	height: 440px;
}





/*お問い合わせフォーム*/

fieldset {
	border: none;
}

form[name="order_from"] {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

table.formTable {
	border-collapse: collapse;
	width: 100%;
}

table.formTable tr td {
	background-color: #FEFFF0;
	border: 1px solid #fff;
	padding: 10px 20px;
	text-align: left;
}

table.formTable tr th {
	border: 1px solid #fff;
	padding: 10px 20px;
	background-color: #009f91;
	color: #fff;
	width: 40%;
}

table.formTable tr td input,
table.formTable tr td select,
table.formTable tr td textarea {
	padding: 5px 5px;
	margin-right: 2px;
}

input[type="text"] {
	width: 25%;
}

input[type="text_00"] {
	width: 50%;
}

input[type="text_02"] {
	width: 70%;
}

input[type="textarea"] {
	width: 90%;
}

input[type="image"] {
	width: 70%;
	text-align: center;
	margin: 1em 0em;
}

table.formTable tr td textarea {
	width: 95%;
	border-color: #ccc;
}

button.order {
	background: none;
	border: none;
	width: 60%;
	text-align: center;
	margin: 1em 0em;
}


/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer {
	background: #3F9BE5;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 8em;
}

#footer a {
	color: #fff;
}

.fix_menu_smartphone_01 {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
	box-shadow: 0px 0px 3px #594a42;
}

.fix_menu_smartphone_01 img {
	width: 100%;
}

 .fix_menu_tel_left {
	float: left;
	width: 50%;
	padding: 0em 0;
	border-right: 0px solid #ccc;
	text-align: center;
}

.fix_menu_tel_right {
	 float: right;
width: 50%;
	padding: 0em 0;
	text-align: center;
}

.fix_menu_smartphone_02 {
	display: none;
}



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


	.fix_menu_smartphone_01 {
		display: none;
	}


	.fix_menu_smartphone_02 {
		display: block;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10000;
		box-shadow: 0px 0px 3px #594a42;
	}

	.fix_menu_smartphone_02 img {
		width: 100%;
	}

	.fix_menu_tel_left {
		float: left;
		width: 50%;
		padding: 0em 0;
		border-right: 0px solid #ccc;
		text-align: center;
	}

	.fix_menu_tel_right {
		float: right;
		width: 50%;
		padding: 0em 0;
		text-align: center;
	}

}

/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 350px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 350px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 250px;
	height: 350px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopSlider ul li img {
	width: 100%;
}

/* ------------------------------
   電話番号のスタイル
------------------------------ */
.tel-box {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	font-family: 'Arial', sans-serif;
	width: 220.5px;
	height: auto;
}

.tel-icon-number {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_tel img {
	width: 36px  !important;
	margin-right: 2px;
}

.tel-number {
	font-size: 28px;
	font-weight: bold;
	color: #d32f2f;
}

.sub-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	height: 11px;
}

.hours {
	background-color: #8BC34A;
	color: #fff;
	font-weight: bold;
	padding: 0px 10px;
	font-size: 10px;
	border-radius: 2px;
	margin-right: 4px;
}

.service strong {
	font-weight: 900;
	color: black;
}

.service {
	font-weight: 900;
	color: black;
}

.header_tel a {
	text-decoration: none;
}

/* ------------------------------
 メディアクエリ (968px以下)
------------------------------ */
@media (max-width: 968px) {
	.tel-box {
			width: calc(220.5px * 0.85);
	}

	.tel-number {
			font-size: calc(28px * 0.85); /* 電話番号を縮小 */
	}

	.header_tel img {
			width: calc(36px * 0.85)  !important; /* アイコンを縮小 */
	}

	.sub-text {
			font-size: calc(21px * 0.85); /* サブテキストを縮小 */
	}

	.hours {
			font-size: calc(10px * 0.85); /* 電話対応時間を縮小 */
	}
}

/* ------------------------------
 メディアクエリ (768px以下)
------------------------------ */
@media (max-width: 768px) {
	.tel-box {
			width: calc(220.5px * 0.7);
	}

	.tel-number {
			font-size: calc(28px * 0.7); /* 電話番号をさらに縮小 */
	}

	.header_tel img {
			width: calc(36px * 0.7) !important; /* アイコンをさらに縮小 */
	}

	.sub-text {
			font-size: calc(20px * 0.7); /* サブテキストをさらに縮小 */
	}

	.hours {
			font-size: calc(10px * 0.7); /* 電話対応時間をさらに縮小 */
	}
}

/* ------------------------------
 メディアクエリ (480px以下)
------------------------------ */
@media (max-width: 480px) {
	.tel-box {
			width: calc(220.5px * 0.5);
	}

	.tel-number {
			font-size: calc(28px * 0.5); /* 電話番号を最も縮小 */
	}

	.header_tel img {
			width: calc(36px * 0.5) !important; /* アイコンを最も縮小 */
	}

	.sub-text {
			font-size: calc(18px * 0.5); /* サブテキストを最も縮小 */
	}

	.hours {
			font-size: calc(10px * 0.5); /* 電話対応時間を最も縮小 */
	}
}

/* ------------------------------
 メディアクエリ (340px以下)
------------------------------ */
@media (max-width: 340px) {
.tel-box {
		width: calc(220.5px * 0.4);
}

.tel-number {
		font-size: calc(28px * 0.4); /* 電話番号を最小に縮小 */
}

.header_tel img {
		width: calc(36px * 0.4) !important; /* アイコンを最小に縮小 */
}

.sub-text {
		font-size: calc(14px * 0.4); /* サブテキストを最小に縮小 */
}

.hours {
		font-size: calc(10px * 0.4); /* 電話対応時間を最小に縮小 */
}
}

/* ------------------------------
   電話番号バリデーション
------------------------------ */
.required_phone_message {
  color: red;
  font-size: 12px;
  display: none;
  margin-left: 5px;
}

.input_error {
  border: 2px solid #f44336;
  box-shadow: 0 0 5px 1px rgba(244, -16, 54, 0.6);
}