@charset "utf-8";


:root {
	--basic-color:#5e4d38;
}



/*===========================
basic
===========================*/


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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
	min-width:1200px;
}
img {
	max-width: 100%;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
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;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

.clear3 {
	clear:both;
}

div.clear3 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:50px;
}


/*===========================
mainF
===========================*/

/*----------------------------
import fonts
-----------------------------*/

/* 丸ゴシック font-family: 'Rounded Mplus 1c';
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
*/

/* ゴシック体 font-family: 'Noto Sans Japanese';*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 明朝体 font-family: 'Sawarabi Mincho';
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);*/

/* Noto Sans Japanese */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap);



/*===========================
fonts
===========================*/

/*  Fonts  */

.fontPlusR {
	 font-family: 'Rounded Mplus 1c';
	 font-size:3em;
}


.fontStyle_NotoSansJP {
	font-family: 'Noto Sans JP', sans-serif;
}

.fontStyle_NotoSerifJP {
	font-family: 'Noto Serif JP', serif;
}



/*===========================
basic
===========================*/


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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
	min-width:1200px;
}
img {
	max-width: 100%;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
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;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

.clear3 {
	clear:both;
}

div.clear3 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:50px;
}


/*===========================
fonts
===========================*/

/*  Fonts  */

.MSPminchouFontClass {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}




/*===========================
general
===========================*/



body {
	font-size:14px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#fff;
	background: #000;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
/* Hx */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	font-weight:normal;
}

h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4em;
	line-height:1.5em;
	text-align:center;
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
}

h2 span {
	display:block;
	font-size: 0.33em;
	line-height:1.3em;
	margin:0.3em 0 1.3em 0;
	text-align: center;
	text-shadow:none;
}

h2:after {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 190px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--basic-color);
}

/*
#content1 h2:after {
	background-color: #dc6529;	
}

#content3 h2:after {
	background-color: #00a779;
}
*/
h2.h2White::after {
	background-color: #fff;
}

h2.h2index {
	font-family: 'Noto Serif JP', serif;
	color:#35477b;
	font-size: 2em;
	line-height:1.5em;
	margin-bottom:1.2em;
	text-align: left;
}

h2.h2index::after {
	content:none;
}

@media screen and (max-width: 768px) {
	
h2 {
	font-size: 2em;
}
	
}

@media screen and (max-width: 600px) {
	
h2 {
	font-size: 1.6em;
}

h2:after {
	bottom: -12px;
	height: 3px;
}
	
}



h3 {
	font-size: 1.8em;
	line-height:1.3em;
	text-align:center;
	position: relative;
	text-align: center;
	margin-bottom:1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}

h3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 140px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #acacac;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

@media screen and (max-width: 768px) {
	
h3 {
	font-size: 1.6em;
}
	
}

@media screen and (max-width: 600px) {
	
h3 {
	font-size: 1.2em;
}

h3:after {
	bottom: -12px;
	height: 3px;
}
	
}


h4 {
	font-size: 1.4em;
	line-height:1.2em;
	text-align:center;
	position: relative;
	text-align: center;
	margin-bottom:1em;
	font-family: 'Rounded Mplus 1c';
}

h4:after {
	content: '';
	position: absolute;
	bottom: -8px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ccc;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

.notes {
	padding: 15px;
	border: 1px solid #ededed;
	margin-bottom: 1em;
}
.contact .notes span {
	color: #ff0000;
}
.notes ul {
	padding: 0 3px 0 3px;
}
.notes ul li:before {
	margin-right: 0.5em;
	content: " ";
	display: inline-block;
	background: #196096;
	width: 0.5em;
	height: 0.5em;
}
.notes ul li {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.5em;
}

.w46p {
	width:46%;
}

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}


.txtBnr a {
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	background-color:#6899c5;
	margin:0 0 0.4em 0;
	background-image:url(../img/common/icn_txtBnrArrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtBnrTel a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	background-color:#689745;
	margin:0.4em 0;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* contactBtn */

.contactBtnWrap {
	clear:both;
	padding:0 0 0 0;
	text-align:center;
}

.contactBtn {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 10px 10px 10px;
	background-color:var(--basic-color);
	color:#FFF;
		border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.txtContacBnr a {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.4em 1em;
	min-width:200px;
	box-sizing: border-box;
		border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background-color:var(--basic-color);
}

.txtContacBnr a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.txtContacBnrPC {
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:normal;
	padding:0.4em 1em;
	min-width:200px;
	box-sizing: border-box;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
}



/*===========================
header
===========================*/



/* header */
#top-head {
    position: fixed;
    width: 100%;
	height:100px;
    margin: 0 auto;
    line-height: 1;
	background: rgba(0,0,0,0.7);
	min-width:1100px;
	z-index:500;
}
/* 
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 980px;
    margin: 30px auto 0;
}
 */
 
#top-head a,
#top-head {
    text-decoration: none;
	color:#fff;
	
}
 
#top-head .inner {
	display: flex;
	height:100%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */ 
}



#top-head .logo {
	padding:0 0 0 2%;
}

#gnav {
	width:100%;
}
	

/*
ul.global-nav1 {
}
ul.global-nav1 li {
    float: left;
    position: relative;
	line-height:2em;
 }
 
ul.global-nav1 li a {
	display:block;
    padding: 0 0.5em 0 2em;
	margin: 0 1.5em 0 0;
	border-bottom:2px #666 solid;
}

ul.global-nav1 li a:hover {
	border-bottom:2px #666 solid;
}

ul.global-nav1 li.gn1_contact a {
    padding: 0 0.5em 0 2em;
	margin: 0 1em 0 0;
}



.gn1_index {
	background-image:url(../img/gnavi/icn_home.png);
	background-position:left 0.5em;
	background-repeat:no-repeat;
}

.gn1_recruit {
	background-image:url(../img/gnavi/icn_recruit.png);
	background-position:left 0.2em;
	background-repeat:no-repeat;
}

.gn1_contact {
	background-image:url(../img/gnavi/icn_mail.png);
	background-position:left 0.4em;
	background-repeat:no-repeat;
}

*/


ul.global-nav2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
ul.global-nav2 li {
	display:inline-block;
	line-height:2em;
}

ul.global-nav2 li.gn2_contact {
}
ul.global-nav2 li a {
	display:block;
    padding: 0 1em;
	border-bottom:2px rgba(255,255,255,0) solid;
}

ul.global-nav2 li a:hover {
	border-bottom:2px var(--basic-color) solid;
}

/* transition */
#top-head,
#top-head:after,
#top-head h1.logo,
#top-head nav ul {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    background: rgba(0,0,0,0.8);
	height:80px;
}
 
 /*
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
/*
#top-head.fixed .global-nav ul li a {
}


/* #top-head.fixed ul.global-nav1 {
	top:0.8em;
}

#top-head.fixed ul.global-nav2 {
	top:1.7em;
}

 */


/* slicknav_menu */

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 768px) {
	
	/*===========================
header
===========================*/



/* header */
#top-head {
	position:relative;
	min-width:320px;
}
/* 
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 980px;
    margin: 30px auto 0;
}
 */
 
 #top-head .logo {
	margin:0 auto;
}
 

 /* 
ul.global-nav1 {
    list-style: none;
    position: absolute;
	top:1.8em;
    right: 0;
}
ul.global-nav1 li {
    float:none;
    position: relative;
	line-height:2em;
	text-align:left;
 }
 
ul.global-nav1 li a {
	display:block;
    padding: 0 0.5em 0 2em;
	margin: 0 1.5em 0 0;
}

ul.global-nav1 li a:hover {
	border-bottom:none;
}

*/

/* Fixed */
#top-head.fixed {
    background: rgba(255,255,255,0.9);
}


#top-head.fixed ul.global-nav1 li {
	line-height:1.3em;
}

#top-head.fixed ul.global-nav1 li.gn1_index {
	background-position:left 0.2em;
}

#top-head.fixed ul.global-nav1 li.gn1_recruit {
	background-position:left 0.0em;
}

#top-head.fixed ul.global-nav1 li.gn1_contact {
	background-position:left 0.2em;
}



}

@media screen and (max-width: 600px) {
	
	/*===========================
header
===========================*/

/* header */
#top-head {
		height:90px;
}



#top-head .logo img {
	/* width:280px; */
	
}



ul.global-nav1 {
    position:relative;
	top:1.2em;
	padding:0 0 0 2em;
}
ul.global-nav1 li {
    float:none;
    position: relative;
	line-height:2em;
	text-align:center;
	padding:0;
	margin:0;
 }
 
