@charset "utf-8";
/* CSS Document */

#main_visual{
	background: #ba2228;
}

h2.main_visual_title{
	font-size:153.9% ;
	line-height:100px;
	color:#FFF;
	font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	letter-spacing:3px;
}

h2.sub_title{
	font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	font-size:180%;
	letter-spacing: 3px;
	color:#ba2228;
	background:url(../img/back_logo.png) no-repeat 50% 50%;
	background-size:contain;
	padding:10px 0;
}

.text{
	width:96%;
	margin:10px auto 20px;
	color:#535353;
	padding:10px 10px 10px;
	font-size:116%;
	background: #eaedf0;
}

.text span{
	color:#ba2228;
}

.text a{
	color:#535353;
	text-decoration:underline !important;
}

.box{
	background:#fff;
	padding:20px 0 0;
	margin-bottom:40px;
}

/*///////////////フォーム/////////////////*/

.form_text{
	padding:5px 0 0;
}

.form_text a{
	color: #F60;
	text-decoration:underline !important;
}

.form_text02{
	color: #ba2228;
	padding:5px 5px;
    padding-left:1.3em;
	font-size:93%;
}

#form_box dl{
	color:#535353;
}

#form_box dl dt{
	display:block;
	width:100%;
	padding:1em 1em;
	font-weight:700;
	background:#f7f7f7;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#362e2b;
	border-top:3px solid #ba2228;
}

#form_box dl dt span{
	color: #ba2228;
}

#form_box dl dd{
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
}

#form_box dl dd span{
	color:#454545;
}

#form_box dl dd textarea, .placeholder{
	width:100%;
	height:50px;
	font-size:100%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input, select {
  vertical-align:middle;
}

#form_box .date{
	max-width:50%;
	min-width:45%;
	height:50px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#form_box .time{
	width:45%;
	height:50px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:16px;
}

#form_box dl dd textarea{
	height:150px;
}

input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
	padding:10px;
}
.link_box{
	display: flex;
    align-items: center;
	color: #535353;
	justify-content: center;
    width: fit-content;
    margin: 0 auto 10px;
    border: 2px solid #44c8f5;
    padding: 7px 15px;
    box-shadow: 2px 2px 3px #dadada;
}
.link_box img{
	height: 25px;
	width: auto;
	margin-right:10px;
}

/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="reset"] {
  -webkit-appearance: none;
}

#btn01{
	width:100%;
	margin:20px 0 20px 0;
	text-align:center;
}

#btn01 input{
	width: 95px;
    height: 45px;
    background: #ba2228;
    color: #FFF;
    cursor: pointer;
    font-size: 116%;
    font-weight: 900;
	border-radius: 6px;
}