@charset "utf-8";
.price_tag {
	font-family: "游明朝";
	font-size: 1.3rem;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: thin;
}
.watch_type {
	background-color: #F7D0A6;
	font-family: "游明朝";
	font-size: 1.2rem;
	border-top: thin solid #000000;
	opacity: 1;
}
.row_line {
	font-family: "游ゴシック Medium";
	font-size: 1.2rem;
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 8px;


}
.col-height {
	flex-wrap: wrap;
	display: flex;
}
.note {
	text-align: center;
	background-color: #D5EDFD;
	border-top: medium solid #D8D6D6;
	border-bottom: medium solid #D8D6D6;
}
.note_tel {
    text-align: center;
    background-color: #F0F8FF;
    border-top: medium double #D8D6D6;
    border-bottom: medium double #D8D6D6;
}
.under {
	border-bottom: thin solid #000000;
}
.h5_style {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #022B9A;
    background-color: #F0F8FF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.caption {
	border-left: thick solid #afafd7;
	background-color: #F9F6EC;
	height: 7vh;
	background-repeat: no-repeat;
	background-position: right center;
}
.note_under {
	text-align: center;
	font-family: "游ゴシック Medium";
	border-top-style: double;
	border-bottom-style: double;
	background-color: #F0F0F0;
}
.note_mid {
	font-family: "游ゴシック Medium";
}
@charset "utf-8";
.price_tag {
	font-family: "游明朝";
	font-size: 1.3rem;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: thin;
}

.watch_type {
	background-color: #F7D0A6;
	font-family: "游明朝";
	font-size: 1.2rem;
	border-top: thin solid #000000;
}
.row_line {
	font-family: "游ゴシック Medium";
	font-size: 1.2rem;
	border-top-width: thin;
	border-top-style: solid;


}
.col-height {
	flex-wrap: wrap;
	display: flex;
}
.note {
	text-align: center;
	background-color: #E2F0F8;
	border-top: medium solid #D8D6D6;
	border-bottom: medium solid #D8D6D6;
}
.under {
	border-bottom: thin solid #000000;
}
.h5_style {
	font-family: "游ゴシック Medium";
}
.caption {
	border-left: thick solid #AFAFD7;
}
@charset "utf-8";
.tel {
	font-family: "游明朝";
	font-size: 1.6rem;
}
.label {
	padding-right: 20px;
	padding-left: 10px;
	border-left: thick solid #AFAFD7;
}
.textarea {
	height: 30vh;
	width: 50vw;
}
.input_cell {
	height: 5vh;
	width: 85%;
	margin-left: 7px;
}
@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}
