@charset "UTF-8";


/*CSSDocument*/

.fs-hidden {
 display: none !important;
}

.fs-hidden2 {
 display: none;
}


.pagination {
 font-size: 80%;
}

.pagination a {
 text-decoration: none;
 border: solid 1px #AAE;
 color: #15B;
}

.pagination a,
.pagination span {
 display: block;
 float: left;
 padding: 0.3em 0.5em;
 margin-right: 5px;
 margin-bottom: 5px;
}

.pagination .current {
 background: #26B;
 color: #fff;
 border: solid 1px #AAE;
}

.pagination .current.prev,
.pagination .current.next {
 color: #999;
 border-color: #999;
 background: #fff;
}


div#fs-page-navi,
div#fs-page-navi-f,
.fs-paginate {
 background: #f4f4f4;
 padding: 10px;
 margin-bottom: 20px;
 clear: both;
 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}


.fs-paginate ul {
 display: flex;
}

.fs-paginate ul li {
 margin: 0 1px;
}



div#fs-page-navi a,
div#fs-page-navi span,
div#fs-page-navi-f a,
div#fs-page-navi-f span,
.fs-paginate a {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

div#fs-page-navi a:hover,
div#fs-page-navi-f a:hover {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}




div#fs-page-navi a.fs-link-current,
div#fs-page-navi span.current,
div#fs-page-navi-f a.fs-link-current,
div#fs-page-navi-f .span.current,
.fs-paginate .fs-current a.fs-current-link {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

div#fs-page-navi span.current,
div#fs-page-navi span,
div#fs-page-navi a,
div#fs-page-navi-f span.current,
div#fs-page-navi-f span,
div#fs-page-navi-f a {
 margin: 0 5px 0 0;

}


.highlight {
 color: #f00;

}

.tn {
 background-repeat: no-repeat;

 padding: 0 0 0 70px;

 background-size: 60px 60px;

 min-height: 60px;

 word-break: break-all;

}


#search_content input#keywords {
 padding: 3px;
 margin: 5px 5px 0 0;
 width: 160px;
}

#search_content input#submit {
 background: #004ea2;
 border: 1px solid #004ea2;
 color: #fff;
 padding: 2px 5px 2px 5px;
 cursor: pointer;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}


#entryBox {
 padding-top: 20px;
}

#entryBox li a {
 margin-bottom: 10px;
 display: block;
}



/* share
===============================================================*/


.txt_area {
 padding: 0 15px 15px 15px;
}

.txt_area p {
 margin-bottom: 20px;
}



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


 .topic_path {
  padding-left: 3%;
  box-sizing: border-box;
 }



}



.topic_path {
 max-width: 100%;
 background: #e1f4fc;
 border: solid #00a1e9;
 border-width: 1px 0 1px 0;
 line-height: 20px;
 font-size: 10px;
 width: 100%;
 margin-bottom: 15px;
}

.topic_path_wrap {
 margin: auto;
 max-width: 990px;
}

.topic_path ul {
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.topic_path li.home {
 background: none;
 padding-left: 2px;
 margin-right: 15px;
}

.topic_path li {
 background: url(images/topic_arrow.gif) no-repeat left 50%;
 padding-left: 15px;
 margin-right: 15px;
}



@media screen and (max-width:768px) {
 .topic_path {
  padding: 0 20px;
 }

 .topic_path ul {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }

 .topic_path li {
  display: inline;
 }
}






/*  
----------------------------------------------------------table */

table.normal {
 width: 100%;
}

table.normal th {
 padding: 8px;
 border-bottom: 1px dotted #ccc;
 text-align: left;
}

table.normal td {
 padding: 8px;
 border-bottom: 1px dotted #ccc;
 word-break: break-all;
}


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

 table.normal {
  width: 100%;
 }

 table.normal th {
  padding: 10px 10px 5px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: none;
  text-align: left;
  display: inline-block;
 }

 table.normal td {
  padding: 5px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  word-break: break-all;
  display: inline-block;
 }

 table.normal td textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  height: 12em;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #7f7f7f;
 }

 /*
 table.normal td input[type="text"],
 table.normal td select {
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  font-size: 1rem;
  margin: .2em 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #7f7f7f;
 }
*/

 table.normal td input[type="text"],
 table.normal td input[type="mail"],
 table.normal td input[type="mail_ver"] /*,
 table.normal td select */ {
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  font-size: 1rem;
  margin: .2em 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #7f7f7f;
 }


 /* table.normal td input#tel, */
 table.normal td input#zip1,
 table.normal td input#zip2,
 table.normal td input#age {
  width: 28%;
 }

 /*
form input#submit{
 font-family: 'Noto Sans CJK JP','?????´???????????“', 'Yu Gothic', YuGothic,"??’??????????§’??´ Pro W3","??’??????????§’??´ Pro W3", "Hiragino Kaku Gothic Pro", "????????????", Meiryo, Osaka, "?????? ??°??´?????????", "MS PGothic", "sans-serif" !important;
 border:1px solid #99d9f6;
 background:#00a0e9;
 border-radius:10px;
 padding: 1em 3em;
 font-size:1rem;
 font-weight:bold;
 color:#fff;
 display:inline-block;
 margin:1em auto 3em;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
*/


}





/* left contents
===============================================================*/

h2.main_tit {
 clear: both;
 background: url(images/main_tit_back.jpg) no-repeat top left / cover;
 width: 100%;
 max-width: 750px;
 height: 90px;
 padding: 62px 0 0 15px;
 font-size: 24px;
 color: #fff;
 text-shadow: 1px 1px 3px #004ea2;
 margin-bottom: 15px;
 diplay: block !important;
 box-sizing: border-box;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}

.main_tit_area {
 clear: both;
 background: url(images/main_tit_back.jpg) no-repeat top left / cover;
 width: 100%;
 max-width: 750px;
 height: 90px;
 color: #fff;
 text-shadow: 1px 1px 3px #004ea2;
 margin-bottom: 15px;
 diplay: block !important;
 box-sizing: border-box;
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 border: 1px solid #bbbaba;
 border-radius: 5px;
}

.main_tit_area.lvl2 {
 max-width: 850px;
 height: 130px;
}

.main_tit_area h1 {
 background: rgba(0, 160, 230, 0.72);
 display: flex;
 align-items: center;
 justify-content: space-between;
 font-size: 24px;
 width: 100%;
 padding: .4em .5em;
}


#contents_left.lvl2 h2.main_tit {
 max-width: 850px;
 background: url(images/main_tit_back.jpg) no-repeat top left /cover;
 height: 130px;
 padding: 74px 0 0 15px;
}




h2.main_tit em {
 font-style: normal;
 font-size: 62%;
 padding-right: 0;
 margin-right: 2%;
 padding: .2% 2%;
 font-weight: 600;
 border: 1px solid #fff;
 border-radius: 5px;
 background: rgba(255, 255, 255, 0.2)
}

h2.main_tit em a {
 color: #fff;
 text-decoration: underline;
 font-weight: normal;
}

