@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%; }

/*---ho start ---*/
html, body { height: 100%; }
body {
	position:relative; 
	color: #000;
	font-family: 'HelveticaNeue', 'Helvetica', 'Arial','AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'times-new', 'Verdana', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	}



.cover { position: relative; width: 100%; margin: 0; padding: 0; color: #fff; }

.centerBoxFix { position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 20px; line-height: 160%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBoxLast { z-index: -1; }

.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 80%; height: 200px; line-height: 160%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBox i { height: 120px; padding: 20px; font-size: 100px; transition: .8s; transition-delay: 0; } 
.centerBox div { margin: auto; transition: .8s; transition-delay: .8s; }




.flexbox {
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
    justify-content:center;
    width:100%;
    
}

	

.h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}


/* glamove　グラデーション */
.holder,
    .first,
    .second,
    .third,
	.fourth,
	.fourth02,
	.fourth03{
      height: 100vh;
      width: 100vw;
      
    }
@media (max-width: 760px) {
	.first,
    .second,
    .third,
	.fourth,
	.fourth02,
	.fourth03{
      height: 100vh;

    }
}
    .first,
    .second,
    .third,
	.fourth,
	.fourth02,
	.fourth03{
      position: absolute;
		
    }
    .second,
    .third {
      opacity: 0;
    }
    .holder {
      height: 100vh;
      position: relative;
      z-index: -1000;
    }
@media (max-width: 760px) {
	.holder {
      height: 100vh;
      position: relative;
      z-index: -1000;
    }
}
    .first {
      animation: first 10s infinite;
      background: linear-gradient(#5ff8ca, #60e08c);
      z-index: 10;
    }
      @keyframes first {
        0% {opacity: 1.0;}
        10% {opacity: 0.8;}
        20% {opacity: 0.6;}
        30% {opacity: 0.4;}
        40% {opacity: 0.2;}
        50% {opacity: 0.1;}
        60% {opacity: 0.2;}
        70% {opacity: 0.4;}
        80% {opacity: 0.6;}
        90% {opacity: 0.8;}
        100% {opacity: 1.0;}
      }

    .second {
      animation: second 10s infinite; animation-delay: 2s;
      background: linear-gradient(#19eaa6, #00a1f0);
      z-index: 20;
    }
      @keyframes second {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }

    .third {
      animation: third 10s infinite;
      animation-delay: 8s;
      background: linear-gradient(#aab7f8, #ff75c6);
      z-index: 30;
    }
      @keyframes third {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }
	.fourth { 
      height: 100%;
      background: url(image_back/bc05.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
@media (max-width: 760px) {
	.fourth { 
      height: 100%;
      background: url(image_back/bc05_sp.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
}
.fourth02 { 
      height: 100%;
      background: url(image_back/bc06.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
@media (max-width: 760px) {
	.fourth02 { 
      height: 100%;
      background: url(image_back/bc06_sp.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
}
.fourth03 { 
      height: 100%;
      background: url(image_back/bc07.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
@media (max-width: 760px) {
	.fourth03 { 
      height: 100%;
      background: url(image_back/bc07_sp.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
}
	.txt {
      margin-top: calc(50vh - 50px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
@media (max-width: 1024px) {
	.txt {
      margin-top: calc(50vh - 120px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
}
@media (max-width: 500px) {
	.txt {
      margin-top: calc(50vh - 100px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
}

	.txt02 {
      margin-top: calc(50vh - 80px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
@media (max-width: 1024px) {
	.txt02 {
      margin-top: calc(50vh + 150px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
}
@media (max-width: 500px) {
	.txt02 {
      margin-top: calc(50vh - 10px);
      position: absolute;
      width: 100%;
      z-index: 10;
      text-align: center;
    }
}
    

/* glamove　グラデーション end */


	.z-index {
  z-index: 200;
}
.z-index10000 {
  z-index: 10000;
}
/*---ho end---*/


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;
}
p {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

a {
	text-decoration: none;
	color: #000;
}
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;}
.spacing20 {word-spacing: 20px;}
@media (max-width: 414px) {
	.spacing20 {word-spacing: 5px;}
}

.mt2 {
	margin-top: 2px;
}
.ml2 {
	margin-left: 2px;
}

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

.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
@media (max-width: 414px) {
	.mt150 {
	margin-top: 50px;
}
}
.mt200 {
	margin-top: 200px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}
@media (max-width: 414px) {
	.mb150 {
	margin-bottom: 5px;
}
}
.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;
}
.pl2 {
	padding-left: 2px;
}
.pr2 {
	padding-right: 2px;
}
.pb2 {
	padding-bottom: 2px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl50 {
	padding-left: 50px;
}
.pt20 {
	padding-top: 20px;
}
.pt-20 {
	padding-top: -20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.p40 {
	padding: 40px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
@media (max-width: 414px) {
	.pt100 {
	padding-top: 50px;
}
}
.pt120 {
	padding-top: 120px;
}
@media (max-width: 414px) {
	.pt120 {
	padding-top: 30px;
}
}
.pt150 {
	padding-top: 150px;
}
@media (max-width: 834px) {
	.pt150 {
	padding-top: 100px;
}
}
@media (max-width: 414px) {
	.pt150 {
	padding-top: 80px;
}
}
.pt180 {
	padding-top: 180px;
}
.pt200 {
	padding-top: 200px;
}
@media (max-width: 414px) {
	.pt200 {
	padding-top: 100px;
}
}
.pt220 {
	padding-top: 220px;
}
@media (max-width: 414px) {
	.pt220 {
	padding-top: 150px;
}
}
.pr40 {
	padding-right: 40px;
}
.pr60 {
	padding-right: 60px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
@media (max-width: 414px) {
	.pb100 {
	padding-top: 30px;
}
}
.pl40 {
	padding-left: 40px;
}
.pt80 {
	padding-top: 80px;
}
.bt-single-gry {
	border-top: solid 1px #555;
}
.bt-single-lightgry {
	border-top: solid 1px #E5E5E5;
}
.bt-thick-gry {
	border-bottom: solid 1px #555;
}

.bt-single {
	border-top: solid 1px #000;
}
.bb-single {
	border-bottom: solid 1px #000;
}
.bt-thick {
	border-top: solid 1px #000;
}
.bt-thick2 {
	border-top: solid 2px #000;
}
.bt-thick4 {
	border-top: solid 4px #000;
}
@media (max-width: 414px) {
	.bt-thick4 {
	border-top: solid 0px #000;
}
}
.bt-box {
	border: 1px solid #F60404;
}

.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-single-red {
	border-top: solid 1px #ff0000 !important;
}
.bw-single-red {
	border-top: solid 1px #ff0000 !important;
	border-bottom: solid 1px #ff0000 !important;
}
.bt-thick-red {
	border-bottom: solid 1px #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;
}
.border-tate {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.4rem;
	border-left: solid 1px #888888 !important;
}
.va-top {
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.va-bottom {
	vertical-align: bottom;
}
.va-right {
	vertical-align: right;
}
.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-troche {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
@media (max-width: 767px) {
	.text-troche {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0rem;
	}
}
@media (max-width: 414px) {
	.text-troche {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.0rem;
	}
}

.text-middle {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
@media (max-width: 1120px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 1024px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 414px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	}
}
.text-mess {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.0rem;
}
@media (max-width: 1120px) {
	.text-mess {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 1024px) {
	.text-mess {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.4rem;
	}
}
@media (max-width: 414px) {
	.text-mess {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0rem;
	}
}
.text-larger {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 3.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: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
.text-largeL {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 5.0rem;
	font: lighter;
}
@media (max-width: 1024px) {
	.text-largeL {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 414px) {
	.text-largeL {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.4rem;
	}
}
.text-large {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 5.5rem;
}
@media (max-width: 1112px) {
	.text-large {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 2.9rem;
	}
}
@media (max-width: 1024px) {
	.text-large {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.4rem;
	}
}
@media (max-width: 414px) {
	.text-large {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	}
}
.text-big {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 6.0rem;
}
@media (max-width: 1112px) {
	.text-big {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 4.5rem;
	}
}
@media (max-width: 1024px) {
	.text-big {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 414px) {
	.text-big {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 3.0rem;
	}
}
.text-big2 {
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 7.0rem;
}
@media (max-width: 1112px) {
	.text-big2 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 4.5rem;
	}
}
@media (max-width: 1024px) {
	.text-big2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 500px) {
	.text-big2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 3.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: #555;
}
.color-coad {
	color: #B53302;
}
.color-black {
	color: #000;
}
.color-white {
	color: #fff;
}
.color-orange {
	color: #EE7B02;
}
.color-blue {
	color: #3C6FB5;
}
.backcolor-orange {
	background-color: #EE7B02;
}
.backcolor-white {
	background-color: #fff;
}
.backcolor-gry {
	background-color: #F1F1F1;
}
.backcolor-gry02 {
	background-color: #C5C5C5;
}
.backcolor-gry03 {
	background-color: #E2E1E1;
}
.backcolor-black {
	background-color: #000;
}
.backcolor-red {
	background-color: #ff0000;
}
.backcolor-lightblue {
	background-color: #DCF5F9;
}
.color-black {
	color: #000;
}
.color-lightgrey {
	color: e9e9e9;
}
.color-green {
	color: #01AA1A;
}
.font-bold {
	font-weight: bolder;
}
.font-normal { 
	font-weight: normal; 
}
.font-lighter { 
	font-weight: lighter; 
}
.letter-spacing1{ 
	letter-spacing: 1px; 
}
@media (max-width: 414px) {
	.letter-spacing1{ 
	letter-spacing: 1px; 
}
}
.letter-spacing2{ 
	letter-spacing: 2px; 
}
@media (max-width: 414px) {
	.letter-spacing2{ 
	letter-spacing: 1px; 
}
}
.letter-spacing3{ 
	letter-spacing: 3px; 
}
@media (max-width: 414px) {
	.letter-spacing2{ 
	letter-spacing: 2px; 
}
}
.letter-spacing5{ 
	letter-spacing: 5px; 
}
@media (max-width: 414px) {
	.letter-spacing5{ 
	letter-spacing: 0px; 
}
}
.letter-spacing10{ 
	letter-spacing: 10px; 
}
@media (max-width: 414px) {
	.letter-spacing10{ 
	letter-spacing: 5px; 
}
}
.letter-spacing20{ 
	letter-spacing: 20px; 
}
@media (max-width: 414px) {
	.letter-spacing20{ 
	letter-spacing: 10px; 
}
}
.letter-spacing30{ 
	letter-spacing: 30px; 
}
@media (max-width: 414px) {
	.letter-spacing30{ 
	letter-spacing: 20px; 
}
}

.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: #fff;
	padding-bottom: 20px;
    border-top: solid 1px #00D137;
}
#footer-inner {
	margin: 0 auto;
	padding: 0px;
	
}





.footer-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 5px;
}
.footer-nav li {
	display: inline-block;
	padding: 10px 10px;
}
.footer-nav li a {
	color: #555;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #888;
	text-decoration: none;
}
/* footerend */
.arch0-nav {
	overflow: hidden;
	display: inline-block;
	padding: 20px 8px;
	text-align: left;
}
.arch0-nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.arch0-nav li {
	display: inline-block;
	padding: 0px 0px 5px 0px;
	margin-bottom: 20px;
}
.arch0-nav li a {

	text-decoration: none;
}
.arch0-nav li a:hover {
	
	text-decoration: none;

}

.arch-nav ul{ 
margin: 0; 
padding: 0; 
list-style: none;
text-align: left;
}
.arch-nav li{ 
display: inline; 
padding: 0; 
margin: 0;
text-align: left;	
}
.arch-nav li a{
display: block;
border-bottom: solid 1px #ff0000;

background-color: #FFF;
padding: 10px 10px;
text-decoration: none;
color: #000;

margin: 2px 0px;
text-align: left;
font-size: 14px;
}
.arch-nav li a:hover{
text-decoration: none;
color: #000;
}

.link-nav {
	overflow: hidden;
	display: inline-block;
	padding: 20px 10px;
	
}
.link-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
}
.link-nav li a {
	
	text-decoration: none;
}
.link-nav li a:hover {
	
	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: 70%;
	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
}
}
.pg-insta-center {
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
	
}
.pg-insta-center00 img {
	width: 360px;
	height: 360px;
}
@media (max-width: 768px) {
	.pg-insta-center {
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
}
	.pg-insta-center00 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: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
		
}
@media (max-width: 1024px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@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;
	
}
}
.concept-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-top: 50px;
	margin-bottom: 0px;
		
}
@media (max-width: 1024px) {
	.concept-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 960px) {
	.concept-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.concept-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 0px;
	
}
}
.links-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 50px;
		
}
@media (max-width: 1024px) {
	.links-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
}
}
@media (max-width: 960px) {
	.links-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
}
}
@media (max-width: 760px) {
	.links-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 30px;
}
}
.rk02-text-box-center {
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}
.rk02-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:90%;
}
@media (max-width: 414px) {
	.rk02-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
}
}
.j-text-box-center {
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}
.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:50%;
}
@media (max-width: 1024px) {
	.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:70%;
}
}
@media (max-width: 414px) {
	.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:80%;
}
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}


.home-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	margin-top: 70px;
	
		
}
@media (max-width: 960px) {
	.home-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 10px;
	
}
}
@media (max-width: 760px) {
	.home-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 0px;
	
}
}
/* /bc_image_mc */
.bc_image_mc {
	background-image: url(image_back/bc_mc01.jpg);
	background-color: cadetblue;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
@media (max-width: 843px) {
	.bc_image_mc {
	background-image: url(image_back/bc_mc01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}
@media (max-width: 500px) {
	.bc_image_mc {
	background-image: url(image_back/bc_mc01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_cc {
	background-image: url(image_back/bc_cc01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_cc {
	background-image: url(image_back/bc_cc01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_cc {
	background-image: url(image_back/bc_cc01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_title {
	background: #fff;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
.bc_image_column {
	background-image: url(image_back/bc_column01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_column {
	background-image: url(image_back/bc_column01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 843px) {
	.bc_image_column {
	background-image: url(image_back/bc_column01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_column {
	background-image: url(image_back/bc_column01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}

.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 1366px) {
	.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 1112px) {
	.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 1024px) {
	.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 450px;
}
}
@media (max-width: 834px) {
	.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
@media (max-width: 500px) {
	.bc_profile_tochi {
	background-image: url(image_back/bc_profile_tochi01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 250px;
	margin-top: 50px;
}
}

.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_sayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 1366px) {
	.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_tsayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 1112px) {
	.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_sayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 1024px) {
	.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_sayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 450px;
}
}
@media (max-width: 834px) {
	.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_sayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
@media (max-width: 500px) {
	.bc_profile_sayaka {
	background-image: url(image_back/bc_profile_sayaka01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 250px;
	margin-top: 50px;
}
}
.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 1366px) {
	.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 1112px) {
	.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 1024px) {
	.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 450px;
}
}
@media (max-width: 834px) {
	.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
@media (max-width: 500px) {
	.bc_profile_kiri {
	background-image: url(image_back/bc_profile_kiri01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 250px;
	margin-top: 50px;
}
}
.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 1366px) {
	.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 1112px) {
	.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 1024px) {
	.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 450px;
}
}
@media (max-width: 834px) {
	.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
@media (max-width: 500px) {
	.bc_profile_shin {
	background-image: url(image_back/bc_profile_shin01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 250px;
	margin-top: 50px;
}
}

.bc_image_news01 {
	background-image: url(image_back/news/bc_news01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news01 {
	background-image: url(image_back/news/bc_news01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news01 {
	background-image: url(image_back/news/bc_news01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_news02 {
	background-image: url(image_back/news/bc_news02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news02 {
	background-image: url(image_back/news/bc_news02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news02 {
	background-image: url(image_back/news/bc_news02_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_news03 {
	background-image: url(image_back/news/bc_news03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news03 {
	background-image: url(image_back/news/bc_news03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news03 {
	background-image: url(image_back/news/bc_news03_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_news04 {
	background-image: url(image_back/news/bc_news04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news04 {
	background-image: url(image_back/news/bc_news04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news04 {
	background-image: url(image_back/news/bc_news04_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_news05 {
	background-image: url(image_back/news/bc_news05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news05 {
	background-image: url(image_back/news/bc_news05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news05 {
	background-image: url(image_back/news/bc_news05_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_news06 {
	background-image: url(image_back/news/bc_news06.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_news06 {
	background-image: url(image_back/news/bc_news06.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_news06 {
	background-image: url(image_back/news/bc_news06_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}

.bc_image_commit01 {
	background-image: url(image_back/bc_commit01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_commit01 {
	background-image: url(image_back/bc_commit01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_commit01 {
	background-image: url(image_back/bc_commit01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_commit02 {
	background-image: url(image_back/bc_commit02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_commit02 {
	background-image: url(image_back/bc_commit02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_commit02 {
	background-image: url(image_back/bc_commit02_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_commit03 {
	background-image: url(image_back/bc_commit03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_commit03 {
	background-image: url(image_back/bc_commit03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_commit03 {
	background-image: url(image_back/bc_commit03_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_commit04 {
	background-image: url(image_back/bc_commit04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_commit04 {
	background-image: url(image_back/bc_commit04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_commit04 {
	background-image: url(image_back/bc_commit04_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_commit05 {
	background-image: url(image_back/bc_commit05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_commit05 {
	background-image: url(image_back/bc_commit05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_commit05 {
	background-image: url(image_back/bc_commit05_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}

.bc_image_archive {
	background-image: url(image_back/bc_archive01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_archive {
	background-image: url(image_back/bc_archive01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_archive {
	background-image: url(image_back/bc_archive01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_archive_cont01 {
	background-image: url(image_back/bc_archive_cont01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_archive_cont01 {
	background-image: url(image_back/bc_archive_cont01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile {
	background-image: url(image_back/bc_arena01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_profile {
	background-image: url(image_back/bc_arena01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 500px) {
	.bc_image_profile {
	background-image: url(image_back/bc_arena01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 800px;
} 
}
.bc_image_profile02 {
	background-image: url(image_back/bc_arena02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
@media (max-width: 843px) {
	.bc_image_profile02 {
	background-image: url(image_back/bc_arena02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
}
@media (max-width: 500px) {
	.bc_image_profile02 {
	background-image: url(image_back/bc_arena02_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
} 
}
.bc_image_profile_cont01 {
	background-image: url(image_back/bc_profile_cont01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont01 {
	background-image: url(image_back/bc_profile_cont01_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont02 {
	background-image: url(image_back/bc_profile_cont02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont02 {
	background-image: url(image_back/bc_profile_cont02_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont03 {
	background-image: url(image_back/bc_profile_cont03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont03 {
	background-image: url(image_back/bc_profile_cont03_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont04 {
	background-image: url(image_back/bc_profile_cont04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont04 {
	background-image: url(image_back/bc_profile_cont04_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont05 {
	background-image: url(image_back/bc_profile_cont05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont05 {
	background-image: url(image_back/bc_profile_cont05_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont06 {
	background-image: url(image_back/bc_profile_cont06.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_profile_cont06 {
	background-image: url(image_back/bc_profile_cont06_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
}
.bc_image_profile_cont07 {
	background-image: url(image_back/bc_profile_cont07.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
.bc_image_profile_cont08 {
	background-image: url(image_back/bc_profile_cont08.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
.bc_image_cc2 {
	background-image: url(image_back/bc_cc02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 500px) {
	.bc_image_cc2 {
	background-image: url(image_back/bc_cc02_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
}
}
.bc_image_column_cont {
	background-image: url(image_back/bc_column01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
.bc_image_cc_step {
	background-image: url(image_back/bc_cc_step01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
.bc_image_cc_ex {
	background-image: url(image_back/bc_cc_ex01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
.bc_image_mc_step {
	background-image: url(image_back/bc_mc_step01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}
.bc_image_mc_ex {
	background-image: url(image_back/bc_mc_ex01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 500px;
}

/* /home-mc-box */
.home-mc-box {
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.home-mc-box {
	margin-top: 50px;
	margin-right: 20px;
	z-index: 510;
    position: relative;
	overflow: hidden;	
}
}
/* /home-cc-box */
.home-cc-box {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.home-cc-box {
	margin-top: 50px;
	margin-left: 20px;
	z-index: 510;
    position: relative;
	overflow: hidden;	
}
}
.home-title-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;

	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.home-title-box {
	margin-top: 50px;
	margin-left: 20px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
}
.home-column-box {
	float: left;
	margin-top: 80px;
	margin-left: 80px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.home-column-box {
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
}
.home-profile-box {
	float: right;
	margin-top: 80px;
	margin-right: 80px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.home-profile-box {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
}
.cont-profile-right-box {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
@media (max-width: 414px) {
	.cont-profile-right-box {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	z-index: 510;
    position: relative;
	overflow: hidden;
}
}
.home-a-space {
	padding-top: 120px;
}
@media (max-width: 1112px) {
	.home-a-space {
	padding-top: 20px;
}
}
@media (max-width: 960px) {
	.home-a-space {
	padding-top: 0px;
}
}
.home-b-space {
	padding-top: 120px;
}
@media (max-width: 1112px) {
	.home-b-space {
	padding-top: 100px;
}
}
@media (max-width: 960px) {
	.home-b-space {
	padding-top: 100px;
}
}
.home-c-space {
	padding-top: 30px;
}
@media (max-width: 1112px) {
	.home-c-space {
	padding-top: 30px;
}
}
@media (max-width: 960px) {
	.home-c-space {
	padding-top: 30px;
}
}
.home-100-space {
	padding-top: 100px;
}
/* /yokoanime */
.ido p {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.ido p.move {
  -webkit-transform: translate(-100px, 0);
  opacity: 0;
}
.ido p.from_right {
  text-align00: left;
}
.ido p.from_right02 {
  text-align: center;
}
.ido p.from_right.move {
  -webkit-transform: translate(50px, 0px);
}
.ido p.from_under {
  text-align00: left;
}
.ido p.from_under02 {
  text-align: center;
}
.ido p.from_nomove.move {
  -webkit-transform: translate(0px, 0px);
}
.ido p.from_under.move {
  -webkit-transform: translate(0px, 50px);
}
.ido p.from_under2.move {
  -webkit-transform: translate(0px, 80px);
}
.ido p.from_under3.move {
  -webkit-transform: translate(0px, 100px);
}
.ido p.from_under4.move {
  -webkit-transform: translate(0px, 120px);
}
.ido p.from_top {
  text-align: right;
}
.ido p.from_top.move {
  -webkit-transform: translate(0px, -50px);
}




.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

.news-text-box-left01 {
	float: left;
	width: 90%;
	margin-top: 50px;
	padding-left: 50px;
}
@media (max-width: 1112px) {
	.news-text-box-left01 {
	float: left;
	width: 90%;
	margin-top: 30px;
	padding-left: 50px;
}
}
@media (max-width: 414px) {
	.news-text-box-left01 {
	float: left;
	width: 90%;
	margin-top: 20px;
	padding-left: 20px;
}
}
/* /home-text-box-center02 */
.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 50px;
	
}
@media (max-width: 1600px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 60px;
}
}
@media (max-width: 1366px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 40px;
}
}
@media (max-width: 1112px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 1024px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 834px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 768px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 100px;
}
}
@media (max-width: 414px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 10px;
}
}
@media (max-width: 375px) {
	.home-text-box-center02 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 10px;
}
}
/* /home-text-box-right */
.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 80px;
	
}
@media (max-width: 1600px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 60px;
}
}
@media (max-width: 1366px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 40px;
}
}
@media (max-width: 1112px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 1024px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 834px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0px;
}
}
@media (max-width: 768px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 100px;
}
}
@media (max-width: 414px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 10px;
}
}
@media (max-width: 375px) {
	.home-text-box-right {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 10px;
}
}
/
/* topnews */

.news-style {
	display: table;
	table-layout: fixed;
	padding: 10px;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.news-style {
		display: block;
		padding: 0px;
		margin-bottom: 20px;
	}
}
.news-dt {
	display: table-cell;
	padding-right: 15px;
	padding-left: 0px;
	border-right: solid 1px #E8E8E8;
	width: 10%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	
}
@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 #E8E8E8;
		width: 100%;
		text-align: left;
		
	}
}
.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;
	padding-top: 0.5px;
	border-right: solid 1px #ff0000;
	width: 12%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	
}
@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 #ff0000;
		width: 100%;
		text-align: left;
		
	}
}
.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%;
	}
}

.company-style {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.company-style {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.company-style-dt {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	border-right: solid 1px #ff0000;
	width: 22%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.company-style-dt {
		width: 22%;
		
	}
}
@media screen and (max-width: 480px) {
	.company-style-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #ff0000;
		width: 100%;
		text-align: left;
		
	}
}
.company-style-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.company-style-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: 1024px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@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;
	
}
}














/* ----- ----- ----- ----- ----- --- * 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-cl {
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 5px;
	
	
}
@media screen and (max-width: 567px) {
	.four-column-child-cl {
	display: inline-block;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 20px;
}
}
/* ----- ----- ----- ----- ----- --- * 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: 50px;
	
}
@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: 30px;
}
}
/* ----- ----- ----- ----- ----- --- * 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;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラムtr */
.four-column-child-tr {
	display: inline-block;
	padding: .5px;
	width: 24.9%;
	box-sizing: border-box;
	vertical-align: top;
	
	
}

@media screen and (max-width: 767px) {
	.four-column-child-tr {
	display: inline-block;
	padding: .5px;
	width: 24.9%;
	box-sizing: border-box;
	vertical-align: top;
	
	
}
}
/* ----- ----- ----- ----- ----- --- * 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カラムfr */
.six-column-child-fr {
	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-fr {
	display: inline-block;
	padding: 1px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムabe */
.six-column-child-abe {
	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-abe {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
}
}
@media screen and (max-width: 1024px) {
	.six-column-child-abe {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 33.33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 768px) {
	.six-column-child-abe {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 414px) {
	.six-column-child-abe {
	display: inline-block;
	padding: 1px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 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;
}
}
/* ----- ----- ----- ----- ----- --- * 5カラムmr */
.five-column-child-mr {
	display: inline-block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.five-column-child-mr {
	display: inline-block;
	padding: 0px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 5カラムmr */
.five-column-child-mr02 {
	display: inline-block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 10%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.five-column-child-mr02 {
	display: inline-block;
	padding: 0px;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 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: 2%;
	margin-right: 2%;
}
@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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
}

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

.two-column-child-rk {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: .0% .00% .0% .00%;
	width: 49.8%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
	
}
@media screen and (max-width: 767px) {
	.two-column-child-rk {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
.two-column-child-rk02 {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: .2% .08% .2% .08%;
	width: 49.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
}
@media screen and (max-width: 768px) {
	.two-column-child-rk02 {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
.four-column-child-rk01 {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: .2% .02% .2% .02%;
	width: 24.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 768px) {
	.four-column-child-rk01 {
	display: inline-block;
	padding: 0px;
	width: 48%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}



@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);
}
.rgbaRed {
	background: rgba(255, 0, 0, 0.80);
}
.rgbaRed2 {
	background-color: #DA2323;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}
.rgbaWhite {
	background: rgba(255, 255, 255, 0.70);
	border: solid 0px #fff;
	width: 100%;
	box-sizing: border-box;
    
}
.rgbaWhite-circle {
	background: rgba(255, 255, 255, 0.70);
	border: solid 1px #fff;
	width: 100%;
	box-sizing: border-box;
    border-radius: 50%;
    
}
.rgbaTitleback {
	background: rgba(255, 0, 0, 0.50);
    background-image: url(image_back/titleback01.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	box-sizing: border-box;
    
}
@media screen and (max-width: 480px) {
	.rgbaTitleback {
	background: rgba(255, 0, 0, 0.50);
    background-image: url(image_back/titleback01sp.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	box-sizing: border-box;
    
}
}

.rgbaTitleback02 {
	
    background-image: url(image_back/titleback02.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	box-sizing: border-box;
    
}
@media screen and (max-width: 480px) {
	.rgbaTitleback02 {
	
    background-image: url(image_back/titleback02sp.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	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-------スクロール前----*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 80px auto 0;
  padding: 5px 0px 5px 0px;
  line-height: 1;
  z-index: 999;
  
  background: rgba(255, 255, 255, 0.8);
}
 
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin-top: 8px;
	margin-left: 30px;
    position: relative;
    font-size: 24px;
	height: 45px;
}
@media (max-width: 767px) {
#top-head .logo {
    float: left;
	margin-top: 0px;
	margin-left: 0px;
    position: relative;
    font-size: 24px;
}
}
#top-head .logo img {
    float: left;
	width: 300px;
}
@media (max-width: 767px) {
#top-head .logo img {
    float: left;
	width: 150px;
}
}

 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
  
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 14px;
	padding-right: 20px;
}
#global-nav ul li {
	float: left;
	padding: 0 7px;
	border-left: none;
}
#global-nav ul li a {
    padding: 10px 20px 0px 0px;
    position: relative;
    display: inline-block;
}

@media (max-width: 1024px) {
#global-nav ul li a {
    padding: 3px 0px 0px 0px;
    position: relative;
    display: inline-block;
}
}

/*--------lineアニメなしの状態------*/
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   
}
 
#global-nav ul li a:hover::after {
  
}


/*--------lineアニメ---付ける場合は「これ」00はずす---*/
#global-nav00 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-nav00 ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/*--------lineアニメ--end----*/
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 



/*--------固定化されたときのCSS-----rgba(255,255,255,.9)------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0px;
    position: fixed;
	padding: 0px 0 0;

    background: rgba(255, 255, 255, 0.9);
    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: #111;
	width: 200px;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 0px;
 
}
#top-head.fixed #global-nav ul li a {
    color: #555;
    padding: 5px 20px 0px 0px;
    
}

@media (max-width: 1024px) {
#top-head.fixed #global-nav ul li a {
    padding: 3px 0px 0px 0px;
    position: relative;
    display: inline-block;
}
} 
 
 
/*-----------スマホのトグルボタンの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: 4px;
    width: 100%;
    background: #000;
    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(255,255,255,0.8);
      width: 100%;
      height: 45px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 14px;
      height: 30px;
      top: -8px;
      color: #333;
      font-size: 24px;
  }
  #top-head.fixed .logo,
  #top-head .logo img {
      width: 250px;
  }  
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -512px;
	  background: rgba(0,0,0,0.8);
	  
      width: 100%;
      text-align: center;
      padding: 5px 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;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 5px 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: 15px 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(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
 
 
}

 

.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%;
	}
}
.spIMGtr01 {
    width: 20%;
  }
@media screen and (max-width: 767px){
.spIMGtr01 { 
	width: 50%;
	}
}
.spIMGtw01 {
    width: 100%;
  }
@media screen and (max-width: 767px){
.spIMGtw01 { 
	width: 90%;
	}
}
.spIMG01 {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMG01 { 
	width: 50%;
	}
}
.spIMGlink01 {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMGlink01 { 
	width: 60%;
	}
}
.spIMG02 {
    width: 50%;
  }
@media screen and (max-width: 767px){
.spIMG02 { 
	width: 50%;
	}
}
.spIMGfea01 {
    width: 100%;
  }
@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%;
	}
}


.im100p {
    width: 100%;
	height: auto;
	
  }
@media screen and (max-width: 414px){
.im100p { 
	width: 100%;
	height: auto;
	
	}
}
.im70p {
    width: 70%;
	height: auto;
	
  }
@media screen and (max-width: 414px){
.im70p { 
	width: 100%;
	height: auto;
	
	}
}
.im50p {
    width: 50%;
	height: auto;
	
  }
@media screen and (max-width: 414px){
.im50p { 
	width: 80%;
	height: auto;
	
	}
}








/* アニメーション */
.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: 500px) {
	.pc-only {
		display: block;
	}
}
.pc-only02 {
	display: none;
}

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

.sp-only {
	display: block;
}
@media screen and (min-width: 500px) {
	.sp-only {
		display: none;
	}
}
.sp-only02 {
	display: block;
}
@media screen and (min-width: 834px) {
	.sp-only02 {
		display: none;
	}
}
/* normal-box*/
.normal-box {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
@media (min-width: 960px) {
.normal-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		width: 960px;
	}
}
@media (max-width: 480px) {
.normal-box {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.profile-inner-box {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	
}
@media (min-width: 1024px) {
.profile-inner-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		width: 1024px;
	}
}
@media (max-width: 480px) {
.profile-inner-box {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.rk-box {
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	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;
	}
}
.rk-box02 {
	position: relative;
	width: 100%;
	
	padding-bottom: 0.1px;
	background-color: #fff;
	
	
}

.mr-text-box-right {
	position: relative;
	text-align: right;
	width: 100%;
	
		
}
.mr-text-box-left {
	position: relative;
	text-align: left;
	width: 100%;
	
		
}
.mr-text-box-center {
	position: relative;
	text-align: center;
	width: 100%;
}
.jsaa-text-box-center {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.arena-text-box-center {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* contact entry*/
.entry-inner-box {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
@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;
	}
}
/*  contact */
.contact {
	text-align: center;
}
.contact-top img {
	width: 100%;
}
.contact-top-title {
	margin-top: 40px;
}
.contact-tel {
	font-size: 38px;
	font-size: 3.8rem;
}



/* 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; }
}*/

/* section1 pc */
.section1 { 
	height: 100%; 
	background: url(image_back/bc01.jpg) no-repeat; 
	background-size: cover;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
/* section1 tb_yoko */
@media (min-width: 737px) and (max-width: 1024px) and (orientation:landscape) {
	.section1 { 
	height: 100%; 
	background: url(image_back/bc01.jpg) no-repeat; 
	background-size: cover;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
}
/* section1 tb_tate */
@media (min-width: 737px) and (max-width: 1024px) and (orientation:portrait) {
	.section1 { 
	height: 100%; 
	background: url(image_back/bc01_tb.jpg) no-repeat; 
	background-size: cover;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
}
/* section1 sp_tate */
@media screen and (max-width: 500px){
.section1 { 
	height: 100%; 
	background: url(image_back/bc01_sp.jpg) no-repeat; 
	background-size: cover;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
}





.section2 { 
	height: 100%; 
	background: url(image_back/bc02.jpg) no-repeat; 
	background-size: cover;
}
@media screen and (max-width: 500px){
.section2 { 
	height: 100%; 
	background: url(image_back/bc02_sp.jpg) no-repeat; 
	background-size: cover;
}
}
.section3 { 
	height: 100%; 
	background: url(image_back/bc03.jpg) no-repeat; 
	background-size: cover;
}
@media screen and (max-width: 500px){
.section3 { 
	height: 100%; 
	background: url(image_back/bc03_sp.jpg) no-repeat; 
	background-size: cover;
}
}

.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;
}
}



@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;

}
}

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

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

}
}

.section30 { 
	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){
.section30 { 
	height: 140%; 
	background: url(image_back/bc03_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;
}
}






/* 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;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}

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

@media (max-width: 705px) {
}
.Helve00 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
	font-weight: 100;	
}
.Helve01 {
	font-family: 'HelveticaNeue-UltraLight', 'HelveticaNeue-Light', 'HelveticaNeue-thin', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
	font-weight: 100;
	font-style: normal;	
}
.Helve02 {
	font-family: 'HelveticaNeue-thin','HelveticaNeue-Light', 'graphik-extra-light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
	font-weight: 100;
	font-style: normal;
}
.Helve03 {
	font-family: 'graphik-extra', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
	font-weight: 600;
	font-style: normal;
	
}
.times-new {
	font-family: "Times New Roman", "Times", serif;
}
.italic {
	font-style: italic;
}

.sacramento {
	font-family: 'Sacramento', cursive;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}
.noto-sans {
	font-family: 'Noto Sans', sans-serif;
}
.quicksand300 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.quicksand400 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.Codystar300 {
	font-family: 'Codystar', cursive;
	font-weight: 300;
}
.Codystar400 {
	font-family: 'Codystar', cursive;
	font-weight: 400;
}
.Meie {
	font-family: 'Meie Script', cursive;
}
.Bellefair {
	font-family: 'Bellefair', serif;
}
.Montserrat100 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}
.Montserrat100i {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-style: italic;
}
.Montserrat200 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
.Montserrat200i {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-style: italic;
}
.Montserrat300 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.Montserrat300i {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.Montserrat400 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.Montserrat400i {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.century {
	font-family: 'Century Gothic', sans-serif;
	font-weight: lighter;
}

.AppleGothic {
	font-family: 'AppleGothic', sans-serif;
	font-weight: lighter;
}




/* 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;}


/* ----- ----- ----- ----- ----- --- * 4カラムマスク */
.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 22%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
	
}

@media screen and (max-width: 1024px) {
	.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 22%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 567px) {
	.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 46%;
	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:		40%;
}
.insta4 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.5);
	-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 {
	height: 220px;
	
	margin-bottom: 3px;
  }
@media screen and (max-width: 1366px){
.photolist { 
	height: 220px;
	margin-bottom: 3px;
	}
}
@media screen and (max-width: 1024px){
.photolist { 
	height: 150px;
	margin-bottom: 3px;
	}
}
@media screen and (max-width: 768px){
.photolist { 
	height: 150px;
	margin-bottom: 3px;
	}
}
@media screen and (max-width: 414px){
.photolist { 
	height: 120px;
	margin-bottom: 3px;
	}
}
@media screen and (max-width: 375px){
.photolist { 
	height: 120px;
	margin-bottom: 3px;
	}
}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #E8E8E8;
  z-index: 1;
}
#loader-bg02 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader00 {
  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;
}

.loader,
.loader:after {
  border-radius: 100%;
  width: 8em;
  height: 8em;
}
.loader {
  position: absolute;
  top: 40%;
  left: 46%;
  font-size: 14px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 834px){
.loader {
  position: absolute;
  top: 40%;
  left: 43%;
  font-size: 14px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
}
@media screen and (max-width: 414px){
.loader {
  position: absolute;
  top: 40%;
  left: 33%;
  font-size: 14px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
}

/* 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: 480px) {
	.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: 200px) {
	.conclass02-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;
	}
}
.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: 1024px) {
	.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 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 100px;
}

}@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;
}
}


/* /add-text-box-add-text-box-left */
.add-text-box-left {
	float: left;
	padding-top: 300px;
	padding-left: 35px;
	width: 100%;
}
@media (max-width: 760px) {
	.add-text-box-left {
	float: left;
	padding-top: 100px;
	padding-left: 30px;
	padding-bottom: 30px;
	width:100%;
	
}
}
@media (max-width: 414px) {
	.add-text-box-left {
	float: left;
	padding-top: 50px;
	padding-left: 30px;
	width:100%;
	
}
}
.overview-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-top: 50px;
	padding-bottom: 50px;
		
}
@media (max-width: 960px) {
	.overview-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.overview-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/* /overview */
.overview-style {
	display: table;
	table-layout: fixed;
	padding: 0px 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	
	
	
}
@media screen and (max-width: 480px) {
	.overview-style {
		display: block;
		padding: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.overview-dt {
	display: table-cell;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	border-right: 1px solid #ff0000;
	width: 20%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.overview-dt {
		width: 30%;
		
	}
}
@media screen and (max-width: 480px) {
	.overview-dt {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: none;
	border-top: 1px solid #ff0000;
	width: 100%;
	text-align: left;
	}
}
.overview-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	padding-top: 0px;
	
}
@media screen and (max-width: 480px) {
	.overview-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px;
		width: 100%;
		
	}
}
.rk01-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 0px;
	padding-bottom: 100px;
		
}
@media (max-width: 960px) {
	.rk01-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 0px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.rk01-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 0px;
	padding-bottom: 30px;
}
}
.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	padding-top: 20px;
	padding-bottom: 100px;
		
}
@media (max-width: 960px) {
	.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.rk03-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 100px;
	padding-bottom: 100px;
		
}@media (max-width: 1112px) {
	.rk03-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}
@media (max-width: 960px) {
	.rk03-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.rk03-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.rk04-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-top: 100px;
	padding-bottom: 100px;
		
}
@media (max-width: 960px) {
	.rk04-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.rk04-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.rk05-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 10px;
		
}
@media (max-width: 960px) {
	.rk05-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.rk05-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 500px) {
	.rk05-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-top: 0px;
	padding-bottom: 30px;
}
}
.rk06-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FF0000;
	margin-bottom: 50px;
}
@media (max-width: 960px) {
	.rk06-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FF0000;
	margin-bottom: 50px;
}
}
@media (max-width: 760px) {
	.rk06-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}
.rk07-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 100px;
	padding-bottom: 20px;
		
}
@media (max-width: 960px) {
	.rk07-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.rk07-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
		
}
@media (max-width: 960px) {
	.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.rk08-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.ex-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
		
}
@media (max-width: 960px) {
	.ex-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 760px) {
	.ex-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
.bn-text-box-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 600px;
		
}
.box-line-blue{
    padding: 1em 0em 1em 0em;
    margin: .1em 0em .1em 0em;
    
    background: rgba(255,255,255,0.7);
    border: solid 1px #6091d3;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.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: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}
.red-top02{
    background-color: #FF0004;
	width: 200px;
	text-align: center;
	
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.red-top02{
    background-color: #FF0004;
	width: 200px;
	text-align: center;
	
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}
.green-top{
    background-color: #23B800;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.green-top{
    background-color: #28C602;
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}
.green-top02{
    background-color: #23B800;
	width: 400px;
	text-align: center;
	
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.green-top02{
    background-color: #28C602;
	width: 250px;
	text-align: center;
	
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}
.gry-top{
    background-color: #A3A3A3;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.gry-top{
    background-color: #A3A3A3;
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}
.gry-top02{
    background-color: #A3A3A3;
	width: 400px;
	text-align: center;
	
	position: relative;
	border-radius: 18px;/*角の丸み*/
}
@media (max-width: 414px) {
	.gry-top02{
    background-color: #A3A3A3;
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;/*角の丸み*/
}
}

.box-line-green{
    padding: 1em 0em 1em 0em;
    margin: .1em 0em .1em 0em;
    background: rgba(255,255,255,0.9);
    
    border: solid 1px #187C27;/*線*/
    border-radius: 0px;/*角の丸み*/
}

.box-line-red{
    padding: 5em 0em 5em 0em;
    margin: .1em 0em .1em 0em;
    
    background: #FF0004;
    border: solid 0px #FF0004;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box-line-red a{
    color: #FFF
}
.box-line-red-top{
    padding: 0em 0em 0em 0em;
    margin: .1em 0em .1em 0em;
    
    background: #FF0004;
    
	
	text-align: center;
	width: 400px;
	
	margin-top: 600px;
}
.box-line-red-top a{
    color: #FFF
}
.box-line-red02{
    padding: 5em 0em 5em 0em;
    margin: .1em 0em .1em 0em;
    
    background: #FFF;
    border: solid 1px #FF0004;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box-line-red02 a{
    color: #FF0004
}
.box-line-red03{
    padding: .1em .5em .1em .5em;
    
    background: #FF0004;
    border: solid 0px #FF0004;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-line-red03 a{
    color: #FFF
}





.voice-list {
	overflow: hidden;
}
.voice-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 40px 0;
	border-bottom: solid 1px #EE7B02;
	width: 100%;
}
.voice-list li:first-child {
	border-top: solid 1px #EE7B02;
}
.voice-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.voice-list li div {
		display: block;
	}
}
.voice-list-left {
	width: 200px;
	padding-right: 78px;
}
.voice-list-left img {
	width: 200px;
}
@media (max-width: 700px) {
	.voice-list-left {
		width: 35%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.voice-list-left img {
		width: 100%;
	}
}
.voice-list-text {
	overflow: hidden;
}


.rk-news-list {
	overflow: hidden;
}
.rk-news-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 40px 0;
	border-bottom: solid 1px #999;
	width: 100%;
}
.rk-news-list li:first-child {
	border-top: solid 1px #999;
}
.rk-news-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.rk-news-list li div {
		display: block;
	}
}
.rk-news-list-left {
	width: 300px;
	padding-right: 78px;
}
.rk-news-list-left img {
	width: 300px;
}
@media (max-width: 700px) {
	.rk-news-list-left {
		width: 45%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.rk-news-list-left img {
		width: 100%;
	}
}
.rk-news-list-text {
	overflow: hidden;
}


.tr-news-list {
	overflow: hidden;
}
.tr-news-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 40px 0;
	border-bottom: solid 1px #999;
	width: 100%;
}
.tr-news-list li:first-child {
	border-top: solid 1px #999;
}
.tr-news-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.tr-news-list li div {
		display: block;
	}
}
.tr-news-list-left {
	width: 50%;
	padding-right: 78px;
}
.tr-news-list-left img {
	width: 100%;
}
@media (max-width: 700px) {
	.tr-news-list-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.tr-news-list-left img {
		width: 100%;
	}
}

.tr-news-list-text {
	overflow: hidden;
}



.tr-profile-list {
	overflow: hidden;
}
.tr-profile-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 0px;
	border-bottom: solid 0px #999;
	width: 100%;
}

.tr-profile-list li:first-child {
	border-top: solid 0px #999;
}
.tr-profile-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.tr-profile-list li div {
		display: block;
	}
}
.tr-profile-list-left {
	width: 50%;
	padding-right: 78px;
}
.tr-profile-list-left img {
	width: 70%;
}
@media (max-width: 1112px) {
	.tr-profile-list-left {
		width: 50%;
		padding-right: 0;
		padding-bottom: 0px;
	}
	.tr-profile-list-left img {
		width: 70%;
	}
}

@media (max-width: 700px) {
	.tr-profile-list-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0px;
	}
	.tr-profile-list-left img {
		width: 70%;
	}
}

.tr-profile-list-text {
	overflow: hidden;
}


/*メッセージ２カラム

#w960 {
	min-width: 960px;
	overflow: hidden;
}
	
#contents2c {
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
#contents2c img {
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
}
#contents2c #main2c {
	float: left;
	width: 75%;
	overflow: hidden;
	background: #fff;
}
#contents2c #main2c article {
	overflow: hidden;
	padding: 10px;
	padding-right: 0px;
}
#contents2c aside {
	float: right;
	width: 22%;
	overflow: hidden;
	background: #fff;
}
@media screen and (max-width: 1024px){
#w960 {
	min-width: 960px;
	overflow: hidden;
}
	
#contents2c {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
#contents2c img {
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
}
#contents2c #main2c {
	float: left;
	width: 75%;
	overflow: hidden;
	background: #fff;
}
#contents2c #main2c article {
	overflow: hidden;
	padding: 10px;
	padding-right: 0px;
}


#contents2c aside {
	float: right;
	width: 22%;
	overflow: hidden;
	background: #fff;
}
}
@media screen and (max-width: 767px){
#w960 {
	min-width: 960px;
	overflow: hidden;
}
	
#contents2c {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: left
}
#contents2c img {
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
}
#contents2c #main2c {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
#contents2c #main2c article {
	overflow: hidden;
	padding: 10px;
	padding-right: 0px;
}


#contents2c aside {
	float: right;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

}
*/

/*rk_column２カラム*/
.rk_column {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.rk_column_left {
	float: left;
	width: 75%;
	overflow: hidden;
	background: #fff;
}
.rk_column_left_inner {
	float: left;
	width: 70%;
	overflow: hidden;
	background: #fff;
}

.rk_column_left_text {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}



.rk_column_right {
	float: right;
	width: 22%;
	overflow: hidden;
	background: #fff;
}

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

.rk_column {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.rk_column_left {
	float: left;
	width: 75%;
	overflow: hidden;
	background: #fff;
}
.rk_column_left_inner {
	float: left;
	width: 80%;
	overflow: hidden;
	background: #fff;
}
.rk_column_left_text {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.rk_column_right {
	float: right;
	width: 22%;
	overflow: hidden;
	background: #fff;
}
}
@media screen and (max-width: 767px){
.rk_column {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: left
}
.rk_column_left {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.rk_column_left_inner {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.rk_column_left_text {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.rk_column_right {
	float: right;
	width: 100%;
	overflow: hidden;
	background: #fff;
}	
}
/*rk_column２カラムのp h2~h4*/
.rk_column_left_text p {
	
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 20px;
}
@media (max-width: 414px) {
	.rk_column_left_text p {
	
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 10px;
}
}
.rk_column_left_text strong {
	font-weight: bolder;
}
.rk_column_left_text h2 {
	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 4.0rem;
	margin-bottom: 20px;
}
@media (max-width: 414px) {
	.rk_column_left_text h2 {
	
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	margin-bottom: 20px;
}
}
.rk_column_left_text h3 {
	
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 3.4rem;
	margin-bottom: 20px;
}
@media (max-width: 414px) {
	.rk_column_left_text h3 {
	
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.8rem;
		margin-bottom: 10px;
}
}
.rk_column_left_text h4 {
	
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.0rem;
	margin-bottom: 20px;
}
@media (max-width: 414px) {
	.rk_column_left_text h4 {
	
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 10px;
}
}

/*rk_column２カラム*/


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

.spSmall {
    width: 20%;
  }
@media screen and (max-width: 767px){
.spSmall { 
	width: 30%;
	}
}
.spIMG01mr {
    width: 70%;
  }
@media screen and (max-width: 767px){
.spIMG01mr { 
	width: 100%;
	}
}
.spIMG01 {
    width: 50%;
  }
@media screen and (max-width: 767px){
.spIMG01 { 
	width: 100%;
	}
}
.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%;
	}
}

.spIMG02 {
    width: 50%;
  }
@media screen and (max-width: 1366px){
.spIMG02 { 
	width: 35%;
	}
}

@media screen and (max-width: 767px){
.spIMG02 { 
	width: 35%;
	}
}

.spIMG03 {
    width: 10%;
  }
@media screen and (max-width: 767px){
.spIMG03 { 
	width: 10%;
	}
}

.spIMG04 {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMG04 { 
	width: 50%;
	}
}
.spIMG05 {
    width: 40%;
  }
@media screen and (max-width: 767px){
.spIMG05 { 
	width: 70%;
	}
}


.im_small {
	width: 50%;
	}
}



.width-fixed00 {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	width: 100%;
	z-index: 500;
}
@media (min-width: 960px) {
	.width-fixed00 {
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		padding-right: 0px;
		padding-bottom: 80px;
		padding-left: 0px;
		width: 960px;
		z-index: 500;
	}
}
@media (max-width: 700px) {
	.width-fixed00 {
		margin-right: auto;
		margin-left: auto;
		padding: 80px 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		
	}
}

/* ----- ----- ----- ----- ----- --- * floatleftWhite */
.floatleftWhite {
	float: left;
	margin-top: 0px;
	padding: 20px;
	width: 53%;
	background: rgba(255, 255, 255, 0.70);
	border: solid 1px #FFF;/*線*/
}
@media (max-width: 700px) {
	.floatleftWhite {
	float: left;
	margin-top: 0px;
	padding: 10px;
	width: 90%;
	background: rgba(255, 255, 255, 0.70);
}
}
/* ----- ----- ----- ----- ----- --- * floatrightblack */
.floatrightblack {
	float: right;
	margin-top: 0px;
	padding: 20px;
	width: 35%;
	background: rgba(0, 0, 0, 0.70);
	border: solid 1px #000;/*線*/
}
@media (max-width: 700px) {
	.floatrightblack {
	float: right;
	margin-top: 0px;
	padding: 10px;
	width: 90%;
	background: rgba(0, 0, 0, 0.70);
	border: solid 1px #000;/*線*/
}
}


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

.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;
}
}
.pg-text-box-right {
	position: relative;
	text-align: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
		
}

.mr-pt {
	padding-top: 200px;
	padding-bottom: 40px;
	padding-right: 60px;
	margin-bottom: 2px;	
}
@media screen and (max-width: 834px) {
	.mr-pt {
	padding-top: 180px;
	padding-bottom: 40px;
	padding-right: 35px;
	margin-bottom: 2px;	
}
}
@media screen and (max-width: 768px) {
	.mr-pt {
	padding-top: 180px;
	padding-bottom: 40px;
	padding-right: 25px;
	margin-bottom: 2px;	
}
}
@media screen and (max-width: 414px) {
	.mr-pt {
	padding-top: 100px;
	padding-bottom: 40px;
	padding-right: 25px;
	margin-bottom: 2px;	
}
}
.mr-works-text {
	color: #888;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
	text-align: left;
}
@media screen and (max-width: 834px) {
	.mr-works-text {
	color: #888;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
}
}
.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;
}
}
/* 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: 90px;
	padding-right: 58px;
}
.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;
}


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

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



.letter-spacing5{ 
	letter-spacing: 5px; 
}
@media (max-width: 414px) {
	.letter-spacing5{ 
	letter-spacing: 0px; 
}
}
.recruit-style {
	display: table;
	table-layout: fixed;
	padding: 20px 0;
	border: solid 5px #fff;
	width: 100%;
	box-sizing: border-box;
	line-height: 22px;
	background-color: #EEEEEE;
		
}
@media screen and (max-width: 480px) {
	.recruit-style {
	display: block;
	padding: 10px;
}
}

.recruit-dt {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	border-right: solid 2px #fff;
	width: 250px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.recruit-dt {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	text-align: center;
}
}

.recruit-dd {
	display: table-cell;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.recruit-dd {
	padding-top: 10px;
	padding-right: 10px;
	adding-left: 10px;
	width: 100%;
}
}

/* cgi-conf-table */
#form-tbl tr {
    width: 100%;	
}

#form-tbl th {
    width: 18%;	
}
#form-tbl td {
    width: 80%;	
}

/* /lec-text-box-center */
.lec-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 0px;
	
		
}
@media (max-width: 960px) {
	.lec-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 0px;
	
}
}
@media (max-width: 760px) {
	.lec-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-top: 0px;
	
}
}

.spPDF {
    width: 15%;
  }
@media screen and (max-width: 1366px){
.spPDF { 
	width: 18%;
	}
}
@media screen and (max-width: 1024px){
.spPDF { 
	width: 25%;
	}
}
@media screen and (max-width: 768px){
.spPDF { 
	width: 30%;
	}
}
@media screen and (max-width: 414px){
.spPDF { 
	width: 30%;
	}
}


.spLINK {
    width: 14%;
  }
@media screen and (max-width: 1366px){
.spLINK { 
	width: 14%;
	}
}
@media screen and (max-width: 1024px){
.spLINK { 
	width: 25%;
	}
}
@media screen and (max-width: 768px){
.spLINK { 
	width: 30%;
	}
}
@media screen and (max-width: 414px){
.spLINK { 
	width: 30%;
	}
}



.spSPN {
    width: 28%;
  }
@media screen and (max-width: 1366px){
.spSPN { 
	width: 28%;
	}
}
@media screen and (max-width: 1024px){
.spSPN { 
	width: 25%;
	}
}
@media screen and (max-width: 768px){
.spSPN { 
	width: 38%;
	}
}
@media screen and (max-width: 414px){
.spSPN { 
	width: 33%;
	}
}


.newsimg {
    float: right;
    width: 80%;
  }
@media screen and (max-width: 767px){
.newsimg { 
	float: left;
    width: 100%;
	}
}

/*ACCORDION*/
div.accordion {
  width: 100%;
}
div.accordion > ul > li > a {
  display: block;
  
  
  text-decoration: none;
  border-top: 1px solid #555;
  cursor: pointer;
  padding: px px;
  position: relative;
  text-align: left;
  padding-top: 15px;
  
}

div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #555;
}
div.accordion > ul > li > a:after{
  content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(135deg);
}
div.accordion > ul > li > a.active:after{
  content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}
div.accordion > ul > li > ul {
  display: none;
  padding-bottom: 30px;
}
div.accordion > ul > li > ul > li{
  display: block;
  color: #000;
  
  position: relative;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0%;
}

div.accordion > ul > li > ul > li > a{
  display: block;
  color: #000;
  font-size: 14px;
  position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
  
}
/*ACCORDIONオリジナルエンド*/

.profile_histry01 {
	background: url( "image_cont01/kw/kw_profile_histry001.jpg" );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*table arena*/
table {
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
}
th, td {
    border-bottom: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    text-align: center;
    padding: 15px;
    color: #555;
}
th { 
    background-color: #EAECEC; 
    
}
/*facebook icon*/
#social-icon a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}
#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #c6bb80;
  line-height: 50px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 50px; }
#social-icon .fa-twitter { background: #00a1e9; }
#social-icon .fa-facebook { background: #3b5998; }
#social-icon .fa-google-plus { background: #c53727; }
#social-icon .fa-rss { background: #ff8c00; }


.yaa {
    width: 15px;
    height: 15px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(135deg);
}