@charset "UTF-8";
/*
Template Name: LP4 〜顧客対応満足度96%による伴走型のコンテンツSEO支援！~ (Copy of LP3)
Version: 1.1
Updated: 2021-10-25
*/

/* Color Scheme
-----------------------------------------------------

	=Theme Color = #c9c3a7

-----------------------------------------------------
*/

@import url(reset.css);

/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8;
	word-wrap: break-word;
	letter-spacing: 0.00em;
}
/* Firefox */
@-moz-document url-prefix() {
	html {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	}
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
}

body{
	background-color: #fff;
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li {
	line-height: 1.8;
}
p, ul, ol, dl, table {
	margin-bottom: 2.0rem;
}
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.8;
	text-align: left;
}
th, td {
	padding: 1em 1.5em;
	vertical-align: top;
	border: none;
}
th {
	font-weight: bold;
	text-align: justify;
}
tr {}

hr {
	clear: both;
	border: none;
}
img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a {
	color: #c9c3a7;
	text-decoration: underline;
}
a,
a img {
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
/*::selection {
	background-color: rgba(0,0,0,0.25);
}*/

em {}

ol{
	counter-reset: number;
	list-style: none;
}
ol li {
	position: relative;
	padding-left: 2.5em;
}
ol li:not( :last-child ) {
	margin-bottom: 1.5em;
}
ol li::before {
	position: absolute;
	left: 0;
	counter-increment: number;
	content: "("counter(number)")";
	margin: 0 1.0em 0 0;
}
ol li ol:last-child { margin-bottom: 2em; }
ol li ol li::before {
	content: "("counter(number,lower-roman)")";
}
ol li ol li:not( :last-child ) {
	margin-bottom: .5em;
}


strong { font-weight: bold; }
iframe { display: block; max-width: 100%;}
form {}
input[type="text"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	padding: 5px;
	font-size: 16px;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
	background-color: #eee;
	color: #555;
	border: 1px solid #eee;
	line-height: 1;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 5px;
}
input[type=text] { margin-bottom: 0.5em; }
input[type=text]:last-child { margin-bottom: 0; }
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type=text]:focus,
textarea:focus {
	color: #555;
}
textarea {
}
form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}
form label { margin-right: 1.4em;}
form input[type*="submit"] {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
	padding: 1em 2em;
	border: none;
	background-color: #c9c3a7;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
form input[type*="submit"]:hover {
	opacity: 0.7;
}
form input[type*="submit"]:hover { opacity: 0.8;}

/*
-----------------------------------------------------

 	=Global Style

-----------------------------------------------------
*/

#container {}

.wrapper {
	width: 1120px;
	max-width: 100%;
	margin: auto;
}

.wrapper-1000 { width: 1000px;}
.wrapper-min { width: 800px;}

#cont {}
#main {}
#main main {}


/*
-----------------------------------------------------

 	=Header

-----------------------------------------------------
*/

#header {
	position: fixed;
	z-index: 9996;
	top: inherit;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #fff;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
#header #header-in {
	padding: 20px 40px;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
#header .header-left {}
#header .header-right {}

#header .header-left {}
#header .header-left ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 20px 0 0 ; 
}
#header .header-left .logo {
	max-width: 274px;
}
#header .header-left .menu {
	vertical-align: middle;
}
#header .header-left .menu a {
	color: #8c8c8c;
	text-decoration: underline;
}
#header .header-right ul {
	margin-bottom: 0;
	letter-spacing: 0;
	font-size: 0;
}
#header .header-right ul li {
	display: inline-block;
	margin: 0 0 0 20px; 
}

#header.scrolled {}



@media screen and (min-width: 1440px) {
	/*.sp-header { display: none; }*/

}
@media screen and (min-width: 0px) and (max-width: 1439px) {
	.window-large { display: none !important; }

	#header #header-in {}

	#header .header-left { width: 40%;}
	#header .header-right { width: 60%;}
	#header .header-right { text-align: right; }
	#header .header-right ul li {
		margin: 0 0 0 15px;
	}
}

