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

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:16px;
}
@media screen and (max-width: 768px){
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
}

@media screen and (min-width: 1081px){
}

img{
	width:100%;
}
/*==========================================
 ヘッダー
===========================================*/

label{
	border:none !important;
}
header{
	width:100%;
	padding:5px 0 15px;
	border-bottom:1px #ccc solid;
	background:#fff;
}
.head_inner{
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.head_logo{
	width:50px;
}

.head_text{
	width:calc(100% - 60px);
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-top:14px;
	text-align:center;
}

.wrap{
	width:90%;
	max-width:500px;
	margin: 5vw auto;
}

.title{
	width:100%;
	background:#333;
	color:#fff;
	text-align:center;
	padding:5px 0;
	margin-top:10vw;
}

.box{
	padding:10vw 0 5vw;
	border-bottom:1px #ccc dotted;
	line-height:26px;
}
p.indentback{
padding-left:2.7em;
text-indent:-2.7em;
}

.box_a{
	margin-top:10px;
}
.box_a div{
	width:80%;
	margin-left:10%;
	line-height:30px;
}

input.check_yn{
	margin-top:-3px;
}

.text_area textarea{
	width:100% !important;
	margin-top:15px !important;
	padding:10px !important;
	font-size:16px !important;
	line-height:24px !important;
}

.submit_btn button{
	width:100%;
	margin: 8vw auto 0vw;
	background:#F60;
	color:#fff !important;
	text-align:center;
	padding:20px 0 !important;
}
textarea{
	width:100% !important;
	padding:7px 10px;
	border:1px #ccc solid;
	margin:0 0 5px 0 !important;
	height:100px !important;
	line-height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 600px){

.wrap{
	margin: 50px auto 0;
}

.title{
	margin-top:50px;
}

.box{
	padding:30px 0 20px;
}

.submit_btn{
	width:100%;
	margin: 50px 0;
	cursor: pointer;
cursor: hand;
}
}