.gn1_index {
	background-position:15% 0.5em;
}

.gn1_recruit {
	background-position:15% 0.2em;
}

.gn1_contact {
	background-position:15% 0.6em;
}


/* Fixed */
#top-head.fixed {
	height:50px;
}
#top-head.fixed .logo {
	float:none;
}

#top-head.fixed .logo img {
	width:250px;
}
 
#top-head.fixed:after {

}




#top-head.fixed ul.global-nav1 li {
	line-height:2em;
}

#top-head.fixed ul.global-nav1 li.gn1_index {
	background-position:15% 0.5em;
}

#top-head.fixed ul.global-nav1 li.gn1_recruit {
	background-position:15% 0.2em;
}

#top-head.fixed ul.global-nav1 li.gn1_contact {
	background-position:15% 0.6em;
}


	
}
	


/*===========================
mainVisual
===========================*/

#mainVisualWrap {
	padding-top:100px;
}

/**/

#mainVisual {
	position: relative;
	background-image:url(../img/common/bg_lattice.png);
	background-repeat:repeat;
	background-position:center top;
	text-align:center;
}


#mainVisual .mainCatch {
	position: absolute;
	color: #000;
	line-height:1.5em;
	margin-top: -23%;
	/*margin-left:10%;*/
	left: 0;
	right: 0;
  margin-left: auto;
	margin-right: auto;
	font-size:3.2vw;
	letter-spacing:0.2vw;
	font-weight:bold;
	/*text-align:left;*/

	text-shadow:
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px,
	0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
	
	font-family: 'Noto Serif JP', serif;
}

#mainVisual .mainCatch .catchBig {
	font-size:210%;
	line-height:1.4em;
	margin-bottom:0.1em;
		color:#005bab;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;

}

#mainVisual .mainCatch .catchMid {
	font-size:140%;
	line-height:1.4em;
	padding-bottom:0.6em;
	margin-bottom:0.8em;
		text-shadow: 0 0 2px #131b0d, 0 0 4px #131b0d, 0 0 6px #131b0d, 0 0 8px #131b0d,0 0 10px #131b0d,0 0 12px #131b0d, 0 0 14px #131b0d;

}




@media screen and (max-width: 768px) {
	
#mainVisualWrap {
	padding-top:0;
}

#mainVisual .mainCatch {
	margin-top: -22%;
}

}

@media screen and (max-width: 600px) {
	
#mainVisualWrap {
/*	padding-top:90px; */
}

#mainVisual .mainCatch {
	margin-left:2%;
	margin-top: -37%;
	font-size:4.6vw;
	text-shadow:
white 1px 1px 2px, white -1px 1px 2px,
white 1px -1px 2px, white -1px -1px 2px,
0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

#mainVisual .mainCatch .catchBig {
text-shadow:
white 1px 1px 2px, white -1px 1px 2px,
white 1px -1px 2px, white -1px -1px 2px,
0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;

}

#mainVisual .mainCatch .catchMid {
text-shadow:
black 1px 1px 2px, black -1px 1px 2px,
black 1px -1px 2px,black -1px -1px 2px,
0 0 1px #333,0 0 2px #333, 0 0 4px #333, 0 0 6px #333, 0 0 8px #333;

}


}




/*===========================
pageTitle
===========================*/

#pageTitleMover {
	padding-top:100px;
}

#pageTitle {
	background-position:center;
	background-size:cover;
	height:18vw;
	border-bottom:4px solid #666;
	box-sizing: border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

/*
#content1 #pageTitle {
	border-bottom:4px solid #dc6529;
}
*/



#pageTitle #pth1Wrap {
	background: rgba(0,0,0,.4);
	padding:0.3em 1.5em 0.5em 1.5em;
	box-sizing: border-box;
	width:100%;
}

#pageTitle h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3vw;
	line-height:3.2vw;
	letter-spacing:0.3vw;
	color:#fff;
	box-sizing: border-box;
	padding:0.5vw;
	text-shadow:0 0 6px #333, 0 0 8px #333,0 0 10px #333,0 0 12px #333, 0 0 14px #333;
}

#pageTitle h1 span {
	display:inline-block;
	font-size: 38%;
	vertical-align: top;
	position: relative;
	top: -0.6vw;
	padding-right:2vw;
}


.content1Tit {
	/* background-image:url(../img/content1/page_tit.jpg); */
	background-image:url(../img/common/page_tit.jpg);
	
}

.content2Tit {
	background-image:url(../img/common/page_tit.jpg);
}

.content3Tit {
	background-image:url(../img/common/page_tit.jpg);
}

.contactTit {
	background-image:url(../img/common/page_tit.jpg);
}




@media screen and (max-width: 768px) {
	
#pageTitleMover {
	padding-top:0;
}
#pageTitle {
	height:20vw;
}
	
#pageTitle h1 {
	font-size: 3.4vw;
	line-height:4vw;
	padding:0.5vw;
}
	
}

@media screen and (max-width: 600px) {
	
#pageTitleMover {
}
	
#pageTitle {
	height:24vw;
}
	
#pageTitle h1 {
	font-size: 5vw;
	line-height:5.5vw;
	padding:0.5vw;
}
	
}



/*===========================
main_area
===========================*/

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.txtVcenter {
	display: table-cell;
	vertical-align: middle;
}

.flexVcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

/* font color */

.fcRed {
	color:#E92D05 !important;
}


.fcRedOrange {
	color:#FB5328 !important;
}

.fcBlue {
	color:#1A71B0 !important;
}

.fcOrange {
	color:#dc722b !important;
}

.fcYellow {
	color:#F3AB25 !important;
}

.fcYG {
	color:#A7B82C !important;
}

.fcGreen {
	color:#4a861e !important;
}

.fcSkyB {
	color:#6ABDE6 !important;
}

.fcBlue {
	color:#408BD0 !important;
}

.fcBlueP {
	color:#8B5FCF !important;
}

.fcRedP {
	color:#AF41B8 !important;
}

.fcWineR {
	color:#C62B71 !important;
}


.fcWhite {
	color:#fff !important;
}

/* マージン */


.mgb1em {
	margin-bottom:1em !important;
}
.mgb2em {
	margin-bottom:2em !important;
}
.mgb3em {
	margin-bottom:3em !important;
}
.mgbS {
	margin-bottom:30px !important;
}
.mgbM {
	margin-bottom:70px !important;
}
.mgbL {
	margin-bottom:120px !important;
}
.mgb0 {
	margin-bottom:0px !important;
}
.mgb10px {
	margin-bottom:10px !important;
}
.mgb20px {
	margin-bottom:20px !important;
}
.mgb30px {
	margin-bottom:30px !important;
}
.mgb40px {
	margin-bottom:40px !important;
}
.mgb50px {
	margin-bottom:50px !important;
}
.mgb60px {
	margin-bottom:60px !important;
}
.mgb70px {
	margin-bottom:70px !important;
}
.mgb80px {
	margin-bottom:80px !important;
}
.mgb100px {
	margin-bottom:100px !important;
}

.mgbPC0SP20px {
	margin-bottom:0 !important;
}

@media only screen and (max-width: 600px) {
.mgbPC0SP20px {
	margin-bottom:20px !important;
}
}

