@import url(fontawesome-all.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Basic */
@-ms-viewport {
	width: device-width;
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

body {
	-ms-overflow-style: scrollbar;
	background-color: #fff;
	line-height: 1;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* Type */
html {}
body {
	color: #352016;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 2.375;
}
*:focus {
	outline: none;
}
/* Type */

	html {
		font-size: 16pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 10pt;
			}

		}


	body, input, select, textarea {
		color: #352016;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1rem;
		line-height: 2.375;
	}
/*----------- Common -----------*/
ol, ul {
	list-style: none;
}
strong, b {
  font-weight: 600;
}
em, i {
  font-style: italic;
}
p {
  text-align: justify;
  margin: 0 0 2rem 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
input, select, textarea {
  color: #1A284C;
}
a {
	text-decoration: none;
	color: #f1794b;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition : all 0.3s ease;
}
a::after {
	color: #f39800;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
h2.title {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 80px;
	letter-spacing: 1px;
}
h2.title span.deco {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 2.4rem;
}
h2.title span.deco::before {
	content: url("../../images/titledeco_l.png");
	position: absolute;
	left: 0;
	top: 0;
}
h2.title span.deco::after {
	content: url("../../images/titledeco_r.png");
	position: absolute;
	right: 0;
	top: 0;
}
.notes {
	font-weight: normal;
	color: rgba(26, 40, 76, 0.54);
}
img {
	width: 100%;
}
p {
	padding-left: 1%;
	padding-right: 1%;
}
.center {
	text-align: center;
}
.bg {
	background: url("../../images/bg_01.jpg") repeat center top;
}
@media screen and (max-width: 980px) {
	.inner {
		padding: 80px 10px;
	}
	h2.title {
		font-size: 2.2rem;
	}
	h2.title span.deco {
		font-size: 2rem;
	}
}
@media screen and (min-width: 737px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.inner {
		width: 100%;
		padding: 50px 2%;
	}
	h2.title {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	h2.title span.deco {
		font-size: 1.4rem;
		padding-left: 40px;
		padding-right: 40px;
	}
	h2.title span.deco::before {
		left: 0;
		top: 0;
	}
	h2.title span.deco::after {
		right: 0;
		top: 0;
	}
}
/* Box */
.box {
  border: 8px solid #FAFAFA;
  box-sizing: border-box;
  border-radius: 8px;
	background-color: #fff;
}

.box_area .last {
	margin-right: 0 !important;
}

/* Button */
.button_area {
}
a.button, button
{
	position: relative;
	width: 360px;
	height: 64px;
	text-align: center;
	display: block;
	margin: 0 auto;
	line-height: 64px;
	background-color: #f1794b;
	border-radius: 4px;
	color: #fff;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
}
a.button.icon:after, button.icon:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*←ココ！！！！！！！*/
	position: absolute;
	right: 15px;
	color: #fff;
}
a.button:hover, button:hover {
	background-color: #352016;
}
a.button.gray {
	background: rgba(26, 40, 76, 0.06);
}

@media screen and (max-width: 736px) {
	a.bottun {
		width: 100%;
		height: 64px;
	}
}
/*----------- Contents -----------*/
#wrapper {
	position: relative;
}
/* Header */
#header .inner {
	overflow: hidden;
}
#header .inner {
	padding: 15px 5% 0;
	width: 100%;
	max-width: inherit;
	background-color: #fff;
	height: 80px;
}
#header .logo_area {
	display: inline-block;
	vertical-align: middle;
	float: left;
}
#header .logo_area {
	width: 10%;
	min-width: 110px;
}
#header .tel {
	float: right;
	text-align: left;
	font-size: 0.68rem;
	line-height: 1.4;
}
#header .tel i {
	font-size: 1.4rem;
}
#header .tel span {
	font-size: 1.6rem;
	color: #f16c42;
}
@media screen and (max-width: 736px) {
	#header .inner {
		padding: 8px 3% 0;
		height: 70px;
	}
	#header .logo_area img {
		width: 110px;
	}
	#header .tel {
		font-size: 0.55rem;
		line-height: 1.4;
		padding-top: 5px;
	}
	#header .tel i {
		font-size: 1rem;
	}
	#header .tel span {
		font-size: 1.3rem;
		color: #f16c42;
	}
}

/* Intro/TOP */
#intro {
	position: relative;
	padding: 0;
	margin-top: -20px;
}
#intro img.kv {
	width: 100%;
}
#intro h1 {
	margin-bottom: 0;
}
#intro h1 img {
	vertical-align: bottom;
}
#intro .btn {
	position: absolute;
	left: -55px;
	top: 25%;
	width: 29%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition : all 0.3s ease;
}
#intro .btn:hover {
	left: -15px;
}

@media screen and (max-width: 736px) {
	#intro .inner {
		padding: 2%;
	}
}

