@charset "utf-8";

/* reset
================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select {
	vertical-align: middle;
}

/* Setting */

input,
textarea {
	/**font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-family: "游ゴシック","メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;**/
	font-family: 'Noto Sans JP', sans-serif;

}

@media (min-width:641px) {
	body {
		font-size: 17px;
		line-height: 1.4;
		/**font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-family: "游ゴシック","メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;**/
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #000000;
		background-color: #FFFFFF;
		letter-spacing: 1px;
	}
}

@media (min-width:0px) and (max-width:640px) {
	body {
		font-size: 16px;
		line-height: 1.5;
		/**font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;**/
		font-family: 'Noto Sans JP', sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		letter-spacing: 1px;
		-webkit-text-size-adjust: 100%;
	}
}

* html body {
	/* for IE6 */
	font-size: small;
}

*:first-child+html body {
	/* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

@font-face {
	font-family: 'A-OTF-MaruFoProN';
	src: url('font/A-OTF-RyuminPr6N-Light.otf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
	/**font-family: "游ゴシック","メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	**/
}

*:active,
*:focus {
	outline: none;

}



/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	/**color: #444444;**/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img:hover {
	opacity: 0.7;
}

/* iphoneのデフォルトstyleを無効*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.red {
	color: #ff2e62;
}

.red-b {
	color: #ff0000;
	font-weight: bold;
}

.red2 {
	color: #c92069;
}

.red3 {
	color: #c8003c;
}

.red4 {
	color: #cc7667;
}

.pink {
	color: #FB508A;
}

.pink-b {
	color: #FB508A;
	font-weight: bold;
}

.orange {
	color: #FF6600;
}

.orange-b {
	color: #ff6600;
	font-weight: bold;
}

.blue {
	color: #007fff;
}

.blue-b {
	color: #0000ff;
	font-weight: bold;
}

.green {
	color: #009900;
}

.white {
	color: #ffffff;
}

.green {
	color: #1dc8c0;
}

.color01 {
	color: #ae9580;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.t_indent {
	text-indent: -1em;
	padding-left: 1em;
}

.t_indent01 {
	text-indent: -14px;
	padding-left: 14px;
}

.txt70 {
	font-size: 70%;
}

.txt80 {
	font-size: 80%;
}

.txt110 {
	font-size: 110%;
}

.txt120 {
	font-size: 120%;
}

.txt140 {
	font-size: 140%;
}

.txt150 {
	font-size: 150%;
}

.txt160 {
	font-size: 160%;
}

.txt170 {
	font-size: 170%;
}

.mt-10 {
	margin-top: -10px;
}

.mt-20 {
	margin-top: -20px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.pd10 {
	padding: 10px;
}

.pd15 {
	padding: 15px;
}

.pd20 {
	padding: 20px;
}

.bg_txt_yellow {
	background-color: #FEFE7E;
}

#main p {
	line-height: 180%;
	display: block;
	overflow: hidden;
}

.zindex0 {
	position: relative;
	z-index: 0;
}

/**WordPress用**/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

@media (min-width:750px) {
	.pcnone {
		display: none !important;
	}

	.spnone {}

}

@media (min-width:0px) and (max-width:749px) {
	.pcnone {
		display: block !important;
	}

	.spnone {
		display: none !important;
	}
}

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

header

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

@media (min-width:736px) {
	.topmg {
		margin-top: 85px;
	}

	#conteiner {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	#main {
		padding-top: 0px;
	}

}

@media (min-width:0px) and (max-width:735px) {
	.topmg {
		margin-top: 60px;
	}

	#conteiner {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}

	#main {
		padding-top: 0px;
	}

}

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

header

==============================*/
@media (min-width:736px) {
	#header-out {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 0px;
		background-color: #ffffff;
		width: 100%;
		height: 85px;
		/**min-width: 1080px;**/
		min-width: 746px;
		/**z-index: 4;
    position: fixed;
    top: 0px;
	border-bottom: solid 1px #c5c5c5;**/

	}

	#header {
		/**width: 1080px;**/
		width: 746px;
		height: 85px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		overflow: hidden;
	}

	#header .logo {
		display: block;
		height: auto;
		width: 220px;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}

	#header .logo a img {
		height: auto;
		width: 100%;

	}
}

#header .logo a {
	color: #ffc30c;
}

#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}


@media (min-width:0px) and (max-width:735px) {
	#header-out {
		height: 60px;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		/**position: fixed;
	top: 0px;
	z-index: 5;**/
		padding: 0px;
		width: 100%;
		background-color: #ffffff;
	}

	#header {
		height: 60px;
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		z-index: 2;
		overflow: hidden;
	}

	#header .logo {
		display: block;
		height: 40px;
		width: auto;
		float: left;
		margin-left: 5px;
		margin-top: 10px;
	}

	#header .logo a img {
		height: 100%;
		width: auto;

	}
}

@media (min-width:0px) and (max-width:330px) {
	#header .logo {
		display: block;
		height: 40px;
		width: auto;
		float: left;
		margin-top: 20px;
		margin-left: 5px;

	}
}


#header .contact {
	width: 267px;
	float: right;
	padding-top: 15px;
	margin-right: 6px;
}

#header .contact1 {
	width: 267px;
	float: right;
	padding-top: 15px;
	margin-right: 6px;
}

#header .contact2 {
	width: 159px;
	float: right;
	padding-top: 15px;
	margin-right: 0px;
}

#header .contact3 {
	width: 70px;
	float: right;
	padding-top: 15px;
	margin-right: 0px;
}

#header .contact img,
#header .contact3 img,
#header .contact2 img,
#header .contact1 img {
	max-width: 100%;
	max-height: 100%;
	float: right;
}

#header .contactSp {
	display: none;
}

#header .contactSp2 {
	display: none;
}

