@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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,
input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html {
	font-size: 62.5%;
	color: #000;
}

container { width: 100%; }

/* common */
html {
	font-size: 62.5%;
}
body {
	font-family: "urw-din-semi-condensed",'HelveticaNeue', 'Helvetica', 'Arial','AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;

}
p {
	font-family: "urw-din-semi-condensed",'HelveticaNeue', 'Helvetica', 'Arial','AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
        color: #333;
}
@media (min-width: 500px) {
	p {
        font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	}
}



ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	vertical-align: bottom;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}

li {
	list-style-type: none;
}
.underline {
	text-decoration: underline;
	color: #000;
}

/* common */

ul {
	overflow: hidden;
}

/* common id */
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}



.spacing10 {word-spacing: 10px;}

.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mt250 {
	margin-top: 250px;
}
@media (max-width: 834px) {
	.mt250 {
	margin-top: 100px;
}
}
.mb80 {
	margin-bottom: 80px;
}
.mb150 {
	margin-bottom: 150px;
}
.pb-none {
	padding-bottom: 0 !important;
}
.pt1 {
	padding-top: 1px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pt-20 {
	padding-top: -20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.p40 {
	padding: 40px;
}
.pt40 {
	padding-top: 40px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
.pt200 {
	padding-top: 200px;
}
@media (max-width: 414px) {
	.pt250 {
	padding-top: 100px;
}
}
.pr40 {
	padding-right: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pl40 {
	padding-left: 40px;
}
.pt80 {
	padding-top: 80px;
}
.bt-single-gry {
	border-top: solid 1px #DCDBDB;
}
.btb-single {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.bt-single {
	border-top: solid 1px #000;
}
.bb-single {
	border-bottom: solid 1px #000;
}
.bt-thick {
	border-top: solid 1px #000;
}
.bt-thick4 {
	border-top: solid 4px #000;
}
@media (max-width: 414px) {
	.bt-thick4 {
	border-top: solid 0px #000;
}
}
.bb-thick {
	border-bottom: solid 1px #000;
}
.bt-single-orange {
	border-top: solid 1px #EE7B02 !important;
}
.bb-single-orange {
	border-bottom: solid 1px #EE7B02 !important;
}
.ba-single-orange {
	border: solid 1px #EE7B02 !important;
}
.bt-thick-orange {
	border-top: solid 2px #EE7B02 !important;
}
.bt-thick-red {
	border-top: solid 2px #ff0000 !important;
}
.bb-thick-orange {
	border-bottom: solid 2px #EE7B02 !important;
}
.ba-thick-orange {
	border: solid 2px #EE7B02 !important;
}
.bt-single-green {
	border-top: solid 1px #187C27 !important;
}
.bb-single-green {
	border-bottom: solid 1px #187C27 !important;
}
.bt-none {
	border-top: none !important;
}
.bb-none {
	border-bottom: none !important;
}
.va-top {
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.va-bottom {
	vertical-align: bottom;
}
.text-small {
	font-size: 12px;
	font-size: 1.2rem;
}
.text-default {
	font-size: 14px;
	font-size: 1.4rem;
}
.text14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.text16 {
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.text16 {
	font-size: 14px;
	font-size: 1.4rem;
	}
}
@media (max-width: 414px) {
	.text16 {
	font-size: 12px;
	font-size: 1.2rem;
	}
}

.textAW {
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.textAW {
	font-size: 14px;
	font-size: 1.4rem;
	}
}
@media (max-width: 414px) {
	.textAW {
	font-size: 12px;
	font-size: 1.2rem;
	}
}
.text18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.text-middle {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.0rem;
}
@media (max-width: 767px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	}
}
@media (max-width: 414px) {
	.text-middle {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	}
}
.text-step {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 0rem;
}
@media (max-width: 414px) {
	.text-step {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0rem;
}
}
@media (max-width: 1120px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
.text-larger {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 4.5rem;
}
@media (max-width: 1120px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}

@media (max-width: 768px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 414px) {
	.text-larger {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.8rem;
	}
}
.text-large {
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 3.3rem;
}
@media (max-width: 760px) {
	.text-large {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.0rem;
	}
}
@media (max-width: 414px) {
	.text-large {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.0rem;
	}
}
.text-title-ho {
	font-size: 20px;
	font-size: 2.0rem;
}
@media (max-width: 760px) {
	.text-title-ho {
	font-size: 16px;
	font-size: 1.6rem;
	}
}
@media (max-width: 414px) {
	.text-title-ho {
	font-size: 13px;
	font-size: 1.3rem;
	}
}
.text-copy {
	font-size: 40px;
	font-size: 4.0rem;
}
@media (max-width: 1200px) {
	.text-copy {
	font-size: 30px;
	font-size: 3.0rem;
	}
}
@media (max-width: 760px) {
	.text-copy {
	font-size: 18px;
	font-size: 1.8rem;
	}
}
.text-lec {
	font-size: 20px;
	font-size: 2.0rem;
}
@media (max-width: 1366px) {
	.text-lec {
	font-size: 18px;
	font-size: 1.8rem;
	}
}
@media (max-width: 1024px) {
	.text-lec {
	font-size: 16px;
	font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.text-lec {
	font-size: 14px;
	font-size: 1.4rem;
	}
}

.text-center {
	text-align: center;
}
.text-bottom {
	text-align: bottom;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.color-red {
	color: #ff0000;
}
.color-gry {
	color: #777;
}
.color-coad {
	color: #B53302;
}
.color-black {
	color: #000;
}
.color-white {
	color: #fff;
}
.color-orange {
	color: #EE7B02;
}
.color-blue {
	color: #384DB0;
}
.backcolor-orange {
	background-color: #EE7B02;
}
.backcolor-white {
	background-color: #fff;
}
.backcolor-gry {
	background-color: #F1F1F1;
}
.backcolor-lightblue {
	background-color: #384DB0;
}
.color-black {
	color: #000;
}
.color-lightgrey {
	color: e9e9e9;
}
.color-green {
	color: #187C27;
}
.font-bold {
	font-weight: bolder;
}
.font-normal { 
	font-weight: normal; 
}
.font-lighter { 
	font-weight: lighter; 
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.word-break {
	word-break: break-all;
}
.width100 {
	width: 100%;
}
.width30 {
	width: 30%;
}
.width20 {
	width: 20%;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}

/* display-toggle最上段の画像 */
.display-toggle {
	display: block;
}
.display-toggle-reverse {
	display: none;
}


@media (max-width: 750px) {
	.display-toggle {
		display: none;
	}
	.display-toggle-reverse {
		display: block;
	}
}












/* footer */
#footer {
	background-color: #000;
	padding-bottom: 20px;
}
#footer-inner {
	margin: 0 auto;
	padding: 0px;
	
}





.footer-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 5px;
}
.footer-nav li {
	display: inline-block;
	padding: 0 5px;
}
.footer-nav li a {
	color: #888;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #555;
	text-decoration: none;
}
/* footerend */
.link-nav {
	overflow: hidden;
	display: inline-block;
	padding: 20px 10px;
}
.link-nav li {
	display: inline-block;
	padding: 0 15px;
}
.link-nav li a {
	color: #000;
	text-decoration: none;
}
.link-nav li a:hover {
	color: #333;
	text-decoration: none;

}




/* page-top------------------------arrow-------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	
}
#page-top a {
	display: block;
    text-decoration: none;
}
#page-top a:hover {
    text-decoration: none;
}
.ya {
	color: #777;
}

.arrow {
  width: 50%;
  
}
@media (max-width: 700px) {
  .arrow {
    width: 50%;
	
	
  }
}

.footer-totop {
	text-align: right;

}

/* page-top------------------------arrow--end------------------------ */







/* ser123 */
#home-123-wrap {
	overflow: hidden;
	width: 100%;
	background-color: #FEEF21
}
#home-123-wrap02 {
	overflow: hidden;
	width: 100%;
	background-color: #7DE0E6
}
.home-1-wrap, .home-2-wrap, .home-3-wrap {
	overflow: hidden;
	width: 33%;
}
.home-1-wrap {
	float: left;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: 0.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-2-wrap {
	float: left;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-3-wrap {
	float: right;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-1-bg, .home-2-bg, .home-3-bg {
	overflow: hidden;
	
}
.home-1-post-area {
	overflow: hidden;
	margin: 0px 0px;
}
@media (max-width: 760px) {
	.home-1-post-area {
		overflow: hidden;
		margin: 0px 0px;
	}
}
.home-2-post-area {
	overflow: hidden;
	margin: 20px 20px 20px 20px;
}
@media (max-width: 735px) {
	.home-2-post-area {
		overflow: hidden;
		margin: 10px 10px 10px 10px;
	}
}

.1-wrap {
	float: left;
}
.post-area li {
	text-align: left;
}
.home-1-im, .home-2-im, .home-3-im {
	overflow: hidden;
	width: 100%;
}
@media (max-width: 735px) {
	.home-1-im, .home-2-im, .home-3-im {
		overflow: hidden;
		width: 100%;
	}
}
.home-net-im {
	overflow: hidden;
	width: 20%;
	margin: 10px
		
}
@media (max-width: 735px) {
	.home-net-im {
		overflow: hidden;
		width: 25%;
		margin: 10px
	}
}

















/* contact-area */
#contact-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#contact-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
/* about */
#page-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#page-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}



.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
	
		
}
@media (max-width: 1366px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}

@media (max-width: 768px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
}
@media (max-width: 736px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
}
@media (max-width: 414px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}

.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
		
}
@media (max-width: 1366px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}
@media (max-width: 1112px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}
@media (max-width: 1024px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}

@media (max-width: 768px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
}
@media (max-width: 736px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
}
@media (max-width: 414px) {
	.con-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}




.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	padding-top: 80px;
	padding-bottom: 30px;
		
}
@media (max-width: 1366px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}

@media (max-width: 768px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
}
@media (max-width: 736px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
}
@media (max-width: 414px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}

.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	padding-top: 300px;
	padding-bottom: 30px;
		
}
@media (max-width: 1366px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 768px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 30px;
}
}
@media (max-width: 736px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}
}
@media (max-width: 414px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 30px;
}
}

