@charset "UTF-8";
body{min-height:auto!important;min-width:auto!important;}

:root {
}

.dib{
  display: block;
}
.a_left{
  text-align: left;
}
.f12{
  font-size: 12px;
}
.f13{
  font-size: 13px;
}
.ml10{
  margin-left: 10px;
}
.mt15{
  margin-top: 15px;
}

.fns25 {
  font-size: 25px !important;
}
.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
p{
  font-size: 18px;
}

.external::after{
    content: "";
	display: inline-block;
	margin-left:10px;
    background: url(../../../../coworking/images/common/icon/icon_w_white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
}

[data-bg-color="white"]{
  background-color: #fff!important;
}
[data-bg-color="gray"]{
  background-color: #f5f5f5!important;
}


.header_container{
  display: flex;
  flex-direction: row;
  height:120px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
}
.swiper-pagination-bullet-active{
  background: #fff;
}

.header_aside{
  display: block;
}

.header_nav{
  display: flex;
  justify-content: space-between;
}

.nav_ul{
  width: 100%;
}

.nav_ul li{
  margin-left: 60px;
}

.nav_ul li a{
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}

.nav_li_01,
.nav_li_02,
.nav_li_03,
.nav_li_04{
  position: relative;
  display: flex;
  justify-content: center;
  float: left;
  max-width: 120px;
  height: 50px;
}

.down_arrow::after{
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  content: "";
  top: 50%;
  margin-right: 2%;
  width: 20px;
  height: 20px;
  background-image: url(../../images/oshigotopasela/down_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.yellow_bold_line {
  letter-spacing: 2px;
  line-height: 45px;
  text-align:center;
}
/*
.wrapper p{
  letter-spacing: 2px;
}
*/
.second p{
  line-height: 30px;
}
.wrapper {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_visual {
    margin: 20px auto;
    text-align: center;
    width: 1000px;
}
#breadcrumbs.white a {
  color: #0062aa;
}

.h1_ttl span {
  color: #0062aa;
}

.img_content_right_container{
  width: 100%;
}

.img_content_right_container ul{
  display: flex;
}

.img_content_right_container ul li{
  width: 40%;
  height: 50px;
  padding-top: 5px;
  background-color: #fff;
  border-left:3px solid #0062aa;
}
.img_content_right_container ul li:last-child{
  border-right:3px solid #0062aa;
}

.img_content_right_container ul li h4{
  font-size: 14px;
}

.oshigotopasela img:nth-child(1){
  margin-bottom: -10px;
}

.img_text .oshigotopasela h1{
	margin-bottom: 0;
}

.img_container{
  width:32%;
}

.img_container p{
 text-align: left;
 margin-top: 10px;
 font-size: 16px;
}

.oshigotopasela .sub_text{
	opacity: .5;
	font-size: 18px;
	margin-left: 5px;
 letter-spacing: 14px;
}

.yellow_line{
  text-decoration:underline;
  text-decoration-color:orange;
}

.document_1{
  display: block;
  text-align: left;
  padding-top: 20px;
}

.document_1 h2{
  font-size: 32px;
  line-height: 50px;
}

.img_1{
  position: relative;
  display: block;
  height: 240px;
  margin-bottom: 40px;
}

.img_1 p{
 text-align: right;
 font-size: 16px;
}

.second{
  clear: both;
  display: flex;
  padding:20px 0;
}

.adjust{
  margin:0 20px;
}

.third {
  display: flex;
  justify-content: space-between;
}

.third .img_container img{
  display: block;
  box-sizing: border-box;
}

a.btn{
  margin-top: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #E3232D;
  font-size: 16px;
  padding: 10px 0px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 2px solid #e3232d;
  box-shadow: 0px 1px 3px #888888;
}

.btn::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #e3232d;
  border-right: solid 2px #e3232d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}
.btn.unker::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #e3232d;
  border-right: solid 2px #e3232d;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

.box_btn {
  width: 600px;
  padding: 10px 0 50px;
  background: #e0f3fd;
  box-sizing: border-box;
  margin: 0 auto;
}

.box_btn_ct {
  width: 300px;
  position: relative;
  margin: 30px auto 0 !important;
  background: #2f2f2f;
  border-radius: 10px;
  height: 70px;
  overflow: hidden;
  z-index: 1;
}

.box_btn_ct:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  background: #424242;
  overflow: hidden;
  z-index: 0;
}

.box_btn_ct:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../../images/oshigotopasela/img_ico_arrow_w.png)no-repeat;
  background-size: 9px 15px;
  right: 30px;
  top: calc(50% - 7px);
}