@media (min-width:0px) and (max-width:735px) {
	#header .contact {
		display: inline-block;
		width: auto;
		height: 60px;
		float: right;
		margin-right: 0px;
		padding-top: 0px;
	}

	#header .contact1 {
		display: inline-block;
		width: auto;
		height: 60px;
		float: right;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
	}

	#header .contact2 {
		display: inline-block;
		width: auto;
		height: 60px;
		float: right;
		margin-right: 0px;
		padding-top: 0px;
	}

	#header .contact3 {
		display: inline-block;
		width: auto;
		height: 60px;
		float: right;
		margin-right: 60px !important;
		padding-top: 0px;
		box-sizing: border-box;
		/**border-left: solid 1px #2c2a2b;
	border-right: solid 1px #2c2a2b;**/
	}

	/**#header .contact1 {
	display: inline-block;
	width: 45%;
	float: left;
    margin-left: 10px;
	padding-top: 10px;
}**/
	#header .contactSp {
		display: inline-block;
		width: 50px;
		float: right;
		margin-right: 0px;
	}

	#header .contactSp a img {
		height: auto;
		width: 100%;
	}

	#header .contactSp2 {
		display: inline-block;
		width: 100px;
		margin-right: 50px;
		float: right;
	}

	#header .contactSp2 a img {
		height: auto;
		width: 100%;
	}
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 736px) {

	#slide-header {
		height: 70px;
		position: relative;
		width: 70px;
		z-index: 6;
		right: 0px;
		top: 0px;
		margin-top: 0px;
		display: none;
		margin-right: 0px;
		float: right;
	}

	#slide-header .button {
		width: 70px;
		height: 70px;
		position: relative;
		display: block;
		top: 0px;
	}

	.menu-button-right {
		right: 0px;
	}

	#menu-nav {
		display: table-cell;
		vertical-align: bottom;
		text-align: right;
	}

	#menu-button {
		vertical-align: bottom;
		float: right;
		cursor: pointer;
		background-repeat: no-repeat;
		background-image: url(../img/menu_button.png);
		background-position: center top;
		background-size: 70px;

	}

	#menu-button.selected,
	#menu-button:active {
		opacity: 1;
		background-repeat: no-repeat;
		background-image: url(../img/menu_button-on.png);
		background-position: center top;
		background-size: 70px;
		z-index: 4;
	}

	#menu-button-inner {
		width: 70px;
		height: 70px;
		z-index: 4;
	}

	#gNavi {
		box-sizing: border-box;
		width: 95%;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 20px;
		display: none !important;
	}

	#gNavi ul {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	#gNavi li {
		/**float: left;**/
		width: 16.666666%;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		border-left: solid 1px #000000;
		display: block;
		box-sizing: border-box;
	}

	#gNavi li:last-child {
		border-right: solid 1px #000000;
	}

	#gNavi li span {
		color: #efd0cf;
	}

	#gNavi a {
		white-space: nowrap;
		text-decoration: none;
		display: inline-block;
		padding-top: 0px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 0px;
		font-weight: bold;
		display: block;
		text-align: center;
		/**background-image: url(../img/icon01_2.png);
	background-repeat: no-repeat;
	background-position: right 10px center;**/
		color: #000000;
		font-size: 16px;
	}

	#gNavi a:hover,
	#gNavi a:active {}
}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:735px) {
	#gNavi li img {
		display: none;


	}

	#slide-header {
		height: 60px;
		position: fixed;
		width: 60px;
		z-index: 6;
		right: 0px;
		top: 0px;
		margin-top: 0px;
		display: block;
		margin-right: 0px;
	}

	#slide-header .button {
		width: 60px;
		height: 60px;
		position: relative;
		display: block;
		top: 0px;
	}

	.menu-button-right {
		right: 0px;
	}

	#menu-nav {
		display: table-cell;
		vertical-align: bottom;
		text-align: right;
	}

	#menu-button {
		vertical-align: bottom;
		float: right;
		cursor: pointer;
		background-repeat: no-repeat;
		background-image: url(../img/menu_button.png);
		background-position: center top;
		background-size: 60px;
	}

	#menu-button.selected,
	#menu-button:active {
		opacity: 1;
		background-repeat: no-repeat;
		background-image: url(../img/menu_button-on.png);
		background-position: center top;
		background-size: 60px;
		z-index: 4;
		background-color: #333333;
	}

	#menu-button-inner {
		width: 60px;
		height: 60px;
		z-index: 4;
	}

	#gNavi {
		box-sizing: border-box;
		clear: both;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 5;
		padding-top: 80px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		background-color: rgba(000, 000, 000, 0.50);
		top: 0px;
		box-sizing: border-box;

	}

	#gNavi ul {
		overflow: hidden;
		background-color: #FFF;
		border: 1px solid #333333;
		padding: 10px;
		z-index: 5;
		position: relative;
	}

	#gNavi li {
		border-bottom-width: 1px;
		border-bottom-style: none;
		border-bottom-color: #333;
	}

	#gNavi li span {
		color: #efd0cf;
		font-size: 90%;
	}

	#gNavi li:last-child {
		border-bottom-width: 1px;
		border-bottom-style: none;
		border-bottom-color: #333;
	}

	#gNavi a {
		white-space: nowrap;
		text-decoration: none;
		display: block;
		line-height: 2em;
		height: 2em;
		padding: 5px;
		font-weight: bold;
		background-image: url(../img/icon01_2.png);
		background-repeat: no-repeat;
		background-position: right center;
		color: #333;
		font-size: 0.8em;
	}

	#gNavi a:hover,
	#gNavi a:active {}


}

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

footer

==============================*/
#footer-out {
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 750px;
	background-color: #ffffff;
}

footer {
	width: 750px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-size: 80%;
}

@media (min-width:0px) and (max-width:735px) {
	#footer-out {
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: inherit;

	}

	footer {
		width: auto;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
	}

}

footer p {
	text-align: center;
	margin-bottom: 20px;
}

footer p a {
	color: #000000;

}

footer .copy {
	text-align: center;
	color: #000000;
	margin-bottom: 0px;
}

footer .copy a {
	color: #000000;
}



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

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 90px;
	right: 0;
	z-index: 4;
}

@media (min-width:0px) and (max-width:735px) {
	#go-top {
		position: fixed;
		bottom: 90px;
		right: 10px;
		display: none;
	}
}

#go-top a {
	display: block;
	width: 40px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 40px;
	width: 40px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 40px auto;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	/**min-width:1080px;**/
	min-width: 746px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dedede;

}

#breadCrumb ul {
	/**width: 1080px;**/
	width: 746px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}

#breadCrumb ul li {
	display: inline;
	padding-right: 5px;
	font-size: 12px;
	color: #001129;
}

#breadCrumb ul li a {
	color: #001129;
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}

@media (min-width:0px) and (max-width:735px) {
	#breadCrumb {
		min-width: inherit;

	}

	#breadCrumb ul {
		width: auto;
		margin: 0 auto;
	}
}

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

conteiner

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


.imgright {
	float: right;
	width: 40%;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgleft {
	float: left;
	width: 40%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

.img100_m0 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.img100-l {
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

p .f-img01 {
	width: 50%;
}

#main p.more {
	text-align: right;
	font-size: 95%;
}

#main p.more a {}


#mainvl {
	background-image: url(../img/mainvl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 746px;
	min-width: 1300px;
	z-index: 0;
}


#mainvl img {
	display: none;
}


@media (min-width:0px) and (max-width:765px) {

	#mainvl {
		background-image: none;
		height: auto;
		min-width: inherit;
	}

	#mainvl img {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
		z-index: 0;
	}

}






#f-btn {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	width: 650px;
	left: 0;
	right: 0;
	padding-bottom: 0px;
	margin: auto;
	display: none;
	background: rgba(1, 178, 172, 0.7);
}

#f-btn p a {
	overflow: hidden;
	display: block;
}

#f-btn img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#f-btn ul {
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 6;
	position: relative;

}

#f-btn ul li {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;

}

#f-btn ul li:first-child {}

#f-btn ul li a {}

#f-btn ul li a img:hover {
	opacity: 0.8;
}

@media (min-width:0px) and (max-width:735px) {

	#f-btn {
		position: fixed;
		z-index: 5;
		bottom: 0px;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		padding-bottom: 0px;
		padding-top: 0px;
		display: block;
	}

	#f-btn ul {
		padding-top: 0px;
		overflow: hidden;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	#f-btn ul li {
		box-sizing: border-box;
		display: block;
		text-align: center;
		padding: 10px 0px;
		width: 50%;
		float: left;
	}

	/**#f-btn ul li:nth-child(1) {
	width: 70%;
	background-color: #de546b;
}
#f-btn ul li:nth-child(2) {
	width: 30%;
	background-color: #eaeaea;
}
#f-btn ul li:nth-child(2) img {
	width: 39%;
}**/

}


#main section.links,
#main div.links {
	margin-top: -140px;
	padding-top: 140px;

}

@media (min-width:0px) and (max-width:735px) {

	#main section.links,
	#main div.links {
		margin-top: -60px;
		padding-top: 60px;

	}
}

#main section.cont {
	/**min-width:1080px;**/
	min-width: 750px;
}

#main section.cont.top .s_inner {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

#main section.cont.ttl .s_inner {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;

}

#main section .s_inner0 {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#main section .s_inner {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

#main section .s_inner.pt2 {
	padding-bottom: 10px;
}

#main section.faq .s_inner {
	margin-bottom: 70px;
}

