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

main {
	padding-top:20px;
	font-size:18px;
}

section{
	margin-bottom:100px;
}

.section_content {
	width:1100px;
	margin:80px auto 0;
	padding:0 90px;
}

ul.breadcrumb {
    margin-bottom: 50px;
}

/*=====================*/
.fa-asterisk {
	color:#7d001a;
	font-size:10px;
	vertical-align:top;
}

.attention {
	padding:0 0 30px;
}

.attention span {
	font-size:16px;
	text-indent:16px;
}

/*==========table===========*/
.contact_table {
	width:100%;
	border:1px solid #ccc;
	margin-bottom:50px;
}

.contact_table th {
	padding:15px 25px;
	text-align:left;
	font-weight:bold;
	background:#f2f2f2;
	white-space: nowrap;
	width:200px;
}

.contact_table td {
	padding:15px;
}

.contact_table td,.contact_table th {
	border:1px solid #ccc;
}

input, butt ,textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],input[type="tel"],input[type="email"],textarea,select{
	padding:10px;
	width:100%;
	font-size:18px;
	font-family:'Roboto','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	border:1px solid #aaa;
	border-radius:3px;
	transition: all .3s ;
}

input:focus,textarea:focus,select:focus{
	border:1px solid #7d001a;
	box-shadow:2px 2px 3px #ccc inset;
}

input::placeholder {
	color:#bbb;
}

.example {
	display:block;
	margin:10px 0 5px 5px;
	color:#999;
}

textarea {
	height:200px;
}

/*==========radiobotan==========*/
input[type="radio"] {
    display: none;
}

.ef label{
	position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
}

.ef label::before,
.ef label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
 	 -webkit-transition: all .2s;
    transition: all .2s;
}

.ef label::before {
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.ef label:hover::before {
    background: #fff;
}

.ef label::after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #7d001a;
 	-webkit-transform: scale(2);
    transform: scale(2);
}

.ef input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #7d001a;
}

.ef input[type="radio"]:checked + label::after {
    opacity: 1;
 	-webkit-transform: scale(1);
    transform: scale(1);
}

/*==========btn==========*/
#btn_submit{
	text-align:center;
}

#btn_submit .btn {
	color:#fff;
	font-size:18px;
	padding:15px 25px;
	border-radius:5px;
	width:180px;
	letter-spacing:3px;
	transition: all .2s;
}

#btn_submit .btn:focus{
	background:#fff;
	color:#7d001a;
	border:1px solid rgba(0,0,0,0.2);
}

#btn_submit .btn:first-child {
	margin-right:20px;
	background:#7d001a;
	border:1px solid #7d001a;
}

#btn_submit .btn:last-child {
	background:#ccc;
	border:1px solid #aaa;
}
