@charset "utf-8";

/*タイトル
---------------------------------------------------------------------------*/
.contact_title {
	position: relative;
	padding-left: 25px;
	margin-left: -10px;
	margin-bottom: 1em;
	font-weight: 800;
	margin-top: 2em;
}
.contact_title span {
	font-size: 120%;
}
.contact_title:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #dcb81e;
}
.contact_title:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #dcb81e;
}
/*-------------------------------------------------------------------------*/

.middle_box {
	margin-bottom: 2em;
}
.att_box {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.6);
	border: 2px dotted #dcc654;
	border-radius: 10px;
	padding: 1.3em 1.3em 0.7em 1.3em;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.att_box p {
	font-weight: bold;
	margin-bottom: 0.5em;
	text-indent: -0.5em;
}
.attention {
	display: inline-block;
	text-align: left;
	margin: 0;
}
.attention li{
	padding-bottom: 1em;
	list-style-type: none;
	font-size: 15px;
	text-indent : -1.3em;
	padding-left : 1.3em;
}
.attention li:before { 
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width: 1em;
	height: 1em;
	background: #dcb81e;
}


/*フォーム
---------------------------------------------------------------------------*/
.red-text {
	width: 100%;
	text-align: left;
	padding: 15px 0px;
	color: #e50012;
}
.form_r {
	font-size: 70%;
	border: 1px solid #e50012;
	border-radius: 5px;
	margin-right: 0.5em;
	padding: 0 0.2em;
	white-space: nowrap;
}
#form {
	width: 100%;
	border-collapse: separate;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	background: #fff;
	border-spacing: 0;
	font-size: 106%;
}
#form th {
	font-weight: bold;
	padding: 1em;
	vertical-align: middle;
	border-bottom: 2px dotted #dcc654;
}
#form td {
	vertical-align: middle;
	border-bottom: 2px dotted #dcc654;
	padding: 2em 10px 2em 0;
}

/* ▼表示領域が650px未満の場合 */
@media screen and (max-width: 649px) {
   table, tbody, thead, tfoot, tr, th, td { display: block; }
   #form th { border-bottom:none; padding-top:15px; }
   #form td { padding: 0 20px 20px 20px; }
}

input[type=text],textarea {
	font-size: 100%;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: 3px solid #e5e5e5;
	border-radius: 5px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	margin-bottom: 5px;
}
input[type=text] {
	height: 50px;
}
input:focus,textarea:focus {
	outline: none;
	border-color: #f0eeaa;
}
select {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 3px solid #e5e5e5;
	font-size: 1em;
	height: 48px;
}
input[type=checkbox] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
input[type=radio] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.error {
	padding: 8px 13px;
	background: #ffffff;
	border: 2px solid #ffb6c1;
	font-weight: bold;
}

.btn{
	width: 100%;
	text-align: center;
	padding: 1em 0;
	padding-bottom: 6em;
}
.btn01 {
	width: 40%;
	border: none;
	line-height: 70px;
	border-radius: 35px;
	background: #f26414;
	font-size: 15pt;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.btn02 {
	width: 40%;
	border: none;
	line-height: 70px;
	border-radius: 35px;
	background: #5391c8;
	font-size: 15pt;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.btn01:hover {
	background: #fa711e;
	color: #fff;
}
.btn02:hover {
	background: #7fa6ce;
	color: #fff;
}

/* for message */
p.msg {
	color: rgb(252,85,75);
	font-weight: bold;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}


/*フッター
---------------------------------------------------------------------------*/
.footer {
	font-size: 12px;
	letter-spacing: 0;
	text-shadow: none;
}



/* ▼表示領域が600px未満の場合 */
@media only screen and (max-width: 599px) {
   .attention li { font-size: 13px; }

   p.msg { margin: 1em auto; }

   .footer { font-size: 10px; }
}