h2.main_tit em a:hover {
 color: #fff;
 text-decoration: none;
 font-weight: normal;
}


.main_tit_area h1 em {
 font-style: normal;
 font-size: 62%;
 padding-right: 0;
 padding: .2% 2%;
 font-weight: 600;
 border: 1px solid #fff;
 border-radius: 5px;
 display: flex;
 justify-content: center;
 white-space: nowrap;
 word-break: break-all;
 background: rgba(255, 255, 255, 0.2);
 min-width: 8.5em;

}

.main_tit_area h1 em a {
 color: #fff;
 text-decoration: underline;
 font-weight: normal;
 display: inline-block;
}

.main_tit_area h1 em a:hover {
 color: #fff;
 text-decoration: none;
 font-weight: normal;
}



h2 {
 background: rgb(254, 254, 254);
 background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
 border: 1px solid #bbbaba;
 border-radius: 5px;
 font-size: 18px;
 font-weight: bold;
 text-shadow: 0 1px 1px #fff;
 max-width: 750px;
 box-sizing: border-box;
 padding: 5px 10px 5px 10px;
 display: block;
}

h2 span {
 border-left: 5px solid #00a1e9;
 padding: 4px 0 4px .7em;
 display: block;
}

h2.main_tit span {
 border-left: none;
 padding: 0 0 0 15px;
 display: block;
}


h2.subtit {
 background: rgb(254, 254, 254);
 background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
 border: 1px solid #bbbaba;
 border-radius: 5px;
 font-size: 18px;
 font-weight: bold;
 text-shadow: 0 1px 1px #fff;
 max-width: 750px;
 box-sizing: border-box;
 padding: 5px 10px 5px 10px;
 display: block;
}

#contents_left.lvl2 h2.subtit {
 max-width: 850px;
}




h2.itemtit {
 clear: both;
 background: #f4f4f4;
 line-height: 24px;
 padding: 10px 10px 5px 10px;
 font-size: 16px;
 text-shadow: 1px 1px 3px #ffffff;
 border-bottom: #00a0e9 5px solid;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
}



h3.message {
 color: #004da1;
 border-bottom: 1px dotted #ccc;
 padding-bottom: 4px;
 margin-bottom: 5px;
}


h3.faq {
 color: #004da1;
 border-bottom: 1px dotted #ccc;
 padding-bottom: 4px;
 margin-bottom: 5px;
 background: url(images/q.gif) no-repeat left top;
 padding-left: 30px;
 margin-bottom: 10px;
}



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


 h2.main_tit {
  clear: both;
  background: url('images/sp-tit-back.jpg') no-repeat center center / cover;
  min-height: 109px;
  height: auto;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  padding: 52px 0 0 0;
 }

 h2.main_tit.lvl2 {
  padding: 55px 0 5% 0;
  font-size: 22px;
 }

 h2.main_tit span {
  background: rgba(0, 161, 233, 0.6);
  padding: .3em 0 .4em 15px;
 }


 .main_tit_area {
  background: url('images/sp-tit-back.jpg') no-repeat center center / cover;

 }

 .main_tit_area h1 {
  font-size: 22px;
 }


 /*
h2.main_tit:before{
content:"";
position:absolute;
 font-size:24px;
color: #fff;
background: rgba(0,161,233,0.6);
padding:.5em 1em;
left:0;
width:100%;
box-sizing:border-box;
z-index:-1;
display:block;
height:1.5em;
top:53%;
}


h2.main_tit.lvl2:before{
content:"";
position:absolute;
 font-size:24px;
color: #fff;
background: rgba(0,161,233,0.6);
padding:1.2em 1em;
left:0;
width:100%;
box-sizing:border-box;
z-index:-1;
display:block;
height:1.5em;
top:43%;
}
*/


}

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

 h2.main_tit.lvl2 {
  padding: 15% 0 5% 15px;
  font-size: 20px;
 }

 h2.main_tit.lvl2:before {
  content: "";
  position: absolute;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 161, 233, 0.6);
  padding: 1.1em 1em;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: -1;
  display: block;
  height: 1.5em;
  top: 39%;
 }




}





/* right contents
===============================================================*/

.r_box {
 background: url(https://www.ensky.co.jp/common/images/r_box_middle.gif) repeat-y top center;
}

.r_box_in {
 background: url(https://www.ensky.co.jp/common/images/r_box_bottom.gif) no-repeat bottom center;
 padding: 0 15px 10px 15px;
}


ul.recom {
 padding-top: 10px;
}

ul.recom li {
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #d6d6d6;
 clear: both;
 font-size: 10px;
 line-height: 14px;
}

ul.recom li img {
 float: left;
 display: inline;
 margin-right: 10px;
}

ul.recom li.last {
 border-bottom: none;
 padding-bottom: 0;
}

.r-content-banner {}


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

 .r-content-banner {
  display: flex;
  flex-wrap: wrap;
 }

 .r-content-banner div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2% 5%;
 }

 .r-content-banner div.mb10 {
  margin: 0;
 }



 .r_box {
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto 20px !important;
 }

 .r_box h3 {
  border-bottom: 3px solid #2dafeb;
  font-size: 18px;
  padding: 4% 5%;
 }

 .r_box h3:before {
  content: "商品をさがす";

 }


 .r_box h3 img {
  display: none;

 }

 .r_box_in {
  background: none;
  padding: 0 15px 10px 15px;
 }


 .r-content-banner-bottom {
  display: none;
 }


 .r_box_in div div:first-of-type img,
 .r_box_in div div:last-of-type img {
  display: none;
 }

 .r_box_in div div:first-of-type,
 .r_box_in div div:last-of-type {
  position: relative;
 }

 .r_box_in div div:first-of-type a,
 .r_box_in div div:last-of-type a {
  border: 1px solid #bbbaba;
  display: block;
  padding: 4% 4%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  min-height: 16px;
  color: #000;
 }

 .r_box_in div div:last-of-type {
  margin-top: -1px;
 }

 .r_box_in div div a {}




}






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

#main_vis {
 background: url(images/visual_back.gif) repeat-x top center;
 height: 272px;
 width: 100%;
 text-align: left
}

#main_vis div.vis_in {
 margin: 2px auto 0 auto;
 width: 990px;
 height: 270px;
 overflow: hidden;
}

#main_vis div.vis_in div {
 float: left;
 display: inline;
 margin: 2px 1px 0 1px;
 width: 88px;
 height: 88px;
}

#main_vis div.vis_in div img {
 height: 88px;
}



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


 #main_vis {
  background-size: cover;
  height: 210px;
  width: 100%;
  text-align: left;
  padding: 0 0 1px;
  box-sizing: border-box;
 }



 #main_vis div.vis_in {
  max-width: 990px;
  width: 100%;
  height: 210px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
 }

 #main_vis div.vis_in div {
  float: none;
  display: inline-block;
  margin: 1px;
  width: 68px !important;
  height: 68px !important;
 }

 #main_vis div.vis_in div img {
  height: auto !important;
 }

}