.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.mb70 {
	margin-bottom: 70px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb90 {
	margin-bottom: 90px!important;
}
.mb100 {
	margin-bottom: 100px!important;
}


/* padding */
.pt0 {
	padding-top: 0px!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.pt60 {
	padding-top: 60px!important;
}
.pt70 {
	padding-top: 70px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pt90 {
	padding-top: 90px!important;
}
.pt100 {
	padding-top: 100px!important;
}
.pb0 {
	padding-bottom: 0px!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pb60 {
	padding-bottom: 60px!important;
}
.pb70 {
	padding-bottom: 70px!important;
}
.pb80 {
	padding-bottom: 80px!important;
}
.pb90 {
	padding-bottom: 90px!important;
}
.pb100 {
	padding-bottom: 100px!important;
}
.pl0 {
	padding-left: 0px!important;
}
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl40 {
	padding-left: 40px!important;
}
.pl50 {
	padding-left: 50px!important;
}
.pr0 {
	padding-right: 0px!important;
}
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pr40 {
	padding-right: 40px!important;
}
.pr50 {
	padding-right: 50px!important;
}
/* margin top */
.mt0 {
	margin-top: 0px!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt60 {
	margin-top: 60px!important;
}
.mt70 {
	margin-top: 70px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.mt90 {
	margin-top: 90px!important;
}
.mt100 {
	margin-top: 100px!important;
}

.ml0 {
	margin-left: 0px!important;
}
.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml50 {
	margin-left: 50px!important;
}
.mr0 {
	margin-right: 0px!important;
}
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr15 {
	margin-right: 15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr50 {
	margin-right: 50px!important;
}



.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}

.fsL {
	font-size:180% !important;
	line-height:1.8em !important;
}

.fsM {
	font-size:124% !important;
	line-height:1.8em !important;
}

.telTxt {
	font-size:220% !important;
	line-height:1.8em !important;
	text-align:center;
}

.telTxt a {
	color:#FFF;
	text-decoration:none;
}
	
@media screen and (max-width: 600px) {
	
.fsSP60p {
	font-size:60% !important;
}

.fsSP70p {
	font-size:70% !important;
}

.fsSP80p {
	font-size:80% !important;
}

.fsSP90p {
	font-size:90% !important;
}

.fsL {
	font-size:120% !important;
	line-height:1.8em !important;
}

.telTxt {
	font-size:120% !important;
	line-height:1.8em !important;
}

}

.mgr0_5em {
	margin-right:0.5em !important;
}

.mgl0_5em {
	margin-left:0.5em !important;
}

.mgt0 {
	margin-top:0 !important;
}

.halfIndent {
	text-indent:-0.5em !important;
}

/*　蛍光下線　*/
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}

/*　蛍光斜線　*/
.tx-diagoYel {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#fbf8a7,#fbf8a7 25%,transparent 25.1%,transparent);
}

.tx-diagoRed {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#FD86A0,#FD86A0 25%,transparent 25.1%,transparent);
}

.tx-diagoGreen {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#8dedd0,#8dedd0 25%,transparent 25.1%,transparent);
}



/*===========================
onOff
===========================*/

.pcOFFtabletON {
	display: none;
}

.pcONtabletOFF {}

.pcONtabletOFFspON {}

.pcOFFspON {
	display: none;
}

.sp {
	display: none;
}


.pcONspOFF {}


.txtPCcenterSPLeft,
.txtPCcenterTabletLeft {
	text-align: center !important;
}

.txtPCLeftSPcenter {
	text-align: left !important;
}

.txtPCRightSPcenter {
	text-align: right !important;
}

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

	.txtPCcenterTabletLeft {
		text-align: left !important;
	}

	.pcONtabletOFF {
		display: none;
	}

	.pcOFFtabletON {
		display: block;
	}

	.pcONtabletOFFspON {
		display: none;
	}

	.gallery__pic{
		flex-wrap: wrap !important;
	}

	.gallery__pic a img {
		width: 100%;
		height: 250px !important;
		object-fit: cover;
		margin-bottom: 10px !important;
	}

	.wrapper__faq {
		width: 100% !important;
		margin: 0 auto;
	}

	.gallery__pic a {
		width: 45% !important;
	}
}

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

	.pcOFFspON {
		display: block;
	}

	.sp {
		display: block;
	}

	.pcONspOFF {
		display: none;
	}

	.pcONtabletOFFspON {
		display: block;
	}
	
	.txtPCcenterSPLeft {
	text-align: left !important;
}

	.txtPCLeftSPcenter,
	.txtPCRightSPcenter {
		text-align: center !important;
	}

}



/*===========================
content
===========================*/


.bgcolor0 {
	padding:50px 20px 50px 20px ;
	background-image:url(../img/common/bg_color0.png);
	background-repeat:repeat;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	line-height:1.4em;
	width:100%;
	box-sizing: border-box;
}

.bgBlack {
	padding:60px 20px 60px 20px ;
	width:100%;
	box-sizing: border-box;
}

.bgGray {
	padding:60px 20px 60px 20px ;
	background-color:#2e2e2e;
	width:100%;
	box-sizing: border-box;
}



.bgNews {
	padding:30px 20px;
	background-color:#222;

}















.fs1_3em {
	font-size:1.3em;
}


/* 枠  */ 

.boxSimple {
	border: solid 1px #CCC;	
	padding:1.5em;
	background: rgba(0,0,0,.9);
}

.boxSimple2 {
	border: solid 1px #555;	
	padding:1.5em;
	background: rgba(0,0,0,.9);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxGray {
	padding:2em 1.5em 1.2em 1.5em;
	background: rgba(255,255,255,.2);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid var(--basic-color);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(64,64,64,.5);
}

.boxFrFL {
	padding:1.5em;
	border:2px solid #35477b;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(252,252,254,.9);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #cecece;
	margin-bottom:40px;
	background: rgba(254,254,254,.85);
		border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFramePhilo {
	padding:2em;
	border:3px double #cecece;
	background-image:url(../img/common/washi.jpg);
	background-size:cover;
}

.boxFrameDoubleYG {
	padding:2em;
	border:3px double #C2DC69;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;
	
}

.boxFablic {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FDFFF2;
	box-shadow: 0px 0px 0px 10px #FDFFF2;
	border:dotted 2px #619735;
}

.boxFuki-right {
	position: relative;
	display: block;
	padding:2em;
	box-sizing: border-box;
	border:3px solid #029c80;
	color: #555;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	
}

.boxFuki-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #029c80;
}


.boxFuki-left {
	position: relative;
	display: block;
	padding:2em;
	box-sizing: border-box;
	border:3px solid #029c80;
	color: #555;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	
}

.boxFuki-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #029c80;
}

.boxStripe {
	padding:2em;
	background: -webkit-repeating-linear-gradient(-45deg, #fdfbf8, #fdfbf8 4px,#fdf0d9 4px, #fdf0d9 8px);
    background: repeating-linear-gradient(-45deg, #fdfbf8, #fdfbf8 4px,#fdf0d9 4px, #fdf0d9 8px);
}

.boxStripeYG {
	padding:2em;
	background: -webkit-repeating-linear-gradient(-45deg, #F9FBEA, #F9FBEA 4px,#F2F8D1 4px, #F2F8D1 8px);
    background: repeating-linear-gradient(-45deg, #F9FBEA, #F9FBEA 4px,#F2F8D1 4px, #F2F8D1 8px);
}






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

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble , .boxFrameDoubleYG , .boxFramePhilo , .boxGray  {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFuki-right:before ,  .boxFuki-left:before {
	top: 107%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #029c80;
}

.boxFrFL {
	padding:20px 10px;
}


}

/*===========================
footer
===========================*/

footer {
	background-image: url(../img/footer/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgFootData {
	padding:30px 20px;
	width:100%;
	box-sizing: border-box;
	border-top:1px solid #666;
	/*background-color:#000;*/
	background-color: rgba(0,0,0,.7);
}

.footLogoWrap {
	margin-bottom:2em;
}

.footAdress {
	text-align:center;
	vertical-align:top;
}



/* footTxtArea */

.footTxtArea {
	text-align:center;
}

/* snsBtn */

#snsBtn {
	clear:both;
	padding:0 0 0 0;
	text-align:center;
}






#footerNavWrap {
	width:100%;
	margin:0 auto;
	padding:1.5em 0;
	background-color:#333;
	/* border-bottom:1px dotted #999; */
}



footer nav {
	padding:0.8em 0;
	text-align: center;
	font-size:0.9em;
}
footer nav ul li {
	padding:0 0.7em;
	display:inline-block;
	text-align: center;
}

footer nav ul li:first-child {
	background-image:none;
}

footer nav ul li a {
	text-decoration:none;
	color:#fff;
}

footer nav ul li a:hover {
	text-decoration:underline;
}






/* copyright */

.copyright {
	font-size:92%;
	text-align:center;
	padding:2em 0;
	background-color:#111;
	color:#fff;
}



/*===========================
ページ内リンク
===========================*/


.boxAnch {
	box-sizing: border-box;
    margin: 0 auto;
	width:auto;
    max-width:80%;
	min-width:60%;
	padding:2em 5em;
	box-shadow: 0px 0px 10px #ccc;
	background:rgb(255,255,255,.90);
	text-align:center;
}

ul.pageAnch li {
	display:inline-block;
	margin-bottom:0.4em;
}
ul.pageAnch a {
	display:inline-block;
	text-decoration:none;
	text-align:center;
	line-height:normal;
	padding:0.2em 2em 0.2em 2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#FFF;
	background-color:#0e6eb8;
	font-size:1em;
	box-sizing: border-box;
	min-width:14em;
}

/*
#content1 ul.pageAnch a {	
	background-color: #dc6529;
}

#content3 ul.pageAnch a {
	background-color: #00a779;
	
}

*/


ul.pageAnch a:hover {
	cursor:pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


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

/*===========================
ページ内リンク
===========================*/

.boxAnch {
	padding:1em 1.5em;
	width:100%;
	max-width:100%;
	min-width:80%;
}


ul.pageAnch li {
	display:block;
	margin-bottom:0.2em;
}
	
.boxAnch {
	padding:1.4em 1.5em 1.4em 1.4em;
}

ul.pageAnch a {
	width:100%;
	font-size:0.9em;
}

	

}

/*===========================
ページ内リンク直し
===========================*/

#anch01, #anch02 , #anch03 , #anch04 , #anch05 , #anch06, #anch07 , #anch08 , #anch09 , #anch10 {
	margin-top:-80px;
	padding-top:80px;
}

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

#anch01, #anch02 , #anch03 , #anch04 , #anch05 , #anch06, #anch07 , #anch08 , #anch09 , #anch10 {
	margin-top:0;
	padding-top:0;
}

}

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

#anch01, #anch02 , #anch03 , #anch04 , #anch05 , #anch06, #anch07 , #anch08 , #anch09 , #anch10 {
}

}


/*===========================
other
===========================*/




/* font color */



.fcBlue {
	color:#1A71B0;
}

.fcOrange {
	color:#eb9423;
}

.fcRedOrange {
	color:#DD4004;
}

/* pagetop */

#pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index:5;
}

#pagetop a {
	display:block;
	background-image:url(../img/footer/btn_pagetop.png);
	background-repeat:no-repeat;
	width:43px;
	height:43px;
	text-indent:-7777px;
}