.box_btn_ct a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 27px 0;
  font-family: "Ryo Gothic PlusN","Hiragino Kaku Gothic Pro",Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

.oshigoto_ttl04 {
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN",Yu Gothic,Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.oshigoto_ttl04_bx {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .oshigoto_ttl04 {
    font-size: 20px;
    margin-bottom: 15px;
}
}

.dropin_wrap{
  background: #D8F3FA;
  width:100%;
}
.dropin{
  position: relative;
  padding-top: 30px;
  width:1000px;
  margin:50px auto 100px;
  text-align: center;
}

.dropin img{
  max-width:800px;
  margin: 0 auto;
}


.dropin_overlay_pc{
  position: absolute;
  width: 150px;
  top: 320px;
  left: 145px;
}

.dropin_overlay_btn_pc{
position: absolute;
width: 150px;
height: 50px;
right: 100px;
bottom: 14%;
}

.dropin_overlay_btn_pc a{
  display: block;
}

/**/
.information_container{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

.information_container_inner {
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.information_main{
  margin: 0 auto;
  width: 1000px;
}

.information_main ul li{
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: dashed 1px #b9b9b9;
}

.link_note{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  text-decoration:none;
  color: #333;
  height: 160px;
}

.link_note:hover{
  filter: opacity(0.8);
}

.note_img{
  width: 30%;
}

.note_txt{
  width: 65%;
  display: flex;
  flex-direction: column;
}

.ttl_note{
  text-align: left;
  font-weight: bold;
  font-size:21px;
}

.btn_note{
  margin-top: 30px;
  border: solid 1px #333;
  text-align: center;
  background-color: #fff;
}

.btn_link_note{
  border: solid 1px #333;
  font-size: 25px;
  color: #333;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #fff;
}

.btn_link_note:hover{
  filter: opacity(0.8);
}



/*point*/

.line::after{
  position: absolute;
  top:0;
  left: 0;
  width: 10px;
  height: inherit;
  z-index: 1;
  content: "";
  background-color: #0062aa;
}

.fsblue{
  color: #0062aa;
}


.box{
  width:80%;
  border:2px solid black;
  margin: 0 auto 75px auto;
  padding:0 30px 40px 30px;
}
.black_box{
  display: flex;
  text-align:center;
  justify-content: center;
  color:white;
  background-color: black;
  width:30%;
  margin:0 auto;
}
.black_box h3{
 font-weight:normal;
    font-size:35px;
    padding: 12px;
}
.box p{
  text-align: left;
  margin:30px 20px;
}
.box tr{
  color:black;
}
.tr_lightgray{
  background-color:#f5f5f5;
}
.tr_white{
  background-color:white;
}
.box table{
  width:100%;
  margin-top:25px;
}
.box .table_hour {
 text-align: center;
 font-size:20px;
}
.box .table_hour th,
.box .table_hour td{
 width:18%;
}
.box .table_hour02{
 text-align: center;
 font-size:20px;
 border-top:solid 1px #000;
 border-bottom:solid 1px #000;
}
.box .table_hour02 th{
 width:32%;
}
.box .table_hour02 td{

}
.bord-right{
  border-right:solid 1px #000;
}
.box_hours{
  font-size:20px;
  font-weight:bold;
  width:20%;
}
.box_day{
  width: 20%;
}
.box_time {
  width: 20%;
}
.boderr_none{
  border-right: none;
}

.gray{
  background-color:#f5f5f5;
}
.tr_gray{
  background-color:#e7e7e7;
}
.box .square_blue{
  color:blue;
}
.tr_gray td{
  font-weight:bold;
  font-size:20px;
}
.store_wrapper .yellow_bold_vis{
  width: 11%;
  top: -40px;
}
.store_wrapper{
  width:100%;
  margin: 0 auto;
  text-align: center;
  background-color:#f5f5f5;
}

.store_container{
  width: 1000px;
  margin: 0 auto;
}


.buttons_container{
  display:flex;
  flex-wrap:wrap;
  padding: 30px 0px;
}


.store_button{
  display: block;
  text-decoration: none;
  border: 1px solid black;
  padding: 15px 10px;
  width: 15%;
  margin: 11px;
  color: black;
  font-size: 17px;
}
.left_blue{
  border-left: 11px solid #0062aa;
  text-align:left;
}
.left_blue h1{
  margin: 0 20px;
  padding: 13px 0 13px 5px;
  font-size: 22px;
  color: black;
}
.area_container{
  display:flex;
  flex-wrap:wrap;
  padding:20px;
}
.store{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width:48%;
  text-align: left;
  margin: 0 0 24px 10px;
  padding: 10px;
  background: #f5f5f5;
}

.store_info{
  width: 265px;
  padding: 5px 0 10px 13px;
}
.store_info p{
  margin:0;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.8;
}
.store_info span{
  padding: 3px;
  border: 1px solid #000;
  text-align: center;
}

.store_info a{
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  position: relative;
}

.store_info span.fs14{
  border: none;
  font-size: 16px;
}


.store img{
 width:180px;
 height:120px;
}

.message_container{
  width: 1000px;
  margin: 50px 0;
}

.message_container > p:nth-child(1){
  margin-bottom: 40px;
}

.message_container ul {
  font-size: 16px;
}

.message_container ul > li::before{
  content: "■";
}

.point_box{
 margin-bottom:20px;
 padding-bottom:60px;
}

.point_01_b{
 position:relative;
}

.point_01_b img {
 position:absolute;
 right:0;
}

.point_ttl_left_b{
 bottom: 0;
 position: relative;
 text-align: left;
 background: #fff;
 width: 460px;
 padding: 15px;
 margin-top: 260px;
 border-left:solid 8px #0062aa;
}
.point_txt_b{
 margin:10px;
 text-align: left;
 padding-left:30px;
}

.point_03{
 position:relative;
}

.point_03 img {
 position:absolute;
 right:0;
}

.point_ttl_left_b{
 bottom: 0;
 position: relative;
 text-align: left;
 background: #fff;
 width: 460px;
 padding: 15px;
 margin-top: 260px;
 border-left:solid 8px #0062aa;
}

.point_txt_b{
 margin:10px;
 text-align: left;
 padding-left:30px;
}

/* _________________________________ */
/* ________________SHOP_________________ */
/* _________________________________ */
.store_info .line_adj{
 line-height: 1;
}
.shopname{
 font-weight:bold;
}
.store_link{
  background-color: #0062aa;
  border: 2px solid #0062aa !important;
  border-radius: 5px;
}
.store_map{
  display: block;
  color: #fff;
  font-weight: 600;
  border: none !important;
}
.store_map::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 28%);
  right: 10px;
  width: auto;
  height: auto;
  background: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
}
.store_map:hover{
  background-color: #fff;
  color: #0062aa;
}
.store_map:hover::after{
  border-left: 15px solid #0062aa;
}
.arrow-i::after{
  top: calc(50% - -30%)
}
.arrow-yokohama::after{
  top: calc(50% - -29%)
}
.left_blue h3{
 font-size: 25px;
 padding: 10px;
}