#main section .s_inner2 {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#main section .s_inner3 {
	/**width: 1080px;
	min-width:1080px;**/
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width:0px) and (max-width:735px) {
	#main section.cont {
		min-width: inherit;
	}

	#main section.cont.top .s_inner {
		width: auto;
		min-width: inherit;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	#main section.cont.ttl .s_inner {
		width: auto;
		min-width: inherit;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		padding-top: 0px;
		padding-bottom: 20px;

	}

	#main section .s_inner0 {
		width: auto;
		min-width: inherit;
		padding-right: 0px;
		padding-left: 0px;
		box-sizing: border-box;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#main section .s_inner {
		width: auto;
		min-width: inherit;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#main section .s_inner.pt2 {
		padding-bottom: 0px;
	}

	#main section .s_inner2 {
		width: auto;
		min-width: inherit;
		padding-right: 0px;
		padding-left: 0px;
		box-sizing: border-box;
		padding-top: 5px;
		padding-bottom: 15px;
	}

	#main section .s_inner3 {
		width: auto;
		min-width: inherit;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#main section .inner_sp {
		padding: 10px;
	}
}



.bg_point {
	background: url("../img/bg_point.png") no-repeat top center;
	background-size: cover;
	max-width: 750px;
	margin: 0 auto;
}

h2.ttlImg.pt2 {
	&.start {
		box-sizing: border-box;
		padding: 0 1%;
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		background: linear-gradient(177deg, lab(100% 0.01 -0.01) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
	}

	&.end {
		box-sizing: border-box;
		padding: 0 1%;
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1em;
		background: linear-gradient(177deg, rgba(239, 227, 184, 0) 0%, rgba(239, 227, 184, 0) 50%, rgba(239, 227, 184, 1) 50%, rgba(239, 227, 184, 1) 100%);
		;
	}
}

@media (min-width:0px) and (max-width:735px) {
	.bg_point {
		min-width: inherit;
	}
}

.bg_hikaku {
	background-color: #EFE3B8;
	padding-top: 1px !important;
}



.max700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/**ここから**/

/*============================
slick
============================*/

.slider {
	width: 90%;
	margin: 0 auto 0;
}

.slider .slick-slide img {
	width: 100%;
	height: auto;
}

.slider .header_slider,
.case_slider {
	width: 100%;
}

.slider .header_slider .slick-slide {
	margin: 5px;
}

.slider .slider-arrow {
	position: absolute;
	top: 50%;
	height: 56px;
	width: 36px;
	margin-top: -18px;
	color: #fff;
	line-height: 56px !important;
	font-size: 28px;
	cursor: pointer;
	z-index: 1;
	background: #2c2a2b;
	background-color: rgba(0, 0, 0, 0.90);
	border-radius: 15%;
	font-size: 32px !important;
	text-align: center;
	box-shadow: 0 0 5px #e0e0e0;
}

@media (min-width:0px) and (max-width:735px) {
	.slider .slider-arrow {
		position: absolute;
		top: 50%;
		height: 40px;
		width: 25px;
		margin-top: -18px;
		color: #fff;
		line-height: 40px !important;
		cursor: pointer;
		z-index: 1;
		background: #2c2a2b;
		background-color: rgba(0, 0, 0, 0.90);
		border-radius: 15%;
		font-size: 25px !important;
		text-align: center;
		box-shadow: 0 0 5px #e0e0e0;
	}
}

.slider .slider-prev {
	left: 15%;
}

.slider .slider-next {
	right: 15%;
}

@media (min-width:0px) and (max-width:735px) {
	.slider .slider-prev {
		left: 2%;
	}

	.slider .slider-next {
		right: 2%;
	}
}

header .slider .slick-prev {
	left: 9%;
	right: auto;
}

header .slider .slick-next {
	right: 9%;
	left: auto;
}

header .slider .slick-prev:before,
.case .slick-prev:before {
	content: "\f104";

}

header .slider .slick-next:before,
.case .slick-next:before {
	content: "\f105";
}

header .slider .slick-prev:before,
header .slick-next:before {
	font-family: FontAwesome;
	color: #333;
}

/*============================
.case
============================*/
#main .case {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	min-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#main .case_inner.inner .items {
	/**box-sizing:border-box;
	max-width:300px;
	padding:10px;
	background-color: #FFF;
	border: 1px solid #DADADA;
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);**/
	padding: 0px 0px;
}

#main .case_inner.inner div h3 {
	color: #002C56;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width:736px) and (max-width:1300px) {
	#main .case_inner.inner div h3 {
		font-size: 10px;
	}
}

#main .case_inner.inner div img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:0px) and (max-width:735px) {
	#main .case {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 10px;
		min-width: inherit;

	}

	#main .case_inner.inner div h3 {
		color: #002C56;
		text-align: center;
		font-size: 19px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#main .case_inner.inner div img {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

.case_inner.inner {
	padding: 0;
	max-width: 100%;
}


.case h2 em {
	font-size: 15px;
	letter-spacing: 2px;
	color: #7c7c7c;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.case h2 em {
		display: block;
	}
}

.case h2 span:before,
.case h2 span:after {
	content: "";
	border-bottom: 1px solid #fff;
	width: 80%;
	margin: 0 15px;
	position: absolute;
	bottom: 13px;
}

.case h2 span:before {
	right: 100%;
}

.case h2 span:after {
	left: 100%;
}

.case .case_slider {
	padding: 0px 0;
}

.case .case_slider .slick-slide {
	margin: 0px 0px;
}


.case .case_slider .slick-prev:before,
.case .case_slider .slick-next:before,
.case .mb_case_slider .slick-prev:before,
.case .mb_case_slider .slick-next:before {
	font-family: FontAwesome;
}

.case .case_slider .slick-prev,
.case .case_slider .slick-next {
	transform: scale(2.6, 6.1);
}

.case .slick-prev {
	left: 24%;
	right: auto;
}

.case .slick-next {
	right: 24%;
	left: auto;
}


/*============================
slick2
============================*/

.slider2 {
	width: 100%;
	margin: 0 auto 0;
}

.slider2 .slick-slide img {
	width: 100%;
	height: auto;
}

.slider2 .header_slider,
.slider2 .case_slider {
	width: 100%;
}

.slider2 .header_slider .slick-slide {
	margin: 5px;
}

.slider2 .slider-arrow {
	position: absolute;
	top: 50%;
	height: 46px;
	width: 46px;
	margin-top: -18px;
	color: #fff;
	line-height: 46px !important;
	cursor: pointer;
	z-index: 1;
	background-color: #686880;
	font-size: 32px !important;
	text-align: center;
	box-shadow: 0 0 5px #e0e0e0;
}

@media (min-width:0px) and (max-width:735px) {
	.slider2 .slider-arrow {
		position: absolute;
		top: 50%;
		height: 36px;
		width: 36px;
		margin-top: -18px;
		color: #fff;
		line-height: 36px !important;
		cursor: pointer;
		z-index: 1;
		background-color: #686880;
		font-size: 25px !important;
		text-align: center;
		box-shadow: 0 0 5px #e0e0e0;
	}
}

.slider2 .slider-prev {
	left: 35%;
	border-radius: 50%;
}

.slider2 .slider-next {
	right: 35%;
	border-radius: 50%;
}

@media (min-width:0px) and (max-width:735px) {
	.slider2 .slider-prev {
		left: 3%;
	}

	.slider2 .slider-next {
		right: 3%;
	}
}

header .slider2 .slick-prev {
	left: 0%;
	right: auto;
}

header .slider2 .slick-next {
	right: 0%;
	left: auto;
}

header .slider2 .slick-prev:before,
.case2 .slider2 .slick-prev:before {
	content: "\f104";

}

header .slider2 .slick-next:before,
.case2 .slider2 .slick-next:before {
	content: "\f105";
}

header .slider2 .slick-prev:before,
header .slick-next:before {
	font-family: FontAwesome;
	color: #333;
}



#main .form {
	padding-bottom: 15px;
	min-width: 650px;
	background-color: #efd0cf;
}


@media (min-width:0px) and (max-width:735px) {
	#main .form {
		padding-bottom: 15px;
		min-width: inherit;
	}

}


#main table.contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}

#main table.contact tr th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	padding-left: 10px;
	vertical-align: top;
	overflow: hidden;
}