#pagetop a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}


/* 「※」付きなど用の文字インデント */

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

.txtInd2 {
	padding-left:1em;  
	text-indent:-1em;
	margin-bottom:1.2em;
}



.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:#FABF67;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.txtIconBlock {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:#FABF67;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.txtIconPoint {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:1.2em;
	padding:0.2em 1.2em 0.2em 1.2em;
	background-color:#ABC853;
	border-radius: 1.1em;
	-webkit-border-radius: 1.1em; 
	-moz-border-radius: 1.1em;
	margin-bottom:5px;
}

.txtBA {
	display: inline-block;
	text-align:center;
	font-size:1em;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	margin:0.2em auto 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	color:#fff;
	background-color:var(--basic-color);
	min-width:8em;
}



.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}


.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	bottom:-0.3em;
}








.dataArea {
	padding:40px 0 40px 0;
	border-top:1px solid #d8e3ec;
	clear:both;
}
.topData {
	border-top:none;
}
.dataArea .data {
	float:left;
	margin-right:20px;
}
.pdf {
	background-image:url(../img/common/icn_pdf.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:21px;
}
.external {
	background-image:url(../img/common/icn_externallink.png);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right:15px;
}

.catch {
	color:var(--basic-color);
	font-size:2.4em;
	margin-bottom:0.6em;
	line-height:1.4em;
	text-shadow:
white 1px 1px 2px, white -1px 1px 2px,
white 1px -1px 2px, white -1px -1px 2px,
0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

.catchCenter {
	color:#EDA758;
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.4em;
	text-align:center;
}

.catchCenterPink {
	color:#ee5c61;
	font-size:1.8em;
	margin-bottom:0.6em;
	line-height:1.4em;
	text-align:center;
}

.catchCenter2 {
	color:#EDA758;
	font-size:2em;
	margin-bottom:2em;
	line-height:1.4em;
	text-align:center;
}

.catch2 {
	color:var(--basic-color);
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
}

.catch3{
	color:var(--basic-color);
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
	text-align:center;
}




.catchS {
	color:#649F1C;
	font-size:1.2em;
	margin-bottom:0.5em;
}

@media only screen and (max-width: 600px) {
	
.catch {
	font-size:1.3em;
}

.catchCenter {
	font-size:1.3em;
}

.catchCenterPink {
	font-size:1.3em;
}

.catchCenter2 {
	font-size:1.3em;
}

.catch2 {
	font-size:1.3em;
}

.catch3{
	font-size:1.3em;
}

.catchS {
	font-size:1.1em;
}

}




.hoverTrans a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hoverTrans2 a:hover {
	cursor:pointer;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)"; 
    -moz-opacity:0.9; 
    -khtml-opacity: 0.9; 
    opacity:0.9;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hoverTransEx img {
	transition: 0.3s;
}



.hoverTransEx img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.comingsoon {
	color:#999;
	font-size:3em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	background-color:#FDFDFD;
	margin-bottom:2em;
}

.comingsoon2 {
	color:#999;
	font-size:2em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	background-color:#FDFDFD;
	margin-bottom:2em;
	border:#ececec 1px solid;
}




/*===========================
content
===========================*/

.contPad0 {
	padding:0;
}

.contPad {
	padding:0 10px;
}


.contPad2 {
	padding:10px 0;
}

.contPad3 {
	padding:0 20px;
}

.contPad4 {
	padding:0 5px;
}



.contPad80p {
	width:80%;
	margin:0 auto;
}

.contPad70p {
	width:70%;
	margin:0 auto;
}

.contPad60p {
	width:60%;
	margin:0 auto;
}

.contPad50p {
	width:50%;
	margin:0 auto;
}



/* Flexboxレイアウト */ 

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-wrap-cen {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item4-5 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item4-5-t1 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

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

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item4-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}

.spOrder1 {
	order:1;
}

.spOrder2 {
	order:2;
}

.spOrder3 {
	order:3;
}

.spOrder4 {
	order:4;
}

.spOrder5 {
	order:5;
}

.spOrder6 {
	order:6;
}

}




/* table */


.nowrap {
	white-space: nowrap;
}

.tdCenter {
	text-align:center !important;
	vertical-align:middle !important;
}

.tdRight {
	text-align:right !important;
	vertical-align:middle !important;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW50Usu {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


/* 普通のtable */

table.table2 {
	width:100%;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.table2 th {
	padding:0.35em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	letter-spacing:0;
	font-weight:normal;
	vertical-align:middle;
	background:#000;
	color:#fff;
}

table.table2 td {
	padding:0.35em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	font-weight:normal;
	letter-spacing:0;
	background-color:#333;
}

/* 普通のtableドットver */

table.table2Dot {
	width:100%;
	border-top: 2px #cdcdcd dotted;
	border-collapse: collapse;
	box-sizing: border-box;
	background-color:rgba(255,255,255,.6);
}
table.table2Dot th {
	padding:0.35em 0.5em;
	border-bottom: 2px #cdcdcd dotted;
	letter-spacing:0;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
}

table.table2Dot td {
	padding:0.35em 0.5em;
	border-bottom: 2px #cdcdcd dotted;
	font-weight:normal;
	letter-spacing:0;
}



/* 縦に並ぶtable */

table.table3 {	
	width:100%;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-collapse: collapse;
	margin-bottom:1.5em;
	box-sizing: border-box;
}
table.table3 th {
	padding:0.35em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
	background:#000;
	color:#fff;
}

table.table3 td {
	padding:0.35em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	font-weight:normal;
	letter-spacing:0;
	background-color:#333;
}

/* 縦に並ぶtableドットver */

table.table3Dot {	
	width:100%;
	border-top: 2px #cdcdcd dotted;
	border-collapse: collapse;
	margin-bottom:1.5em;
	box-sizing: border-box;
	background-color:rgba(255,255,255,.6);
}
table.table3Dot th {
	padding:0.35em 0.5em;
	border-bottom: 2px #cdcdcd dotted;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:left;
	vertical-align:middle;
}

table.table3Dot td {
	padding:0.35em 0.5em;
	border-bottom: 2px #cdcdcd dotted;
	font-weight:normal;
	letter-spacing:0;
}


@media screen and (max-width: 768px) {
	
/* タブレット以下用　TableScroll スクロール　スライド　*/

.tableScrollTablet {
    border-right: 3px solid #4f4d47;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;	
}

}


@media screen and (max-width: 600px) {
	
.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}

	
/* スマホ用 TableScroll スクロール　スライド　*/

.tableScrollSp {
    border-right: 3px solid #4f4d47;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;	
}

.tableScrollWrap {
 border-right: 3px solid #4f4d47;
 overflow-x: scroll;
 -webkit-overflow-scrolling: touch;
}

/* 縦に並ぶtable */

table.table3 {
	width: 100%;
	margin: 0 0 3% 0;
	padding: 10px;
	background-color:#000;
	border:1px solid #666;
}
table.table3 tr {
	
}
table.table3 th {
	display: list-item;
	padding:1em;
	border: none;
	font-weight: normal;
	vertical-align: top;
	width:auto;
	line-height: 1em;
}


table.table3 td {
	display: list-item;
	width:auto;
	border: none;
	font-weight: normal;
	padding:1em;
}

/* 縦に並ぶtableドットver */

table.table3Dot {
	width: 100%;
	margin: 0 0 3% 0;
	padding: 10px;
}
table.table3Dot tr {
	
}
table.table3Dot th {
	display: list-item;
	padding:1em;
	border-bottom: 2px #eee dotted;
	font-weight:600;
	vertical-align: top;
	width:auto;
	line-height: 1em;
}


table.table3Dot td {
	display: list-item;
	width:auto;
	border-bottom: 2px #cdcdcd dotted;
	font-weight: normal;
	padding:1em;
}

}



.area_flowC {
	padding:0 2em;
}



.area_flowC .inner_flow {
	border:1px solid #444;
	padding:24px 30px;
	border-radius:5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	min-height:1em;
	background-color:#222;
}

.area_flowC .inner_flow .largeTxt {
	font-size:1.6em;
	text-align:center;
	color:#fff;
	border-bottom:1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}



.area_flowC .inner_flow .txtWrap {
	/* padding:24px 30px; */ 
	padding:1em 2em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.5em auto;
}


.area_flowC .arrow {
	margin:15px auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center center no-repeat;
	text-indent:-9999px;
}

/* フローSmall */

.area_flowS {
	padding:0 0px;
}
.area_flowS .inner_flow {
	background-color:#333;
	border:1px solid #666;
	padding:2px 4px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}


.area_flowS .inner_flow .largeTxtOra {
	font-size:1.1em;
	text-align:center;
	color:#E87A02;
}

.area_flowS .inner_flow .largeTxtGre {
	font-size:1.1em;
	text-align:center;
	color:#79A323;
}

.area_flowS .inner_flow .txtWrap {
}


.area_flowS .arrow {
	margin:0 auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}





/* 単語フロー */

.flowTxt {
	display:block;
	float:left;
	margin:0 10px 10px 10px;
	border:1px solid #CCC;
	padding:0.5em 2em;
	background-color:#FBFEFF;
}

.flowTxtArrow {
	display:block;
	float:left;
	background-image:url(../img/common/flowtxt_arrow.png);
	width:8px;
	height:2.5em;
	background-position:center;
	text-indent:-7777px;
	background-repeat:no-repeat;
}



/* リスト */


ul.liReseter , ul.liReseterFloat , ul.liReseter2Div , ul.liReseter3Div , ul.liReseter4Div {
	line-height:1.8em;
	margin-left:18px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}


ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}

ul.liReseter2Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:1em;
	width:45%;
	box-sizing: border-box;
}

ul.liReseter3Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:1em;
	width:31%;
	box-sizing: border-box;
}