@media screen and (min-width: 600px) {
	#cont {
		padding-top: 100px;
	}
	#header {
		height: 100px;
	}
	#header #header-in {
		width: 1420px;
	}
	#header.scrolled {}
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	#cont {
		padding-top: 80px;
	}
	#header {
		height: 80px;
		background-color: #fff;
	}
	#header #header-in {
		padding: 15px;
	}
	#header .header-left { width: 60%;}
	#header .header-right { width: 40%; }
	#header .header-left .logo {
		max-width: 160px;
	}
	#header .header-left ul li {
		display: block;
		margin: 0 0 10px 0;
		line-height: 1;
	}
	#header .header-left .menu { margin-bottom: 0; }
	#header .header-right { text-align: right; }
	#header .header-right ul li {
		margin: 0 0 0 15px;
	}
}


/*
-----------------------------------------------------

 	=KEYVISUAL

-----------------------------------------------------
*/
#keyvisual {
	position: relative;
	z-index: 1;
	/*overflow: hidden;*/
	height: auto;
	padding: 0 0;
	background: url(../images/key-lp-bg.jpg) no-repeat;
	background-color: #0c0b0f;
	background-size: cover;
}
#keyvisual .wrapper {
	position: relative;
}
#keyvisual .content {
	margin-right: auto;
	width: 680px;
	max-width: 100%;
}


#keyvisual .keyform {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
#keyvisual .keyform .header {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
	padding: 0.75em;
}
#keyvisual .keyform .header strong { color: #f4af47;}
#keyvisual .keyform .header p {
	line-height: 1.6;
}
#keyvisual .keyform .inner {
	padding: 20px 20px 40px;
	background-color: #fff;
}

/* Contatc Form 7 */
#keyvisual .keyform .wpcf7 hr,
#keyvisual .keyform .wpcf7 .must,
#keyvisual .keyform .wpcf7 .text-note,
#keyvisual .keyform .wpcf7 .privacy_text { display: none; }
#keyvisual .keyform .wpcf7 .wpcf7-submit {
	font-size: 2.0rem;
	width: 100%;
	max-width: 250px;
}

@media screen and (min-width: 600px) {
	#keyvisual .keyform {
		/*position: absolute;
		z-index: 2;
		top: 0;
		margin: 50px 0 0;
		right: 0;*/
		width: 400px;
		max-width: 100%;
	}
	#keyvisual .wrapper {
		display: flex;
		align-items: flex-start;
		padding: 40px 0;
	}
	/* Contact Form 7 (PC Only Layout) */
	/*#keyvisual .keyform .wpcf7 th, 
	#keyvisual .keyform .wpcf7 td {
		display: table-cell;
		font-size: 1.6rem;
		text-align: left;
	}*/
	#keyvisual .keyform .wpcf7 th, 
	#keyvisual .keyform .wpcf7 td {
		font-size: 1.6rem;
	}
	#keyvisual .keyform .wpcf7 input,
	#keyvisual .keyform .wpcf7 textarea,
	#keyvisual .keyform .wpcf7 select {
		font-size: 1.6rem;
		padding: 0.5em;
		background-color: #ececec;
	}
	#keyvisual .keyform .wpcf7 input[type="submit"] {
		width: 250px;
	}
}

#keyvisual .content .tagline {
	margin-bottom: 20px; 
}
#keyvisual .content .image {}
#keyvisual .content .image01 {
	margin-bottom: 20px; 
}
#keyvisual .content .image02 {
	margin-bottom: 25px; 
}
#keyvisual .content .image03 {
	margin-bottom: 15px;
}
#keyvisual .content .button {
	margin-bottom: 25px; 
}
#keyvisual .content .tel {}
#keyvisual .content .tel a {
	display: block;
	border-radius: 5px;
	background-color: #c9c3a7;
	text-align: center;
	width: 600px;
	max-width: 100%;
}
#keyvisual .content .tel a img {}

/* TEXT CODING VER. (PC ONLY) */
#keyvisual .content .image01 .title {
	line-height: 1.25;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.004);
	text-shadow: 0px 3px 16px rgba(255,255,255,0.7);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#keyvisual .content .image01 .title strong {
	display: inline;
	color: #000;
}
#keyvisual .content .image01 .title .text01 {
	color: #f4af47;
	font-size: 4.7rem;
}
#keyvisual .content .image01 .title .text02 {
	color: #f4af47;
	font-size: 4.0rem;
}
#keyvisual .content .image03 {}

