@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	font-size: 16px;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.625;
}

body {
	background: #FCF9F0;
}

.inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.tvcm_ttl {
	text-align: center;
}

.tvcm_ttl span {
	font-size: 24px;
	border-bottom: 5px solid #FFEB00;
}

#container {
	padding-top: 0;
}

.image {
	height: 274px;
	background: url("../img/img-main.jpg") no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top 18% center;
}

.intro {
	background: #FFF;
	padding: 60px 0;
	text-align: center;
}

.intro_ttl {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.flow {
	padding: 50px 0;
}

.flow_list {
}

.flow_list > li {
	display: flex;
	position: relative;
}

.flow_list > li:before {
	position: absolute;
	z-index: 10;
	content: "";
	top: -48px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.flow_list > li:nth-child(2):before {
	background-image: url("/tvcm/img/deco-ishikawasan01@2x.png");
    right: 330px;
}

.flow_list > li:nth-child(3):before {
	background-image: url("/tvcm/img/deco-ishikawasan02@2x.png");
}

.flow_list > li:after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #F9AC01;
}

.flow_list > li:nth-child(odd):after {
	right: 0;
	transform: rotate(20deg);
}


.flow_list > li:nth-child(2):after {
	left: 0;
	transform: rotate(-20deg);
}

.flow_list > li:last-child:after {
	content: none;
}

.flow_list > li:nth-child(even) {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: end;
	justify-content: end;
}

.flow_list_col {
}

.flow_list_col.-img {
	position: relative;
	margin-right: 40px;
}

.flow_list > li:nth-child(even) .flow_list_col.-img {
	margin: 0 0 0 40px;
}

.flow_list_num {
	position: absolute;
	top: 20px;
}

.flow_list > li:nth-child(odd) .flow_list_num {
	right: -25px;
}

.flow_list > li:nth-child(even) .flow_list_num {
	left: -25px;
}

.flow_list_col.-txt {
	padding-top: 60px;
}

.flow_list_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #F9AC01;
}

.flow_link {
	text-align: center;
}

.flow_link a {
	display: inline-block;
	transition: opacity 0.3s;
}

.flow_link a:hover {
	opacity: 0.7;
}

.contact {
	background: #EFEFEF;
	padding: 50px 0;
}

.tvcm_ttl.-contact {
	margin-bottom: 20px;
}

.contact span.-required {
	font-size: 20px;
	color: #EE764D;
}

.contact_txt {
	text-align: center;
	margin-bottom: 20px;
}

.contact_tel {
	margin-bottom: 20px;
	text-align: center;
}

.contact_tel a {
	display: inline-block;
	padding: 10px 50px;
	color: #FFF;
	background: #EE764D;
	text-align: center;
	text-decoration: none;
}

.contact_tel a span {
	display: block;
}

.contact_tel a span.-num {
	font-size: 32px;
}

.contact_tel a span.-num i {
	display: inline-block;
	margin-right: 5px;
}

.contact_tel a span.-txt {
	font-size: 14px;
}

.contact_form {
}

.contact_form_tbl {
	width: 900px;
	margin: 0 auto 30px;
}

.contact_form_tbl th,
.contact_form_tbl td {
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	padding: 10px 0;
}

.contact_form_tbl th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.contact_form_tbl td {
}

.contact_form_tbl td input,
.contact_form_tbl td textarea {
	width: 100%;
	border: 1px solid #ADADAD;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_form_tbl td label {
	display: inline-block;
	margin-right: 10px;
}

.contact_form_tbl td input[type="radio"] {
	width: auto;
	margin-right: 5px;
}

.contact_form_submit {
	text-align: center;
	margin-bottom: 20px;
}

input[type="submit"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	background: #F9AC01;
	padding: 10px 70px;
	font-size: 28px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	transition: opacity 0.3s;
}

input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"]:hover {
	opacity: 0.8;
}

.contact_form_caution {
	text-align: center;
	font-size: 12px;
	color: #707070;
}

.contact_form_caution p {
}

.contact_form_caution p a {
	color: #EE764D;
}

/* footer */
#footer {
}

/* for Print */
@media print {
}