ul.liReseter4Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
	width:22%;
	box-sizing: border-box;
}


ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liCircle {
	margin-left:0;
}

ul.liCircle li {
	padding:0 0 0 20px;
	position: relative;
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
	background: var(--basic-color);
}

ul.liCirPlusWhi li:before {
	background-color:#fff;
}

ul.liInline {
}

ul.liInline li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
}


ul.liInline2Div {
}
ul.liInline2Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:48%;
	box-sizing: border-box;
	vertical-align:top;
}

ul.liInline3Div {
}
ul.liInline3Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:31%;
	box-sizing: border-box;
	vertical-align:top;
}

ul.liInline4Div {
}
ul.liInline4Div li {
	display:inline-block;
	padding:0 1.5em 0 20px;
	position: relative;
	width:24%;
	box-sizing: border-box;
	vertical-align:top;
}


ul.liCheck , ul.liCheckInline , ul.liCheck2Div , ul.liCheck3Div  , ul.liCheck4Div {
	padding-left: 1em;
}

ul.liCheck li , ul.liCheckInline li  , ul.liCheck2Div li  , ul.liCheck3Div li , ul.liCheck4Div li {
	position: relative;
	padding-left: 0.4em;
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
	font-family: "Font Awesome 5 Free";
 	content: '\f14a';
	color:#F90;
	font-size:1.4em;
	position: absolute;
	left: -1em;
	top: 0em;
}

ul.liCheckInline li {
	display:inline-block;
	margin-right:1.5em;
	vertical-align:top;
}