@media screen and (min-width: 600px) {
	#keyvisual img {
		zoom: 0.5;
	}
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	#keyvisual {
		overflow: hidden;
		height: auto;
		padding: 0;
		background-size: auto 100%;
	}
	#keyvisual .wrapper {
		padding: 3.125vw;
	}
	#keyvisual .content {
		margin-left: auto;
		padding: 0 0;
		width: 100%;
		max-width: 100%;
	}
	#keyvisual .content .tagline {
		margin: 0 0 10px;
	}
	#keyvisual .content .image01,
	#keyvisual .content .image02 {
		margin: 0 0 10px;
	}
	#keyvisual .content .image03 {
		margin: 0 0 20px;
	}
	#keyvisual .content .tel {
		margin-bottom: 20px;
	}
	/*#keyvisual > .button {
		background-color: #404040;
		padding: 6.25vw;
	}*/

	#keyvisual .keyform .header {
		background-color: #333;
	}

	/* Contact Form 7 (PC Only Layout) */
	#keyvisual .keyform .wpcf7 th, 
	#keyvisual .keyform .wpcf7 td {
		font-size: 1.4rem;
		text-align: left;
	}
	#keyvisual .keyform .wpcf7 td input, 
	#keyvisual .keyform .wpcf7 td textarea, 
	#keyvisual .keyform .wpcf7 td select {
    padding: 0.75em;
    border-radius: 5px;
    font-size: 1.6rem;
	}

}

#consulting {
	padding: 25px 0;
	background-color: #26b60e;
	text-align: center;
}

@media screen and (min-width: 600px) {
	#consulting img {
		zoom: 0.5;
	}
	#consulting .flex-parent {
		align-items: center;
		justify-content: center;
	}
	#consulting .flex-parent>.left {
	}
	#consulting .flex-parent>.right {
		padding-left: 20px;
	}
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	#consulting .flex-parent {
		flex-direction: column;
	}
	#consulting .flex-parent>*:first-child {
		margin-bottom: 20px;
	}
}

#price {
	padding: 15px 0;
	background-color: #000;
	text-align: center;
}

@media screen and (min-width: 600px) {
	#price img {
		zoom: 0.5;
	}
	#price .flex-parent {
		align-items: center;
		justify-content: center;
	}
	#price .flex-parent>.image {
	}
	#price .flex-parent>.button {
		padding-left: 20px;
	}
}
@media screen and (min-width: 0px) and (max-width: 599px) {
}


/*
-----------------------------------------------------

	=Common Parts

-----------------------------------------------------
*/

/* =SECTION
----------------------------------------------------- */
.anchor {
	visibility: hidden;
	height: 0;
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}

.block:not( :last-child ) {
	margin-bottom: 80px;
}
.section {
	padding: 80px 0;
}
hr {
	clear: both;
	border: none;
	height: 40px;
}
hr.hr-border {
	height: 1px;
	background-color: #dcdcdc;
}

/* =TEXT
----------------------------------------------------- */
.fs-italic { font-style: italic;}
.title-main {
	margin: 0 0 1em;
	color: #000;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.title-main em {
	margin: 0 0 0.5em;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	color: #c9c3a7;
	font-size: 2.4rem;
	font-weight: bold;
}
.title-main strong { color: #b88f38; }
.title-main.white {
	font-size: 3.6rem;
	color: #fff;
}

/* =LIST
----------------------------------------------------- */
ul.list-check li {
	margin: 0 0 1em;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 2em;
	background: url(../images/icon-check01.png) no-repeat left center;
	background-size: 31px;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.block:not( :last-child ) {
		margin: 0 auto 6.25vw;
	}
	.section {
		padding: 9.5vw 0;
	}
	hr { height: 9.5vw; }
	
	.title-main { font-size: 2.6rem;}
	.title-main em { font-size: 1.6rem; }
	
	ul.list-check li {
		font-size: 1.6rem;
		background-size: auto 20px;
	}
}


/*
-----------------------------------------------------

 	=PARTNER

-----------------------------------------------------
*/
#partner {}
#partner .header {
	padding: 40px 0;
	border-bottom: solid 3px #f4f3ed;
}
.partner .content {
	padding: 40px 0;
}
/* Multirole Slider */
.slideFrame {
	overflow: hidden;
}