.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 50px;
	padding-bottom: 10px;
		
}
@media (max-width: 1366px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 1112px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 1024px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 768px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 736px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 414px) {
	.con-text-box-center-top02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
}

.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 100px;
	padding-bottom: 10px;
		
}
@media (max-width: 1366px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 1112px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 1024px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 768px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 736px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 414px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
}
.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 100px;
	padding-bottom: 10px;
		
}
@media (max-width: 1366px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 1112px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 1024px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;
}
}
@media (max-width: 768px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 736px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 414px) {
	.con-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
}
.pg-text-box-center-coadexnavi {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 50px;
	
	
}
@media (max-width: 768px) {
	.pg-text-box-center-coadexnavi {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 50px;
}
}
.pg-text-box-center-im {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
		
}
@media (max-width: 768px) {
	.pg-text-box-center-im {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
		
}
}

.pg-insta {
	position:absolute; 
	bottom: 30px; 
	right: 30px;
	
}
.pg-insta00 img {
	width: 360px;
	height: 360px;
}
@media (max-width: 768px) {
	.pg-insta {
	position:absolute; 
	bottom: 10px; 
	right: 10px;
}
	.pg-insta00 img {
	width: 180px
}
}

.ho-top-title {
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.2rem;
		
}
@media (max-width: 768px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 736px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3rem;
		
}
}
@media (max-width: 414px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5rem;
		
}
}
.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.2rem;
		
}
@media (max-width: 768px) {
	.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 414px) {
	.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3rem;
		
}
}