#main table.contact.pt2 tr th {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-left: 0px;
	vertical-align: top;
}

#main table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#main table.contact.pt2 tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

#main .contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

#main .contact.pt2 tr {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #fff;
}

#main .contact tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
}

#main .contact tr th div {
	/**background-color: #e5e5e5;**/
	padding: 10px;
	background-color: #EAEBEC;
	float: left;
	width: 70%;

}

#main .contact tr th div.noncolor {
	background-color: #fff;

}

#main .contact tr th .pdd {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .contact tr td ul {}

#main .contact tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#main .contact tr td ul li .pt5 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 25%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}

#main .contact tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}

@media (min-width:0px) and (max-width:735px) {

	#main table.contact {
		font-size: 14px;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		table-layout: fixed;
		box-sizing: border-box;
		overflow: hidden;
	}

	#main table.contact tr th {
		font-size: 14px;
		text-align: left;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 0px;
		vertical-align: top;
		display: block;
		width: auto;
		padding-left: 0px;
	}

	#main table.contact.pt2 tr th {
		font-size: 14px;
		text-align: left;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 0px;
		vertical-align: top;
		display: block;
		width: auto;
		padding-left: 0px;
	}

	#main table.contact tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}

	#main table.contact.pt2 tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		text-align: left;
	}

	#main table.contact.pt3 tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}

	#main .contact tr .l_Cel {
		font-weight: bold;
		border-bottom: solid 1px #999999;
		padding-bottom: 0px;
	}

	#main .contact tr th p.leftth {
		text-align: left;
	}

	#main table.contact tr td input,
	#main table.contact tr td textarea,
	#main table.contact tr td select {
		font-size: 16px;
	}

	#main .contact tr th .pdd {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#main .contact tr td ul li .pt5 {
		font-size: 16px;
		line-height: 40px;
		color: #a09e9e;
		height: 40px;
		width: 30%;
		border-radius: 5px;
		margin-left: 2px;
		margin-right: 2px;
	}

	#main .contact tr td .pt6 {
		font-size: 16px;
		line-height: 40px;
		color: #a09e9e;
		height: 40px;
		width: auto;
		border-radius: 5px;
		margin-left: 5px;
		margin-right: 5px;
		border: 1px solid #E1E1E1;
	}
}

#main table.contact tr td input.pt01,
#main table.contact tr td select.pt01 {
	font-size: 16px;
	line-height: 40px;
	color: #a09e9e;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
}

#main table.contact tr td textarea {
	font-size: 16px;
	color: #a09e9e;
	min-height: 100px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}


#main .fbtn input {
	cursor: pointer;
	border: none;

}

#main .fbtn {
	background-color: #ffffff;
	min-width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
	#main .fbtn {
		background-color: #ffffff;
		min-width: inherit;
		padding-right: 10px;
		padding-left: 10px;
	}

}


#main .contact tr th .red {
	color: #FFF;
	background-color: #f190a1;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: right;
	line-height: 40px;
	border-radius: 5px;
}

#main .contact.pt2 tr th .red,
#main .hisu {
	color: #FFF;
	background-color: #f190a1;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
}

#main .contact tr th .nini {
	color: #FFF;
	background-color: #a1a0ae;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: right;
	line-height: 40px;
}

#main .contact.pt2 tr th .nini {
	color: #FFF;
	background-color: #a1a0ae;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: none;
	line-height: 40px;
	border-radius: 5px;
}

#main .contact tr td .pd2 {
	padding-top: 10px;
	display: block;
}

#main .porcyBox {
	max-width: 800px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}

#main .scrolBox {
	overflow-y: scroll;
	max-width: 980px;
	max-height: 200px;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #d1d1d1;
}



.btn01 {
	color: #ffffff;
	background: linear-gradient(90deg, rgb(255, 138, 19), rgb(255, 35, 115));
	display: block;
	max-width: 750px;
	box-sizing: border-box;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 20px 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 15px 0px 0px #44241a;
	box-shadow: 0px 15px 0px 0px #44241a;
}

.btn01 span {
	background: url("../img/icon06.png") no-repeat right center;
	background-size: 12px auto;
	padding-right: 20px;
}

.btn01:hover {
	text-decoration: none;
}

@media (min-width:0px) and (max-width:735px) {
	.btn01 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		padding: 15px 5px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 10px 0px 0px #44241a;
		box-shadow: 0px 10px 0px 0px #44241a;
	}

	.btn01 span {
		background: url("../img/icon06.png") no-repeat right center;
		background-size: 8px auto;
		padding-right: 15px;
	}
}

.btn01_2 {
	color: #ffffff;
	/**background-color: #1c1c1c; **/
	background: url("../img/bg_btn.png") no-repeat center center;
	background-size: cover;
	display: block;
	width: 350px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 5px;
	margin: 0 auto;
	border: none;
}

.btn01_2 span {
	position: relative;
	/**padding-right: 36px;**/
	display: block;
}

.btn01_2 span:before {
	/**content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;**/
}

.btn01_2 span:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -3px;
}

.btn01_2:hover {
	text-decoration: none;
}

@media (min-width:0px) and (max-width:735px) {
	.btn01_2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		padding: 10px 5px;
		border-radius: 10px;

	}
}

#main .btn02 {
	background-color: #de546c;
	padding: 10px 45px;
	border-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	border: none;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-left: 5px;
}

.btn03 {
	color: #1f503e;
	border: solid 1px #1f503e;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url("../img/icon05.png") right 10px center no-repeat #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin: 0 auto;
	width: 400px;
}

@media (min-width:0px) and (max-width:735px) {
	.btn03 {
		color: #1f503e;
		border: solid 1px #1f503e;
		padding-left: 10px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: url("../img/icon05.png") right 5px center no-repeat #ffffff;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 23px;
		width: auto;
	}

}






#main .contact-top {
	background-color: #001129;
	min-width: 1100px;
	padding-bottom: 30px;
}

#main .contact-top h2 {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	padding-top: 30px;
}

#main .contact-top h2 img {
	width: 250px;
}

#main .contact-top .s_inner p {
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {
	#main .contact-top {
		background-color: #001129;
		min-width: inherit;
	}

	#main .contact-top h2 {
		text-align: center;
		display: block;
		margin-bottom: 20px;
		padding-top: 30px;
	}

	#main .contact-top h2 img {
		width: 200px;
	}
}


#main .t-center {
	text-align: center;
}

#main .t-right {
	text-align: right;
}

#main .t-center_pc {
	text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
	#main .t-center_pc {
		text-align: left;
	}
}

#main .mb05 {
	margin-bottom: 5px;
}

#main .mb10 {
	margin-bottom: 10px;
}

#main .mb15 {
	margin-bottom: 15px;
}

#main .mb20 {
	margin-bottom: 20px;
}

#main .mb30 {
	margin-bottom: 30px;
}

#main .mb40 {
	margin-bottom: 40px;
}

#main .mb50 {
	margin-bottom: 50px;
}

#main .pt10 {
	padding-top: 10px;
}

#main .pt15 {
	padding-top: 15px;
}

#main .pt20 {
	padding-top: 20px;
}

#main .pt30 {
	padding-top: 30px;
}

#main .pd05 {
	padding: 5px;
}

#main .pd10 {
	padding: 10px;
}

#main .pd15 {
	padding: 15px;
}

#main .pd20 {
	padding: 20px;
}

.smol {
	font-size: 80%;
}

#main .style01 {
	width: 100%;
}

#main .style01 tr th {
	background-color: #EFEFEF;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: normal;
	vertical-align: middle;
	width: 300px;
}

#main .style01 tr td {
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}

#main .style02 {
	width: 100%;
}

#main .style02 tr th {
	background-color: #002C56;
	color: #FFF;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	width: 300px;
}

#main .style02 tr td {
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}

