@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	height: 100%;
	line-height: 180%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #464646;
}


a {
	color: #464646;
	text-decoration: underline;
}

a[href^="tel:"] {
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #E40D20;
}

address {
	font-style: normal;
}
img{
	max-width: 100%;
}

/*背景色*/
.is_bg_keycolor {
	background-color: #E40D20;
}

/*テキスト装飾*/
.is_text_keycolor {
	color: #E40D20;
}

.is_text_light01 {
	color: #FFF;
}

.is_text_red01 {
	color: #C00;
}

.is_text_blue01 {
	color: #0068AB;
}

.is_text_orange01 {
	color: #E6821E;
}

.is_text_pink01 {
	color: #E95378;
}

.is_text_serif {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.is_text_indent01 {
	text-indent: 1em;
}

.is_bg_light01 {
	background-color: #FEE8E7;
}

.is_bg_light02 {
	background-color: #DDD;
}

.is_bg_light03 {
	background-color: #CCC;
}


.is_disp_none {
	display: none;
}

/*スペース調整*/
.is_margin_top10 {
	margin-top: 10px;
}

.is_margin_top20 {
	margin-top: 20px;
}

.is_margin_top30 {
	margin-top: 30px;
}

.is_margin_top40 {
	margin-top: 40px;
}

.is_margin_top50 {
	margin-top: 50px;
}

.is_margin_top1em {
	margin-top: 1em;
}

.is_margin_top2em {
	margin-top: 2em;
}

.is_margin_top3em {
	margin-top: 3em;
}

.is_margin_top4em {
	margin-top: 4em;
}

.is_margin_top5em {
	margin-top: 5em;
}

.is_margin_top6em {
	margin-top: 6em;
}

.is_margin_top7em {
	margin-top: 7em;
}

.is_margin_top8em {
	margin-top: 8em;
}

.is_margin_top9em {
	margin-top: 9em;
}

.is_margin_top10em {
	margin-top: 10em;
}

.is_margin_bottom10 {
	margin-bottom: 10px;
}

.is_margin_bottom20 {
	margin-bottom: 20px;
}

.is_margin_bottom30 {
	margin-bottom: 30px;
}

.is_margin_bottom40 {
	margin-bottom: 40px;
}

.is_margin_bottom50 {
	margin-bottom: 50px;
}

.is_margin_bottom1em {
	margin-bottom: 1em;
}

.is_margin_bottom2em {
	margin-bottom: 2em;
}

.is_margin_bottom3em {
	margin-bottom: 3em;
}

.is_margin_bottom4em {
	margin-bottom: 4em;
}

.is_margin_bottom5em {
	margin-bottom: 5em;
}

.is_margin_bottom6em {
	margin-bottom: 6em;
}

.is_margin_bottom7em {
	margin-bottom: 7em;
}

.is_margin_bottom8em {
	margin-bottom: 8em;
}

.is_margin_bottom9em {
	margin-bottom: 9em;
}

.is_margin_bottom10em {
	margin-bottom: 10em;
}

.is_padding_top10 {
	padding-top: 10px;
}

.is_padding_top20 {
	padding-top: 20px;
}

.is_padding_top30 {
	padding-top: 30px;
}

.is_padding_top40 {
	padding-top: 40px;
}

.is_padding_top50 {
	padding-top: 50px;
}

.is_padding_bottom10 {
	padding-bottom: 10px;
}

.is_padding_bottom20 {
	padding-bottom: 20px;
}

.is_padding_bottom30 {
	padding-bottom: 30px;
}

.is_padding_bottom40 {
	padding-bottom: 40px;
}

.is_padding_bottom50 {
	padding-bottom: 50px;
}

.is_padding_bottom60 {
	padding-bottom: 60px;
}

.is_padding_bottom70 {
	padding-bottom: 70px;
}


.is_margin_left_text {
	margin-left: 1.5em;
}

.is_margin_left5 {
	margin-left: 5px;
}

.is_margin_left10 {
	margin-left: 10px;
}

.is_margin_left15 {
	margin-left: 15px;
}

.is_margin_right1em {
	margin-right: 1em;
}

.is_margin_right2em {
	margin-right: 2em;
}

.is_margin_right30per {
	margin-right: 30%;
}

.is_margin_left1em {
	margin-left: 1em;
}

.is_margin_left2em {
	margin-left: 2em;
}

.is_margin_left3em {
	margin-left: 3em;
}

.is_margin_right5 {
	margin-right: 5px;
}

.is_margin_right10 {
	margin-right: 10px;
}

.is_w13em {
	width: 13em;
}

.is_flLeft {
	float: left;
}

.is_flRight {
	float: right;
}

.is_flClear {
	clear: both;
	overflow: hidden;
}

.is_center {
	text-align: center;
}

.is_left {
	text-align: left;
}

.is_right {
	text-align: right;
}

.is_vertical_middle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.is_text_Block {
	display: block;
	overflow: hidden;
}

.is_text_flRight {
	float: right;
	display: block;
	overflow: hidden;
}

.is_text_flLeft {
	float: left;
	display: block;
	overflow: hidden;
}

.is_bt_center {
	text-align: center;
	clear: both;
	overflow: hidden;
}

.is_bt_left {
	text-align: left;
	clear: both;
	overflow: hidden;
}

.is_bt_right {
	text-align: right;
	clear: both;
	overflow: hidden;
}


.md_tablestyle01 {
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 1em;

}

.md_tablestyle01 tr {}

.md_tablestyle01 td,
.md_tablestyle01 th {
	padding: 0.5em;
}

.md_tablestyle01 th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-left: 6px solid #E40D20;
	padding-right: 1em;
	white-space: nowrap;
}

.md_tablestyle01 td {}

.md_tablestyle01 .is_tel {
	color: #E40D20;
	font-size: 2rem;
	font-weight: bold;
	padding: 0.2em;
}

.md_ulstyle01 {}

.md_ulstyle01 li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 0em;
}

.md_ulstyle02 {
	padding: 0;
	margin: 0;
}

.md_ulstyle02 li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
}

.md_ulstyle03 {
	padding-bottom: 0.7em;
	margin: 0;
}

.md_ulstyle03 li {
	width: 12em;
	list-style: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	float: none;
}