ul.liCheck2Div li {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

ul.liCheck3Div li {
	display:inline-block;
	width:30%;
	vertical-align:top;
}

ul.liCheck4Div li {
	display:inline-block;
	width:22%;
	vertical-align:top;
}

.liCheckAd {
	font-size:1.2em;
	line-height:2em;
}

ul.liPDF , ul.liPDFInline , ul.liPDF2Div , ul.liPDF3Div , ul.liPDF4Div  {
	padding-left: 1em;
}

ul.liPDF li , ul.liPDFInline li , ul.liPDF2Div li , ul.liPDF3Div li , ul.liPDF4Div li {
	position: relative;
	padding-left: 0.4em;
}


ul.liPDF li:before , ul.liPDFInline li:before , ul.liPDF2Div li:before , ul.liPDF3Div li:before , ul.liPDF4Div li:before {
	font-family: "Font Awesome 5 Free";
 	content: '\f1c1';
	color:#C00505;
	position: absolute;
	left: -1em;
	top: 0;
}

ul.liPDFInline li {
	display:inline-block;
	margin-right:1.5em;
	vertical-align:top;
}

ul.liPDF2Div li {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

ul.liPDF3Div li {
	display:inline-block;
	width:30%;
	vertical-align:top;
}

ul.liPDF4Div li {
	display:inline-block;
	width:22%;
	vertical-align:top;
}

ol.liFeature li {
	list-style-type: none;
	list-style-position: outside;
	padding:12px 0 12px 55px;
	margin-bottom:7px;
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:1.2em;
	font-size:1.3em;
	position: relative;
}
ol.liFeature li::before {
	position: absolute;
	content:'';
	width: 2.7rem;
	height: 2.7rem;
	left: 3rem;
	margin-left: -2.7rem;
	top:0;
	border-radius: 2.7rem;
	font-size: 1.8rem;
	padding: 0.5rem 0.8rem 0;
	line-height: 1;
	box-sizing: border-box;
}

ol.liFeature .no1::before {
	 content:'1';
}

ol.liFeature .no2::before {
	 content:'2';
}

ol.liFeature .no3::before {
	 content:'3';
}

ol.liFeature .no4::before {
	 content:'4';
}

ol.liFeature .no5::before {
	 content:'5';
}

ol.liNum {
	counter-reset:number;
	list-style-type: none;
}
ol.liNum li {
	border-bottom: dotted 1px #ccc;
	position: relative;
	padding: 0.5em 0.5em 0.5em 34px;
	line-height: 1.5em;
	font-size:1.2em;
}
ol.liNum li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background:#EEB853;
	color: white;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top:0.8em;/*以下 上下中央寄せのため
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}





@media only screen and (max-width: 768px) {
	
ul.liInline4Div li , ul.liReseter4Div li , ul.liPDF4Div li {
	box-sizing: border-box;
	width:48%;
	}
}

@media only screen and (max-width: 600px) {
	
ul.liReseterFloat li , ul.liReseter2Div li , ul.liReseter3Div li , ul.liReseter4Div li {
	width:100%;
	box-sizing: border-box;
}

ul.liInline2Div li, ul.liInline3Div li, ul.liInline4Div li {
	width:100%;
	box-sizing: border-box;
}

ul.liCheckInline li , ul.liCheck2Div li , ul.liCheck3Div li , ul.liCheck4Div li , ul.liPDFInline li , ul.liPDF2Div li , ul.liPDF3Div li , ul.liPDF4Div li {
	width:100%;
	box-sizing: border-box;
	margin-right:0;
}

.liCheckAd {
	font-size:1em;
	line-height:2em;
}



 ol.liFeature li {
 background-size:30px;
 padding:8px 0 8px 40px;
 margin-bottom:7px;
 line-height:1.1em;
 font-size:1.1em;
}
 ol.liFeature li::before {
 position: absolute;
 content:'';
 width: 1.8rem;
 height: 1.8rem;
 left: 2.4rem;
 margin-left: -2.7rem;
 top:0;
 border-radius: 2.7rem;
 font-size: 1.2rem;
 padding: 0.4rem 0.6rem 0 0.5rem;
}
	
	
}

.boxArea {
	border: double 3px #b5cb7b;	
	padding:3em 4em;
}


.plusUnderLine {
	border-bottom:1px dotted #CCC;
	margin-bottom:12px;
}



/*


ul.liCheck {
	margin-left:5px;
}

ul.liCheck li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	line-height:2em;
}

ul.liCheck2 {
	margin-bottom:15px;
}

  */



/* faq */

dl.faq dt {
	padding:5px 0 10px 38px;
	font-size:1.2rem;
	position: relative;
}

dl.faq dd {
	padding:5px 15px 20px 38px;
	color:#444;
	position: relative;
	border-bottom:#CCC 1px dashed;
	margin-bottom:30px;
}


dl.faq dt::before {
	position: absolute;
	content:'Q.';
	font-style: oblique;
	width: 1.8rem;
	height: 1.8rem;
	left: 2rem;
	padding: 0.1rem 0 0 0.4rem;
	margin-left: -1.8rem;
	top:0.18rem;
	border-radius: 0.9rem;
	color: #FFF;
	background:#397BC4;
	box-sizing: border-box;
	font-size:1rem;
}

dl.faq dd::before {
	position: absolute;
	content:'A.';
	font-style: oblique;
	width: 1.8rem;
	height: 1.8rem;
	left: 2rem;
	padding: 0.1rem 0 0 0.4rem;
	margin-left: -1.8rem;
	top:0.18rem;
	border-radius: 0.9rem;
	color: #FFF;
	background:#5ED0A6;
	box-sizing: border-box;
	font-size:1rem;
}

dl.info dt {
	float: left;
	clear:left;
	width: 10em;
	margin:0;
	padding: 1.8em 0 1.8em 0.5em;
}

dl.info dd {
	margin:0;
	padding: 1.8em 0 1.8em  10.5em;
	border-bottom:#cccccc dotted 1px;
}

dl.info dt:last-child {
	border-bottom:none;
}
dl.info dd:last-child  {
	border-bottom:none;
}



dl.history dt {
	float: left;
	clear:left;
	width: 110px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	margin:0;
	padding: 7px 0 8px 114px;
	border-bottom:#cccccc dotted 1px;
}


dl.history2 {
	 border-top:#294DA9 dotted 1px;
}

dl.history2 dt {
	float: left;
	clear:left;
	width: 100px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history2 dd {
	margin:0;
	padding: 7px 0 8px 104px;
	border-bottom:#294DA9 dotted 1px;
}

dl.numberDl dt {
	font-weight:bold;
}

dl.numberDl dd {
	padding:0 0 0 1.2em;
	margin-bottom:1em;
}



.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatRightTabletCenter {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatLeftTabletCenter {
	float:left;
	margin:0 2em 1em 0;
}




/* BeforeAfter */

.BeforeAfter {
	width:90%;
	height:auto;
	margin:0 auto 2em auto;
}

.baDiv {
	width:38%;
	float:left;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	float:left;
	width:16%;
	margin:0 1% 2% 1%; 
}


.baArrow {
	background-image:url(../img/common/arrow_right.png);
	width:52px;
	height:80px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:33% auto 0 auto;
}

.baTxt {
	display:block;
	font-size:1.1em;
	background-color:#518404;
	color:#FFF;
	padding:0.1em 2em 0.1em 2em;
	-webkit-border-radius:5px;
	-moz-border-radius:15px; 
	border-radius:5px;
	margin:0.5em 0;
	max-width:4em;
}

.telBig {
	font-size:2em;
	color:#2378BE;
}



/*===========================
index
===========================*/

h2.h2News {
	font-family: 'Assistant', sans-serif;
	color:var(--basic-color);
	font-size: 3.5em;
	line-height:1.2em;
	padding:0;
	margin:0;
	text-align:left;
	width:220px;
	float:left;
	border:none;
}

h2.h2News:after {
	content:none;
}

.contNews {
	float:left;
	width:75%;
}



/*--- bnr grid ---*/


.bgcolorTopBnr {
	background-color:#fff;
}

.bnrPic2Box {
    position: relative;
    width: 50%;
    height: auto;
	background-repeat:no-repeat;
	float:left;
	background-position:center;
	background-size:cover;
	color:#fff;
	font-size: 2.8em;
	transition: 0.3s;
}

.bnrPic3Box {
    position: relative;
    width: 33.333%;
    height: auto;
	background-repeat:no-repeat;
	float:left;
	background-position:center;
	background-size:cover;
	color:#fff;
	font-size: 1.9em;
	line-height:1.2em;
}

.bnrPic4Box {
    position: relative;
    width: 25%;
    height: auto;
	background-repeat:no-repeat;
	float:left;
	background-position:center;
	background-size:cover;
	color:#fff;
	font-size: 1.9em;
	line-height:1.2em;
}



.bgcolorTopBnr span.englishName {
	display:block;
	margin:0 0 0 0;
	font-size: 0.7em;
	line-height:1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.bgcolorTopBnr span.machineSmallTxt {
	font-size: 0.8em;
}

.bnrPic2Box:hover , .bnrPic3Box:hover , .bnrPic4Box:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.bnrPic2Box a , .bnrPic3Box a, .bnrPic4Box a{
	text-decoration:none;
	color:#FFF;
}


.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}

.ratio-2_1:before {
    content: "";
    display: block;
    padding-top: 50%; /* 2:1 */
}

.ratio-4_3:before {
    content: "";
    display: block;
    padding-top: 75%; /* 4:3 */
}
 

.bnrPicInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../img/top/icn_bnr_arrow.png);
	background-repeat:no-repeat;
	background-position:right 15px bottom 15px;
}

/* text centerring */
.gridCenter {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gridCenter > * {
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000;
}


/* 各画像 */

.bnr_machine01 {
	background-image:url(../img/top/bnr01.jpg);
}

.bnr_machine02 {
	background-image:url(../img/top/bnr02.jpg);
}

.bnr_machine03 {
	background-image:url(../img/top/bnr03.jpg);
}

.bnr_machine04 {
	background-image:url(../img/top/bnr04.jpg);
}



@media only screen and (max-width: 768px) {
/*--- bnr grid ---*/


.bnrPic2Box , .bnrPic3Box , .bnrPic4Box {
	font-size: 1.2em;
	line-height:1.1em;
}

.bgcolorTopBnr span.englishName {
	font-size: 0.6em;
}

.bgcolorTopBnr span.machineSmallTxt {
	font-size: 0.8em;
}

.bnrPicInner {
	background-size:16px;
	background-position:right 15px bottom 15px;
}


}

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

/*--- bnr grid ---*/


.bnrPic2Box {
    width: 100%;
    height: auto;
	float:none;
	font-size: 1.4em;
}

.bnrPic3Box {
    width: 100%;
    height: auto;
	float:none;
	font-size: 1.4em;
}

.bnrPic4Box {
    width: 100%;
    height: auto;
	float:none;
	font-size: 1.4em;
}

.bnrPicInner {
	background-size:10px;
	background-position:right 10px bottom 10px;
}

.bgcolorTopBnr span.englishName {
	font-size: 0.8em;
}

.bgcolorTopBnr span.machineSmallTxt {
	font-size: 1em;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 30%; /* 1:1 */
}

.ratio-2_1:before {
    content: "";
    display: block;
    padding-top: 30%; /* 2:1 */
}

.ratio-4_3:before {
    content: "";
    display: block;
    padding-top: 30%; /* 4:3 */
}

}





.catchCopy {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#fff;
	font-size:2em;
	line-height:0.8em;
	margin-bottom:0.6em;
}


/* snsBnr */

ul.snsBnr {
	clear:both;
	padding:1em 0 0 0;
	text-align:center;
}

ul.snsBnr li {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0.75em 1.25em;
	
}








/*===========================
contact
===========================*/



.contact table {	
	width:100%;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-collapse: collapse;
	color:#fff;
	margin-bottom:1.5em;
}
.contact table th {
	padding:0.5em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	background-color:#111;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}
.contact table td {
	padding:0.5em 0.5em;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	font-weight:normal;
	background-color:#333;
	letter-spacing:0;
}
.contact table td .select {
	margin-bottom: 0.5em;
}
.contact table td .select li {
	float: left;
	margin-right: 20px;
}

.contact table td .select li input {
	vertical-align: middle;
}
.contact table td label {
	padding: 0 0 0px 5px;
}
.contact table input {
	margin: 2px 0 2px 0;
	height: 1.6em;
}

.contact select , .contact input, .contact textarea {
  background:#222;
  color: #fff;
  border: 1px #666 solid;
}
.contact .formBtn {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.contact .btnSend {
	background-color:#666;
	color: #FFF;
	padding: 8px 0;
	margin: 0 5px 0 5px;
	border: 0;
	width:160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact .btnReset {
	background-color: #333;
	color:#fff;
	padding: 7px 0;
	margin: 0 5px 0 5px;
	border: 0;
	border:1px solid #555;
	width:160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact .forml {
	width: 90%;
}
.contact .formm {
	width: 50%;
}


.contact .noborder {
	border:none;
}

.contact label {
}

.contact .checkBox {
	margin:2px 0 4px 0;
	vertical-align:middle;
}



.contactTel {
	font-size:2.8em;
	line-height:1.2em;
	color:#1c4388;
}

.contactTel a {
	text-decoration:none;
	color:#1c4388;
}


/*  privacy */

.privacy h3 {
	font-size:1.4em;
	border:none;
	padding:0.6em 0 0.5em 0;
	margin:0;
	background-image:none;
	font-family:  "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align:left;
	transform: rotate(0deg);
	color:#fff;
	text-shadow:none;
}

.privacy h3:after {
	content:none;
}

.privacy p {
	padding:0 0.3em 1em 0.3em;
}

@media screen and (max-width: 768px) {
	
	body {
	min-width:640px;
}


	 
/*===========================
fonts
===========================*/

.minchouFontClass {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


/*===========================
general
===========================*/



.wrapper , .wrapperWide {
 width: 100%;
 box-sizing: border-box;
 margin: 0 auto;
 
}

.wrapper2 {
 width: 100%;
 box-sizing: border-box;
 margin: 0 auto;
}

.wrapper3 {
 width: 100%;
 box-sizing: border-box;
 margin: 0 auto;
}



.catchS {
	font-size:1.2em;
	margin-bottom:0.4em;
}

.catch , ..catchCenter {
	font-size:1.7em;
	line-height:1.6em;
	margin-bottom:0.5em;
}

.catchCenter2 {
	font-size:1.7em;
	line-height:1.6em;
	transform: rotate(0deg);
	text-align:left;
}


.catchS {
	font-size:1.2em;
	margin-bottom:0.4em;
}


.catch3 {
	font-size:1.8em;
	text-align:left;
}



.content-title-small {
	font-size:1.2em;
}







h4 {
	font-size: 1.1em;
}


.imgFloatRightTabletCenter , .imgFloatLeftTabletCenter {
	float:none;
	text-align:center;
	margin:0 0 1em 0;
}












 
/*===========================
gnav
===========================*/

#gnav {
	display:none;
}


/*Media Queries*/


.js #menu {
	display:none;
}

.slicknav_menu {
	display:block;
}



 









/*===========================
footer
===========================*/

.footLogoWrap {
	width:100%;
}

.footLogoTxt {
	float:none;
	text-align:center;
}



#footerWrap1 {
	padding:16px 0;
}

.footerWrapCont {
	width:auto;
}

.foot_logo {
	float:none;
	margin:0 auto 1.5em auto;
	text-align:center;
}
	

.foot_telPC {
	float:none;
	margin:0 auto 0.4em auto;
	text-align:center;
}

.foot_mail {
	float:none;
	margin:0 auto 0.5em auto;
	text-align:center;
}


#footerWrap2 {
}

.footDiv1 , .footDiv2 {
	width:96%;
	padding:5px 0 5px 0;
	float:none;
	text-align:center;
	margin:0 auto;
}

 
footer nav {
	width:96%;

}

footer nav ul {
}


#footerWrapCont3 {
	width:96%;
	padding:0 1%;
}



	
	

/* snsBtn */

#snsBtn {
	padding:0 0 0 0;
}


/*===========================
other
===========================*/


 .pagetop {
 position: fixed;
 bottom: 30px;
 right: 1%;
}
 .pagetop img {
 width:80%;
}
 .dataArea {
 padding:20px 0 30px 0;
}
 .dataArea .data {
 float:none;
 margin-right:0;
 text-align:center;
}






/*===========================
top
===========================*/

.bnrUl {
	margin:0 auto;
	width:510px;
}


 .topContent1 {
 padding:20px 0 0 0;
}
 .topContent1 ul li {
 width:100%;
 float:left;
 margin-right:0;
 margin-bottom:1em;
}
 .topContent1 ul li.pic1 p, .topContent1 ul li.pic2 p {
 width:100%;
 padding:10px 0 10px 0;
 background-color:rgba(17, 89, 144, 0.8);
 color:#FFF;
 font-size:16px;
 margin-top:30%;
 text-align:center;
}
 .btn {
 text-align:center;
}
 .sp {
 display:block;
}
 .topContent2 .news {
 width:96%;
 float:none;
 margin:0 0;
}
 .topContent2 .news dl {
 width:100%;
 height:auto;
 overflow:visible;
}
.topContent2 .news dl dt {
 float:none;
 padding:1em 0 0.2em 0;
 clear:both;
 width:auto;
}
.topContent2 .news dl dd {
 padding:0 0 1em 0;
 border-bottom:1px solid #1f6ca6;
 margin-right:0;
}
 .topContent2 .photo {
 width:100%;
 float:none;
 margin:0 0%;
}
.topContent2 .photo p {
 width:50%;
 float:left;
 margin-right:0;
 margin-bottom:0;
}
 .btn1 {
 display:none;
}
 .arrow {
}

.externalBnrWrap {
	width:100%;
}








/*===========================
content
===========================*/







/* フロー */

/* フローCenter */

.area_flowC {
	padding:0 1em;
}
.area_flowC .inner_flow {
	padding:1em 2em;
}





.area_flowC .inner_flow .largeTxt {
	font-size:1.4em;
	padding-bottom:0.2em;
	margin-bottom:0.4em;
}



.area_flowC .inner_flow .txtWrap {
	/* padding:24px 30px; */ 
	padding:0 1em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.5em auto;
}


.area_flowC .arrow {
}

/* リスト追加 */


ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	width:46%;
}

/*  demeritList */

ul.demeritList  {
}

ul.demeritList li {
	display:inline-block;
	width:18em;
	margin:0 5px 20px 5px;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	font-size:1.1em;
	line-height:1.2em;
	padding:1em 0.5em 1em 1.2em;
	background-image:url(../img/common/icn_demerit.png);
	background-position:5px 14px;
	background-size:18px;
	background-repeat:no-repeat;
}

/*  meritList */

ul.meritList  {
}

ul.meritList li {
	display:inline-block;
	width:18em;
	margin:0 5px 20px 5px;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	font-size:1.1em;
	line-height:1.2em;
	padding:1em 0.5em 1em 1.2em;
	background-image:url(../img/common/icn_merit.png);
	background-position:5px 14px;
	background-size:18px;
	background-repeat:no-repeat;
}



dl.info dt {
	width: 8em;
	padding: 1.4em 0 1.4em 0.5em;
}

dl.info dd {
	padding: 1.4em 0 1.4em  8.5em;
}


/* BeforeAfter */

.BeforeAfter {
	width:55%;
	height:auto;
	margin:0 auto 3em auto;
}


.baDiv {
	width:100%;
	float:none;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	width:100%;
	float:none;
	margin:0 auto 2% auto;
	
}


.baArrow {
	background-image:url(../img/common/arrow_down.png);
	width:80px;
	height:52px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:0 auto;
}

 
 /* アクセス */


	 #map_canvas {
 width:96%;
 height:250px;
 margin:0 auto;
 padding:0 0 0 0;
 margin-bottom:0;
}
 #map_area .inner {
 width:100%;
 margin:0 auto;
 height:auto;
 position:relative;
 top:0;
 z-index:0;
}
 #map_area .map_data {
 padding:1em;
 position:relative;
}
 #map_area .map_data h3, #map_area .map_data h4, #map_area .map_data .address {
 display:none;
}