@media (min-width:0px) and (max-width:735px) {
	#main .style01 tr th {
		padding: 10px;
		width: auto;
		min-width: 100px;
	}

	#main .style01 tr td {
		padding: 10px;
	}

	#main .style02 tr th {
		padding: 10px;
		width: auto;
		min-width: 100px;
	}

	#main .style02 tr td {
		padding: 10px;
	}
}



/**pagination　一覧ページ仕様ここから**/

.pagenation {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 5px;
	width: auto;
}

.pagination h2 {
	display: none;
}

.pagination:after,
.pagination div:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.pagenation:after,
.pagenation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.pagenation ul {
	margin: 0;
}

.pagenation li {
	list-style: none outside none;
	margin-left: 3px;
	display: inline-block;
}

.pagenation li:first-child {
	margin-left: 0px;
}

.pagenation li.active {
	background-color: #001129;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 2px 10px;
	border: solid 1px #e9e9e9;
	display: inline;
}

@media only screen and (min-width: 0px) and (max-width: 735px) {
	.pagenation li.active {
		background-color: #001129;
		border-radius: 3px;
		color: #FFFFFF;
		cursor: not-allowed;
		padding: 2px 10px;
		border: solid 1px #e9e9e9;
		display: inline-blok;
	}
}

.pagenation li a {
	background: #fff;
	border-radius: 3px;
	color: #001129;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	border: solid 1px #e9e9e9;
}

.pagenation li a:hover {
	background-color: #001129;
	color: #fff;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}

/**pagination　一覧ページ仕様ここまで**/



/**ここから**/
















.ttl_from {
	background: url("../img/ttl_from.png") center top no-repeat;
	height: 100px;
	margin-bottom: 30px;
}

.ttl_from img {
	display: none;
}

@media (min-width:0px) and (max-width:735px) {
	.ttl_from {
		background: none;
		height: inherit;
		margin-bottom: 20px;
	}

	.ttl_from img {
		display: block;
		max-width: 100%;
	}
}






.ttl01 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 50px;
}

.ttl01.top0 {
	padding-top: 0px;
}

.ttl01 span {
	display: inline-block;
	border-left: solid 5px #ae9580;
	padding-left: 10px;
}

@media (min-width:0px) and (max-width:735px) {
	.ttl01 {
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-top: 30px;
	}

	.ttl01.top0 {
		padding-top: 0px;
	}

	.ttl01 span {
		display: inline-block;
		border-left: solid 4px #ae9580;
		padding-left: 5px;
	}
}





.ttlsub03 {
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.ttlsub03.top0 {
	padding-top: 0px;
}

.ttlsub03 span {
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: solid 5px #a8005c;
}

@media (min-width:0px) and (max-width:735px) {
	.ttlsub03 {
		padding-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 18px;
	}

	.ttlsub03.top0 {
		padding-top: 0px;
	}

	.ttlsub03 span {
		padding-top: 2px;
		padding-right: 0px;
		padding-left: 10px;
		padding-bottom: 2px;
		border-left: solid 3px #a8005c;
	}
}



#main .concept {
	margin-bottom: 0px;
	padding-top: 20px;
	min-width: 650px;
	background-image: url(../img/bg_concept.png);
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {

	#main .concept {
		margin-bottom: 0px;
		padding-top: 10px;
		min-width: inherit;
		background-image: url(../img/bg_concept_sp.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-left: 8%;
	}
}



.conceptBox {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 30px;
	margin-left: 50px;
	width: 800px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.conceptBox h2 {
	color: #dd546b;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.conceptBox p {
	font-weight: bold;
	font-size: 16px;
}

@media (min-width:0px) and (max-width:735px) {
	.conceptBox {
		background-color: rgba(255, 255, 255, 0.90);
		padding: 10px;
		margin-left: 0px;
		width: 100%;
		margin-bottom: 0px;
	}

	.conceptBox h2 {
		color: #dd546b;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}

	.conceptBox p {
		font-weight: bold;
		font-size: 13px;
	}
}

#main .price {
	margin-bottom: 0px;
	padding-top: 20px;
	min-width: 650px;
	background-image: url(../img/bg_price.png);
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat;
	padding-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {

	#main .price {
		margin-bottom: 0px;
		padding-top: 20px;
		min-width: inherit;
		background-image: url(../img/bg_price.png);
		background-position: center top;
		background-repeat: repeat;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.priceBox {
	padding: 20px;
	background-color: #fdf9f9;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox {
		padding: 10px;
		background-color: #fdf9f9;
	}
}

.priceBox .head {
	margin-bottom: 30px;
	background-color: #dd546b;
	padding: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
}

.priceBox .head .left {
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}

.priceBox .head .right {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}

.priceBox .head div span {
	text-decoration-line: line-through;
	text-decoration-color: #dd546b;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox .head {
		margin-bottom: 20px;
		background-color: #dd546b;
		padding: 5px;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.priceBox .head .left {
		color: #ffffff;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.priceBox .head .right {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: #ffffff;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}
}

.priceBox .pricettl {
	background-color: #dd546b;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox .pricettl {
		background-color: #dd546b;
		color: #ffffff;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

}

.priceBox .pran {
	margin-bottom: 30px;
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
}

.priceBox .pran .left {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	width: 70%;
	box-sizing: border-box;
}

.priceBox .pran .right {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background-color: #f8dee2;
	padding: 10px;
	width: 30%;
	box-sizing: border-box;
}

.priceBox .pran div .line {
	text-decoration-line: line-through;
	text-decoration-color: #dd546b;
}

.priceBox .pran div.pd {
	padding-top: 30px;
}

.priceBox .pran div.pd2 {
	padding-top: 50px;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox .pran {
		margin-bottom: 20px;
		border-bottom: solid 1px #707070;
		border-top: solid 1px #707070;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.priceBox .pran .left {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.priceBox .pran .right {
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		background-color: #f8dee2;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.priceBox .pran div.pd {
		padding-top: 5px;
	}

	.priceBox .pran div.pd2 {
		padding-top: 5px;
	}
}

.priceBox .flex3_2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.priceBox .flex3_2 li {
	width: 33.33333%;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 25px;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox .flex3_2 {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.priceBox .flex3_2 li {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 14px;
	}

}

.priceBox .txt01 {
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.priceBox .txt02 {
	font-size: 24px;
	margin-left: 20px;
	font-weight: bold;
}

.priceBox .txt_catch {
	font-size: 28px;
	font-weight: bold;
}

.priceBox .txt_catch-sub {
	font-size: 24px;
	font-weight: bold;
}

@media (min-width:0px) and (max-width:735px) {
	.priceBox .txt01 {
		font-size: 12px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.priceBox .txt02 {
		font-size: 13px;
		margin-left: 0px;
	}

	.priceBox .txt_catch {
		font-size: 16px;
	}

	.priceBox .txt_catch-sub {
		font-size: 14px;
	}
}


#main .acc {
	margin-bottom: 0px;
	padding-top: 20px;
	min-width: 650px;
	background-color: #e5e5e5;
	padding-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {

	#main .acc {
		margin-bottom: 0px;
		padding-top: 20px;
		min-width: inherit;
		background-color: #e5e5e5;
		padding-bottom: 20px;
	}
}

.flex01 {
	/**overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;**/
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex01 li {
	width: 45%;
	margin-bottom: 30px;
}

.flex01 li div:nth-child(1) {
	height: 180px;
}

.flex01 li div p {
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
}

.flex01 li div iframe {
	width: 100%;
}

@media (min-width:0px) and (max-width:735px) {
	.flex01 li {
		width: 100%;
		margin-bottom: 10px;
	}

	.flex01 li div:nth-child(1) {
		height: inherit;
		margin-bottom: 15px;
	}

	.flex01 li div:nth-child(2) {
		margin-bottom: 15px;
	}

	.flex01 li div p {
		font-weight: bold;
		padding-left: 10px;
		font-size: 14px;
	}
}


.flex2_2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
}

.flex2_2 li {
	width: 46%;
	margin-bottom: 60px;
}

.flex2_2 li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:0px) and (max-width:735px) {
	.flex2_2 li {
		width: 46%;
		margin-bottom: 20px;
	}
}


.flex3_1 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 40px;
}

.flex3_1 li {
	width: 95%;
	margin-bottom: 30px;
}

.flex3_1 li div {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px;
}

.flex3_1 li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {
	.flex3_1 li {
		width: 100%;
	}

}


.flex3_1b {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 10px;
}

.flex3_1b li {
	width: 95%;
	margin-bottom: 5px;
}

.flex3_1b li div {
	background-color: #fadce2;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.flex3_1b li div p {
	font-weight: bold;
	margin-bottom: 10px;
}

.flex3_1b li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

@media (min-width:0px) and (max-width:735px) {
	.flex3_1b li {
		width: 100%;
	}

}





.formBox {
	width: 320px;
	margin: 30px auto;

}

@media (min-width:0px) and (max-width:735px) {
	.formBox {
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 25px;
	}

}

.formBox input,
.formBox textarea {
	border: none;
}

.formBox p {
	font-size: 17px;
	font-weight: bold;
}

.formBox .submit_btn {
	background-color: #de546c;
	padding: 10px 45px;
	border-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}

@media (min-width:0px) and (max-width:735px) {
	.formBox {
		width: 100%;
		margin: 30px auto;
	}

	.formBox p {
		font-size: 16px;
		font-weight: bold;
	}
}

#main .emsArea {
	margin-bottom: 0px;
	padding-top: 20px;
	min-width: 650px;
	background-color: #ffefee;
	padding-bottom: 20px;
}

@media (min-width:0px) and (max-width:735px) {

	#main .emsArea {
		margin-bottom: 0px;
		padding-top: 20px;
		min-width: inherit;
		background-color: #ffefee;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

#main .txtBox {
	background-color: #ffffff;
	padding: 50px;
	font-weight: bold;
}

@media (min-width:0px) and (max-width:735px) {

	#main .txtBox {
		background-color: #ffffff;
		padding: 10px;
	}
}

#main .emsItems {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
}

#main .emsItems li {
	width: 30%;
	margin-bottom: 35px;
}