/* Outline/TOP */
#outline .online {
	margin-bottom: 40px;
}
#outline .txt {
	text-align: center;
	position: relative;
}
#outline .txt p {
	padding-top: 30px;
	text-align: center;
	margin-bottom: 40px;
}
#outline .txt img.free {
	position: absolute;
	top: -38px;
	right: -40px;
	width: 100px;
}
#outline .txt img.zoom {
	width: 100px;
}
#outline .txt2 {
	background: url("../../images/outline_box.png") no-repeat center top;
	padding: 40px 45px;
	height: 192px;
}
#outline .txt2 p {
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 980px) {
	#outline .txt img.free {
		right: 0;
	}
	#outline .txt2 {
		padding: 20px 25px;
		background-size: 100%;
	}
}
@media screen and (max-width: 736px) {
	#outline .online .photo {
		margin-bottom: 30px;
	}
	#outline .txt img.free {
		top: -38px;
		right: 0px;
		width: 100px;
	}
	#outline .txt2 {
		background: url("../../images/outline_box_sp.png") no-repeat center top;
		padding: 30px 22px 0;
		height: 280px;
		background-size: contain;
	}
}

/* bg-photimg/TOP */
.bg-photimg {
	background: url("../../images/bg_pra.jpg") no-repeat center top;
    background-attachment: scroll;
	background-size: cover;
	background-attachment: fixed;
}
.bg-photimg .container {
    height: 400px;
}
.bg-photimg .container::before, .bg-photimg .container::after {
    content: " ";
    display: table;
}
@media screen and (max-width: 980px) {
		.bg-photimg {
			background: none;
		}
		.bg-photimg::before {
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100vw;
		height:100vh;
		background:url("../../images/bg_pra_sp.jpg") no-repeat center center;
		-webkit-background-size:contain;
		background-size: cover;
		content:"";
	}
}
@media screen and (max-width: 736px) {
}

/* Service/TOP */
#service {
	background-color: #fff;
}
#service h3 {
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	padding: 0 350px;
	margin-bottom: 50px;
}
#service h3:before, #service h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 320px;
	height: 1px;
	background-color: black;
}
#service h3:before {
	left:0;
}
#service h3:after {
	right: 0;
}
#service ul {
	margin-bottom: 40px;
}
#service ul li {
	margin-bottom: 20px;
}
#service ul li:last-child {
	line-height: 90px;
	font-size: 1.4rem;
	font-weight: bold;
}
#service ul li img {
	vertical-align: bottom;
}
#service ul + p {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 980px) {
	#service h3 {
		font-size: 1.8rem;
		padding: 0 30%;
		margin-bottom: 30px;
	}
	#service h3:before, #service h3:after {
		width: 30%;
	}
}
@media screen and (max-width: 736px) {
	#service h3 {
		font-size: 1.8rem;
		padding: 0 20%;
		margin-bottom: 30px;
	}
	#service h3:before, #service h3:after {
		width: 20%;
	}
	#service ul.row {
		margin-left: -0.8rem;
		margin-bottom: 20px;
	}
	#service ul li {
		padding-left: 0.8rem;
	}
	#service ul li:last-child {
		line-height: 50px;
		font-size: 1rem;
	}
	#service ul + p {
		font-size: 1rem;
		line-height: 1.6;
		text-align: center;
	}
}

/* Entry/TOP */

#entry .form {
	margin-bottom: 40px;
}
#entry dt {
	margin-bottom: 5px;
}
#entry dd {
	margin-bottom: 10px;
	line-height: 1.4;
}
#entry img.required,
#entry img.optional {
	width: 40px;
	vertical-align: middle;
	margin-right: 5px;
}
#entry .rules {
	height: 200px;
	overflow: auto;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 0.9em;
}
#entry .rules p {
	margin-bottom: 5px;
}
#entry .agree {
	text-align: center;
	margin-bottom: 40px;
}
#entry .note {
	font-size: 0.8rem;
}
button[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
}
@media screen and (max-width: 736px) {
	#entry .rules {
		padding: 2%;
	}
}