.box > p a{
 color:#000;
}



/*eチケット*/
.f16 {
  font-size: 16px;
}
.ttl_01{
  background-color: #fff;
  border: none;
  border-left: 4px solid #0062aa;
  color: #333;
}
.corona_des{
  margin-bottom: 30px;
}

.btn_cowork{
  padding: 20px;
  text-align: center;
  color: #fff;
}
.btn_cowork a{
  display: block;
  margin: 0 auto;
  width: 400px;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #b42400;
}
.btn_cowork a:hover{
  background-color: #fff;
  border: 2px solid #b42400;
  color: #b42400;

}
.flex_list{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
ul.list_box{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  border: 1px solid #000;
  margin-top: -33px;
  height: 340px;
  box-sizing:border-box;
}

li.list_item{
  position: relative;
  display: flex;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 3px rgba(160, 160, 160, 0.8));
  background-color: #fff;
  border-radius: 50%;
  margin: 15px 50px 0px 40px;
}

li.list_item:nth-of-type(1){
  box-sizing: border-box;
}

li.list_item:nth-of-type(2){
  box-sizing: border-box;
}

li.list_item p{
  position: absolute;
  top: 110px;
  text-align: center;
  width: 160px;
}

li.bg-blue{
  background-color: #e0f3fd;
}