#main .emsItems li h3 {
	font-weight: bold;
	font-size: 27px;
	text-align: center;
}

#main .emsItems li img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

@media (min-width:0px) and (max-width:735px) {
	#main .emsItems {
		padding-top: 20px;
	}

	#main .emsItems li {
		width: 45%;
		margin-bottom: 30px;
	}

	#main .emsItems li h3 {
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
}

#main .tb01 {
	width: 100%;
}

#main .tb01 tr {
	border-bottom: solid 1px #a3a3a3;
}

#main .tb01 tr:last-child {
	border-bottom: none;
}

#main .tb01 th {
	width: 140px;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

#main .tb01 td {
	padding: 15px;
}

@media (min-width:0px) and (max-width:735px) {
	#main .tb01 th {
		width: 100px;
		padding: 5px;
		box-sizing: border-box;
		text-align: left;
		vertical-align: top;
	}

	#main .tb01 td {
		padding: 5px;
	}
}

#main .tb02 {
	width: 100%;
	font-size: 80%;
	margin-bottom: 20px;
}

#main .tb02 th {
	padding: 5px;
	border: solid 1px #9c9c9c;
	text-align: center;
	color: #ffffff;
	background-color: #003084;
}

#main .tb02 td {
	padding: 5px;
	border: solid 1px #9c9c9c;
}

@media (min-width:0px) and (max-width:735px) {}

/**faq**/


.mg_box {
	margin-top: -70px;
}

.ttl_red {
	background-color: #b81c22;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	border-radius: 10px;
	padding: 15px 5px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.ttl_green {
	background-color: #ecf4d9;
	text-align: center;
	font-size: 24px;
	width: 80%;
	border-radius: 20px;
	padding: 15px 5px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border: solid 1px #8fc31f;
}

.ttl_red2 {
	background-color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	border-radius: 20px;
	padding: 15px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-weight: bold;
	border: solid 1px #b81c22;
}

.ttl_red3 {
	background-color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	border-radius: 20px;
	padding: 15px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-weight: bold;
	border: solid 1px #b81c22;
	color: #b81c22;
}

.txtBorder {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #b81c22;
	border: solid 1px #b81c22;
}

.faqArea {
	padding: 1px 15px 15px 15px;
	background: url("../img/bg_item01.png")center bottom no-repeat;
	background-size: 95% auto;
	margin-bottom: 20px;
}

.faqArea h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
	border: solid 1px #8fc31f;
	position: relative;
	padding: 20px;
	border-radius: 15px;
	font-weight: bold;
}

.faqArea h3 img {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 60px;
}

.faqArea p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.maps {
	width: 100%;
	margin-bottom: 30px;
}

.maps2 {
	width: 100%;
	margin-bottom: 0px;
}

/* video */
.video {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

.video.mb0 {
	margin-bottom: 0px;
	padding-top: 20px;
}

.video::after {}

.video video {
	width: 100%;
	height: auto;
}

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

	/* video */
	.video {
		max-width: 715px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding-top: 40px;
	}

	.video.mb0 {
		margin-bottom: 0px;
		padding-top: 20px;
	}
}

.form_box {
	color: #000;
	width: 520px;
	margin: 0 auto;
	line-height: 25px;
	padding-top: 30px;
}

.submit_btn {
	border: 0px;
	width: 405px;
	height: 94px;
	background: url(../img/submit.png) left top no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

@media (min-width:0px) and (max-width:735px) {
	.form_box {
		width: 100%;
		line-height: 25px;
	}

	.submit_btn {
		border: 0px;
		width: 250px;
		height: 58px;
		background: url(../img/submit.png) left top no-repeat;
		background-size: 100% auto;
	}

}


.form_box input,
.form_box textarea {
	border: none;
}






/*****/
.ttlImg {
	padding-top: 30px;
	margin-bottom: 10px;
}

.ttlImg.pt2 {
	padding-top: 0px;
	margin-bottom: 0px;
}

.ttlImg img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.flex2_1 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 10px;
}

.flex2_1 li {
	width: 49%;
}

.flex2_1 li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:735px) {
	.flex2_1 li {
		width: 100%;
	}

	.flex2_1 li:first-child {
		margin-bottom: 20px;
	}
}

.flex2_1b {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 10px;
}

.flex2_1b li {
	width: 49%;
}

.flex2_1b li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:735px) {
	.flex2_1b li {
		width: 100%;
	}

	.flex2_1b li:first-child {
		margin-bottom: 20px;
	}
}

.float2_1 {
	overflow: hidden;
	margin-bottom: 50px;
}

.float2_1.pt2 {
	margin-bottom: 0px;
}

.float2_1 li {
	width: 48%;
}

.float2_1 li.left {
	float: left;
}

.float2_1 li.right {
	float: right;
}

.float2_1 li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:735px) {
	.float2_1 {
		margin-bottom: 30px;
	}

	.float2_1.pt2 {
		margin-bottom: 0px;
	}

	.float2_1 li {
		width: 100%;
	}

	.float2_1 li.left {
		float: none;
	}

	.float2_1 li.right {
		float: none;
	}
}



.float2_1b {
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.float2_1b li.left {
	float: left;
	width: 38%;
}

.float2_1b li.right {
	float: right;
	width: 60%;
}

.float2_1b li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:735px) {
	.float2_1b {
		margin-bottom: 20px;
	}

	.float2_1b li {}

	.float2_1b li.left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.float2_1b li.right {
		float: none;
		width: 100%;
	}
}