.ico_fin {
 background: url(images/fin_ico.gif) no-repeat left top;
 padding-left: 50px;
 display: block;

 min-height: 30px;
}

.ico_event {
 background: #00a1e9;
 padding: 3px;
 text-align: center;
 font-size: 10px;
 line-height: 12px;
 min-width: 100px;
 color: #fff;
 float: left;
 display: inline;
 margin-right: 15px;
 margin-bottom: 4px;
}

.ico_press {
 background: #e95200;
 padding: 3px;
 text-align: center;
 font-size: 10px;
 line-height: 12px;
 min-width: 100px;
 color: #fff;
 float: left;
 display: inline;
 margin-right: 15px;
 margin-bottom: 4px;
}

.ico_news {
 background: #004ea2;
 padding: 3px;
 text-align: center;
 font-size: 10px;
 line-height: 12px;
 min-width: 100px;
 color: #fff;
 float: left;
 display: inline;
 margin-right: 15px;
 margin-bottom: 4px;
}

.ico_info {
 background: #e9a400;
 padding: 3px;
 text-align: center;
 font-size: 10px;
 line-height: 12px;
 min-width: 100px;
 color: #fff;
 float: left;
 display: inline;
 margin-right: 15px;
 margin-bottom: 4px;
}


dl.top_news {
 margin-left: 15px;
 margin-right: 15px;
 padding-top: 15px;
 background: url(images/top_line.gif) no-repeat bottom left;
 padding-bottom: 15px;
}

dl.top_news dt {
 font-weight: bold;
 width: 210px;
 float: left;
 display: inline;
}

dl.top_news dd {
 width: 505px;
 float: left;
 display: inline;

}

dl.top_news2 {
 margin-left: 15px;
 margin-right: 15px;
 padding-top: 15px;
 background: url(images/top_line.gif) no-repeat bottom left;
 padding-bottom: 15px;
}

dl.top_news2 dt {
 font-weight: bold;
 width: 110px;
 float: left;
 display: inline;
}

dl.top_news2 dd {
 width: 605px;
 float: left;
 display: inline;

}



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

 dl.top_news dt {
  width: 100%;
  float: none;
  display: block;
 }

 dl.top_news dd {
  width: 100%;
  float: none;
  display: block;
  clear: both;

 }

 dl.top_news2 dt {
  width: 100%;
  float: none;
  display: block;
 }

 dl.top_news2 dd {
  width: 100%;
  float: none;
  display: block;

 }



}






.top_pickup_bt {
 margin-top: -55px;
 z-index: 100;
 position: relative;
}

ul.top_item_list {
 padding-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
}

ul.top_item_list li {
 background: #f6f6f6;
 border: 1px solid #e5dadb;
 padding: 6px 6px 15px 6px;
 margin-left: 9px;
 margin-bottom: 9px;
 width: 100px;
 font-size: 10px;
 line-height: 14px;
}



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


 ul.top_item_list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
 }

 ul.top_item_list li {
  background: #f6f6f6;
  border: 1px solid #e5dadb;
  padding: 5px 5px 15px 5px;
  float: none;
  box-sizing: border-box;
  margin: 0 5px 10px;
  width: calc((100% / 3) - 10px);
 }

 ul.top_item_list li img {
  width: 100%;
 }


}





ul.top_cheara_list {
 padding-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
}

ul.top_cheara_list li {
 width: 108px;
 display: inline;
 margin-left: 14px;
 text-align: center;
 margin-bottom: 20px;
 font-size: 10px;
 line-height: 14px;
}

ul.top_cheara_list li .img_box {
 padding: 4px;
 background: #fff;
 -moz-box-shadow: 1px 1px 8px #666;
 -webkit-box-shadow: 1px 1px 8px #666;
 box-shadow: 1px 1px 8px #666;
 margin-bottom: 9px;
}

ul.top_cheara_list li .img_box img {
 width: 100px;
 height: 100px;
}


.top-banner-area{
 display: flex;
 padding: 0 0 1%;
 width: 100%;
 box-sizing: border-box;
 justify-content: space-around;
}

.top-banner-area li{
 margin: 0 5px 10px;
 flex-basis: auto;
}

.top-banner-area li img{
 max-width: 100%;
 height: auto;
}


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


 ul.top_cheara_list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
 }

 ul.top_cheara_list li {
  padding: 5px 5px 15px 5px;
  float: none;
  box-sizing: border-box;
  margin: 0 5px 20px;
  width: calc((100% / 3) - 10px);
 }

 ul.top_cheara_list li .img_box img {
  width: 100%;
  height: auto;
 }
}




.top_bt_area {
 clear: both;
 background: url(images/top_line.gif) no-repeat top left;
 padding-top: 15px;
 text-align: right;
 margin-right: 15px;
 margin-left: 15px;
}


ul.faq {
 padding-bottom: 30px;
}

ul.faq li {
 background: url(images/q.gif) no-repeat left 50%;
 padding-left: 25px;
 margin-bottom: 10px;
}

.faq_a {
 background: url(images/a.gif) no-repeat left top;
 padding-left: 30px;
 margin-bottom: 10px;
}

.faq_a p {
 margin-bottom: 25px;
 line-height: 22px;
}

.faq_a a {
 text-decoration: underline;
}

.faq_a p.faq_indent2 {
 padding-left: 18px;
}

.faq_a p.faq_indent {
 text-indent: -18px;
 margin-left: 18px;
}

.faq_line {
 border-top: 1px dotted #d6d6d6;
 padding-top: 25px;
 clear: both;
}

.faq_tit {
 padding: 3px;
 background: #f6f6f6;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}


ul.cheara_list {
 padding-bottom: 10px;
 padding-top: 20px;
 display: flex;
 flex-wrap: wrap;
}

ul.cheara_list li {
 width: 130px;
 display: inline;
 margin-left: 17px;
 text-align: center;
 margin-bottom: 20px;
 font-size: 12px;
 line-height: 16px;
}

ul.cheara_list li .img_box {
 padding: 4px;
 background: #fff;
 -moz-box-shadow: 1px 1px 8px #666;
 -webkit-box-shadow: 1px 1px 8px #666;
 box-shadow: 1px 1px 8px #666;
 margin-bottom: 9px;
}


 #sp-form input.bt,
 #formWrap input.bt{
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  border: 1px solid #595959;
  background: #7f7f7f;
  border-radius: 10px;
  padding: .5em 3em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 1em auto .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
 }
 #sp-form input.bt:hover,
 #formWrap input.bt:hover {
 background: #333;
}

  #sp-form input#submit,
