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

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

page.css

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


.page-title {
	margin-bottom: 3rem;
	padding: 2rem 0;
	background: url(../img/bg_01.gif);
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
}

h3.normal {
	margin-bottom: 2rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
}
h4.normal {
	margin-bottom: 1rem;
	padding: 2px 10px 2px 15px;
	border-left: 5px solid #1e195d;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.4;
	font-size: 1.1rem;
	font-weight: 700;
}

.l-box {
	margin: 0px auto 3rem;
	width: 93%;
}
.l-box p {
	padding-bottom: 1rem;
	line-height: 1.6;
	letter-spacing: 1px;
}

.sub-box {
	margin-bottom: 2rem;
	padding: 1.2rem 1.5rem;
	border: 1px solid #ddd;
	background: url(../img/bg_02.gif);
	box-sizing: border-box;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	padding-left: 20px;
}
ul.normal li {
	position: relative;
	margin-bottom: .2rem;
	line-height: 1.6;
	letter-spacing: 1px;
}
ul.normal li:last-child {
	margin-bottom: 0;
}
ul.normal li:before {
	position:absolute;
	top: 1px;
	left: -20px;
	content: "◆";
	font-size: .8rem;
	color:#de6ea6;
}


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.contact-catch {
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
	background: #dbd8ec;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.contact-catch span {
	color: #de1557;
	font-size: 2.2rem;
	border-bottom: 5px solid #fff;
}
.contact-area {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 1.1rem;
}
.contact-area p span {
	font-size: .9rem;
}

.contact-tel {
	padding-bottom: 0 !important;
	font-size: 2.2rem !important;
	font-weight: bold;
	color: #000;
}
.contact-tel:before {
	padding-right: 4px;
	content: url(../img/common/icon_tel.png);
	vertical-align: middle;
}
.contact-tel:before {
	 content: '\e806';
	 color: #422928;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
}


.contact-flow {
	width: 100%;
	margin-bottom: 20px;
}
.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 20px;
	background-color : #ddd;
	font-size : 14.88px;
	font-size : .93rem;
	position : relative;
	color : #000;
}
.contact-flow li.now{
	background: #52469a;
	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: Century Gothic, Arial, Helvetica, sans-serif;
}


.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;
	border-top: 1px solid #ddd;
	background: #fff;
	width: 100%;
	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 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;
}
.sub-btn {
	padding: 8px 30px 7px 32px;
	background: #52469a;
	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;
}

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: 150px;
}
.privacy h4 {
	margin-bottom: 15px;
	font-size: 18px;
}
.privacy h5 {
	margin-bottom: 10px;
	margin-top: 7px;
}
.privacy p {
	padding: 0 0 15px !important;
}


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


.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:#ccc;
 	border-bottom-width:0;
	position : absolute;
	bottom : -10px;
	left : 50%;
}
.contact-flow li.now:after{
	border-top-color : #52469a;
}
.contact-flow li.before:after{
	border-top-color : #ddd;
}

.contact-table {
	width: 100%;
	box-sizing: border-box;
}
.contact-table th,
.contact-table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}


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

}

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


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

}

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

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

.l-box {
	width: 1000px;
}

.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 : #52469a;
}
.contact-flow li.before:after{
	border-left-color : #ddd;
}


}

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

.contact-table th {
	background: #eee;
}


}


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

.contact-tel {
	font-size: 2rem !important;
}

}