@charset "UTF-8";

html { font-size: 62.5%; }

*{
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body , p , ul , li , dl , dt , dd , h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0;
	padding: 0;
	line-height: 1.6;
}


img{
	vertical-align: bottom;
	max-width: 100%;
}

body{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height: 100%;
}

body textarea{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body , li , dd , dt{
	font-size: 1.6rem;
	font-weight: normal;
}

address{
	font-style: normal;
}

ul , dl{
	font-size: 0;
}

li , dd{
	list-style: none;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.cl{
	overflow: hidden;
}

.float_r{
	float: right;
}

.float_l{
	float: left;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.mb60{
	margin-bottom: 60px;
}

.mb70{
	margin-bottom: 70px;
}

.mb80{
	margin-bottom: 80px;
}

.mb90{
	margin-bottom: 90px;
}

.mb100{
	margin-bottom: 100px;
}

.pd10{
	padding: 10px;
}

.pd20{
	padding: 20px;
}

.pd25{
	padding: 25px;
}

.fss{
	font-size: 1.2rem;
}

.fsm{
	font-size: 1.8rem;
}

.fsl{
	font-size: 2.0rem;
}

.fsxl{
	font-size: 2.2rem;
}

.fsxxl{
	font-size: 2.4rem;
}

.btn01{
	max-width: 100%;
	margin: auto;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 2.2rem;
}

.btn01 a{
	display: block;
	color: #fff;
	padding: 25px 0;
	font-size: 2.2rem;
  text-decoration: none;
	border-radius: 8px;
}

.btn01 a:hover{
	opacity: 0.7;
}

.btn01.tel a{
	padding: 10px 0 0;
	pointer-events: none;
}

.color_red{
	color: #f00;
}

.color_red02{
	color: #cf101a;
}

.orange{
	color: #ee7800;
}

.bg_red01 a{
	background-color: #942343;
}

.bg_black01{
	background-color: #281a14;
}

.bg_blue01 a{
	background-color: #191970;
}

.arrow_b,
.arrow_r{
	position: relative;
}

.arrow_b::before,
.arrow_r::before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	background: #000;
}

.arrow_b::before{
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.arrow_r::before{
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.left_border_block{
	border-left: 8px solid;
	padding: 15px;
}

.sub_page_block .left_border_block p:last-child{
	margin-bottom: 0;
}

.bc_red{
	border-color: #ff6347;
}

.bc_red02{
	border-color: #e60012;
}

.bc_red03{
	border-color: #eb587d;
}

h1.main_title{
  font-size:2.2rem;
  font-weight:normal;
  letter-spacing:1px;
  padding-bottom:10px;
  margin-bottom: 20px;
  line-height:1.5;
  border-bottom:1px dotted #c1c1c1;
}