.slideCell {
	display: block;
}
.slideGuide .slideCell {
	float: left;
	margin-right: 20px;

	width: 300px;
}

@media screen and (min-width: 600px) {

}
@media screen and (min-width: 0px) and (max-width: 599px) {
	.slideGuide .slideCell {
		margin-right: 0;
		width: 180px;
	}

}

/*
-----------------------------------------------------

 	=CASE

-----------------------------------------------------
*/
#works {
	padding: 0;
}
.works-attention {
	position: relative;
	padding: 3.125vw 0;
	background-color: #eed8a2;
	color: #4a3708;
	text-align: center;
}
.works-attention .title {
	font-size: 4.0rem;
	font-weight: bold;
}
.works-attention::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 50px;
	background: url(../images/case-triangle01.png) no-repeat center;
	background-size: 100% auto;
}


.works-case {
	padding: 120px 0;
	background-color: #fdf7e8;
}
.case-lineup {}
.case-lineup .lineup {
	position: relative;
}
.case-lineup .lineup:not( :last-child ) {
	margin-bottom: 60px;
}
.case-lineup .lineup .whitebox {
	background-color: #fff;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
.case-lineup .lineup .in {
	padding: 60px 60px;
}
.case-lineup .lineup .caseheader {
	border-bottom: solid 3px #eed8a2;
	text-align: center;
}
.case-lineup .lineup .caseheader .in {}
.case-lineup .lineup .caseheader .title {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.35;
}
.case-lineup .lineup .caseheader .title strong {
	font-size: 4.8rem;
	color: #c9c3a7;
}

.case-lineup .lineup .casesummary {}

.title-performance {
	margin: 0 0 1.5em;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}
.title-performance strong {
	color: #c9c3a7;
}

.case-lineup .lineup .casesummary .image {}
.case-lineup .lineup .casesummary .content {}
.case-lineup .lineup .casesummary .content {
	color: #666;
	font-size: 1.6rem;
}
.case-lineup .lineup .casesummary .content p {
	line-height: 1.5;
}

.title-square {
	margin: 0 0 0.25em;
	color: #000;
	font-size: 2.4rem;
	line-height: 1.5;
}
.title-square::before {
	content: "◼︎ ";
	color: #c9c3a7;
}
.title-focus {
	font-size: 2.4rem;
}
.title-focus strong {
	color: #e60012;
	font-weight: normal;
}

.marker {
	border-bottom: 5px solid #fad540;
}



.works-ending {
	position: relative;
	padding: 3.125vw 0 6.25vw;
	background-color: #fdf7e8;
	color: #000;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.works-ending .title {
	font-size: 4.0rem;
	font-weight: bold;
}
.works-ending::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 283px;
	height: 60px;
	background: url(../images/case-triangle02.png) no-repeat center;
	background-size: 100% auto;
}