#sp-form input#submit2,
 #formWrap input#submit {
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  border: 1px solid #99d9f6;
  background: #00a0e9;
  border-radius: 10px;
  padding: 1em 3em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 1em auto 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
 }
  #sp-form input#submit:hover,
  #sp-form input#submit2:hover,
 #formWrap input#submit:hover {
  border: 1px solid #99d9f6;
  background: #0077ad;
 }

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

 ul.cheara_list li {
  width: calc((100% / 3) - 10px);
  margin: 0 5px 20px;
 }

 ul.cheara_list li .img_box {
  display: block;
 }

 ul.cheara_list li img {
  height: auto;
 }



 input.bt {
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  border: 1px solid #595959;
  background: #7f7f7f;
  border-radius: 10px;
  padding: .5em 3em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 1em auto 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90%;
  box-sizing: border-box;
 }


 input#submit {
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  border: 1px solid #99d9f6;
  background: #00a0e9;
  border-radius: 10px;
  padding: 1em 3em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 1em auto 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* width: 90%; */
  box-sizing: border-box;
 }


}






dl.cheara_list {
 padding: 10px;
 display: inline-block;
 float: left;
 width: 50%;
 box-sizing: border-box;
 vertical-align: top;
 text-align: left;
}

dl.cheara_list.lvl2 {
 padding: 10px;
 display: inline-block;
 float: none;
 width: 100%;
 box-sizing: border-box;
 vertical-align: top;
 text-align: left;
}

dl.cheara_list:nth-of-type(9) {
 float: left;

}

dl.cheara_list:nth-of-type(even) {
 float: right;

}

dl.cheara_list:nth-of-type(10) {
 float: left;

}

dl.cheara_list:nth-of-type(11) {
 float: right;

}

dl.cheara_list:nth-of-type(12) {
 float: left;

}

dl.cheara_list:nth-of-type(13) {
 float: left;

}

dl.cheara_list:nth-of-type(14) {
 float: right;

}

dl.cheara_list:nth-of-type(15) {
 float: left;

}

dl.cheara_list:last-of-type {
 float: right;

}

dl.cheara_list.lvl2:nth-of-type(9),
dl.cheara_list.lvl2:nth-of-type(even),
dl.cheara_list.lvl2:nth-of-type(10),
dl.cheara_list.lvl2:nth-of-type(11),
dl.cheara_list.lvl2:nth-of-type(12),
dl.cheara_list.lvl2:nth-of-type(13),
dl.cheara_list.lvl2:nth-of-type(14),
dl.cheara_list.lvl2:nth-of-type(15),
dl.cheara_list.lvl2:last-of-type {
 float: none;

}



dl.cheara_list dt {
 border-bottom: 1px dotted #ccc;
 padding-bottom: 4px;
 /* padding-left: 20px; */
 margin-bottom: 5px;
 font-size: 14px;
 font-weight: bold;
 /* background: url(images/old-versions.png) no-repeat left 50%; */
}

dl.cheara_list dt a {
 color: #004da1;
 text-decoration: underline;
}

dl.cheara_list dt a:hover {
 text-decoration: none;

}

dl.cheara_list dd {
 margin-left: 20px;
 font-size: 12px;
 line-height: 1.8;
}

dl.cheara_list dd a {
 text-decoration: underline;

}

dl.cheara_list dd a:hover {
 text-decoration: none;

}

.cheara_list_wrap {
 text-align: center;

}

.cheara_list_wrap.lvl2 {
 text-align: center;

 display: flex;

 justify-content: space-between;

}

.cheara_list_wrap.lvl2 .chara-list-inner {
 width: 49%;

}

dl.cheara_list.lvl2 dt {
 border-bottom: 1px dotted #ccc;
 padding-bottom: 4px;
 /* padding-left: 20px; */
 margin-bottom: 5px;
 margin-top: 20px;
 font-size: 14px;
 font-weight: bold;
 /* background: url(images/old-versions.png) no-repeat left 50%; */
}

ul.cheara_list li .img_box img {
 width: 120px;
 height: 120px;
}


ul.item_list {
 padding-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
}

ul.item_list li {
 background: #f6f6f6;
 border: 1px solid #e5dadb;
 padding: 5px 5px 15px 5px;
 float: left;
 margin-left: 7px;
 margin-bottom: 9px;
 width: 130px;
 font-size: 12px;
 line-height: 16px;
}

ul.item_list li p.l_price {
 margin-top: 5px;
 font-size: 10px;
 line-height: 12px;
}

ul.item_list li p {
 font-size: 10px;
 line-height: 12px;
}

ul.item_list li a {
 text-decoration: none;
}

ul.item_list li a:visited {
 text-decoration: none;
}

ul.item_list li a:hover {
 text-decoration: underline;
}





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

 ul.item_list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
 }

 ul.item_list li {
  background: #f6f6f6;
  border: 1px solid #e5dadb;
  padding: 5px 5px 15px 5px;
  float: none;
  box-sizing: border-box;
  margin: 0 5px 10px;
  width: calc((100% / 3) - 10px);
 }

 ul.cheara_list li .img_box img {
  width: 100%;
  height: auto;
 }



}




.top_banner_area {
 background: #f4f4f4;
 padding: 10px 10px 1px 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 margin-bottom: 15px;
}

.top_banner_area h3 {
 font-size: 12px;
 margin-bottom: 10px;
}


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

 .top_banner_area {
  display: flex;
  flex-wrap: wrap;
 }

 .top_banner_area h3 {
  width: 100%;
 }

 .top_banner_area div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2% 5%;
 }

 .top_banner_area div.mr10 {
  margin: 0;
 }



}






/* pagenate */

.pagenate_area {
 background: #f4f4f4;
 padding: 10px;
 margin-bottom: 20px;
 clear: both;
}


ul.br_pagenate {}

ul.br_pagenate li {
 line-height: 22px;
 float: left;
 display: inline;
 margin: 0 3px 0 0;
 text-align: center;
 font-size: 12px;

 border-radius: 3px;
 /* CSS3??‰??? */
 -webkit-border-radius: 3px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 3px;
 /* Firefox?”¨ */
}


ul.br_pagenate li a {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

ul.br_pagenate li a:hover {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}

ul.br_pagenate li .current_page a {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}

ul.br_pagenate li .current_page {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

ul.br_pagenate li .link_next {
 line-height: 22px;
 margin: 0 0 0 2px;
 text-align: center;
 border: none;
}

ul.br_pagenate li a.link_next {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
}

ul.br_pagenate li a.link_next:hover {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}

ul.br_pagenate li.link_next {
 line-height: 22px;
 margin: 0 0 0 2px;
 text-align: center;
 border: none;
}


ul.br_pagenate li.link_before {
 line-height: 22px;
 margin: 0 2px 0 0;
 text-align: right;
 border: none;
}

ul.br_pagenate li .link_before {
 line-height: 22px;
 text-align: right;
 border: none;
}

ul.br_pagenate li a.link_before {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
}

ul.br_pagenate li a.link_before:hover {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}


/*  item  */

table.item_tb {
 width: 100%;
 border: 1px solid #e0e0e0;
 border-collapse: collapse;
}

table.item_tb th {
 width: 130px;
 border: 1px solid #e0e0e0;
 padding: 10px;
 background: #f4f4f4;
}

table.item_tb td {
 padding: 10px;
 border: 1px solid #e0e0e0;
}

.item_thumb {
 text-align: center;
 width: 80px;
 float: left;
 display: inline;
 margin-right: 10px;
 margin-top: 10px;
}

.item_thumb2 {
 text-align: center;
 width: 80px;
 float: left;
 display: inline;
 margin-top: 10px;
}

.item_thumb img {}

.thumb_box {}

#item_pict {
 background: #f4f4f4;
 border: 1px solid #e0e0e0;
 padding: 10px;
 width: 260px;
}


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

 #item_pict {
  margin: 0 auto;
 }

 h2.itemtit + div.w310 {
  width: 100% !important;
 }

 h2.itemtit + div.ml10 {
  margin: 0 !important;
 }

 div.w310 + div.w420 {
  width: 100% !important;
 }

 #item_pict + div.ml16 {
  width: 100%;
  padding-top: 3%;
  text-align: center;
  margin: 0 auto 50px;
 }


}







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