dl.history dt {
	width: 8em;
	padding: 7px 0 8px 0.5;
}

dl.history dd {
	padding: 7px 0 8px 8.5em;
}

.telBig {
	font-size:1.6em;
}



/*===========================
index
===========================*/

h2.h2News {
	font-size: 2.8em;
	line-height:1.2em;
	width:220px;
	float:none;
}

.contNews {
	float:none;
	width:100%;
}




.catchCopy {
	text-align:center;
	font-size:1.4em;
}


/*===========================
greeting
===========================*/




/*===========================
contact
===========================*/




/*  privacy */

.privacy h3 {
	font-size:1.2em;
}

.privacy p {
	padding:0 0.2em 1em 0.2em;
}






}

@media only screen and (max-width: 600px) {
	
	
	body {
	min-width:320px;
}
	 

.txtBnr a {
	display:block;
	float:none;
	text-align:center;
	width:90%;
	margin:0 auto;
}


/*===========================
content
===========================*/

.contPad {
	padding:0 5px;
}


.contPad3 {
	padding:0 5px;
}

.contPadMB2 {
	margin-bottom:2em;
}

.contPad5 , .contPad80p , .contPad70p , .contPad60p , .contPad50p {
	width:100%;
	margin:0 auto;
}





.catch {
	font-size:1.6em;
	margin-bottom:0.7em;
	line-height:normal;
}

.price {
	color:#F9A339;
	font-size:1.6em;
	margin: 0 0 1em 1em;
	line-height:normal;
}

.contactTEL {
	color:#f2b703;
	font-size:2em;
	margin: 0 0 0.8em 0;
	line-height:normal;
}

.bnrLi , .bnrLiLast , .externalBnr {
	float:none;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}



/* other */

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.txtPCcenterSPLeft {
	text-align:left;
}


.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}