@media screen and (min-width: 600px) {
	.case-lineup .lineup .casesummary .image { width: 400px; margin-top: 10px; }
	.case-lineup .lineup .casesummary .content { width: 550px; }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	.works-case {
		padding: 100px 0;
	}
	.works-attention { 
		padding: 3.125vw 0; 
	}
	.works-attention .title {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.case-lineup .lineup .caseheader .in {
		padding: 6.25vw;
	}
	.case-lineup .lineup .caseheader .title { font-size: 1.8rem; }
	.case-lineup .lineup .caseheader .title strong { font-size: 2.1rem; }
	.case-lineup .lineup .in {
		padding: 6.25vw;
	}
	.title-performance {
		font-size: 2.0rem;
	}
	.title-performance br { display: none; }
	.case-lineup .lineup .casesummary .image {
		text-align: center;
	}
	.case-lineup .lineup .casesummary .image img {
		max-width: 70%;
	}
	.case-lineup .lineup .casesummary .content {
		font-size: 1.4rem;
	}
	.title-square {
		font-size: 1.8rem;
	}
	.title-focus {
		font-size: 1.8rem;
		text-align: center;
	}
	.title-focus br { display: none; }

}


/*
-----------------------------------------------------

 	=REASON

-----------------------------------------------------
*/
#reason {}
.reason-header {
	background: url(../images/reason-img01.jpg) no-repeat;
	background-size: cover;
}
.reason-header .wrapper {
	width: 1020px;
}
.title-bar {
	margin: 0 0 0.5em;
	padding: 0.15em;
	background-color: #b78e37;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.reason-header ul.list-check li {
	margin: 0;
	padding: 0.5em 0;
	padding-left: 2em;
	border-bottom: solid 1px #b78e37;
	background: url(../images/icon-check02.png) no-repeat left center;
	background-size: 31px auto;
}
.reason-attention {
	position: relative;
	padding: 3.125vw 0;
	background-color: #f4af47;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.reason-attention .title {
	margin: 0 0 0.35em;
	font-size: 4.0rem;
	font-weight: bold;
}
.reason-attention::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 50px;
	background: url(../images/reason-triangle01.png) no-repeat center;
	background-size: 100% auto;
}
.reason-case {
	padding: 160px 0;
	background-color: #fdf7e8;
}
.reason-lineup {}
.reason-lineup .lineup {
	position: relative;
}
.reason-lineup .lineup:not( :last-child ) {
	margin-bottom: 120px;
}
.reason-lineup .lineup::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(../images/icon-troubles-numbering01.png) no-repeat center;
	background-size: 100% auto;
}
.reason-lineup .lineup01::before { background-image: url(../images/icon-reason-numbering01.png); }
.reason-lineup .lineup02::before { background-image: url(../images/icon-reason-numbering02.png); }
.reason-lineup .lineup03::before { background-image: url(../images/icon-reason-numbering03.png); }
.reason-lineup .lineup .whitebox {
	background-color: #fff;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
.reason-lineup .lineup .in {
	padding: 60px 80px;
}
.reason-lineup .lineup .reasonheader {
	border-bottom: solid 3px #eed8a2;
	text-align: center;
}
.reason-lineup .lineup .reasonheader .in {
	padding-top: 100px;
}
.reason-lineup .lineup .reasonheader .title {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.reason-lineup .lineup .reasonsummary {
	color: #666;
	font-size: 2.0rem;
}
.reason-lineup .lineup .reasonsummary .figure {
	margin: 3em auto 0;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.title-bar { font-size: 1.8rem; }
	.reason-header ul.list-check li {
		background-size: auto 20px;
		line-height: 1.5;
	}
	.reason-attention {
		padding: 12.5vw 0;
		font-size: 1.8rem;
	}
	.reason-attention .title { font-size: 2.4rem; }
	.reason-case {
		padding: 160px 0 12.5vw;
	}
	.reason-lineup .lineup .in {
		padding: 6.25vw;
	}
	.reason-lineup .lineup .reasonheader .in {
		padding: 6.25vw;
		padding-top: 80px;
	}
	.reason-lineup .lineup .reasonheader .title { font-size: 2.1rem; }
	.reason-lineup .lineup .reasonsummary { font-size: 1.6rem; }
}


/*
-----------------------------------------------------

	=FORM

-----------------------------------------------------
*/

#form {
	background-color: #333333;
  text-align: center;
}
#form .wrapper {
	width: 920px;
}
#form .header {}
#form .content .whitebox {
	background-color: #fff;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
#form .content .whitebox .in {
	padding: 6.25vw;
}
#form .tel {
	margin: 20px auto 40px;
}