ul.item_status li {
 background: #ffffde;

 margin-right: 4px;
 float: left;
 display: inline;
 padding: 3px 10px 3px 10px;
 border: 1px solid #00a0e9;
 line-height: 12px;

 border-radius: 3px;
 /* CSS3??‰??? */
 -webkit-border-radius: 3px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 3px;
 /* Firefox?”¨ */
}



.puzzle-wrap {}


.puzzle_box {
 border: 1px solid #e0e0e0;
 background: #f4f4f4;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

.puzzle_box h4 {
 background: #00a0e9;
 font-size: 14px;
 padding: 4px 0 4px 0;
 text-align: center;
 color: #fff;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
}

.puzzle_box h4.col2 {
 background: #4271b6;
}

.puzzle_box h4.col3 {
 background: #9282b6;
}

.puzzle_box h4.col4 {
 background: #9e4d92;
}


.puzzle_box_in {
 padding: 20px;
}

.puzzle_box_in h5 {
 color: #00a0e9;
 font-size: 14px;
 margin-bottom: 10px;
}

ul.puzzle_list li {
 background: url(images/puzzle_ico.gif) no-repeat left 50%;
 padding-left: 11px;
}

.right_line {
 border-right: 1px dashed #e0e0e0;
}

.col_blue {
 color: #1f779f;
}


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


 .puzzle-wrap div + div {

  width: 100%;
  max-width: 100%;

 }

 .puzzle-wrap div.w355,
 .puzzle-wrap div.w374,
 .puzzle-wrap div.w373 {
  width: 100%;
  max-width: 100%;

 }

 .puzzle-wrap ul.w180,
 .puzzle-wrap ul.w135 {
  width: 50%;
  max-width: 50%;
 }



}






/* pickup
------------------------------------------------------------*/
/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.1
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

.carousel {
 position: relative;
 margin: 0 auto;
 width: 750px;
 height: auto;
 border: none;
 overflow: hidden;
 margin-bottom: 30px;
 min-height: 280px;
}

/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */

/* slide container */
.carousel .slides {
 margin: 0;
 padding: 0;
 border: none;
 list-style: none;
 position: relative;
 overflow: visible;
}

/* slide item */
.carousel .slides .slideItem {
 position: absolute;
 cursor: pointer;
 overflow: hidden;
 padding: 0;
 margin: 0;
 border: none;
}

.carousel .slides .slideItem a {
 display: block;
 text-decoration: none;
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}

.carousel .slides .slideItem img {
 margin: 0;
 padding: 0;
 border: none;
 width: 100%;
 height: auto !important;
}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */

.carousel .nextButton {
 position: absolute;
 right: 10px;
 top: 80px;
 width: 38px;
 height: 79px;
 background: url("images/carousel/next_button.png") no-repeat center;
 cursor: pointer;
 z-index: 9999;
}

.carousel .prevButton {
 position: absolute;
 left: 10px;
 top: 80px;
 width: 38px;
 height: 79px;
 background: url("images/carousel/prev_button.png");
 cursor: pointer;
 z-index: 9999;
}

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */
.carousel .buttonNav {
 position: relative;
 margin: 0 auto;
 z-index: 999;
 width: 300px !important;
 text-align: center;
}

/* numbers */
.carousel .buttonNav .numbers {
 position: relative;
 float: left;
 margin: 5px;
 color: #828282;
 cursor: pointer;
 font-weight: bold;
 text-decoration: none;
 font-size: 1em;
 font-family: Arial, Verdana;
}

.carousel .buttonNav .numbers:hover {
 color: #000;

 text-decoration: underline;

}

.carousel .buttonNav .numberActive {
 background: none;
 color: #000;
 cursor: default;
}

/* bullets */
.carousel .buttonNav .bullet {
 position: relative;
 width: 16px;
 height: 16px;
 background: url(images/carousel/Bullet-White.png) no-repeat center;
 margin: 5px;
 display: inline-block;
 cursor: pointer;
}

.carousel .buttonNav .bullet:hover {
 background: url(images/carousel/Bullet-Black.png) no-repeat center;
}

.carousel .buttonNav .bulletActive {
 background: url(images/carousel/Bullet-Black.png) no-repeat center;

 cursor: default;

}

/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */

.carousel .slides .videoOverlay {
 background: url("images/carousel/video.png") no-repeat center;
 /* play button */
}

.carousel .slides .spinner {
 background: #000 url(images/carousel/loading.gif) no-repeat center;
 /* video preloader */
}

/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel .shadow {
 width: 100%;

 height: 82px;

}

.carousel .shadow .shadowLeft {
 background: url("images/carousel/shadowLeft.png") no-repeat;

 width: 100px;

 height: 82px;


 /* fix png problems in ie */
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowLeft.png, sizingmethod=scale)";
 /* IE8 */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowLeft.png, sizingmethod=scale);
 /* IE6 & 7 */
}

.carousel .shadow .shadowMiddle {
 height: 82px;

 background: url("images/carousel/shadowTile.png") repeat-x;


 /* fix png problems in ie */
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowTile.png, sizingmethod=scale)";
 /* IE8 */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowTile.png, sizingmethod=scale);
 /* IE6 & 7 */
}


.carousel .shadow .shadowRight {
 width: 100px;

 height: 82px;

 background: url("images/carousel/shadowRight.png") no-repeat;


 /* fix png problems in ie */
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowRight.png, sizingmethod=scale)";
 /* IE8 */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/carousel/shadowRight.png, sizingmethod=scale);
 /* IE6 & 7 */
}

/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */
.carousel .gradient {
 background-image: url(../js/gradient.svg);

}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 8888;
 width: 100%;
 height: 500px;
}

#jquery-lightbox {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 9999;
 text-align: center;
 line-height: 0;
}

#jquery-lightbox a img {
 border: none;
}

#lightbox-container-image-box {
 position: relative;
 background-color: #fff;
 width: 250px;
 height: 250px;
 margin: 0 auto;
}

#lightbox-container-image {
 padding: 10px;
}

#lightbox-loading {
 position: absolute;
 top: 40%;
 left: 0%;
 height: 25%;
 width: 100%;
 text-align: center;
 line-height: 0;
}