.comingsoon2 {
	font-size:1.2em;
}





/*===========================
general
===========================*/


.h2Wrap {
	margin-bottom:10px;
}

h2 {	
	font-size: 1.4em;
	padding:5px 5px 5px 5px;
	font-weight:normal;
}



.h3Wrap {
}

h3 {
	font-size:1.1em;
}






h3.h3Catch1 {
	font-size: 1.3em;
	line-height:1.1em;
	margin-bottom:0.4em;
}

h3.h3Shop {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
	background-position:left 0.5em;
}


.catch , .catchCenter , .catchCenter2 {
	font-size:1.4em;
}

dl.history dt {
	width: 110px;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	padding: 7px 0 8px 114px;
}

/* フローCenter */

.area_flowC {
	padding:0;
}
.area_flowC .inner_flow {
	padding:0.5em 1em;
}





.area_flowC .inner_flow .largeTxt {
	font-size:1.2em;
	padding-bottom:0.1em;
	margin-bottom:0.2em;
}



.area_flowC .inner_flow .txtWrap {
	padding:0 0.5em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.3em auto;
}


.area_flowC .arrow {
	margin:4px auto 5px auto;
}


/* リスト追加 */


ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	float:none;
	width:94%;
}


ul.liBlueLargeFlaot2 {
}

ul.liBlueLargeFlaot2 li {
	padding-right:10px;
	line-height:1.8em;
	font-size:1.2em;
	float:left;
	width:auto;
}

ol.liFeature li {
	background-size:30px;
	padding:8px 0 8px 40px;
	margin-bottom:7px;
	line-height:1.1em;
	font-size:1.1em;
}


/*  demeritList */

ul.demeritList  {
}

ul.demeritList li {
	display:inline-block;
	width:18em;
	margin:0 2px 20px 2px;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	font-size:1em;
	line-height:1.1em;
	padding:1em 0.2em 1em 0.5em;
	background-image:url(../img/common/icn_demerit.png);
	background-position:5px 14px;
	background-size:18px;
	background-repeat:no-repeat;

}

/*  meritList */

ul.meritList  {
}

ul.meritList li {
	display:inline-block;
	width:18em;
	margin:0 2px 20px 2px;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	font-size:1em;
	line-height:1.1em;
	padding:1em 0.2em 1em 0.5em;
	background-image:url(../img/common/icn_merit.png);
	background-position:5px 14px;
	background-size:18px;
	background-repeat:no-repeat;

}

.PageAnchWrap {
	padding:0.8em 0.5em;
	font-size:1em;
}

.PageAnchWrap li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/icn_page_anch2.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
	display:inline-block;
	box-sizing: border-box;
	width:auto;
}




a.telNoDeco {
	text-decoration:underline;
	color:inherit;
}

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


/*===========================
footer
===========================*/

.foot_telPC {
	display:none;
}

.foot_telSP a {
	display:block;
	background-image:url(../img/footer/foot_tel.png);
	width:252px;
	height:41px;
	text-indent:-7777px;
	background-repeat:no-repeat;
	margin:0 auto;
}

/*===========================
index
===========================*/

h2.h2News {
	font-size: 2.2em;
	line-height:1.2em;
	width:100%;
	box-sizing: border-box;
	float:none;
	margin-bottom:24px;
}




.catchCopy {
	font-size:1.2em;
}





/*===========================
painting
===========================*/

.cautionWrap {
	padding:0.5em;
}


/*===========================
contact
===========================*/


.contact table {
 width: 100%;
 margin: 0 0 3% 0;
 padding: 10px;
 border:1px solid #666;
}
.contact table tr {
 display: block;
}
.contact table th {
 display: list-item;
 padding:1em;
 border: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width:auto;
 line-height: 1em;
}
.contact table td {
 display: list-item;
 width:auto;
 border: none;
 font-weight: normal;
 padding:1em;
}
 .contact .forml {
 width: 96%;
}
.contact .formm {
 width: 96%;
}


.contact .btnSend {
	width:100px;
}
.contact .btnReset {
	width:100px;
}


}

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

/*===========================
header
===========================*/





	 
/*===========================
general
===========================*/



.pcOFFsp2ON {
	display:block;
}

.pcONsp2OFF {
	display:none;
}



.content-title-small {
	font-size:1em;
}

.wrapper2 .wrap2ContPad {
	padding:1em 2em;
}


dl.info dt {
	float:none;
	margin:0;
	padding: 0 0 0.3em 0;
}

dl.info dd {
	margin:0;
	padding: 0 0 0.3em 0;
	border-bottom:#ccc dotted 1px;
	margin-bottom:0.5em;
}

dl.history dt {
	float:none;
	margin:0;
	padding: 0 0 0.2em 0;
}

dl.history dd {
	margin:0;
	padding: 0 0 0 0;
	border-bottom:#2B60AE dotted 1px;
	margin-bottom:7px;
}

dl.history2 {
	 border-top:#294DA9 dotted 1px;
	 padding-top:0.2em;
}

dl.history2 dt {
	float:none;
	margin:0;
	padding: 0.2em 0 0.2em 0;
	color:#060;
	font-weight:bold;
}

dl.history2 dd {
	margin:0;
	padding: 0 0 0 0;
	border-bottom:#767676 dotted 1px;
	margin-bottom:7px;
}



/* BeforeAfter */

.BeforeAfter {
	width:90%;
	height:auto;
}


.baDiv {
	width:100%;
	float:none;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	width:100%;
	float:none;
	margin:0 auto 2% auto;
	
}


.baArrow {
	background-image:url(../img/common/arrow_down.png);
	width:80px;
	height:52px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:0 auto;
}


/*===========================
footer
===========================*/





/*===========================
index
===========================*/

/*===========================
recruit
===========================*/

.recruitFirst {
	padding:30px 0;
	background:url(../img/recruit/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
.catchRecruit1 {
	font-size: 1.6em;	
	margin-bottom:0.6em;
}

.catchRecruit2 {
	font-size:1.5em;
	margin-bottom:0.4em;
	line-height:1.2em;
}

}



/* feature3Box */

.feature3Box {
	box-sizing: border-box;
	background: #e9e9e9;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	padding:0 1.8em  1.8em  1.8em;
	color:#000;
}

.feature3Tit {
	box-sizing: border-box;
	/* background-color:var(--basic-color); */
	background-color:var(--basic-color);
	color:#fff;
	font-size:1.6em;
	text-align:center;
	width:65%;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	padding:1em 0.5em;
	margin:0 auto 1em;
	line-height:1.3em;
}

.feature3read {
	font-size:1.4em;
	text-align:center;
	margin-bottom:0.8em;
}


@media only screen and (max-width: 768px) {
	
.feature3Box {
	border-radius: 1.5m;
	-webkit-border-radius: 1.5m;
	-moz-border-radius: 1.5m;
	padding:0 1em 1em 1em;	
}

.feature3Tit {
	font-size:1.2em;
	text-align:center;
	width:80%;
	padding:0.6em 0.5em;
	margin:0 auto 1em;
	line-height:1.3em;
}

.feature3read {
	font-size:1.2em;
}

	
}