@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
/*===== 共通 =====*/
    .comment {
        font-size: 13px;
		display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }
    
    .alert {
        margin: 10px 0 0;
		padding: 3px;
		font-weight: normal;
		background-color: #d80000;
		color: #fff;
		display: inline-block;
		font-size: 13px;
    }
    
/*===== fv =====*/
    .fv {
        margin: 0 0 50px;
    }
    
    .fv img {
        margin: 0 0 10px
    }
    
    .fv figcaption {
        font-size: 15px;
        font-feature-settings: 'palt';
    }
/*===== txt =====*/
    .txt {
        text-align: center;
        margin: 0 auto 65px;
    }
    
    .txt dl {
        display: inline-block;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .txt dt {
        margin: 0 0 25px;
        border: 1px solid #d52425;
        display: inline-block;
        font-size: 18px;
        padding: 0 10px 0 0;
    }
    
    .txt dt span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .txt dt span:first-child {
        font-size: 20px;
        background-color: #d52425;
        color: #fff;
        padding: 3px 0;
        margin: 0 10px 0 0;
        width: 105px;
        text-align: center;
    }
    .txt dd {
        font-size: 24px;
		color: #d52425;
		margin: 0 0 5px;
        padding: 0 0 0 20px;
        text-align: left;
    }
    
    .txt dd span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .txt dd span:first-child {
        font-size: 16px;
		width: 90px;
        text-align: center;
        border: 1px solid #d52425;
        line-height: 180%;
        margin: 0 10px 0 0;
    }
    
    .txt ul {
        display: inline-block;
        text-align: left;
    }
    
    .txt li {
        font-size: 20px;
        margin: 0 0 10px;
    }
    
    .txt li span {
        display: inline-block;
        vertical-align: 5%;
        font-size: 16px;
    }
    
    .txt li span:first-child {
        color: #fff;
        width: 90px;
        text-align: center;
        background-color: #9e7e00;
        margin: 0 10px 0 0;
    }
    
    .txt li:first-child span:first-child {
        background-color: #9e7e00;
    }
    
    .txt li:nth-child(2) span:first-child {
        background-color: #a1a1a1;
    }
    
    .txt li:nth-child(3) span:first-child {
        background-color: #333333;
    }
    
    .txt li span:nth-child(3) {
        font-size: 13px;
        display: inline-block;
        padding: 0 0 0 0.5em;
    }
    
/*===== form =====*/
    .form {
        width: 640px;
		margin: 0 auto;
        padding: 0 0 100px;
    }
    
    .form_inner {
        border: 1px solid #ccc;
        margin: 0 0 10px;
    }
    
    .form form {
        margin: 0 0 20px;
    }
    
    .form form {
        margin: 0 0 40px;
    }
    
    .form h3 {
        text-align: center;
        font-size: 16px;
        padding: 20px 0; 
        border-bottom: 1px solid #ccc;
    }
    
    .form h3 + p {
        font-size: 15px;
		padding: 25px 0 10px;
        text-align: center;
        font-feature-settings: 'palt';
    }
    
	.form table {
		width: 480px;
        margin: 0 auto;
        padding: 0 0 40px;
        border-collapse: separate;
	}
    
    .form th,
    .form td {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    
	.form th {
		text-align: left;
		font-size: 15px;
		color: #333;
		padding: 0 25px 0 0;
		width: 90px;
        font-feature-settings: 'palt';
        font-weight: normal;
	}
    
    .form th span {
        font-size: 12px;
		color: #d52425;
        padding: 0 12px;
    }
	
	.form select,
	.form input,
	.form textarea {
        width: 430px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
	}
    
    .form .name .input_wrap {
        display: inline-block;
    }
    
    .form .name input {
        width: 120px;
        margin: 0 0 0 5px;
    }
    
    .form .name input:first-of-type {
        margin-right: 15px;
    }
    
    .form .name td span {
        margin: 0 5px;
        display: inline-block;
    }
    
    .form .email input {
        width: 280px;
    }

	.form table input {
		border: 1px solid #ccc;
		padding: 5px 15px;
	}
    
	.contact_btn {
		width: 420px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	
	.form input[type="submit"] {
		width: 420px;
		border: 1px solid #d52425;
		font-size: 15px;
		color: #fff;
		padding: 20px 0;
		font-weight: bold;
		background-color: #d52425;
		cursor: pointer;
		transition: .3s;
	}
	
	.contact_btn .fa {
		position: absolute;
		top: 30px;
		right: 10px;
		color: #fff;
		transition: .3s;
	}
	
	.contact_btn:hover input {
		color: #d52425;
		background-color: #fff;
	}

	
	.contact_btn:hover .fa {
		color: #d52425;
	}
	
	.btn_error {
		width: 420px;
		margin: 0 auto;
		font-size: 15px;
		color: #555;
		padding: 20px 0;
		font-weight: bold;
		text-align: center;
		background-color: #ccc;
	}
	
    .commentary p {
        font-size: 15px;
        font-feature-settings: 'palt';
        text-align: left;
        float: right;
    }
.commentary p span{
        font-weight: bold;
    }
/*===== comp =====*/
   .comp {
    margin: 0 auto 100px !important;
    }
   .comp .txt {
        text-align: left;
    }
    
    .comp .btn {
        margin: 50px auto 0;
        
    }
}
/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px){
/*===== 共通 =====*/
    .comment {
        font-size: 13px;
    }
    
    .alert {
		margin: 10px 0 0;
		padding: 3px;
		font-weight: normal;
		background-color: #d80000;
		color: #fff;
		display: inline-block;
		font-size: 12px;
	}
    
/*===== fv =====*/
    .fv {
        margin-bottom: 25px;
    }
    
    .fv img {
        margin: 0 0 10px
    }
    
    .fv figcaption {
        font-size: 13px;
        font-feature-settings: 'palt';
    }
/*===== txt =====*/
    .txt {
        text-align: center;
        margin: 0 auto 20px;
    }
    
    .txt dl {
        text-align: left;
        margin: 0 0 20px;
    }
    
    .txt dt {
        margin: 0 0 15px;
        border: 1px solid #d52425;
    }
    
    .txt dt span:first-child {
        display: table-cell;
        font-size: 13px;
        background-color: #d52425;
        color: #fff;
        padding: 2px 15px;
        text-align: center;
        vertical-align: middle;
    }
    
    .txt dt span:nth-child(2) {
        font-size: 4vw;
        display: table-cell;
        vertical-align: middle;
        padding: 5px 5px 5px 20px;
        line-height: 180%;
    }
    
    .txt dd {
		color: #d52425;
		margin: 0 0 13px;
        text-align: left;
    }
    
    .txt dd span {
        display: inline-block;
        vertical-align: top;
    }
    
    .txt dd span:first-child {
        font-size: 12px;
        text-align: center;
        border: 1px solid #d52425;
        line-height: 180%;
        width: 65px;
    }
    
    .txt dd span:nth-child(2) {
        font-size: 4vw;
        padding: 0 10px;
        line-height: 140%;
    }
    
    .txt ul {
        display: inline-block;
        text-align: left;
    }
    
    .txt li {
        font-size: 15px;
        margin: 0 0 10px;
    }
    
    .txt li span {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
    }
    
    .txt li span:first-child {
        color: #fff;
        width: 90px;
        text-align: center;
        background-color: #9e7e00;
        margin: 0 10px 0 0;
    }
    
    .txt li:first-child span:first-child {
        background-color: #9e7e00;
    }
    
    .txt li:nth-child(2) span:first-child {
        background-color: #a1a1a1;
    }
    
    .txt li:nth-child(3) span:first-child {
        background-color: #333333;
    }
    
    .txt li span:nth-child(3) {
        font-size: 12px;
        display: inline-block;
        padding: 0 0 0 0.5em;
    }

    
/*===== form =====*/
    .form {
        padding: 0 0 50px;
    }
    
    
    
    .form_inner {
        margin: 0 0 15px;
        border: 1px solid #ccc;
        padding: 0 0 25px;
    }
    
    .form h3 {
        text-align: center;
        font-size: 14px;
        padding: 15px 0; 
        border-bottom: 1px solid #ccc;
        margin: 0 0 10px;
    }
    
    .form h3 + p {
        font-size: 13px;
		padding: 5px 0 15px;
        text-align: center;
        font-feature-settings: 'palt';
    }
    
	.form table {
		width: 100%;
        padding: 0 15px 30px;
        border-collapse: separate;
	}
    
    .form th,
    .form td {
        display: block;
    }
    
	.form th {
		text-align: left;
		font-size: 15px;
        padding: 20px 0 10px;
		color: #333;
        font-feature-settings: 'palt';
        font-weight: normal;
	}
    
    .form th span {
        font-size: 12px;
		color: #d52425;
        padding: 0 12px;
    }
    
    .form tr:first-child th {
        padding-top: 0;
    }
    
    .form td {
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc;
    }
	
	.form select,
	.form input,
	.form textarea {
        width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
        margin: 0 0 5px;
	}
    
    .form .name .input_wrap {
        display: inline-block;
    }
    
    .form .name input {
        width: 100px;
        margin-left: 5px;
    }
    
    .form .name td span {
        margin: 0 5px;
        display: inline-block;
    }
    .form .name input:first-of-type {
        margin-right: 5px;
    }

	.form table input {
		border: 1px solid #ccc;
		padding: 5px 15px;
	}
	
	.contact_btn {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	
	.form input[type="submit"] {
		width: 100%;
		border: 1px solid #d52425;
		font-size: 13px;
		color: #fff;
		padding: 15px 0;
		font-weight: bold;
		background-color: #d52425;
		cursor: pointer;
	}
	
	.contact_btn .fa {
		position: absolute;
		top: 21px;
		right: 10px;
		color: #fff;
		transition: .3s;
	}
	
	.btn_error {
		width: 80%;
		margin: 0 auto;
		font-size: 13px;
		color: #555;
		padding: 15px 0;
		font-weight: bold;
		text-align: center;
		background-color: #ccc;
	}
    
    .commentary p {
        font-size: 14px;
        font-feature-settings: 'palt';
        text-indent: -1em;
		padding-left: 1em;
    }
    .commentary p span{
        font-weight: bold;
    }

/*===== comp =====*/
    .comp .btn {
        width: 80%;    
        margin: 50px auto;
    }
	
}
/*===== SP ここまで =====*/