.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 3.0rem;
		
}
@media (max-width: 768px) {
	.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 414px) {
	.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5rem;
		
}
}
.pg-cont-title-im {
	text-align: center;
	
}

.ho-search {
	width: 30%;
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: -58px;


}
@media screen and (max-width: 414px) {
	.ho-search {
	width: 100%;
	float: center;
	position: relative;
	overflow: hidden;
	margin-top: -90px;
	
}
}



.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 0px;
		
}
@media (max-width: 960px) {
	.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}
}
#news-area {
	background: url(image_cont01/tb01/tb_news01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#news-area {
	background: url(image_cont01/tb01/tb_news01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}

.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 0px;
		
}
@media (max-width: 960px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}

/* topnews */

.news-style {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.news-style {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.news-dt {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 1px #888;
	width: 10%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	color: #888;
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.news-dt {
		width: 15%;
		
	}
}
@media screen and (max-width: 480px) {
	.news-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #888;
		width: 100%;
		text-align: left;
		color: #888;
	}
}
.news-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.news-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}
.newstop-style {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.newstop-style {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.newstop-dt {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 1px #888;
	width: 12%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	color: #888;
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.newstop-dt {
		width: 22%;
		
	}
}
@media screen and (max-width: 480px) {
	.newstop-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #888;
		width: 100%;
		text-align: left;
		color: #888;
	}
}
.newstop-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.newstop-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}

.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
		
}
@media (max-width: 960px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/* about */
#about-area {
	background: url(image_cont01/tb01/tb_about01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#about-area {
	background: url(image_cont01/tb01/tb_about01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
/* news-area */
#news-area {
	background-color: #ECECEC;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#news-area {
	background-color: #E6E5E5;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}


/* /lec-list */
.lec-list {
	overflow: hidden;
}
.lec-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.lec-list li:first-child {
	
}
.lec-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.lec-list li div {
		display: block;
	}
}
.lec-list-left {
	width: 50%;
	padding-right: 50px;
}

@media (max-width: 1366px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 414px) {
	.lec-list-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
.lec-list-text {
	overflow: hidden;
}
/* /news-list-ho */
.news-list-ho {
	overflow: hidden;
}
.news-list-ho li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.news-list-ho li:first-child {
	
}
.news-list-ho li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.news-list-ho li div {
		display: block;
	}
}
.news-list-ho-left {
	width: 50%;
	padding-right: 50px;
}

@media (max-width: 1366px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 414px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 0;
		padding-bottom: 20px;
	}
}

.news-list-ho-text {
	overflow: hidden;
}
/
/* /voice-text-box-center */
.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-top: 100px;
	
		
}
@media (max-width: 960px) {
	.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 100px;
	
}
}
@media (max-width: 760px) {
	.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 70px;
	
}
}