/* Appeals/TOP */
#appeals {
	background-color: #fff;
}
#appeals h2 {
	margin-bottom: 50px;
}
#appeals h3 {
	text-align: center;
	margin-bottom: 50px;
}
#appeals h3 img {
	width: 224px;
}
#appeals .case {
	margin-bottom: 50px;
}
#appeals .case .photo {
	text-align: center;
}
#appeals .case h4 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
#appeals .case p.name {
	text-align: right;
	margin-bottom: 20px;
}
#appeals .case p {
	font-size: 1.3rem;
	line-height: 1.7;
}
#appeals h2 span.red {
	color: #f1794b;
}
#appeals h2 span.sizel {
	font-size: 3rem;
}
#appeals > .inner {
	padding-bottom: 25px;
	position: relative;
}
#appeals .arrow img {
	width: 80px;
	position: absolute;
	bottom: -28px;
	left: 46%;
}
#appeals .bg {
	background: url("../../images/bg_01.jpg") repeat center 50px;
}
#appeals .inner +.inner {
	padding-top: 0;
}
#appeals .reason {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#appeals .reason1 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	border: solid 6px #352016;
	padding: 15px;
	top: -70px;
	background-color: #fff;
	width: 100%;
}
#appeals .reason1 .green {
	color: #4cae70;
}
#appeals .reason2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#appeals .reason2 span {
	font-size: 3rem;
	border-bottom: double 8px #f1794b;
}
#appeals .lower {
	padding-bottom: 100px;
	padding-top: 50px;
	position: relative;
}
#appeals .lower ul {
	margin-bottom: 50px;
}
#appeals li.app dl {
	padding: 58px 20px 0;
	background-size: 100%;
}
#appeals .app dd {
	padding: 60px 30px 0;
	font-size: 1rem;
	height: 210px;	
}
#appeals .app dt {
	text-align: center;
	color: #f1794b;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
	height: 58px;
	vertical-align: middle;
	display: table-cell;
	min-width: 280px;
}
#appeals .app dd {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.8;
	padding: 20px 20px 0;
}
#appeals .app_01 dl {
	background: url("../../images/appeals_01.png") no-repeat center top;
}
#appeals .app_02 dl {
	background: url("../../images/appeals_02.png") no-repeat center top;
}
#appeals .app_03 dl {
	background: url("../../images/appeals_03.png") no-repeat center top;
}
#appeals .button_area p {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 50px;
}
#appeals a.button {
	width: 560px;
}
@media screen and (max-width: 980px) {
	#appeals > .inner {
		padding-bottom: 0;
	}
	#appeals .lower {
		position: inherit;
		padding-top: 40px;
	}
	#appeals .arrow img {
		bottom: -80px;
	}
	#appeals .reason1 {
		font-size: 2.1rem;
	}
	#appeals .reason2 {
		font-size: 1.8rem;
	}
	#appeals .reason2 span {
		font-size: 3rem;
		border-bottom: double 8px #f1794b;
	}
	#appeals .reason2 {
		font-size: 1.7rem;
	}
	#appeals .reason2 span {
		font-size: 2.2rem;
		border-bottom: double 6px #f1794b;
	}
	#appeals .button_area p {
		font-size: 1.7rem;
	}
	#appeals li.app dl {
		padding: 43px 9px 0;
		background-size: 100%;
	}
	#appeals .app dt {
		font-size: 1.2rem;
		line-height: 1.3;
		height: 50px;
		min-width: 220px;
	}
	#appeals .app dd {
		font-size: 0.8rem;
		line-height: 1.6;
		padding: 17px 20px 0;
		height: 155px;
	}
}
@media screen and (max-width: 736px) {
	#appeals h3 img {
		width: 160px;
	}
	#appeals .case .photo img {
		width: 80%;
	}
		#appeals .case h4 {
		font-size: 1.5rem;
		text-align: center;
	}
	#appeals .case p.name {
		font-size: 0.8rem;
		margin-bottom: 20px;
	}
	#appeals .case p {
		font-size: 0.9rem;
		line-height: 1.7;
	}
	#appeals h2 span.red {
		color: #f1794b;
	}
	#appeals h2 span.sizel {
		font-size: 1.8rem;
	}
	#appeals > .inner {
		padding-bottom: 5px;
	}
	#appeals .arrow img {
		width: 80px;
		bottom: -28px;
		left: 40%;
	}
	#appeals .reason1 {
		font-size: 1.8rem;
		line-height: 1.4;
		border: solid 4px #352016;
	}
	#appeals .reason2 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	#appeals .reason2 span {
		font-size: 1.8rem;
		border-bottom: double 4px #f1794b;
	}
	#appeals .lower {
		padding-bottom: 50px;
		padding-top: 35px;
		position: inherit;
	}
	#appeals .lower ul {
		margin-bottom: 30px;
	}
	#appeals li.app dl {
		background-size: 300px;
		padding: 66px 34px 0;
		width: 300px;
		height: 300px;
		margin: 0 auto 20px;
	}
	#appeals .app dt {
		font-size: 1.3rem;
		min-width: 225px;
	}
	#appeals .app dd {
		padding: 20px 10px 0;
		font-size: 1rem;
	}
	#appeals .button_area p {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	#appeals a.button {
		width: 100%;
	}
}
/* footer */
#footer {
	background-color: #ece4db;
}
#footer > .inner {
	overflow: hidden;
	padding: 20px 0;
}
#footer .logo,
#footer .about {
	float: left;
}
#footer .logo {
	margin-right: 40px;
}
#footer ul.about {
	padding-top: 15px;
}
#footer .about li {
	font-size: 0.8rem;
	line-height: 1.4;
}
#footer .lower .copyright {
	float: right;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.4;
	text-align: right;

}
#footer .copyright .inner {
	padding: 0;
}
#footer .copyright {
	background-color: #352016;
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 736px) {
	#footer > .inner {
		overflow: hidden;
		padding: 10px 2% 20px;
	}
	#footer .logo img {
		width: 100px;
	}
	#footer .copyright .inner {
		padding: 0 2%;
	}
}