.number {
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.number li {
	/**font-size: 13px;**/
	margin-bottom: 5px;
	list-style-type: decimal !important;
}

.inner_list {
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.inner_list li {
	list-style-type: none !important;
	counter-increment: cnt;
}

.inner_list li::before {
	content: "(" counter(cnt) ") ";
	display: inline-block;
	margin-left: -30px;
	width: 30px;
}



/**ここから**/






.showroom {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.showroom li {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	border-bottom: dashed 1px #000000;
	padding: 20px 25px;
}

.showroom li .left {
	width: 200px;
}

.showroom li .left img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.showroom li .right {
	width: 540px;
}

.showroom li .right h3 {
	font-size: 23px;
	font-weight: bold;
}

.showroom li .right p {
	padding-left: 23px;
}

@media (min-width:0px) and (max-width:735px) {
	.showroom {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.showroom li {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: wrap;
		border-bottom: dashed 1px #000000;
		padding: 10px 10px;
	}

	.showroom li .left {
		width: 25%;
	}

	.showroom li .left img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.showroom li .right {
		width: 74%;
	}

	.showroom li .right h3 {
		font-size: 18px;
		font-weight: bold;
	}

	.showroom li .right p {
		padding-left: 18px;
		font-size: 13px;
	}
}







.td01 {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: solid 1px #000000;
}

.td01 tr {
	border-bottom: solid 1px #000000;
}

.td01 th {
	padding: 10px;
	font-weight: normal;
	vertical-align: middle;
	border-right: solid 1px #000000;
}

.td01 td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-right: solid 1px #000000;
}

.td01 .bordernone {
	border-right: none;
}

@media (min-width:0px) and (max-width:735px) {
	.td01 {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
		font-size: 10px;
	}

	.td01 th {
		padding: 10px;
		vertical-align: middle;

	}

	.td01 td {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
	}
}


.td02 {
	width: 100%;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.td02 tr {
	/**border-bottom: solid 1px #000000;**/
}

.td02 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FEF2F6;
	/**border-top: solid 1px #8C8C8C;**/
	border-bottom: solid 1px #8C8C8C;
	min-width: 150px;
	font-size: 19px;
}

.td02 td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-left: solid 5px #ffffff;
	border-right: solid 0px #ffffff;
	/**border-top: solid 1px #8C8C8C;**/
	border-bottom: solid 1px #8C8C8C;
}

.td02 td a {
	color: #000;

	span.min {
		display: block;
		font-size: .7em;
	}

	&.btn {
		color: #fff;
		text-decoration: none;
		background: url("../img/btn_hikaku.png") no-repeat center / contain;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		aspect-ratio: 3/1;
		font-size: .8em;
		        padding-bottom: 6%;
	}
}

.td02 tr.center td {
	text-align: center;
}

.td02 img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.td02 tr.bordernone th,
.td02 tr.bordernone td {
	border-bottom: none;
}

@media (min-width:0px) and (max-width:735px) {
	.td02 {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
		font-size: 10px;
	}

	.td02 th {
		padding: 10px 5px;
		vertical-align: middle;
		min-width: 100px;
		font-size: 13px;
	}

	.td02 td {
		padding: 10px 5px;
		vertical-align: middle;
		text-align: left;
		font-size: 10px;
	}

	.td02 img {
		width: 130px;
	}
}

.td03 {
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-top: solid 1px #402e16;
}

.td03 tr {
	border-bottom: solid 1px #402e16;
}

.td03 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f5f5f5;
	min-width: 150px;
}

.td03 td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.td03 tr td.left {
	text-align: left;
}

@media (min-width:0px) and (max-width:735px) {
	.td03 {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}

	.td03 th {
		padding: 10px 5px;
		vertical-align: middle;
		min-width: 120px;
	}

	.td03 td {
		padding: 10px 5px;
		vertical-align: middle;
	}
}




.bannerTel {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: solid 4px #cbcbcb;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.bannerTel p {
	font-size: 17px;
	font-weight: bold;
}

.bannerTel a {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

@media (min-width:0px) and (max-width:735px) {
	.bannerTel {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		border: solid 3px #cbcbcb;
		padding: 7px;
		text-align: center;
		box-sizing: border-box;
	}

	.bannerTel p {
		font-size: 17px;
		font-weight: bold;
	}

	.bannerTel a {
		font-size: 30px;
		font-weight: bold;
		color: #000000;
	}
}



.product_cont .accordion2 {
	padding-top: 30px;
	margin-bottom: 30px;
}

.product_cont .accordion2 h3 {}

.product_cont .accordion2 h3 {
	background-color: #ffffff;
	display: block;
	width: 750px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 5px;
	margin: 0 auto;
	border: solid 1px #000000;
}

.product_cont .accordion2 h3 span {
	position: relative;
	/**padding-right: 36px;**/
	display: block;
	cursor: pointer;
}

.product_cont .accordion2 h3 span:before {
	content: '';
	width: 26px;
	height: 26px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
}

.product_cont .accordion2 h3 span:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 3px solid #2c2a2b;
	border-right: 3px solid #2c2a2b;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -3px;
}

.product_cont .accordion2 h3 span.open:after {
	transform: translateY(25%) rotate(-45deg);
}

.product_cont .accordion2 h3:hover {
	text-decoration: none;
}

@media (min-width:0px) and (max-width:735px) {
	.product_cont .accordion2 {
		padding-top: 5px;
		margin-bottom: 20px;
	}

	.product_cont .accordion2 h3 {
		display: block;
		width: 95%;
		box-sizing: border-box;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		padding: 10px 5px;
		border-radius: 10px;

	}
}

.product_cont .accordion2 .box2 {
	padding-bottom: 50px;
	padding-top: 30px;
}

@media (min-width:0px) and (max-width:735px) {
	.product_cont .accordion2 .box2 {
		padding-bottom: 30px;
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
}




.pdfLink {
	background: url("../img/icon_pdf.png") no-repeat left center;
	padding-left: 70px;
	line-height: 47px;
	color: #e30000;
	font-size: 19px;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}

/****/
/* kv */
.kv {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -180px;
}

.kv .catch-copy {}

.kv .catch-copy img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.kv .main-copy {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .2em;
}

.kv .sub-copy {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

/* video */
.video1 {
	width: 100%;
	height: 100vh;
	background: url(../img/kv_video_image.png) no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

/****/
.video1::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}

.video1 video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

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

	/* kv */
	.kv {
		min-width: 960px;
	}

	.kv .main-copy {
		font-size: 60px;
	}

	.kv .sub-copy {
		font-size: 30px;
	}

	/* video */
	.video1 {
		min-width: 960px;
	}
}







.shadowBox {
	padding: 10px;
	box-shadow: 0 0 8px gray;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.shadowBox.bm0 {
	margin-bottom: 0px;
}


.btn-more {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown {}

.btn-more2 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more2::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more2::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more2.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more2.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown2 {}

.btn-more3 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more3::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more3::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more3.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more3.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown3 {}

.btn-more4 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more4::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more4::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more4.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more4.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown4 {}

.btn-more5 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more5::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more5::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more5.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more5.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown5 {}

.btn-more6 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more6::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more6::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more6.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more6.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown6 {}

.btn-more7 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more7::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more7::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more7.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more7.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown7 {}

.btn-more8 {
	width: 200px;
	text-align: center;
	background-color: #ffffff;
	border: solid 8px #e2e2e2;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.btn-more8::before {
	content: "詳しく見る";
	color: #000000;
	font-weight: bold;
}

.btn-more8::after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.btn-more8.close::before {
	content: "閉じる";
	color: #000000;
	font-weight: bold;
}

.btn-more8.close::after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
}

.dropdown8 {}


.cv_contact {
	border: solid 5px #00b2ab;
	margin-bottom: 20px;
}

.cv_contact h3 {
	background-color: #00b2ab;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.cv_contact p {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.cv_contact img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.cv_tel {
	border: solid 5px #00aada;
}

.cv_tel h3 {
	background-color: #00aada;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.cv_tel p {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

.cv_tel img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/*アニメーション*/
.shiny-btn {
	position: relative;
	overflow: hidden;
}

.shiny-btn::after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}

	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}

/*ポップアップここから*/

#covid-19 p {
	text-align: center;
	cursor: pointer;
}

#covid-18 p {
	text-align: center;
	cursor: pointer;
}