.item_txt{
  font-size: 12px;
}

.item_txt02{
  display: block;
}

/*ご入会特典*/
.ttl_tokuten {
  background-color: #0062AA;
  border: 3px solid #0062AA;
  line-height: 2;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
}
.campaign_topics {
  font-size: 26px;
  margin: 10px auto 5px;
  position: relative;
  border-bottom: 3px solid #ffa500;
  text-align: center;
  font-size: 1.5em;
  color: #ffa500;
  font-weight: bold;
}
.campaign_topics:after{
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #ffa500;
  border-bottom-width: 0;
  bottom: -12px;
  left: 48%;
  width: 0;
}
.tokuten_flex_list{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list_01 ul li{
  margin-top: 10px;
  width: 320px;
  margin-right: 2%;
}
.list_01 ul li:last-of-type{
  margin-right: 0;
}
.box_05 {
  border: 1px solid #bebaaa;
  background: #fff;
}
.box_05 > div img{
  margin-right: 20px;
  margin-bottom: 40px;
}
.box_05 > div {
  display: table-cell;
  vertical-align: top;
  padding: 6px;
  position: relative;
}
.box_05 > div:nth-child(1) {
  width: 130px;
}
.btn_04 {
  position: absolute;
  background: #0062AA;
  color: #fff;
  padding: 0 30px 0 20px;
  line-height: 25px;
  font-size: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn_04:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
}
.txt_06{
  color: #751e06;
  font-size: 11px;
}
.txt_07{
  font-size: 11px;
  color: #606060;
}
.tit_09{
  font-size: 16px;
  padding: 6px 0;
  color: #000;
}
.span_11{
  display: block;
  font-size: 11px;
}
.list_01 a{
  text-decoration: none;
}
.tbl_tokuten {
  background-color: #fff;
  margin: 0 auto 80px;
  border: 1px solid #000;
}
.tbl_tokuten td {
  width: 50%;
  padding: 3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.box_eticket_bx{background: #e0f3fd;width: 100%;margin:20px 30px;padding: 30px 30px 0 30px; box-sizing: border-box;}
.box_eticket{background: #e0f3fd;margin: 30px 70px 0 70px;box-sizing: border-box;padding: 30px 30px 0 30px;}
.box_eticket_sub01{background: #002249;color: #fff;display: inline-block;position: relative;font-weight: bold;padding:2px 5px;box-sizing: border-box;font-size: 16px;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;line-height: 30px;z-index: 9;}
.box_eticket_sub01:before{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 0 15px 34px 15px;border-color: transparent transparent #002249 transparent;left: -15px;top: 0;z-index: -1;}
.box_eticket_sub01:after{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 34px 15px 0 15px;
border-color: #002249 transparent transparent transparent;right: -15px;top: 0;z-index: -1;}
.box_eticket_ttl01{display: flex;align-items: center;justify-content: center;margin-top: 10px;font-weight: bold;margin-bottom: 10px;}
.box_eticket_ttl01_sub02{color: #002249;padding-right: 10px;position: relative;}
.box_eticket_ttl01_sub02:before{position: absolute;content: "";width: 110px;height: 2px;background: #002249;top: -10px;left: 0;transform: rotate(5deg);}
.box_eticket_ttl01_sub02:after{position: absolute;content: "";width: 110px;height: 2px;background: #002249;bottom: -10px;left: 0;transform: rotate(-5deg);}
.box_eticket_ttl01 dd{font-size: 30px;font-weight: bold;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;color: #002249;}
.box_eticket02_ttl dt{background: #dc0017;border-radius: 100%;width: 84px;height: 84px;color: #fff;display: flex;align-items: center;justify-content: center;font-weight: bold;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;line-height: 1.2em;margin-right: 10px;}
.box_eticket02_ttl{display: flex;align-items: center;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;}
.box_eticket02_ttl dd{font-size: 70px;color: #4b2412;font-weight: bold;}
.list_box_eticket02 li{border: 1px solid #bbaaa1;color: #4b2412;border-radius:50px;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;font-weight: bold;background: #fff;display: inline-block;padding: 2px 30px;box-sizing: border-box;margin-bottom: 10px;margin-right: 20px;}
.list_box_eticket02 li:nth-child(2){margin-right: 0;}
.list_box_eticket02 li:nth-child(1){background: #4b2412;color: #fff;border:1px solid #4b2412;width: 90%;text-align: center;}
.box_eticket02{display: flex;align-items: center;}
.box_eticket02 .box_eticket02_l{width: 460px;}
.box_eticket02 .box_eticket02_r{width:calc(100% - 530px);}
.box_eticket02 .box_eticket02_r img{width: 100%;text-align: center;}
.box p.box_eticket_sub01_bx{width: 95%;text-align: right;margin: 0;}
.table_eticket{width: 100%;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;}
.table_eticket_cell01{background: #4b2412;font-weight: bold;color: #fff;}
.table_eticket_cell02{background: #d3c3b6;color: #4b2412;font-weight: bold;text-align: center;}
.table_eticket_cell03{text-align: center;}
.table_eticket_cell03 .table_eticket_sub02{display:block;font-weight: bold;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;font-size: 16px;color: #4b2412;box-sizing: border-box;}
.table_eticket_cell02,.table_eticket_cell03,.table_eticket_cell04, .table_eticket_cell05{border: 1px solid #4b2412;padding: 5px 0;box-sizing: border-box;}
.table_eticket_cell03,.table_eticket_cell04,.table_eticket_cell05{background-color: #fff;}
.table_eticket tr:first-child th.table_eticket_cell01{border-top: 1px solid #4b2412;}
.table_eticket tr:nth-child(3) th.table_eticket_cell01{border-bottom: 1px solid #4b2412;}
.table_eticket tr th.table_eticket_cell01{border-bottom: 1px solid #fff;}
.table_eticket_sub01{background: #dc0017;color: #fff;padding: 2px 15px;border-radius: 5px;box-sizing: border-box;font-weight: bold;font-size: 12px;}
.table_eticket_sub03{font-size: 12px;}
.table_eticket_cell04{text-align: center;font-size: 16px;font-weight: bold;color: #4b2412;}
.table_eticket_cell05{text-align: center;font-size: 25px;font-weight: bold;color: #4b2412;}
.box p.box_eticket03_txt{color: #4b2412;text-align: right;margin: 10px 0 0 0;font-family: "Ryo Gothic PlusN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;font-weight: bold;font-size: 14px;}

/*new stype page */
.box_pc{display: block;}
.box_sp{display: none;}
a{color: #0056B9;}
.bg_oshigoto{background: #f5f5f5;}
.oshigoto_ttl01{font-size: 32px;text-align: center;color: #000;font-weight: bold;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;margin-bottom: 28px;}
.oshigoto_sub01{font-size: 48px;}
.oshigoto_txt01{font-size: 16px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;line-height: 32px;color: #000; font-weight: 600;}
.oshigoto_link01{color: #0056B9;}
.oshigoto_ttl02{font-family: "Montserrat", "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;font-size: 24px;font-weight: bold;text-align: center;line-height: 33px;letter-spacing: 5px;color: #002249;margin-bottom: 29px;}
.oshigoto_ttl03{text-align: center;margin-bottom: 17px;}
.oshigoto_ttl03_sub01{position: relative;display: inline-block;}
.oshigoto_ttl03_sub01:before{position: absolute;content: "";background:url("../../images/oshigotopasela/oshigoto_icon_img01.png");width: 108px;height: 139px;left: -64px;background-size: 100% auto;top: 23px;z-index: -1;}
.oshigoto_ttl03_sub01:after{position: absolute;content: "";background:url("../../images/oshigotopasela/oshigoto_icon_img02.png");width: 109px;height: 142px;right: -71px;background-size: 100% auto;top: 18px;z-index: -1;}
.oshigoto_w01{width: 31%;}
.accordion-container{border: 1px solid #9F9F9F;border-radius: 30px;overflow: hidden;}
.accordion-container-text{
  pointer-events: none;
  font-size: 20px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
  color: #002249;
  font-weight: bold;
  background: #f5f5f5;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}
.accordion-container-text:before{display: none;position: absolute;content: '\276E';font-size: 20px;right: 25px;top: calc(50% - 9px);color: #00336E;line-height: 1em;transform: rotate(-90deg);font-weight: 100;}
.accordion-container-text.close:before{ transform: rotate(90deg); }
.box_menu{display: flex;flex-wrap: wrap;padding:34px 18px 0 18px;box-sizing: border-box;}
.point_rental_txt{text-align: center;font-size: 13px;line-height: 1.4em;}
.img_box{margin-bottom: 15px;}
.img_box img{width: 58px;height: auto;max-width: 68px;}
.oshigoto_eticket_ct{background: #ffcf05;border-top-left-radius: 30px;border-top-right-radius: 30px;padding: 43px 50px 31px 50px;box-sizing: border-box;}
.oshigoto_eticket_txt01{font-size: 24px;color: #000;text-align: center;font-weight: bold;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;}
.oshigoto_eticket_ttl{text-align: center;margin-bottom: 9px; font-weight: 600;}
.oshigoto_eticket_bx{font-size: 60px;color: #000;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;text-align: center;position: relative;z-index: 1;}
.oshigoto_eticket_sub01{font-size: 32px;}
.oshigoto_eticket_bx:before{position: absolute;width: 108px;height: 139px;left: -79px;background-size: 100% auto;top: -31px;z-index: -1;background: url("../../images/oshigotopasela/oshigoto_icon_img03.png") no-repeat;content: "";}
.oshigoto_eticket_bx:after{position: absolute;width: 109px;height: 142px;right: -63px;background-size: 100% auto;top: -31px;z-index: -1;background: url("../../images/oshigotopasela/oshigoto_icon_img04.png") no-repeat;content: "";}
.list_eticket{display: flex;position: relative;z-index: 2;}
.list_eticket li{width: calc((100% - 20px) / 3);margin-right: 10px;background: #002249;font-size: 20px;color: #fff;text-align: center;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;font-weight: bold;border-radius: 30px;padding: 10px 0;box-sizing: border-box;}
.list_eticket li:last-child{margin-right: 0;}
.list_eticket li .list_eticket_sub{font-size: 20px;color: #FFCF05;}
.oshigoto_eticket_txt02{margin-top: 15px;font-size: 16px;font-family: "Hiragino Kaku Gothic ProN",Yu Gothic,Meiryo, sans-serif;font-weight: bold;text-align: center;}
.oshigoto_eticket_ttl02{font-size: 24px;font-weight: bold;font-family: "Hiragino Kaku Gothic ProN",Yu Gothic,Meiryo, sans-serif;position: relative;padding-left: 30px;margin-bottom: 10px;}
.oshigoto_eticket_ct02{background: #fff;padding: 42px 50px 50px 50px;box-sizing: border-box;border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.message_ttl01{font-size: 20px;font-weight: bold;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;line-height: 36px;margin-bottom: 17px;}
.message_txt{font-size: 14px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;line-height: 28px;}
.message_txt_02{font-size: 14px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;line-height: 28px;}
.message_link{color: #FF0000;}
.message_txt_sub01{font-size: 12px;}

.oshigotopasela_btn {background: #002249;border-radius: 18px;overflow: hidden;}
.btn_menu_sub{position: relative;padding-right: 30px;}
/*end new stype page*/

@media screen and (max-width: 675px) {
  .list_01 ul li:last-of-type{
    margin-right: 2%;
  }
}
@media screen and (max-width: 425px) {
  li.list_item{
    margin:15px 20px 0 10px;
  }
}
/*ご入会特典*/

@media screen and (max-width: 767px) {
.pc_none{
 display: block;
}
.sp_none{
  display: none;
}
.box_slide iframe{
  height: 235px;
}
.flex_list{
  padding: 0;
}
ul.list_box{
  margin-top: 80px;
  border: none;
}
#running_cost{
  border: 1px solid #000!important;
}
.title_06{
  margin: 10px!important;
}
.sp_fs{
 font-size: 13px;
}

.box{
  margin: 0 auto 40px auto!important;
}
#third{
  margin: 0 10px;
}
.tbl_tokuten{
  font-size: 12px;
}

	.box_eticket_bx{padding: 10px 10px 0 10px;margin: 20px 0 0 0;width: 100%}
	.box_eticket_ttl01 dd{font-size: 3.5vw;text-align: center;margin-bottom: 10px;}
	.box_eticket02_ttl dd{font-size: 14vw;}
	.box_eticket_ttl01{display: block;}
	.box_eticket_sub01{text-align: center;padding: 2px 14px;font-size: 12px;margin-top: 10px;}
	.box_eticket_ttl01_sub02{width: 100%;padding-right: 0;font-size: 12px;}
	.box_eticket_sub01::before, .box_eticket_sub01::after{content: none;}
	.box_eticket_sub01_bx{text-align: center;margin-left: 0;}
	.box_eticket_ttl01_sub01{text-align: center;}
	.box_eticket02_ttl dt{width: 13vw;height: 13vw;font-size: 2vw;line-height: 4vw;}
	.box_eticket02 .box_eticket02_l{width: 100%;}
	.box_eticket02 .box_eticket02_r{width: 28%;margin-left: 2%;}
	.box_eticket02 .box_eticket02_r img{width: 100%;}
	.box_eticket02_ttl{margin-bottom: 10px;justify-content: center;}
	.list_box_eticket02 li{width: 100%;padding: 2px 10px;font-size: 3vw;text-align: center;margin-bottom: 5px;}
	.list_box_eticket02 li:nth-child(1){width: 100%;margin-right: 0;}
	.box_eticket02{margin-bottom: 15px;}
	.table_eticket .w01{width: 20%;}
	.table_eticket .w02{width: 48%;}
	.table_eticket .w03{width: 16%;}
	.table_eticket .w04{width: 16%;}
	.table_eticket .w05{width: 24%;}
  .box p.box_eticket_sub01_bx{text-align: center;}
  .box_eticket_ttl01_sub02:before{
    top: 5px;
    width: 15px;
    left: -15px;
    transform: rotate(45deg);
  }
  .box_eticket_ttl01_sub02::after{
    top: 5px;
    width: 15px;
    left: 90px;
    transform: rotate(-45deg);
  }
  .acc_02{display: none;}
    .accordion-container-text{ pointer-events: all;}
  .accordion-container-text:before{ display: block;}

	.table_eticket_cell02{font-size: 2.5vw;}
	.table_eticket_cell01{font-size: 2.5vw;}
	.table_eticket_cell03 .table_eticket_sub02{font-size: 2vw;}
	.table_eticket_sub01{font-size: 2vw;padding: 2px 5px;box-sizing: border-box;}
	.table_eticket_sub03{font-size: 2vw;}
	.table_eticket_cell02, .table_eticket_cell03, .table_eticket_cell04, .table_eticket_cell05{padding: 5px 1vw;}
	.table_eticket_cell04, .table_eticket_cell05{font-size: 2.5vw;}
	.box_eticket03_txt{margin: 10px 0;font-size: 12px;}
	.box_eticket_bx .box_btn_ct{max-width: 90%;}
  .fns25{font-size: 3vw !important;}
  .yellow_bold_vis{font-size: 25px!important; top: -35.5px;}
}



@media screen and (min-width: 768px) {
.pc_none{
  display: none;
}
.sp_none{
  display: contents;
}

.box_slide iframe{
    max-width: 100%;
    height: 565px;
}

.box_slide{
  display: flex;
  justify-content: center;
}

.td_first{
  padding: 0!important;
}
}

@media screen and (max-width: 480px) {
  .disp_sp_none{
    display: none!important;
  }
}

@media screen and (max-width: 350px) {

}

/*---modal window---*/
.button_modal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  height: 60px;
  position: relative;
  margin: 27px auto 0 auto;
  background: linear-gradient(180deg, #00336e 0%, #00336e 50%, #002249 50%, #002249 100%);
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.button_modal:after{
  position: absolute;
  content: '\276F';
  font-size: 20px;
   right: 30px;top: calc(50% - 10px);
   color: #fff;
   line-height: 1em;
  }
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