#lightbox-nav {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 9999;
}

#lightbox-container-image-box > #lightbox-nav {
 left: 0;
}

#lightbox-nav a {
 outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
 width: 49%;
 height: 100%;
 zoom: 1;
 display: block;
}

#lightbox-nav-btnPrev {
 left: 0;
 float: left;
}

#lightbox-nav-btnNext {
 right: 0;
 float: right;
}

#lightbox-container-image-data-box {
 font: 10px Verdana, Helvetica, sans-serif;
 background-color: #fff;
 margin: 0 auto;
 line-height: 1.4em;
 overflow: auto;
 width: 100%;
 padding: 0 10px 0;
}

#lightbox-container-image-data {
 padding: 0 10px;
 color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
 width: 70%;
 float: left;
 text-align: left;
}

#lightbox-image-details-caption {
 font-weight: bold;
}

#lightbox-image-details-currentNumber {
 display: block;
 clear: left;
 padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
 width: 66px;
 float: right;
 padding-bottom: 0.7em;
}



/*  item contents
------------------------------------------------------------*/

.item_contents img {
 width: 100%;
 height: auto;

}

.item_contents .youtube {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
 z-index: 1;

}

.item_contents .youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;

}



.sitemap {
 background: url(/common/images/library.gif) no-repeat left 2px;
 padding: 2px 0 2px 20px;
 clear: both;
}

.sitemap_in {
 background: url(/common/images/issue.gif) no-repeat left 2px;
 padding: 2px 0 2px 20px;
 margin-left: 20px;
}

.chara_ico {
 background: url(/common/images/user.gif) no-repeat left 2px;
 padding: 2px 0 2px 20px;
 width: 300px;
 float: left;
 margin-left: 20px;
}

.chara_ico2 {
 background: url(/common/images/customers.gif) no-repeat left 2px;
 padding: 2px 0 2px 20px;
 margin-left: 20px;

 color: #004ea2;
 text-decoration: none;
 cursor: pointer;
}



.indent_10 {
 margin-left: 10px;
 text-indent: -10px;
}



.txt_form {
 border: 1px solid #bbbaba;
 padding: 3px;
 background: #fff;
 font-size: 14px;
}

.caution {
 color: #363636;
 font-size: 12px;
}

ul.error li {
 color: #ff0000;
 font-size: 14px;
 line-height: 22px;
}

ul.error {
 padding-left: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #ff0000;
 padding-bottom: 10px;
}

p.error_p {
 color: #ff0000;
 font-size: 16px;
 font-weight: bold;
 border-top: 1px solid #ff0000;
 padding: 10px 0 10px 0;
}

select.select_list {
 padding: 3px;
 font-size: 14px;
 line-height: 20px;
 width: 300px;
}

@media screen and (max-width: 768px) {
  select.select_list {
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    font-size: 1rem;
    margin: .2em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #7f7f7f;
  }
}

.bt {
 font-size: 14px;
 padding: 4px;
}




.ca-container {
 position: relative;
 margin: 0 auto;
 width: 410px;
 height: auto !important;
}

.ca-wrapper {
 width: 100%;
 height: 100%;
 position: relative;
}

.ca-item {
 position: relative;
 float: left;
 width: 136px;
 height: 180px !important;
 text-align: center;
}

.mm_right {
 width: 190px !important;
 text-align: left !important;
}

.ca-item-main {
 padding: 0px;
 position: relative !important;
 top: 0px !important;
 left: 0px !important;
 right: 0px !important;
 bottom: 0px !important;
 background: #fff;
 overflow: hidden;
 -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ca-item-main img {
 width: 126px;
}



.finish_area {
 border: 2px solid #a90015;
 padding: 15px;
 text-align: center;
 color: #a90015;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 20px;
}




/* pagination
==================================================================================================*/

.pagination {
 margin: 0 3px 0 0;

}

.pagination a {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
 margin: 0 3px 0 0;

}

.pagination a:hover {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;
}

/*
.pagination a, .pagination span { 
display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;

}
*/


.pagination .current {
 background: #004ea1;
 border: 1px solid #004ea1;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #fff;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
 margin: 0 3px 0 0;

}

.pagination .current.prev,
.pagination .current.next {
 background: #fff;
 border: 1px solid #d3d3d3;
 padding: 0 8px 0 8px;
 line-height: 22px;
 text-decoration: none;
 color: #d3d3d3;

 border-radius: 5px;
 /* CSS3??‰??? */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome?”¨ */
 -moz-border-radius: 5px;
 /* Firefox?”¨ */
}

#num {
 width: 150px;
}

#num2 {
 width: 150px;
}

.error_messe {
 color: #ff0000;

}


/* 2020.09 company plus 
------------------------------------------------------------------*/
nav.company-nav {
 margin-bottom: 2%;
 display: flex;
 height: auto;
 padding: 1% 2%;
}

.company-nav ul {
 display: flex;
 width: 100%;
}

.company-nav li {
 margin-right: 4%;
 box-sizing: border-box;
 font-size: 118%;
}

.company-nav li a {
 color: #333;
 background: url("images/ico-arrow.svg") no-repeat left 50% / 1.2em;
 padding-left: 1.5em;
 padding: .3em 0 .3em 1.5em;
}

.company-nav li a.is-current {
 color: #004ea1;
 font-weight: bold;
}


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

 .company-nav ul {
  flex-wrap: wrap;
 }

}





.company-tit {
 font-size: 164%;
 color: #004ea1;
 font-weight: bold;
 padding: 4% 0;
 text-align: center;
}

.company-read {
 background: #6AC3FA;
 border-radius: 10px;
 padding: 4% 5% 6%;
 font-size: 123%;
 line-height: 1.5;
 margin: 5% 5% 2%;
 color: #fff;
}

.company-read h4 {
 font-size: 300%;
 text-align: center;
 margin-bottom: 2%;
 display: block;
 border-radius: 5px;
 padding: .2em;
}
.company-read h4 span{
 display: block;
 text-align: center;
 font-size: 50%;
}

.company-category{
 background: #F2F2F2;
 border-radius: 10px;
 padding: 4% 5% 6%;
 font-size: 123%;
 line-height: 1.5;
 margin: 0 5% 4%;
 color: #fff;
}

.company-category h3{
 text-align: center;
 margin-bottom: 5%;
 color: #666;
 font-size: 123%;
 letter-spacing: 3px;
}
.company-category h3 span{
 display: inline-block;
 background: #666;
 color: #fff;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-radius: 25px;
}
.company-category h4{
 text-align: center;
 margin-bottom: 5%;
 color: #666;
 font-size: 116%;
 letter-spacing: 2px;
}


.company-category-list{
 display: flex;
 justify-content: space-around;
 margin-bottom: 7%;
}
.company-category-list li{
 width: calc(100% / 4);
 box-sizing: border-box;
 text-align: center;
 height: 130px;
 padding: 0 2%;
}