.popup_wrap input {
	display: none;
}

.popup_overlay {
	/**display: flex;**/
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	padding: 0px 0px;
	box-sizing: border-box;
}

.popup_trigger {
	position: absolute;
	width: 100%;
	height: auto;
}

.popup_content {
	position: relative;
	top: 23%;
	width: 90%;
	max-width: 800px;
	padding: 50px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	text-align: left;
	margin: 0 auto;
}

.popup_content.pt2 {
	top: 12%;
}

.popup_content p {
	text-align: left;
}

.popup_content .ttl {
	margin-bottom: 20px;
	font-size: 110%;
	text-align: center;
}

.popup_content .ttl02 {
	margin-bottom: 20px;
	font-size: 110%;
	text-align: center;
	color: #1cb3bc;
	font-weight: bold;
}

.popup_content .ttl_sub01 {
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: solid 1px #1cb3bc;
	padding-left: 15px;
	font-weight: bold;
}

.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}

.close_btn.pt2 {
	position: relative;
	top: inherit;
	right: inherit;
	text-align: center;
}

.close_btn.pt2 img {
	max-width: 100%;
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.popup_wrap input:checked~.popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.open_btn {}

.open_btn .link {
	color: #00A0C6;

}

.open_btn:hover {
	background: #000;
	color: #fff;
	transition: .3s ease;
}

/*ポップアップココまで*/

.articleArea {
	background-image: -webkit-gradient(linear, bottom, top, from(#58c8cf), to(#ffffff));
	background-image: -webkit-linear-gradient(bottom, #58c8cf 0%, #ffffff 100%);
	background-image: linear-gradient(to top, #58c8cf 0%, #ffffff 100%);
	padding: 10px;
}

.w660 {
	max-width: 660px;
	margin: 0 auto;
}

.ttl_sub {
	text-align: center;
	border-bottom: solid 1px #1cb3bc;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 19px;
}

.flex2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 0px;
}

.flex2 li {
	width: 50%;
}

.flex2 li img {
	max-width: 100%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.times {
	color: #402e16;
	margin-left: 30px;
	margin-top: 25px;
	font-size: 10px;
	min-height: 15px;
	line-height: 15px;
	width: 40%;
	box-sizing: border-box;
	float: left;
}

.times span {
	background: url("../img/icon_times.png") no-repeat left center;
	display: inline-block;
	background-size: 15px auto;
	padding-left: 20px;
}

/**.times span::before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
	font-weight:900;
    margin-right: 6px;
    color: #eeac00;
}**/
@media (min-width:0px) and (max-width:360px) {
	.times {
		margin-left: 10px;
	}
}

.pr {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	background-color: #EFE3B8;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 12px;
}

.editor {
	margin-left: 5%;
	border-radius: 10px 0px 0px 10px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 8px gray;
	padding: 10px;
}

.editor .left {
	float: left;
	width: 28%;
}

.editor .left img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.editor .right {
	padding-left: 30%;
}

.editor .right h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

.editor .right p {
	font-size: 16px;
}

@media (min-width:0px) and (max-width:735px) {
	.editor .right h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.editor .right p {
		font-size: 10px;
	}
}

.sns {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.sns span {
	background: url("../img/icon_sns.png") no-repeat right center;
	background-size: 20px auto;
	padding-right: 25px;
	font-weight: bold;
}

@media (min-width:0px) and (max-width:735px) {
	.sns img {
		width: 30px;
	}
}



.accordion {
	margin-bottom: 8px;
	border-radius: 10px;
	overflow: hidden;
}

.accordion.pt2 {
	box-shadow: 0 0 8px gray;
}

.accordion h3 {
	padding: 5px 10px;
	font-size: 20px;
	text-align: center;
	background-color: #7A5E90;
	color: #ffffff;
	font-weight: bold;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.accordion h3 span {
	background-image: url(../img/accordion_off.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px auto;
	padding-right: 40px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	/**min-height: 51px;**/
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
}

.accordion h3 span.open {
	background-image: url(../img/accordion_on.png);
}

.accordion .box2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #ffffff;
}

@media (min-width:0px) and (max-width:735px) {

	.accordion h3 {
		padding: 5px 10px;
		text-align: center;
		font-size: 18px;
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	.accordion h3 span {
		background-image: url(../img/accordion_off.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 20px auto;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		display: block;
		/**min-height: 51px;**/
		cursor: pointer;
		display: table-cell;
		vertical-align: middle;
	}

	.accordion .box2 {
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
}

/**tableスタイル***/
/**tableをスクロールさせる divにclass="scrolltb"**/

/**上スクロール追加と上下スクロール連携**/
.scrollbar {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.bar_inner {
	height: 2px;
}

/**上スクロール追加と上下スクロール連携 ここまで**/

.scrolltb {
	margin-top: 20px;
	/*overflow: auto;	/*tableをスクロールさせる*/
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: 20px;
	margin-top: 5px;
}

.scrolltb:before {
	content: "スクロール出来ます→";
	font-size: 15px;
	line-height: 17px;
}

.scrolltb table {
	font-size: 15px;
	width: 750px;
}

@media (min-width:0px) and (max-width:735px) {
	.scrolltb {
		overflow: auto;
		/*tableをスクロールさせる*/
		margin-bottom: 20px;
	}

	.scrolltb:before {
		content: "スクロール出来ます→";
		font-size: 12px;
		line-height: 16px;
	}

	.scrolltb table {
		/**font-size:10px;**/
		width: 650px;
	}
}

.list01 {
	background: url("../img/list01.png") no-repeat left top 2px;
	background-size: 15px auto;
	padding-left: 20px;
	min-height: 15px;
	margin-bottom: 5px;
}

.siteArea {
	margin-bottom: 30px;
	padding-top: 40px;
	background: url("../img/cont_site_border.png") no-repeat center top;
	background-size: 100% auto;
}

.siteArea h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;

	b {
		display: block;
		font-size: .6em;
	}
}

.siteArea h2 a {
	color: #000000;
}

.siteArea h2 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.siteArea .cap {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}

.inner {
	padding-left: 10px;
	padding-right: 10px;
}

.category {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.category li {
	width: 48%;
	text-align: center;
	padding: 10px 10px;
	border-radius: 10px;
	color: #402E16;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.category li.on {
	background-color: #FEEAF1;
}

.category li.off {
	background-color: #EDEDED;
}

.store {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: solid 2px #000000;
	border-top: solid 2px #000000;
}

.store li {
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0px;
	color: #402E16;
	font-size: 17px;
	font-weight: bold;

	&:nth-child(1) {
		width: 25%;
	}

	&:nth-child(2) {
		width: 75%;
		text-align: left;
		font-size: 15px;

		p {
			margin-top: .5em;
		}
	}
}

.store li span {
	font-size: 11px;
}

.osusumelist {
	background: url("../img/cont_osusume.png")no-repeat center top #F9F4E4;
	background-size: 100% auto;
	padding-left: 45%;
	padding-right: 2%;
	padding-top: 23%;
	padding-bottom: 2%;
	margin-bottom: 20px;
}

.osusumelist li {
	background: url("../img/list01.png") no-repeat left center;
	background-size: 15px auto;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	min-height: 15px;
	margin-bottom: 5px;
	border-bottom: dashed 2px #D6D6D6;
}

.osusumelist li:last-child {
	border-bottom: none;
}

.siteArea .site {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}

.course {}

.course li {
	padding: 10px;
	border-bottom: dashed 2px #D6D6D6;
}