/* reusable css */
.link_border a{
  text-decoration: underline;
}
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.item p {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: .1em;
  font-family:"Yu Gothic", "Meiryo", sans-serif;

  }

.link {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family:"Yu Gothic", "Meiryo", sans-serif;
}
.link li {
  display: block;
  width: 33.333%;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  letter-spacing: .1em;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.link li a{
  position: relative;
  padding-left: 16px;
  display: block;
}
.link li a::before{
  position: absolute;
  right: 13px;
  content: "";
  width: 15px;
  height: 30px;
  background-image: url(../img/arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.link li:nth-child(3n) {
  border-right: none;
}

.left-border {
  font-size: 19px;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: bold;
  border-left: 4px solid #c1a189;
  margin-left: 10px;
  margin-bottom: 8px;
  padding-left: 7px;
}
.left-border_inner{
  font-size: 19px;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: bold;
  border-left: 4px solid #c1a189;
  margin-bottom: 8px;
  padding-left: 7px;
}
.button-gold {
  font-size: 16px;
  font-weight: bold;
  color: #c1a189;
  height: 26px;
  line-height: 26px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  box-shadow: 0px 0px 1px #bdbdbd;
}
.pd10 {
  padding: 0 10px;
}
/*slick*/
.slide {
  padding: 0 10px;
  margin-bottom: 15px;
}
.slide p {
  font-size: 12px;
font-weight: bold;
line-height: 2.3;
letter-spacing: .1em;
font-family:"Yu Gothic", "Meiryo", sans-serif;
  }
  .slide li {
    padding: 0 2px;
  }
.next-arrow {
  right: 0px;
}

.prev-arrow {
  left: 0px;
  display: none !important;
}
.slide-arrow {
  overflow-x: hidden;
  color: #bdbdbd;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
  font-weight: 200 !important;
  position: absolute;
  top: 45%;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-disabled
{
  display: none !important;
}
.slide .slick-list {
  padding-right: 20px;
}
@media only screen and (min-width: 750px) {
  .pd10 {
    padding: 0;
  }
  .slide {
    padding: 0;
   
  }
.next-arrow {
  right: -38px;
}
.prev-arrow {
  left: -40px;
}
.slide-arrow {
  overflow-x: visible;
  font-size: 40px;
  width: 20px;
  height: 40px;
}
  .left-border,.left-border_inner {
    font-size: 25px;
    margin-left: 0px;
  }
  .slide p {
    font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: .1em;
    }
    .slide li {
      padding: 0 2px;
    }
  main .link li {
      font-size: 14px;
  }
}
/* top all */
h2 {
  font-weight: bold !important;
}


/*sec1*/
section.sec1 {
padding-top: 0;
}
.slick-dots {
  bottom: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  font-family: 'slick';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: gray;
  text-align: center;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: white;
}
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}


/* banner */
.banner-middle {
  padding: 0 35px;
  margin-bottom: 15px;
}
.banner {
  padding: 0 25px;
  margin-bottom: 15px;
}
.banner li {
  margin-bottom: 6px;
}
@media only screen and (min-width: 750px) {
  .banner-middle {
    padding: 0 25px;
    margin-bottom: 15px;
    text-align: center;
  }
  .banner-middle img{
    width: 350px;
  }
  .banner{
    max-width: 800px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  .banner li {
    display: inline-block;
    width: 48%;
  }
  .banner li:nth-child(4),
  .banner li:nth-child(5) {
    width: 24%;
  }
 
}
/* sec4 */
.sec4 h3 {
  margin-left: 10px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}
.sec4 .horizontal-list {
  margin-bottom: 10px;
}
.sec4 .link {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .sec4 h3 {
    font-size: 18px;
  }
  .sec4 .link {
    margin-bottom: 40px;
  }
}
/*footer*/
footer ul {
  font-size: 11px;
  line-height: 2.3;
  padding: 0 15px;
  margin-bottom: 35px;
}
footer .flex li {
  width: 27%;
}
footer .flex li:nth-child(3n) {
  width: 46%;
}

footer .flex li a{
  padding-left: 12px;
  display: block;
  background-image: url(../img/arrow-right.png);
  background-position: center left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 750px) {
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  footer,
  .banner-middle,
  .sec_tab{
    max-width: 1040px;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
  }
  footer ul {
    font-size: 16px;
    line-height: 2.3;
    padding: 0 15px;
    margin-bottom: 35px;
  }
  footer .flex li {
    width: 30%;
  }
  footer .flex li:nth-child(3n) {
    width: 40%;
  }
  .copyright {
    font-size: 12px;
  }
}


/*------------

celebrity html 

-------------*/
.c_parent {
  padding: 0 10px;
}
.c_item {
  box-shadow: 0px 0px 3px #bdbdbd;
  padding-bottom: 7px;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 48%;
}
.c_item:nth-child(2n){
  margin-left: 4%;
}

.c_item p {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .14em;
  line-height: 2.3;
}
.pagenation {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 12px;
  color: #6c6c6c;
}
.pagenation li {
  display: inline;
  margin-right: 7px;
}
.pagenation .page_active {
  border-bottom: 1px solid #bdbdbd;
}
.acc_title {
  margin: 0 10px;
  margin-bottom: 25px;
  padding-left: 3px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 0px 2px #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  position: relative;
}
.acc_title a:before {
  position: absolute;
  right: 5px;
  content: "";
  width: 15px;
  height: 35px;
  background-image: url(../img/arrow-upper.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;
  transform: rotate(180deg);
}
.rotate:before {
  transform: rotate(0) !important;
}
.celebrity .banner-middle {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 750px) {
  .c_item {
    width: 24%;
    margin-right: 1%;
  }
  .c_item:nth-child(2n){
    margin-left: 0%;
  }
  .acc_title {
    margin: 0;
    margin-bottom: 25px;
  }
  .pagenation {
    font-size: 15px;
  }
  .celebrity .banner-middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/*------------

detail html 

-------------*/
.buy {
  align-items: center;
}
.mt2 {
 margin-top: 2px;
}
.ml10 {
  margin-left: 10px;
}
.sikaku li:before {
  content: '■';
  font-size: 15px;
  margin-right: 5px;
}

.gold_table {
  width: 100%;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 3;
}
.gold_table tr {
  border-top: 1px solid #bdbdbd;
}
.gold_table tr:last-child {
  border-bottom: 1px solid #bdbdbd;
}
.gold_table tr td:first-child {
  font-weight: 600;
  color: #c1a189;
  padding-right: 15px;
  padding-left: 16px;
}
.gold_table tr td:last-child {
  padding-right: 10px;
}
.sns li {
  display: inline;
}
.sns li img{
  width: auto;
  vertical-align: middle;
  margin-right: 3px;
}
@media only screen and (min-width: 750px) {
  .gold_table {
    font-size: 16px;

  }
}

/*------------

recruit html 

-------------*/
.recruit .sec4 h3 {
  margin-top: 6px;
  font-size: 18px;
}
.recruit.entry .sec4 h3 {
  margin-top: 0px;
}
.recruit .acc_title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.check li {
  padding-left:28px;
	position:relative;
  margin-bottom: 8px;
}
.check li:before,
.check li:after{
	content:"";
	display:block;
	position:absolute;
}
.check li::after{
  border-left:2px solid #e9579c;
	border-bottom:2px solid #e9579c;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
.check li::before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px
}
.recruit .button-gold {
  
  height: 35px;
  line-height: 35px;
 width: 70%;
 margin: 0 auto;
 box-shadow: 0px 0px 3px #bdbdbd;
}
.recruit .box-brown {
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #c1a189;
  padding: 20px 15px 7px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.recruit .box-brown .txt15 {
  line-height: 0 !important;
}

.recruit .step {
  position: relative;
  border: 2px solid #c1a189;
  border-radius: 50%;
  color: #c1a189;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.recruit .step::before {
  content: "STEP";
  font-size: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  font-weight: bold;
}

.bread.wrap_inner {
  padding: 0 10px;
}
@media only screen and (min-width: 750px) {
  .bread.wrap_inner {
    padding: 0 40px;
  }
}
/*------------

entry form html 

-------------*/
.entry .sec4 table {
  width: 100%;
}
.entry .sec4 table tr th,.form_ttl{
  font-weight: bold;
  font-size: 12px;
  color: #c1a189;
  width: 40%;
  line-height: 26px;
}
.entry .sec4 table tr td{
  width: 60%;
}
.entry .sec4 input {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 0 10px;

}
.entry .sec4 input[type="email"] {
  height: 26px;
  margin-bottom: 7px;
  border-radius: 6px;
}
.entry .sec4 .policy input {
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0px;
}
.entry .sec4 table tr.policy  td {
 width: 100%;
 font-size: 11px;
 line-height: 1.4;
}

.entry .button-gold {
  height: 35px;
  line-height: 35px;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 0px 3px #bdbdbd;
}
.btn-double .button-gold {
  width: 45%;
  height: auto;
  line-height: 35px;
  margin: 0 auto;
  box-shadow: 0px 0px 3px #bdbdbd;
}
.btn-triple .button-gold {
  width: 32%;
  height: auto;
  line-height: 35px;
  margin: 0 auto;
  box-shadow: 0px 0px 3px #bdbdbd;
}
@media only screen and (min-width: 750px) {
  .entry .sec4 table tr th{
    font-size: 18px;
    line-height: 35px;
  }
  .entry .sec4 input {  
    height: 35px;
    margin-bottom: 20px;
  }
  .entry .sec4 input[type="email"] {
    height: 35px;
    margin-bottom: 15px;
  }
}
/*------------

earn html 

-------------*/
.earn table {
  width: 100%;
  font-size: 14px;
  letter-spacing: .1em;
}
.earn table th,
.earn table td {
  text-align: center;
  padding: 8px 0;
}
.earn table tr {
  border-top: 1px solid #bdbdbd;
  
}
.earn table tr:last-child{
  border-bottom: 1px solid #bdbdbd;
}
.earn table th:first-child,
.earn table td:first-child {
  text-align: left;
}
.earn .sec4 .flex li {
  width: 50%;
  line-height: 20px;
}

@media only screen and (min-width: 750px) {
  .earn table {  
    font-size: 18px;
  }
  .earn .sec4 .flex li {
    width: 33.3%;
    line-height: 20px;
  }
}
/*------------

cherge html 

-------------*/
.charge .box {
  border: 1px solid #bdbdbd;
  padding: 0 10px;
}
.charge table {
  width: 100%;
  font-size: 14px;
  letter-spacing: .1em;
}
.charge table tr {
  border-bottom: 1px solid #bdbdbd;
  
}
.charge table tr:last-child{
  border-bottom:none;
}
.charge table td:first-child {
  position: relative;
  padding: 30px 0;
  padding-left: 30px;
}
.charge table td:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('../img/coin.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: left center;
  width: 20px;
  height: 20px;
}
.charge table td:last-child {
  position: relative;
  width: 30%;
}
.charge table td .inner_box{
  width: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border: 1px solid #bdbdbd;
  padding: 5px 10px ;
  text-align: center;
}
/*------------

guide line html 

-------------*/
.disc li::before{
  content: '・';
}
.disc li{
  text-indent: -0.5em;
  padding-left: .5em !important;
}
/*------------

gift-item html 

-------------*/
.item-gift .box {
  border: 1px solid #bdbdbd;
}
.gift-item {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 10px 0;
}
.gift-item img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.gift-item div:first-child {
  height: 80px;
  position: relative;
}
.gift-item .item-child {
  position: relative;
  padding-left: 30px;
}
.gift-item .item-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-image: url('../img/coin.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: left center;
  width: 20px;
  height: 20px;
}
/*------------

QandA html 

-------------*/
.QA p:first-child {
  position: relative;
  padding-left: 2em;
}
.QA p:first-child::before {
  position: absolute;
  content: 'Q';
  font-size: 19px;
  top: -5px;
  left: 0;
  font-weight: bold;
  font-family: 'メイリオ';
}
.QA p:last-child {
  position: relative;
  padding-left: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}
.QA p:last-child::before {
  position: absolute;
  content: 'A';
  font-size: 19px;
  top: -5px;
  left: 1px;
  color: #c1a189;
  font-weight: bold;
  font-family: 'メイリオ';

}
/*------------

service-policy  html 

-------------*/
.service-policy table tr td:first-child {
  width: 50px;
}
.service-policy table tr td{
  padding-bottom: 7px;
}
@media only screen and (min-width: 750px) {
  .service-policy table tr td:first-child {
    width: 70px;
  }
}
/*------------

registration html 

-------------*/
.bank-account td table tr td:first-child {
  width: 33%;
  line-height: 25px;
}
.post-number .post-flex1 div:first-child {
width: 62%;
}
.post-number .post-flex1 div:last-child {
  width: 36%;
  line-height: 25px;
}
.post-number .post-flex2 div:first-child {
  width: 40%;
}
.post-number .post-flex2 div:last-child {
  width: 58%;
}
.post-number .button {
  display: inline-block;
  border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 3px #c9c9c9;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 25px;
    color: #c1a189;
}
@media only screen and (min-width: 750px) {
  .bank-account td table tr td:first-child {
    width: 25%;
    line-height: 30px;
  }
  .post-number .post-flex1 div:first-child {
  width: 80%;
  }
  .post-number .post-flex1 div:last-child {
    width: 18%;
    line-height: 30px;
    text-align: right;
  }
  .post-number .post-flex2 div:first-child {
    width: 50%;
  }
  .post-number .post-flex2 div:last-child {
    width: 50%;
    text-align: right;
  }
  .post-number .button {
    text-align: center;
    display: inline-block;
    border: 1px solid #e7e7e7;
      box-shadow: 0px 0px 3px #c9c9c9;
      height: 25px;
      padding: 0 5px;
      width: 100%;
      margin-bottom: 10px;
      border-radius: 6px;
      font-size: 16px;
      line-height: 25px;
  }
}
input.checkbox {
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

/*------------

withdrawal html 

-------------*/
.retire-button li {
  position: relative;
  width: 70%;
  border: 1px solid #bdbdbd;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.retire-button li a {
  display: block;
  width: 100%;
  height: 100%;
}
.retire-button li::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  color: #bdbdbd;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*------------

all-license html 

-------------*/
.mypage .page li{
  color: #c1a189;
  border-right: 1px solid #383838;
  padding: 0 5px;
}
.mypage .page li:last-child {
  border-right: none;
}
.mypage .page li.active {
  color: #383838;
 
}
.mypage table {
  width: 100%;
}
.mypage table th{
  font-weight: bold;
}
.mypage table th,
.mypage table td {
  vertical-align: middle;
  
  text-align: center;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 5px;
}
.mypage table tr:last-child td {
  border-bottom: 1px solid #bdbdbd;
}
.mypage table th:last-child,
.mypage table td:last-child {
  border-right: none;
}
/*------------

clear html 

-------------*/
.center {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.center .txt35 {
  font-size: 30px;
}
.com {
  position: absolute;
  bottom: 40px;
  right: 50px;
}
.com2 {
  position: absolute;
  bottom: 15%;
  right: 10px;
}
.clear .button-gold {
  width: 46%;
}
@media only screen and (min-width: 750px) {
  .com {
    position: absolute;
    bottom: 5px;
    right: 10px;
  }
}
/*------------

quiz html 

-------------*/
.flex-quiz .marubatu-item {
  width: 17%;
}
.flex-quiz .batu {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  color: #436bff;
}
.flex-quiz .maru {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-top: 5px;
  color: #d40202;
}
.flex-quiz .detail-quiz-answer {
  width: 80%;
}
.quiz {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #bdbdbd;
}
.quiz-question {
  border: 1px solid #bdbdbd;
  padding: 8px 0;
}
.radio_button .flex {
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
.radio_button .flex .radio_content {
  width: 100%;
  background-color: #fff0f0;
  padding: 5px 10px;
}
.radio_button .flex .radio_content0 {
  display: inline-block;
  background-color: #e3cfd0;
  padding: 5px 10px;
  margin-left: 5px;
}

.quiz_border {
  border: 1px solid #bdbdbd;
  padding: 5px 9px;
}
.quiz_border_inner {
  border: 1px solid #bdbdbd;
  padding: 5px 9px;
}
.quiz_border_inner img {
  width: auto;
  margin-right: 10px;
}
.quiz_left_border {
  border: 1px solid #bdbdbd;
}
.quiz_left_border p {
  border-bottom: 1px solid #bdbdbd;
}
.quiz_left_border .flex .border {
  width: 46.5%;
  border: 1px solid #bdbdbd;
  margin: 5px;
  padding: 1px;
}
@media only screen and (min-width: 750px) {
  .quiz_border_inner img {
    vertical-align: baseline;
  }
}
/*------------

making_mypage html 

-------------*/
.making .camera_no {
  color: #bcbcbc;
  width: 10px;
}
.making .flex-item.border img{

object-fit: contain;
}
.making .flex-item.border {
  border: 1px solid #bcbcbc;
  padding: 7px 10px 7px 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 17%;
}
.making textarea{
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 5px 10px;
}
.making select {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.making input[type="radio"]{
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;

  margin-bottom: 0px;
  border-radius: 0;
}
.making input[type="checkbox"]{
  border: none;
  box-shadow: none;
  width: 10px;
  height: auto;

  margin-bottom: 0px;
  border-radius: 0;
}
.making span.w100 {
  width: 100%;
}
.making table tr td.flex {
  width: 100%;
}
.making .genre .flex >div:nth-child(3n+1) {
  width: 28%;
}
.making .genre .flex >div:nth-child(3n+2) {
  width: 34%;
}
.making .genre .flex >div:nth-child(3n) {
  width: 38%;
}
.making .sns .flex img {
  width: 23px;
  height: auto;
  object-fit: contain;
  margin-right: 6px;
 margin-bottom: 9px;

}
.making .border_accordion {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  border-radius: 6px;
  padding-left: 10px;
  position: relative;
  height: 30px;
  display: block;
  margin-bottom: 30px;
}

.making .border_accordion:before{
  position: absolute;
  right: 13px;
  content: "";
  width: 15px;
  height: 30px;
  background-image: url(../img/arrow-upper.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;
  transform: rotate(180deg);
}
.rotate:before {
  transform: rotate(0) !important;
}
.making table.selection tr th {
  width: 30%;
}
.making table.selection tr td {
  width: 70%;
}
.making .mr10 {
  margin-right: 10px;
}
/*------------
company.html
-------------*/
.company table {
  width: 100%;
}
.company table tr {
  font-size: 13px;
  line-height: 1.5;
}
.company table tr td{
  padding: 10px;
  border-top: 1px solid #c9c9c9;
}
.company table tr:last-child{
  border-bottom: 1px solid #c9c9c9;
}
.company table tr td:first-child {
  color: #c1a189;
  font-weight: bold;
  width: 28%;
}
.company table tr td:last-child {
  width: 72%;
}
.company table tr td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (min-width: 750px) {
  .company table tr {
    font-size: 16px;
    line-height: 1.6;
  }
  .company .card_img img {
    width: auto;
  }
}
.re_comp .button-gold {
  width: 80%;
  margin: 0 auto;
}
/*------------
mypage
-------------*/
.mypage2 table {
  width: 100%;
}
.mypage2 table th {
  font-weight: bold;
}
.mypage2 table tr .table3{
  font-weight: bold;
  text-align: right;
}
.mypage2 table th, .mypage2 table td {
  font-size: 13px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 10px 5px;
}
.mypage2 table tr:last-child {
  border-bottom: 1px solid #bdbdbd;
} 
.mypage2 table td:last-child {
  text-align: right;
}
.mypage2 table th:last-child, .mypage2 table td:last-child {
  border-right: none;
}
.mypage2 table.table2 td,.mypage2 table.table2 th{
  text-align: center;
}
.mypage2 .border-gold {
  border: 2px solid #c1a189;
  padding: 10px 0;
  width: 80%;
}
.mypage2 .button-gold {
  width: 48%;
}
.cord .button-gold {
  width: 50%;
  margin: 0 auto;
}
.cord .sec4 input {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 3px #c9c9c9;
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.cord .w80 {
  width: 80%;
}
/*------------
registration
-------------*/
.registration .sec4 table tr th {
  width: 30%;
}
.registration .mr1em {
  margin-right: 9px;
}
.registration .hint .flex p{
width: 20%;
}

/*------------
online
-------------*/
.online .acc_title {
 
  border-radius: 0px;
}
.online .QA {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 15px;
}
/*------------
aaaaaaaaaaaaaaaaaaaa
-------------*/
/*------------
aaaaaaaaaaaaaaaaaaaa
-------------*/


/*------------
追記
-------------*/
/*------------
汎用
-------------*/
.btn {
  width: 50%;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #c1a189;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

/*------------
tab
-------------*/

.tab {
  padding: 0 10px;
}
.flex.caption .txt {
  width: 80%;
  overflow: hidden;
}
.flex.caption .num {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .flex.caption .txt {
        overflow: scroll;
  }
}

/* タブの基本スタイル */
.tabs-menu li {
  width: 50%;
  text-align: center;
  transition: all .15s;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.tabs-menu a {
  display: block;
  padding: 10px 20px;
  color: #6c6c6c;
}



/* 選択中のタブの色を設定 */
.tabs-menu .active {
  border-bottom: 2px solid #c1a189;
}
.tabs-menu .active a {
  color: #c1a189;
  font-weight: bold;
}

/* タブコンテンツ表示エリア */
.tabs-content {
  font-size: 12px;
}
.tabs-content li{
  position: relative;
  padding: 8px 10px 0;
  color: #000;
  border-top: 1px solid #e7e7e7;
}
.tabs-content li:last-child{
  border-bottom: 1px solid #e7e7e7;
}
.tabs-content li a::before{
  position: absolute;
  right: 5px;
  top: 0;
  content: "";
  width: 15px;
  height: 29px;
  background-image: url(../img/arrow-upper.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;
  transform: rotate(180deg);
}
.tabs-content li a{
  display: block;
  margin-bottom: 10px;
}

/* 各タブのコンテンツはデフォルトで非表示 */
.tabs-content>section {
  display: none;
}
.checkbox {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.checkbox p{
  padding: 5px 20px 5px 0;
}

/*------------
navigation
-------------*/
.detail_search {
  position: relative;
  padding-left: 16%;
  font-size: 11px;
  line-height: 2.3;
  letter-spacing: .01em;
}

.detail_search::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  background-image: url("../img/arrow-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

/*------------
industry
-------------*/
.industry .item {
  margin-bottom: 4%;
  box-shadow: 0px 0px 5px #bcbcbc;
  border-radius: 5px;
}
.industry .item .flex{
  padding: 0 5px;
}
/*------------
questionnaire
-------------*/
.questionnaire form .flex{
  align-items: flex-end;
  text-align: center;
}
.questionnaire form .flex >div{
  
}
.questionnaire form .flex >div input{
  margin: 0 10px;
}
.questionnaire form .flex >div:first-child {
  width: 27%;
  text-align: right;
}
.questionnaire form .flex >div:last-child {
  width: 27%;
  text-align: left;
}
.questionnaire form .flex >div:first-child .txt15,
.questionnaire form .flex >div:last-child .txt15{
  font-size: 11px;
}
.questionnaire2 form .flex p:first-child {
  width: 80%;
  text-align: left;
}
/*------------
touroku-gakusei
-------------*/
.gakkou-kinds li{
  width: 30%;
}

/*------------
recruitment 
-------------*/
.recruitment .sec1 {
  position: relative;
}
.recruitment .sec1 .txt h2,
.recruitment .sec1 .txt h3 {
  position: absolute;
}
.recruitment .sec1 .txt h2 {
  bottom: 5px;
  right: 5px;
}
.recruitment .sec1 .txt h3 {
  text-align: center;
  top: 10%;
  left: 10px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .recruitment .sec1 .txt h3 {
    font-size: 30px;
  }
}
.recruitment .sec2 .main_txt {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}
.recruitment .sec2 .main_logo img{
  width: auto;
}
.recruitment .sec3 .main_txt {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  font-style: oblique;
  text-align: center;
}

.recruitment .sec3 .main_txt span.cross {
  font-size: 20px;
  color: #e9579c;
}

.recruitment .sec4 .flex p {
  width: 50%;
}
.recruitment .sec4 ul li{
  position: relative;
  padding-left: 30px;
}

.recruitment .sec4 ul li{
	padding-left:28px;
	position:relative;
  margin-bottom: 8px;
}
.recruitment .sec4 ul li:before,
.recruitment .sec4 ul li:after{
	content:"";
	display:block;
	position:absolute;
}
.recruitment .sec4 ul li:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.recruitment .sec4 ul li:after{
	border-left:2px solid #e9579c;
	border-bottom:2px solid #e9579c;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
.item.editorial {
  position: relative;
}
.item.editorial::before {
  content: "編集部";
  position: absolute;
  top: 5px;
  right: 5px;
  border: #c1a189 2px solid;
  color: #c1a189;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 5px 7px;
}

.lp .box-brown {
  font-size: 15px;
  line-height: 1.7;
  padding: 20px 15px 7px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.lp .step {
  position: relative;
  border: 2px solid #c1a189;
  border-radius: 50%;
  color: #c1a189;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.lp .step::before {
  content: "STEP";
  font-size: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  font-weight: bold;
}
.lp ol {
  padding-left: 1em;
}
.lp ol li {
  list-style: decimals;
}
img.hidden {
  display: none;
}
.lp .sec5 .flex .img {
    width: 55%;
}
.fwm {
  font-weight: 500;
}
.recruitment .txt-red {
  color: red !important;
}

@media only screen and (min-width: 750px) {
.genre .item {
  width: 24%;
}
}