.company-category-list li a{
 border: 2px solid #D9D9D9;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 color: #666;
 text-decoration: none;
 font-size: 123%;
 transition: all ease .4s;
 letter-spacing: 2px;
 font-weight: bold;
}


.company-category-list li a.puzzle{
 background: #B5D6D9 url('images/arrow-bottom.png') no-repeat center 96% / 1em;
}
.company-category-list li a.kids{
 background: #FBE5D6 url('images/arrow-bottom.png') no-repeat center 96% / 1em;
}
.company-category-list li a.hobby{
 background: #B4C7E7 url('images/arrow-bottom.png') no-repeat center 96% / 1em;
}
.company-category-list li a.season{
 background: #FFCCCC url('images/arrow-bottom.png') no-repeat center 96% / 1em;
}

.company-category-list li a:hover{
 transform: scale(1.1,1.1);
 transition: all ease .4s;
 text-decoration: none;
}

ul.company-category-link{
 display: flex;
 justify-content: space-between;
}


ul.company-category-link li{
 width: 50%;
 box-sizing: border-box;
 padding: 0 2%;
 display: flex;
}
ul.company-category-link li a{
 background: #fff url('images/ico-arrow.svg') no-repeat 95% 50% / 1.4em;
 border: 2px solid #D9D9D9;
 padding-right: 2em;
 box-sizing: border-box;
 width: 100%;
 height: 3em;
 text-align: center;
 transition: all ease .4s;
 display: flex;
 align-items: center;
 line-height: 1;
 justify-content: center;
}
ul.company-category-link li a:hover{
 transition: all ease .4s;
 text-decoration: none;
 background: #f5f5f5 url('images/ico-arrow.svg') no-repeat 96% 50% / 1.4em;
 
}
ul.company-category-link li a span{
 font-size: 88%;
}

.company-category-method{
 margin: 0 5% 2%;
 border-radius: 10px;
 padding: 4% 5% 4%;
 color: #666;
 border: 2px solid #D9D9D9;
}

.company-category-method#puzzle{
 background: #B5D6D9;
}
.company-category-method#kids{
 background: #FBE5D6;
}
.company-category-method#hobby{
 background: #B4C7E7;
}
.company-category-method#season{
 background: #FFCCCC;
}

.company-category-head{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 5%;
}
.company-category-head.eng{
 flex-direction: column;
}
.company-category-method h3{
 font-size: 220%;
 letter-spacing: 3px;
 line-height: 1.3;
}

.company-category-head.eng h3{
 margin-bottom: .5em;
}

.company-category-method h4{
 font-size: 200%;
 letter-spacing: 3px;
 line-height: 1.3;
 font-size: 140%;
 background: rgba(255,255,255,0.6);
 padding: 2%;
 border-radius: 5px;
}
.company-category-method h4.lvl2{
 letter-spacing: .5px;
}

.company-category-method p{
 font-size: 123%;
 line-height: 1.6;
}

.company-list {
 margin: 0 5% 0;
 display: flex;
 flex-wrap: wrap;
}

.company-list dt {
 font-size: 123%;
 font-weight: bold;
 margin-bottom: 3%;
 padding-bottom: 1.5%;
 width: 100%;
 text-align: center;
 border-bottom: 2px solid #00a1e9;

}

.company-list dd {
 margin-left: 1em;
 width: 48%;
 margin: 0 1% 2%;
 border: 1px solid #ddd;
 border-radius: 5px;
 box-sizing: border-box;
 padding: .5em 1em;
 font-size: 118%;
}

.company-list + p {
 text-align: right;
 font-size: 123%;
 margin: 0 6% 2%;
}


.company-tb {
 margin: 0 2% 2%;
 width: 96%;
 font-size: 123%;
 line-height: 1.6;
}

.company-tb th {
 padding: 2% 2%;
 border-bottom: 1px solid #004ea2;
}

.company-tb td {
 padding: 2% 2%;
 border-bottom: 1px solid #00a0e9;
}

.company-tb.history th {
 width: 30%;
 vertical-align: top;
}

.company-tb.history td span {
 padding-left: 1em;
 color: #666;
 display: block;
}


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

 .company-tb th {
  display: inline-block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 3% 2% 1%;
 }

 .company-tb td {
  padding: 1% 2% 3%;
  width: 100%;
  padding-left: 1em;
  display: inline-block;
  box-sizing: border-box;
 }

 .company-tb.history th {
  width: 100%;
  vertical-align: top;
 }
 
 .company-read h4 {
 font-size: 200%;
}

 
 .company-category{
  padding: 8% 5%;
 }

.company-category-list{
 display: flex;
 justify-content: space-around;
 margin-bottom: 7%;
 flex-wrap: wrap;
}
.company-category-list li{
 width: calc(100% / 2);
 box-sizing: border-box;
 text-align: center;
 height: 29vw;
 padding: 0 2%;
 margin-bottom: 4%;
}

.company-category-list.lvl2 li{
 font-size: 13px; 
}
 
ul.company-category-link{
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}


ul.company-category-link li{
 width: 100%;
 box-sizing: border-box;
 padding: 0 2%;
 margin-top: 4%;
}


.company-category-head{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 5%;
 flex-direction: column;
}

.company-category-method h3{
 font-size: 200%;
 letter-spacing: 3px;
 line-height: 1.3;
 text-align: center;
 margin-bottom: 2%;
 word-break: break-all;
}
.company-category-method h4{
 font-size: 130%;
 padding: 2% 4%;
 border-radius: 5px;
}

.company-category-method p{
 font-size: 123%;
 line-height: 1.6;
}
 
 
 
 
 
 

}



@media screen and (max-width: 375px) {
 
  ul.company-category-link li{
 font-size: 14px;
}
 ul.company-category-link li a span{
 font-size: 78%;
}
 
}

@media screen and (max-width: 320px) {
 
  ul.company-category-link li{
 font-size: 11px;
}
 ul.company-category-link li a span{
 font-size: 78%;
}
 .company-category-list.lvl2 li{
 font-size: 11px; 
}
}




.company-img {
 text-align: center;
}



.group {
 padding: 6% 6% 6%;
}


.group-wrap {
 max-width: 900px;
 width: 100%;
 margin: 0 auto;
 padding: 5% 6%;
 letter-spacing: -.4em;
}

.group-business {
 max-width: 320px;
 width: 35.5%;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 z-index: 3;
 position: relative;
}

.group-list {
 display: inline-block;
 vertical-align: middle;
 text-align: left;
 width: calc(100% - 35.5%);
 letter-spacing: 0;
 position: relative;
 background: url("images/group-line.gif") no-repeat left 50% / contain;
}

.group-list li:first-child {
 background: url("images/circle-arrow.png") no-repeat left top;
 padding-left: 50px;
 margin-bottom: 50px;
}

.group-list li:first-child h3 img {
 max-width: 150px;
}


.group-list li h3 a:hover img {
 filter: alpha(opacity=70);
 -moz-opacity: 0.60;
 opacity: 0.60;
}


.group-list li:nth-child(2) {
 background: url("images/circle-02.png") no-repeat left top;
 padding-left: 50px;
 margin-left: 120px;
 margin-bottom: 50px;
}