/* web font */
.sebastian {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
.sebastian600{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}
.sebastian700 {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}
.Rajdhani {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
}
.Pragati {
	font-family: 'Pragati Narrow', sans-serif;
	font-weight: 600;
}
.Roboto {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.Six {
	font-family: 'Six Caps', sans-serif;
	font-weight: 600;
}


@media (min-width: 945px) {
}

@media (max-width: 705px) {
}







/* ----- ----- ----- ----- ----- --- * 4カラム */
.inner-block {
	overflow: hidden;
}
.columns {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.columns div {
	font-size: 14px;
	font-size: 1.4rem;
	
}
@media screen and (max-width:480px) {
	.columns div {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.ta-left {
	text-align: left;
}
.ta-center {
	text-align: center;
}
.four-column-pt {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.four-column-pt {
		padding-top: 80px;
	}
}
.four-column-pb {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.four-column-pb {
		padding-bottom: 80px;
	}
}

/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child {
	display: inline-block;
	padding-top: 50px;
	padding-left: 1px;
	padding-right: 1px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 50px;
	
}
@media screen and (max-width: 767px) {
	.four-column-child {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}
/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-ho {
	display: inline-block;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.two-column-child-ho {
	display: inline-block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child-ho {
	display: inline-block;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.four-column-child-ho {
	display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child-pg {
	display: inline-block;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.four-column-child-pg {
	display: inline-block;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child-con {
	display: inline-block;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.four-column-child-con {
	display: inline-block;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.w50per {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.w50per {
		width: 50%;
	}
}
.four-column-child h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.four-column-child h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* ----- ----- ----- ----- ----- --- * 4カラムfr */
.four-column-child-fr {
	display: inline-block;
	padding: 0px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}

@media screen and (max-width: 767px) {
	.four-column-child-fr {
	display: inline-block;
	padding: 0px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムho */
.six-column-child-ho {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;	
}
@media screen and (max-width: 1366px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
}
}
@media screen and (max-width: 1024px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 768px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 414px) {
	.six-column-child-ho {
	display: inline-block;
	padding: 1px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムfr */
.six-column-child-coadex {
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 20px;
	
	
}

@media screen and (max-width: 767px) {
	.six-column-child-coadex {
	display: inline-block;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムug */
.six-column-child-ugt {
	display: inline-block;
	padding: 5px 12px 5px 12px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	float: left;
	
}
.six-column-child-ugt a {
	text-decoration: none;
	color: #000;
}
.six-column-child-ugt a:hover {
	text-decoration: none;
	color: #000;
}
.six-column-child-ugt a:visited { 
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 767px) {
	.six-column-child-ugt {
	display: inline-block;
	padding: 5px 12px 5px 12px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	float: left;
}
}
/* ----- ----- ----- ----- ----- --- * 5カラムlec */
.five-column-child {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
	
}
@media screen and (max-width: 767px) {
	.fiver-column-child {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}
/* ----- ----- ----- ----- ----- --- * 3カラムlec */
.three-column-child-lec {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
	
}
@media screen and (max-width: 767px) {
	.three-column-child-lec {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}

/* ----- ----- ----- ----- ----- --- * 3カラム */
.three-column-pt {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.three-column-pt {
		padding-top: 80px;
	}
}
.three-column-pb {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.three-column-pb {
		padding-bottom: 80px;
	}
}
.three-column-child-oymm {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.three-column-child-oymm {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}




/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
@media screen and (max-width: 1800px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 1366px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 767px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
}

.two-column-child-time {
	display: inline-block;
	padding: 0px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.two-column-child-time {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}

.two-column-child-time h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.two-column-child-time h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.w100per {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.w100per {
		width: 100%;
	}
}






.two-column-child {
	display: inline-block;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.two-column-child {
		width: 100%;
	}
}



/* ----- ----- ----- ----- ----- --- * rgbaBlack */
.rgbaBlack {
	background: rgba(0, 0, 0, 0.50);
}
.rgbaWhite {
	background: rgba(255, 255, 255, 0.50);
	border: solid 1px #fff;
	width: 100%;
	box-sizing: border-box;
}
.rgbaBlack-p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


/* ----- ----- ----- ----- ----- -----  * txt */


.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;	
}
.txtright {
	text-align: right;	
}
.txtBlack {
	color: #000;
}
.txtWhite {
	color: #FFF;
}
.txtWhite02 {
	color: #DBDBDB;
}
.blandL {
	font-size: 80px;
	padding-top: 50px;
	padding-bottom: 30px;
}






/*--------header---固定----------------------------------------------------------*/
.innerFIX {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-------スクロール前----*/
 
/*--------header-----------*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 80px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
    background: rgba(0,0,0,.7);
    font-family: "urw-din-semi-condensed",'HelveticaNeue', 'Helvetica', 'Arial','AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin-top: 20px;
	margin-left: 10px;
    margin-bottom: 0px;
    position: relative;
    font-size: 20px;
    height: 50px;
}


 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 13px;
    font-size: 1.3rem;
}
#global-nav ul li {
	float: left;
	padding: 5px 5px;
	border-left: none;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#888;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 

@media screen and (max-width: 1112px){
.spNone { display: none;}
}

/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
    position: relative;
    font-size: 24px;
    color: #888;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 0px;
 
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 5px 5px;
    line-height: normal;
    padding-bottom: 10px;
}

 
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
 
 
/*---------gnav sp--------------*/
/*---------sub-nav--------------*/

 
/*------------タブレット用------------------*/
 
@media screen and (max-width: 1112px) {
  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
	  background: rgba(0,0,0,.7);
      width: 100%;
      height: 50px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 3px;
      height: 50px;
      top: -15px;
      color: #333;
      font-size: 14px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -606px;
      background: rgba(0,0,0,.7);
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      margin-top: 50px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 10px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 5px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 10px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(606px);
      -webkit-transform: translateY(606px);
      transform: translateY(606px);
  }
 
 
}
/*--------header-end----------*/ 
 
}
.allNone {
    display: none;
  }
@media screen and (max-width: 750px){
.spNone { display: none;}
}

@media screen and (min-width: 568px){
.pcNone { display: none;}
}

@media screen and (max-width: 768px){
.btNone { display: none;}
}

.spSmall {
    width: 20%;
  }
@media screen and (max-width: 767px){
.spSmall { 
	width: 30%;
	}
}

.spIMG01 {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMG01 { 
	width: 80%;
	}
}
.spIMGclick01 {
    width: 5%;
  }
@media screen and (max-width: 767px){
.spIMGclick01 { 
	width: 10%;
	}
}
.spIMG02 {
    width: 50%;
  }
@media screen and (max-width: 767px){
.spIMG02 { 
	width: 50%;
	}
}
.spIMGfea01 {
    width: 70%;
  }
@media screen and (max-width: 767px){
.spIMGfea01 { 
	width: 100%;
	}
}

.spIMGpg01 {
    width: 25%;
  }
@media screen and (max-width: 767px){
.spIMGpg01 { 
	width: 70%;
	}
}
.spIMGpg02 {
    width: 15%;
  }
@media screen and (max-width: 767px){
.spIMGpg02 { 
	width: 45%;
	}
}
.spIMGpg03 {
    width: 50%;
  }
@media screen and (max-width: 767px){
.spIMGpg03 { 
	width: 50%;
	}
}
.spIMGpg05 {
    width: 70%;
	text-align: left;
  }
@media screen and (max-width: 767px){
.spIMGpg05 { 
	width: 80%;
	text-align: center;
	}
}
.spIMGcon01 {
    width: 70%;
	text-align: center;
  }
@media screen and (max-width: 767px){
.spIMGcon01 { 
	width: 80%;
	text-align: center;
	}
}
@media screen and (max-width: 414px){
.spIMGcon01 { 
	width: 90%;
	text-align: center;
	}
}

.spIMGmagazine {
    width: 30%;
  }
@media screen and (max-width: 1112px){
.spIMGmagazine {
    width: 20%;
  }
}
@media screen and (max-width: 414px){
.spIMGmagazine {
    width: 18%;
  }
}


.spIMGpginsta01 {
	height: 120px;
  }
@media screen and (max-width: 767px){
.spIMGpginsta01 { 
	height: 80px;
	}
}

.spIMGpginsta02 {
	height: 80px;
  }
@media screen and (max-width: 767px){
.spIMGpginsta02 { 
	height: 80px;
	}
}

.spIMGconbn01 {
	width: 180px;
  }
@media screen and (max-width: 1366px){
.spIMGconbn01 { 
	width: 100px;
	}
}

@media screen and (max-width: 414px){
.spIMGconbn01 { 
	width: 80px;
	}
}

.spOYM {
    width: 50%;
  }
@media screen and (max-width: 1366px){
.spOYM { 
	width: 35%;
	}
}
@media screen and (max-width: 1024px){
.spOYM { 
	width: 35%;
	}
}
@media screen and (max-width: 768px){
.spOYM { 
	width: 35%;
	}
}
@media screen and (max-width: 414px){
.spOYM { 
	width: 35%;
	}
}
@media screen and (max-width: 375px){
.spOYM { 
	width: 30%;
	}
}











/* アニメーション */
.anim-wrap{
	display: flex;
	justify-content: center;
	border:none!important;
	padding: 0px 0px!important;
}
.anim01,.anim02,.anim03,.anim04{
	
}
 
/*実際に必要な記述はここから*/
.fadeInUp01,.fadeInUp02,.fadeInUp03,.fadeInUp04{
    animation-fill-mode:both;
    animation-duration:1s;
    animation-name: fadeInUp;
    visibility: visible !important;}
 
/*animation-delayでタイミングをずらしている*/
.fadeInUp02{
    animation-delay: 0.3s;
}
.fadeInUp03{
    animation-delay: 0.6s;
}
.fadeInUp04{
    animation-delay: 0.9s;
}
 
/*@translateYで縦の動き・translateXで横の動きを指定できる*/
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px);}
    100% { opacity: 1; transform: translateY(0);}
}
/* アニメーション end*/
.upim {
	overflow: hidden;
	width: 100%;
	z-index: 510;
    position: absolute;
	
}
/* すまほdisplay: none;*/
.pc-only {
	display: none;
}

@media screen and (min-width: 641px) {
	.pc-only {
		display: block;
	}
}
.pc-only03 {
	display: none;
}

@media screen and (min-width: 834px) {
	.pc-only03 {
		display: block;
	}
}

.sp-only {
	display: block;
}
@media screen and (min-width: 641px) {
	.sp-only {
		display: none;
	}
}





/* contact entry*/
.entry-inner-box {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
@media (min-width: 960px) {
.entry-inner-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		width: 960px;
	}
}
@media (max-width: 480px) {
.entry-inner-box {
		padding-right: 10px;
		padding-left: 10px;
	}
}



/* class - table form */
.entry-form {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.entry-form textarea {
	resize: vertical;
	width: 100%;
}
.entry-form dl {
	overflow: hidden;
	display:table;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}
.entry-form dt {
	display:table-cell;
	padding: 0 20px;
	width: 28%;
	text-align: right
}
.entry-form dd {
	display:table-cell;
	padding: 0 20px;
	text-align: left;
}

@media (max-width: 735px) {
	entry-form dl {
		display: block;
	}
	.entry-form dd {
		display: block;
		text-align: left;
	}
	.entry-form dt {
		display: block;
		width: 100%;
		border-bottom: dotted 1px #dcdcdc;
		border-right: none;
		text-align: left;
	}
}
.to-block {
	display: inline-block;
}
.pl20-disappear {
	padding-left: 20px;
}
@media (max-width: 735px) {
	.pl20-disappear {
		padding-left: 0;
	}
}
input[type="text"] {
	border: solid 1px #888;
	padding: 3px 5px;
	max-width: 100%;
}
@media (max-width: 735px) {
	input[type="text"] {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

.quadrant input[type="text"] {
	margin-right: 5px;
	width: 100px;
}
@media (max-width: 735px) {
	.quadrant input[type="text"] {
		max-width: 22%;
	}
}

input[type="submit"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="submit"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}


/*　ho 
input[type="submit"] {
	box-sizing: border-box;
	padding:  3px;
	color: #333;
}
@media (max-width: 735px) {
	input[type="submit"] {
		max-width: 100%;
		padding: 8px 5% !important;
		margin-top: 8px
	}
}
ho */


input[type="reset"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="reset"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}
@media (max-width: 480px) {
	input[type="reset"], input[type="submit"] {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
}
.pr20-toggle {
	padding-right: 20px;
}
@media (max-width: 735px) {
	.to-block {
		display: block;
	}
	.pr20-toggle {
		padding-right: 0;
	}
}
.input-text-short {
	width: 100px;
	max-width: 25% !important;
}
@media (max-width: 735px) {
	.input-text-short {
		max-width: 25% !important;
	}
}
.input-text-wide {
	width: 500px;
	max-width: 100% !important;
}
.input-text-tel {
	width: 350px;
	max-width: 100% !important;
}
.input-text-middle {
	width: 350px;
	max-width: 100% !important;
}
@media (max-width: 735px) {
	.entry-display-ltob {
		display: block;
	}
}

.send-bottun input.red-bg {
	padding: 10px 60px;
	background: #ff0000;
	border: solid 1px #ff0000;
	color: #fff;
}
.send-bottun02 input.red-bg {
	padding: 10px 60px;
	background: #fff;
	border: solid 1px #ff0000;
	color: #ff0000;
}
.check-the-input {
	padding-bottom: 3px;
}
.check-ok {
	color: #2CA635;
}
.check-error {
	color: #ff0000;
}
.re-input {
	padding-right: 6px;
	padding-bottom: 6px;
}
.re-input input {
	text-align: center;
}
.re-input input.orange {
	font-weight: bold;
	padding: 10px !important;
	width: 50px !important;
}


















/* ----- ----- ----- ----- -top * section */
#slideshow {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow {
   height: 100%;
   background-attachment: fixed; 
   
}
}
/* ----- ----- ----- ----- -top * section */
#slideshow-asp {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow-asp {
   height: 100%;
   background-attachment: fixed; 
   
}
}

/* ----- ----- ----- ----- -top * section */
#slideshow-kal {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow-kal {
   height: 100%;
   background-attachment: fixed; 
   
}
}

/* --
@media only screen and (min-width: 1023px) {
.section1, .section3, .section5 { background-attachment: fixed; }
}
- * section */
.section1 { 
	height: 100%; 
	background: url(image_back/bc02.jpg) no-repeat; 
	background-size: cover;
	
	
}
@media only screen and (min-width: 567px) {
.section00 { background-attachment: fixed; }
}

.section8 { 
	height: 75.5%;
	background: url(image_back/bc01.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	
}
@media screen and (max-width: 1112px){
.section8 { 
	height: 70%; 
	background: url(image_back/bc01.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;

}
}

@media screen and (max-width: 834px){
.section8 { 
	height: 68%; 
	background: url(image_back/bc01_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;

}
}

.section2 { 
	height: 100%;
	background: url(image_back/bc02.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	
}

@media screen and (max-width: 567px){
.section2 { 
	height: 100%; 
	background: url(image_back/bc02_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;

}
}

.section3 { 
	height: 100%;
	background: url(image_back/bc03.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media screen and (max-width: 567px){
.section3 { 
	height: 140%; 
	background: url(image_back/bc03_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}




.section4 { 
	height: 100%;
	background: url(image_back/bc04.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 567px){
.section4 { 
	height: 100%; 
	background: url(image_back/bc04_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}


.section5 { 
	
	z-index: -300;
}

@media screen and (max-width: 567px){
.section5 { 
	
	z-index: -300;
}
}



.section6 { 
	height: 100%;
	background: url(image_back/bc06.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 567px){
.section6 { 
	height: 120%; 
	background: url(image_back/bc06_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}


.section7 { 
	height: 100%;
	background: url(image_back/bc07.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media screen and (max-width: 567px){
.section7 { 
	height: 100%; 
	background: url(image_back/bc07_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}






/* Font */
.times-new {
	font-family: "Times New Roman", Times, serif;
}
.italic {
	font-style: italic;
}
/* Web Font */
.sacramento {
	font-family: 'Sacramento', cursive;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}



/* post-archives　商品下アーカイブ */
.post-archives {
	padding-top:  30px;
	padding-bottom:  50px;
}
@media screen and (max-width: 480px) {
	.post-archives {
		padding-top:  20px;
	}
}
.post-archives ul {
	overflow: hidden;
	font-size: 0;
	text-align: left;
}
.post-archives ul li {
	display: inline-block;
	padding: 10px;
	width: 10%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.post-archives ul li {
		width: 16.66666%;
		width : calc(100% / 6) ;
	}
}
@media screen and (max-width: 414px) {
	.post-archives ul li {
		width: 25%;
		width : calc(100% / 4) ;
	}
}
.post-archives ul li img {
	width: 100%;
}


.crop-image-block {
	position: relative;
	overflow: hidden;
	display: block;
    padding-top: 100%;
	width: 100%;
}
.crop-image-block img {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



/* Smartphone*/
.pc_hidden{display:none;}
.smp_hidden{display:block;}


/* ----- ----- ----- ----- ----- --- * 6カラムマスク */
.six-column-child-ho-mask {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	width: 15.5%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
	
}
@media screen and (max-width: 1366px) {
	.six-column-child-ho-mask {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	width: 15.0%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 1024px) {
	.six-column-child-ho-mask {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	width: 14.5%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 567px) {
	.six-column-child-ho-mask {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	width: 30%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}

/* mask　insta*/
.insta4 {
	
	overflow:		hidden;
	margin:			8px 8px 8px 8px;
	position:		relative;
}
@media screen and (max-width: 567px) {
	.insta4 {
	
	overflow:		hidden;
	margin:			5px 5px 5px 5px;
	position:		relative;
}
}
.insta4 .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
	padding-top:		43%;
}

.insta4 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.8);
	-webkit-transition:	all 0.4s ease-out;
	transition:		all 0.4s ease-out;
}
.insta4:hover .mask {
	opacity:		1;	/* マスクを表示する */
	-webkit-transform:	scale(1.08);	/* 1.?倍に拡大 */
	transform:		scale(1.08);
}

/* coadex gnavi-------------------------------------------------- */
.cnav {
	
	float: left;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	
}
.cnav li {
	float: left;
	padding-top: 10px;
	padding-left: 36px;
	position: relative;
	
}
.cnav li a {
	color: #000;
	text-decoration: none;	
}
.cnav li a.current {
	
}


.photolist {
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.7%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
  }
@media screen and (max-width: 1600px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.7%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 1366px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.7%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 1112px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 1024px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.6%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 768px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 24.6%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 414px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 49%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 375px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 49%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}
@media screen and (max-width: 375px){
.photolist { 
	display: inline-block;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	width: 49.3%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
	}
}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* conclass02 */

.conclass02-style {
	display: table;
	table-layout: fixed;
	padding: 0px 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	
	
}
@media screen and (max-width: 414px) {
	.conclass02-style {
		display: block;
		padding: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		
	}
}
.conclass02-dt {
	display: table-cell;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	border-right: 0px solid #000000;
	width: 2%;
	box-sizing: border-box;
	text-align: right;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.conclass02-dt {
		display: table-cell;
		padding-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
		border-right: 0px solid #000000;
		width: 2%;
		box-sizing: border-box;
		text-align: right;
		vertical-align: top;
		
	}
}
@media screen and (max-width: 414px) {
	.conclass02-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		border-right: none;
		border-top: solid 0px #000000;
		width: 5%;
		text-align: left;
	}
}
.conclass02-dd {
	display: table-cell;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	padding-top: 0px;
	
}
@media screen and (max-width: 480px) {
	.conclass02-dd {
		padding-top: 10px;
		padding-right: 0px;
		padding-left: 10px;
		width: 100%;
		
	}
}

/* conclass03 */

.conclass03-style {
	display: table;
	table-layout: fixed;
	padding: 0px 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	
}
@media screen and (max-width: 480px) {
	.conclass03-style {
		display: block;
		padding: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.conclass03-dt {
	display: table-cell;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	border-right: 0px solid #000000;
	width: 15%;
	box-sizing: border-box;
	text-align: right;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.conclass03-dt {
		display: table-cell;
		padding-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
		border-right: 0px solid #000000;
		width: 15%;
		box-sizing: border-box;
		text-align: right;
		vertical-align: top;
		
	}
}
@media screen and (max-width: 414px) {
	.conclass03-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-top: solid 0px #000000;
		width: 5%;
		text-align: left;
	}
}
.conclass03-dd {
	display: table-cell;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	padding-top: 0px;
	
}
@media screen and (max-width: 480px) {
	.conclass03-dd {
		padding-top: 10px;
		padding-right: 0px;
		padding-left: 10px;
		width: 100%;
		
	}
}

.about-style {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.about-style {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.about-dt {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 1px #888;
	width: 18%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	color: #888;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.about-dt {
		width: 35%;
		
	}
}
@media screen and (max-width: 480px) {
	.about-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #888;
		width: 100%;
		text-align: left;
		color: #888;
	}
}
.about-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.about-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}

/* contact */
input[type="text"] {
	border: solid 1px #000;
	padding: 2px 5px;
	max-width: 100%;
}
@media (max-width: 735px) {
	input[type="text"] {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

.quadrant input[type="text"] {
	margin-right: 5px;
	width: 100px;
}
@media (max-width: 735px) {
	.quadrant input[type="text"] {
		max-width: 22%;
	}
}
input[type="submit"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="submit"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}
input[type="reset"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="reset"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}
@media (max-width: 480px) {
	input[type="reset"], input[type="submit"] {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
}
.pr20-toggle {
	padding-right: 20px;
}
@media (max-width: 735px) {
	.to-block {
		display: block;
	}
	.pr20-toggle {
		padding-right: 0;
	}
}
.input-text-short {
	width: 100px;
	max-width: 25% !important;
}
@media (max-width: 735px) {
	.input-text-short {
		max-width: 25% !important;
	}
}
.input-text-wide {
	width: 500px;
	max-width: 100% !important;
}
.input-text-tel {
	width: 350px;
	max-width: 100% !important;
}
.input-text-middle {
	width: 350px;
	max-width: 100% !important;
}
@media (max-width: 735px) {
	.entry-display-ltob {
		display: block;
	}
}

.send-bottun01 input.red-bg {
	padding: 10px 60px;
	background: #ff0000;
	border: solid 1px #ff0000;
	color: #fff;
}
.send-bottun02 input.red-bg {
	padding: 10px 60px;
	background: #fff;
	border: solid 1px #ff0000;
	color: #ff0000;
}
.check-the-input {
	padding-bottom: 3px;
}
.check-ok {
	color: #2CA635;
}
.check-error {
	color: #ff0000;
}
.re-input {
	padding-right: 6px;
	padding-bottom: 6px;
}
.re-input input {
	text-align: center;
}
.re-input input.orange {
	font-weight: bold;
	padding: 10px !important;
	width: 50px !important;
}
/*home-top-topim*/
.home-top-topim {
	overflow: hidden;
	width: 100%;
	z-index: 500;
}

@media (min-width: 2400px) {
	.home-top-topim {
	overflow: hidden;
	width: 100%;
	z-index: 500;
}
}

/* main - common */
#main {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/* text-box-center margin-left: auto;
	margin-right: auto;*/
.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 300px;
}

}@media (max-width: 1600px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 1366px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 280px;
}
}
@media (max-width: 1112px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 1024px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 834px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 768px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 150px;
}
}@media (max-width: 414px) {
	.top-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	margin-top: 180px;
}
}


/* text-box-right */
.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 300px;
}

}@media (max-width: 1600px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 1366px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 280px;
}
}
@media (max-width: 1112px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 1024px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 834px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 768px) {
	.top-text-box-right {
	float: right;
	width: 30%;
	margin-top: 150px;
}
}@media (max-width: 414px) {
	.top-text-box-right {
	float: right;
	width: 35%;
	margin-top: 180px;
}
}

/* bottom right*/

//親要素
.parent{
	position: relative;
	height: 80px;
}
//子要素
.children{
	position: absolute;
	right: 0;
	bottom: 0;
}

/* text-box-left vertical-align: bottom;*/
.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 300px;
}

}@media (max-width: 1600px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 1366px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 280px;
}
}
@media (max-width: 1112px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 1024px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 220px;
}
}
@media (max-width: 834px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 180px;
}
}
@media (max-width: 768px) {
	.top-text-box-left {
	float: left;
	width: 30%;
	margin-top: 150px;
}
}@media (max-width: 414px) {
	.top-text-box-left {
	float: left;
	width: 35%;
	margin-top: 180px;
}
}

/* for table postmail */
#form-tbl {
	margin-left: 1.5em;
}
#form {
	border-collapse: collapse;
	margin: 1em 0;
}
#form th, #form td {
	border: 1px solid #666;
	padding: 8px;
}
#form th {
	white-space: nowrap;
	background-color: #F1F1F1;
}
#form td {
	background: #fff;
}
p.btn input {
	width: 150px;
	height: 35px;
    color: red;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 1px red;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* スマホ用 */
@media only screen and (max-width: 480px) {
	#body { margin-left: 0; }
	
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 96%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
    }
    #form tr:first-child th	{ border-top: 1px solid #000; }
    p.btn input { 
        width: 100px;
	height: 35px;
    color: red;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 1px red;
        
    }
    
	/* 小見出し */
	
	
	/* サンクス */
	p.msg { margin: 1em auto; }
}
/* for table postmail */

.rk-box {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	
}
@media (min-width: 1366px) {
.rk-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
		padding-left: 0px;
		width: 1366px;
	}
}
@media (max-width: 480px) {
.rk-box {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.about-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-top: 30px;
	padding-bottom: 50px;
		
}
@media (max-width: 1200px) {
	.about-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 50px;
}
}
@media (max-width: 960px) {
	.about-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 20px;
}
}
@media (max-width: 760px) {
	.about-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 50px;
	padding-bottom: 20px;
}
}
.red-top{
    background-color: #FF0004;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.red-top{
    background-color: #FF0004;
	width: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 0px;/*角の丸み*/
}
}

.blue-top{
    background-color: #384DB0;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.blue-top{
    background-color: #384DB0;
	width: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 0px;/*角の丸み*/
}
}
.blue02-top{
    background-color: #0092BF;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.blue02-top{
    background-color: #0092BF;
	width: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 0px;/*角の丸み*/
}
}
@media (max-width: 414px) {
	.blue02{
    background-color: #0092BF;
	width: 310px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 0px;/*角の丸み*/
}
}


/* ugt-list */
.ugt-list {
	overflow: hidden;
}
.ugt-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 20px 0;
	border-bottom: solid 1px #999;
	width: 100%;
}
.ugt-list li:first-child {
	border-top: solid 1px #999;
}
.ugt-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.ugt-list li div {
		display: block;
	}
}
.ugt-list-left {
	width: 75px;
	padding-right: 88px;
}
.ugt-list-left img {
	width: 150px;
}
@media (max-width: 700px) {
	.ugt-list-left {
		width: 45%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.ugt-list-left img {
		width: 100%;
	}
}
.ugt-list-text {
	overflow: hidden;
}

.letter-spacing5{ 
	letter-spacing: 5px; 
}
@media (max-width: 414px) {
	.letter-spacing5{ 
	letter-spacing: 0px; 
}
}

/* ugt02-list */
.ugt02-list {
	overflow: hidden;
}
.ugt02-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	border-bottom: solid 0px #999;
	width: 100%;
}
.ugt02-list li:first-child {
	border-top: solid 0px #999;
}
.ugt02-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.ugt02-list li div {
		display: block;
	}
}
.ugt02-list-left {
	width: 185px;
	padding-right: 18px;
}
.ugt02-list-left img {
	width: 150px;
}
@media (max-width: 700px) {
	.ug02-list-left {
		width: 45%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.ugt02-list-left img {
		width: 100%;
	}
}
.ugt02-list-text {
	overflow: hidden;
}




.letter-spacing5{ 
	letter-spacing: 5px; 
}
@media (max-width: 414px) {
	.letter-spacing5{ 
	letter-spacing: 0px; 
}
}


.form-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #384DB0;
	margin-bottom: 0px;
}
@media (max-width: 960px) {
	.form-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #384DB0;
	margin-bottom: 0px;
}
}
@media (max-width: 760px) {
	.form-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 3カラム */
.three-column-child-cl {
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 5px;
}
@media screen and (max-width: 567px) {
	.three-column-child-cl {
	display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}

/* table */
table.table01 {
	width:100%;
	border-right:#E2E2E2 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#FFF;
	color:#000;
	padding:10px 10px;
	border-right:#E2E2E2 solid 1px;
	border-bottom:#E2E2E2 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#E2E2E2 solid 1px;
}
table.table01 tbody th {
	background:#FFF;
	color:#000;
	padding:10px 10px;
	border-bottom:#E2E2E2 solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#E2E2E2 solid 1px;
	
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 10px;
	border-left:#E2E2E2 solid 1px;
	border-bottom:#E2E2E2 solid 1px;
	vertical-align:top;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
.waku {
	border: solid 1px #E2E2E2;
	width: 100%;
	box-sizing: border-box;
}
.w30per {
	width: 30%;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.w30per {
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.w30per {
		width: 30%;
	}
}
.border-left {
	border-left:#848383 solid 1px;
	
}

.pan-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 5px;
	
}
@media (max-width: 414px) {
	.pan-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 5px;
	text-align: center;
}
}

/* ぱんくずリスト */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #FFFFFF; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 90%; /* 文字サイズ */
}
@media (max-width: 414px) {
	ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #FFFFFF; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 80%; /* 文字サイズ */
}
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(./image_cont01/kw/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(./image_cont01/kw/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #3D3D3D;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #747575;
}

.text-jdc-gtel {
	margin-top: -10px;
	font-size: 25px;
	font-size: 2.5rem;
    line-height: normal;
	font-weight: normal;
    font-family: "urw-din-semi-condensed", sans-serif;
}


/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  /* ボタン有効時のスタイル */
    font-size: 16px;
  color: #fff;
  padding: 18px 34px;
  background-color: #115B98;
  cursor: pointer; /* ポインターカーソルを表示 */
}

/* ボタン無効時のスタイル */
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}