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

#contents{
	background: url(../img/contact_topvisual.png) top left / contain no-repeat;
}


#contact {
	background: #002e5b;
	padding-bottom: 100px;
}

#contact .section_contents {
	text-align: center;
	padding-bottom: 24px;
}
#contact .section_title{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 47px;
	position: relative;
	display: inline-block;
}
#contact .section_title:before{
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 24px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 2px;
}
#contact .section_sub_title {
	font-size: 30px;
	margin-bottom: 40px;
}
#contact .section_text {
    text-align: center;
    width: 70%;
    margin: 24px auto;
	color: #ffffff;
}
.required_top {
    background: #222222;
    color: #ffffff;
    font-size: medium;
    font-weight: normal;
    padding: 5px;
    margin-right: 4px;
}
.required {
    background: #222222;
    color: #ffffff;
    font-size: medium;
    font-weight: normal;
    padding: 0 5px;
    margin-right: 4px;
	float: right;
}
/*入力欄*/
.contact_form_wrapper {
    width: 75%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
}
.single_contents .contact_form_wrapper {
    width: 85%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
	}.contact_table {
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.contact_table th,
.contact_table td{
	border-top: 1px solid #e5e5e5;
    color: #535353;
    line-height: 2;
    padding: 27px 10px;
    text-align: left;
    vertical-align: middle;
}
.contact_table th{
	width:30%;
}
.contact_table td{
	width:70%;
	padding-left: 40px;
}
.contact_table input,
.contact_table textarea{
	border: 1px solid #cccccc;
    padding: 10px;
    width: 90%;
    resize: none;
}
.contact_table input[type="radio"]{
	width:initial;
	margin: 0 5px;
}

.select_wrapper {
    display: inline-block;
}
.contact_table .select {
    position: relative;
    width: 90%;
    height: 40px;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: 1.0rem;
    color: inherit;
    box-sizing: content-box;
    border: 1px solid #cccccc;
    margin: 0px;
    padding: 0 10px;
    cursor: pointer;
}
.contact_table .select:first-child {
	  margin-left: 0;
}
.sp {
    display: none;
}
.attention {
    background: #dddddd;
    padding: 30px;
    text-align: center;
    color: #111;
    margin: 40px 0 50px;
}
.in_attention {
    height: 140px;
    overflow: auto;
}
.attention .pp {
    font-size: 24px;
    font-weight: bold;
}
.attention .for-pp {
    font-size: 18px;
    text-align: justify;
}
.for-pp a{
	color: #0000ff;
    margin: 0 5px;
}
.attention ul {text-align: justify;}

.attention ul li {
    margin-bottom: 20px;
}
.submit-button {
    margin: 0 auto;
    text-align: center;
}
#submit-button {
    background: #00bfff;
    width: 52.8125%;
    height: 103px;
	border: none;
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 1s;
}
#submit-button:hover{
    opacity: 0.8;
}

#back-button {
    display: block;
    background: #555555;
    width: 52.8125%;
    line-height: 50px;
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 1s;
    text-align: center;
    margin: 10px auto;
}
#back-button:hover{
    opacity: 0.8;
}
th.check_form {
    text-align: center;
    color: #000000;
}
.check_text {
    background: #dddddd;
    display: block;
    padding: 5px 10px;
    color: #222222;
}
.entry_after {
    text-align: center;
    margin-bottom: 20px;
}
.contact {
    margin: 35px 0 0 0;
    text-align: left;
}
p.after_text {
    text-align: center;
}
/* Tablet 641px以上　〜　768pxまで
==================================================*/
@media screen and (max-width: 768px) {
#submit-button {
    background: #00bfff;
}
}


/* Smart Phone 〜640pxまで
==================================================*/
@media screen and (max-width: 640px) {
.required_top {
    background: #222222;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    margin-right: 2px;
}
.required {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    margin-right: 20px;
    vertical-align: middle;
	float: none;
}
.contact_table {
    font-size: 12px;
}
.contact_table th,
.contact_table td{
	width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
}
.contact_table th {
	padding-bottom: 0;
}
.contact_table td{
	border-top: none;
}
.contact_table input,
.contact_table textarea{
	padding: 10px 5%;
    width: 90%;
}
.contact_table .select {
	width: 90%;
    padding: 0px 5%;
    font-size: 12px;
}
.sp {
    display: block;
}
.attention {
    padding: 10px;
    margin: 20px;
}
.attention .pp {
    font-size: 16px;
}
.attention .for-pp {
    font-size: 12px;
}
.attention ul {
    text-align: justify;
    font-size: 12px;
}
.contact {
    margin: 35px 0 0 0;
    text-align: left;
    font-size: 12px;
}
#submit-button {
    background: #00bfff;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    cursor: pointer;
    transition: 1s;
}
#back-button {
	font-size: 20px;
    width: 100%;
}
}