.group-list li:nth-child(2) h3 img {
 max-width: 140px;
}

.group-list li:nth-child(3) {
 background: url("images/circle-03.png") no-repeat left top;
 padding-left: 50px;
 margin-left: 130px;
 margin-bottom: 50px;
}

.group-list li:nth-child(3) h3 img {
 max-width: 140px;
}

.group-list li:last-child {
 background: url("images/circle-arrow.png") no-repeat left top;
 padding-left: 50px;
 margin-left: 60px;
}

.group-list li:last-child h3 img {
 max-width: 170px;
}

.group-list li h3 {
 font-size: 153.8%;
 color: #004ea2;
 margin-bottom: .6em;
}

.group-list li h4 {
 font-size: 138.4%;
 color: #004ea2;
 font-weight: normal;
 margin-bottom: .6em;
}

.group-list li p {
 font-size: 108%;
 color: #424242;
}


.group-list li:first-child h4,
.group-list li:first-child p {
 margin-left: 80px;
}



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

 .group-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
 }

 .group-list {
  background: url("images/group-line.gif") no-repeat 0 50% / contain;
  width: calc(100%);
 }

 .group-list li:first-child h3 img {
  width: 40%;
 }

 .group-list li:nth-child(2) h3 img {
  width: 60%;
 }

 .group-list li:nth-child(3) h3 img {
  width: 70%;
 }

 .group-list li:last-child h3 img {
  width: 60%;
 }



 .group-business {
  margin-right: -10%;
  position: relative;
  z-index: 2;
 }



}

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


 .group-business {
  width: 30%;
  margin-right: -30%;
  position: relative;
  z-index: 2;
 }

 .group-list {
  width: calc(100% - 10%);
 }
 .group-list.lvl2 {
  width: calc(100% - 10%);
  background: url("images/group-line.gif") no-repeat -30px 40% / contain;
 }
 .group-list li h4 {
  font-size: 120%;
 }

 .group-list ul {
  margin-left: 40px;
  width: 100%;
 }

 .group-list li:first-child {
  background-size: 20px;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
 }
 .group-list.lvl2 li:first-child {
  margin-left: -30px;
 }
 .group-list li:nth-child(2) {
  background-size: 20px;
  padding-left: 35px;
  margin-left: 80px;
  margin-bottom: 30px;
 }

 .group-list li:nth-child(3) {
  background-size: 20px;
  padding-left: 35px;
  margin-left: 90px;
  margin-bottom: 30px;
 }

 .group-list li:last-child {
  background-size: 20px;
  padding-left: 35px;
  margin-left: 40px;
 }

 .group-list li:nth-child(3) h3 img {
  width: 60%;
 }

 .group-list li:first-child h4,
 .group-list li:first-child p {
  margin-left: 50px;
 }

 .group-list li:first-child h4 {
  margin-left: 20px;
 }




}



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

 .group-list {
  background: url("images/group-line.gif") no-repeat -30px 50% / contain;
 }
 .group-list.lvl2 {
  background: url("images/group-line.gif") no-repeat -50px 50% / contain;
 }
 .group-list ul {
  margin-left: 10px;
  width: 100%;
 }

 .group-list li h4 {
  font-size: 110%;
  margin-bottom: .5em;
 }
 .group-list.lvl2 li:first-child {
  margin-left: -10px;
 }

 .group-list li p {
  font-size: 90%;
 }

}





.access-wrap {
 padding: 2% 5%;
}

.access-wrap h3 {
 font-size: 132%;
 margin-bottom: .5em;
 border-top: 1px solid #b3e3f8;
 padding-top: 1em;
}

.access-wrap h3:first-of-type {
 border-top: none;
}

.access-wrap p {
 font-size: 118%;
 line-height: 1.5;
 margin-bottom: 1em;
}

.gmap {
 position: relative;
 padding-bottom: 36.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
 margin-bottom: 8%;
 border: 1px solid #b3e3f8;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

input#submit2 {
 font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
 border: 1px solid #99d9f6;
 background: #00a0e9;
 border-radius: 10px;
 padding: .5em 3em;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 display: inline-block;
 margin: 1em auto 3em;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 box-sizing: border-box;
 cursor: pointer;
}

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

 .company-tb .w400 {
  width: 96%;
  box-sizing: border-box;
 }

}


.contact-btn {
 text-align: center;
}


.contact-btn input.bt {
 font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
 border: 1px solid #595959;
 background: #7f7f7f;
 border-radius: 10px;
 padding: .5em 3em;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
 display: inline-block;
 margin: 1em 1% 1em;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: auto;
 box-sizing: border-box;
 cursor: pointer;
}



.contact-btn input#submit {
 font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
 border: 1px solid #99d9f6;
 background: #00a0e9;
 border-radius: 10px;
 padding: .5em 3em;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
 display: inline-block;
 margin: 1em 1% 3em;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: auto;
 box-sizing: border-box;
 cursor: pointer;
}



.comingsoon{
 padding: 10% 0;
 text-align: center;
 font-size: 140%;
 letter-spacing: 1px;
}




.contact-domain{
 margin-bottom: 5%;
 font-size: 120%;
}
.contact-domain dt{
 font-size: 110%;
 font-weight: bold;
 margin-bottom: .5em;
}

.contact-domain-this{
 background: #f5f5f5;
 padding: .7em 1em;
 display: inline-block;
 font-size: 115%;
 margin-top: 2%;
}
.contact-domain-this strong{
 font-weight: bold;
}

.contact-domain dd{
 margin-bottom: 5%;
 padding-left: 2%;
}
.contact-domain dd.lvl2{
 margin-bottom: 2%;
}

.contact-domain-list{
 display: flex;
 padding-bottom: 5%;
 justify-content: space-around;
}
.contact-domain-list li{
 width: calc((100% / 3) - 1% );
 text-align: center;
 font-size: 90%;
}

.contact-domain-list li.docomo a{
 background: #c03;
 display: block;
 color: #fff;
 padding: .5em 0;
 transition: all ease .5s;
}
.contact-domain-list li.au a{
 background: #eb5505;
 display: block;
 color: #fff;
 padding: .5em 0;
 transition: all ease .5s;
}
.contact-domain-list li.softbank a{
 background: #666;
 display: block;
 color: #fff;
 padding: .5em 0;
 transition: all ease .5s;
}

.contact-domain-list li.docomo a:hover{
 text-decoration: none;
 background: #960026;
}
.contact-domain-list li.au a:hover{
 text-decoration: none;
 background: #ce4a03;
}
.contact-domain-list li.softbank a:hover{
 text-decoration: none;
 background: #000;
}

@media screen and (max-width: 768px) {
 
.contact-domain-list{
 display: flex;
 flex-direction: column;
 padding-bottom: 5%;
 justify-content: space-around;
}
 .contact-domain-list li{
 width: calc((100%) );
 text-align: center;
 font-size: 90%;
  margin-bottom: 1%;
}
 
 
}