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

/*====================================================================

page.css

======================================================================*/

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.contact-catch {
	text-align:center;
}

.contact-tel {
	line-height: 1;
}
.contact-tel .tel-link {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	color: #000 !important;
	/*font-family: 'Oswald', sans-serif;*/
}
.contact-tel .tel-link:before {
	padding-right: 5px;
	color: #013fb0;
	/* content: url(../img/common/h-tel.png); フリーダイヤル用（下記二行は削除）*/
	font-family: "fontello";
	content: '\e805';
}

.contact-fax p {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1 !important;
}
.contact-fax p span {
	padding: 2px 10px;
	background: #013fb0;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
}

.contact-flow {
	width: 100%;
	margin-bottom: 1.5rem;
}
.contact-flow ol{
	counter-reset : count;
	letter-spacing : -.40em;
}
.contact-flow ol >*{
	display : inline-block;
	letter-spacing : normal;
}
.contact-flow li{
	margin : 0 1.5% 10px 0;
	width : 18.8%;
}
.contact-flow li{
	padding : 10px .9rem;
	background-color : #ddd;
	font-size : 14.88px;
	font-size : .93rem;
	position : relative;
	color : #000;
}
.contact-flow li.now{
	background: #013fb0;
	color : #fff;
}
.contact-flow li.before{
	background: #ddd;
}

.contact-flow li:before{
	display: block;
	counter-increment : count;
	content : "Step"counter(count);
	font-weight : bold;
	position : relative;
	top : 1px;
	padding-right : 3px;
	padding-right : 4.8px;
	padding-right : .3rem;
	font-family: "Rounded Mplus 1c";
	letter-spacing: 1px;
}


.contact-flow li:last-child{
	margin-right : 0;
}
.contact-flow li:last-child:after{
	border : none;
	width: 100%;
	table-layout: fixed;
}

.contact-table {
	margin: 0 auto 2rem;
	background: #fff;
	width: 100%;
	border-collapse: separate;
	box-sizing: border-box;
}
.contact-table th,
.contact-table td {
	display: block;
	width: 100%;
	padding: 13px 13px 10px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-weight: normal;
	box-sizing: border-box;
	font-size: .9rem;
}
.contact-table th {
	background: #eee;
}
.contact-table td {
	width: auto;
}

.form-agree .att,
.contact-table th span {
	padding: 0 5px;
	font-size: 11px;
	background: #b80804;
	color: #ffffff;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }

.contact-table input {
    width: 90%;
}
.contact-table textarea {
    width: 90%;
    height: 10em;
}

.contact-table td .time {
	width: 60px;
}

input,
textarea,
select { margin: 3px 0; padding: 5px; border: 1px solid #ccc; font-size: .9rem; border-radius: 2px;}

strong#error {color:#fb190e;}

.check-btn {
	padding: 8px 30px 7px 32px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	cursor: pointer;
}
.sub-btn {
	padding: 8px 30px 7px 32px;
	background: #013fb0;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	cursor: pointer;
}

.back-btn {
	padding: 8px 46px 7px 50px;
	background: #ccc;
	border: none;
	color: #777;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	cursor: pointer;
}
.sub-btn,
.back-btn {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.sub-btn:hover {
	background: #014fdc;
}
input::-webkit-input-placeholder{
	font-size : 12px;
	color : #ccc;
}

input:-moz-placeholder{
	font-size : 12px;
	color : #ccc;
}

/*--------------------------------------------------------------------/
	privacy
/--------------------------------------------------------------------*/
.privacy {
	margin-bottom: 2rem;
	padding: 25px 20px;
	border: 1px solid #ddd;
	overflow-y: auto;
	height: 300px;
}
.privacy h4 {
	margin-bottom: 15px;
	font-size: 18px;
}
.privacy h5 {
	margin-bottom: 10px;
	margin-top: 7px;
}
.privacy p {
	padding: 0 0 15px !important;
}

@media print, screen and (min-width: 481px) {

}

@media print, screen and (min-width: 768px) {

.contact-tel {
	float: left;
	margin-right: 2rem;
}
.contact-fax {
	margin-top: 2.8rem;
}

.contact-flow li {
	line-height: 1.3;
}
.contact-flow li:after{
	content : "";
	display : block;
	width : 0;
	height : 0;
	border : 10px solid transparent;
	border-left-color : #ddd;
	position : absolute;
	top : 18px;
	right : -20px;
}
.contact-flow li.now:after{
	border-left-color : #013fb0;
}
.contact-flow li.before:after{
	border-left-color : #ddd;
}

.contact-table {
	display: table;
}
.contact-table th,
.contact-table td {
	display: table-cell;
}
.contact-table th {
	background: none;
	width: 30%;
}
.contact-table td {
	width: auto;
}
}

/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 1000px) {


}

@media screen and (max-width: 767px) {

.contact-flow ol >*{
	display : inline-block;
	letter-spacing : normal;
}
.contact-flow li{
	margin : 0 0 15px 0;
	width : 100%;
	text-align: center;
	box-sizing: border-box;
}
.contact-flow li:before{
	display: inline;
	position : relative;
}
.contact-flow li:after{
	content : "";
	display : block;
	width : 0;
	height : 0;
	border : 10px solid transparent;
	border-top-color:#ddd;
 	border-bottom-width:0;
	position : absolute;
	bottom : -10px;
	left : 50%;
}
.contact-flow li.now:after{
	border-top-color : #013fb0;
}
.contact-flow li.before:after{
	border-top-color : #ddd;
}

.privacy {
	margin-bottom: 20px;
	padding: 25px 20px;
	border: 1px solid #ddd;
	height: 140px;
	overflow-y: scroll;
}

}


@media screen and (max-width: 480px) {
.contact-catch {
	text-align: left;
}

.contact-tel .tel-link {
	letter-spacing: 0;
	font-size: 1.8rem;
}
.contact-tel .tel-link:before {
	vertical-align: middle;
}

.contact-fax p {
	font-size: 1.5rem;
}

}