/* Contact Form 7 */
.wpcf7 {}
.wpcf7 .must {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1em;
	padding: 0.25em 1em;
	background-color: #c9c3a7;
	color: #fff;
	font-size: 1.2rem;
}
.wpcf7 tr {
	display: block;
	margin-bottom: 10px;
}
.wpcf7 th,
.wpcf7 td {
	display: block;
	width: 100%;
	padding: 0.1em 0;
	font-size: 2.0rem;
	font-weight: normal;
}
.wpcf7 th {}
.wpcf7 td input,
.wpcf7 td textarea,
.wpcf7 td select {
	display: block;
	width: 100%;
	padding: 0.75em;
	background-color: #f6f6f6;
	border-radius: 5px;
	font-size: 2.0rem;
}
::placeholder { color: #999;}
.wpcf7-submit {
	border: none;
	display: block;
	margin: 0 auto;
	width: 480px;
	max-width: 100%;
	padding: 0.75em 1em;
	border-radius: 5px;
	background-color: #f4af47;
	color: #000;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.wpcf7-submit:hover {
	background-color: #666;
	color: #f4af47;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #f4af47;
	background: #fff;
	color: #000;
	font-weight: bold;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 1em 1em;
  line-height: 1.8;
  background-color: #fff;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border-color: #ff0000 !important;
}


/*
-----------------------------------------------------

 	=FAQ

-----------------------------------------------------
*/
#faq {
	background: #f4f3ed url(../images/faq-img01.jpg) no-repeat top;
	background-size: 100% auto;
}
.faq-header {}
.faq-content {}
.faq-lineup {}
.faq-lineup .lineup {
	margin: 0 auto 40px; 
	border: solid 1px #b9a952;
}
.faq-lineup .lineup .header {
	position: relative;
	background-color: #fff;
	min-height: 80px;
	padding: 1em 110px;
}
.faq-lineup .lineup .header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background: #b9a952 url(../images/icon-question.png) no-repeat center center;
	background-size: 30px auto;
}
.faq-lineup .lineup .header::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background: #b9a952 url(../images/icon-accordion-down.png) no-repeat center center;
	background-size: 22px auto;
}
.faq-lineup .lineup .header .title {
	font-size: 2.4rem;
	color: #000;
	font-weight: bold;
}
.faq-lineup .lineup .content {
	border-top: solid 1px #b9a952;
	padding: 2em;
	background-color: #fbf9f0;
	color: #666;
	font-size: 2.0rem;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.faq-lineup .lineup {
		margin: 0 auto 3.125vw;
	}
	.faq-lineup .lineup .header {
		min-height: 0;
		padding: 1em 70px;
	}
	.faq-lineup .lineup .header .title {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.faq-lineup .lineup .header::before,
	.faq-lineup .lineup .header::after {
		width: 50px;
	}
	.faq-lineup .lineup .header::before {
		background-size: 20px auto;
	}
	.faq-lineup .lineup .header::after {
		background-size: 12px auto;
	}
	.faq-lineup .lineup .content {
		padding: 3.125vw;
		font-size: 1.6rem;
	}
}

/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/
#footer {
	padding: 3.125vw;
	position: relative;
	background-color: #191919;
	font-size: 1.6rem;
	text-align: center;
}
#footer,
#footer a { color: #fff; }
#footer a { text-decoration: none; }

#footer #footer-in {}
#footer .logo { margin-bottom: 3.125vw;}
#footer .info { margin-bottom: 15px;}
#footer .logo img {
	display: inline-block; 
}
#footer .info ul.nav-footer {
	font-size: 0;
	letter-spacing: 0;
}
#footer .info ul.nav-footer li {
	display: inline-block;
	font-size: 1.6rem;
}
#footer .info ul.nav-footer li:not( :last-child ) {
	margin-right: 2em;
}
#footer .info ul.nav-footer li a {
	text-decoration: underline;
}
#footer .info ul.nav-footer li a:hover { text-decoration: none; }
#footer .copyright {}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	#footer {}
	#footer #footer-in {
		padding: 6.25vw;
	}
	#footer .logo,
	#footer .info,
	#footer .copyright {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 1.2rem;
	}
	#footer .info ul.nav-footer li {
		font-size: 1.2rem;
	}
	#footer .copyright {
		margin: 6.25vw 0 0;
		font-size: 1.0rem;
	}
}














/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* Desktop
----------------------------------------------------- */
@media screen and (min-width: 600px) {
	.sp { display: none !important; }

	body {
		min-width: 1280px;
	}
}

/* Smartphone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	html { font-size: 10px; }
	body { font-size: 1.2rem; letter-spacing: 0;}

	.pc { display: none !important;}

	/* Apperance
	--------------------------------------------------*/
	input[type="button"],
	input[type="text"],
	input[type="submit"] {-webkit-appearance: none;border-radius: 0;}

	/* Reset
	--------------------------------------------------*/
	iframe { width: 100%; max-height: 240px;}


	/* =Global Style
	-------------------------------------------------- */
	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: auto;
	}

	th, td {
		font-size: 1.2rem;
		padding: 1em 0.5em;
	}
	.frame {
		padding: 6.25vw;
	}


	/* =Frontpage
	-------------------------------------------------- */
	

	/* =Subpages
	-------------------------------------------------- */

}