/*header_menu*/

.pc_header{
  display: flex;
  justify-content: space-between;
  /**position: fixed;**/
  left:0;
  right:0;
  padding:20px 30px;
  background-color:rgba(240,134,30,0.96);
  z-index: 1;
}

.menu_space{
  /**padding-top:80px;**/
}

@media only screen and (max-width:1140px) {
 .pc_header{
    display:none;
}
.menu_space{
  display:none;
} 
}

.pc_header a{
    color: #FFF;
}

ul.header_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
    margin:0;
    gap: 10px 30px;
}

ul.header_menu li.logo{
    padding:10px 0;
}

ul.header_menu li img{
    height:11px;
}

ul.header_menu li img.jp{
    height:13px;
}

ul.header_menu_right{
    display: flex;
    align-items: center;
}

ul.header_menu_right li{
    margin-left:20px;
}

ul.header_menu_right li.show img{
    width:68px;
    height:auto;
}

ul.header_menu_right li img{
    height:11px;
}

.menu-logo-sp {
 padding:22px;
}

.menu-logo-sp a{
 color:#FFF;
}

.menu-logo-sp img{
 width:200px;   
    vertical-align: top;
    padding:10px 0;
}

.login_btn img{
    width:30px;
    vertical-align: bottom;
    padding:0 20px 0 10px;
}


/*footer_menu*/


@media only screen and (max-width:730px) {
ul.footer_menu{
    display: none;
}    
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  float:left
}
.col-xs-12 {
  width:100%
}
.col-xs-11 {
  width:91.66666667%
}
.col-xs-10 {
  width:83.33333333%
}
.col-xs-9 {
  width:75%
}
.col-xs-8 {
  width:66.66666667%
}
.col-xs-7 {
  width:58.33333333%
}
.col-xs-6 {
  width:50%
}
.col-xs-5 {
  width:41.66666667%
}
.col-xs-4 {
  width:33.33333333%
}
.col-xs-3 {
  width:25%
}
.col-xs-2 {
  width:16.66666667%
}
.col-xs-1 {
  width:8.33333333%
}

.clear {
 clear: both;
}

body .l-header_inr .is-show {
  display: none;
}
.l-header_inr .is-hand {
	display: none;
}
.l-header-filling-div {
	height: 61px;
}
@media only screen and (max-width:1140px) {
  body .l-header_inr .is-show {
	  display: block;
	}
	.l-header-filling-div {
	  height: 83px;
	}
}


body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.l-header {
  /*position: fixed;*/
    position: block;
    position: relative;
  top: 0;
  left: 0;
  z-index: 1001;
  color:#FFF;
    /*background-color:rgba(255,255,255,0.9);*/
    background-color: #ed9137;
    /*border-bottom:1px solid #a1a1a1;*/
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
}
@media only screen and (max-width:1140px) {
  .l-header {
	  width: 100%;
  }
}

.l-header-sp-pop {
  display: none
}
.l-header-sp {
  display: none;
}

@media only screen and (max-width:1140px) {
  .l-header-pc {
    display: none
  }
  .l-header-sp {
    display: block;
  }
}
.js-spMenuBtn {
  display: none;
  position: fixed;
  z-index: 1003;
  top: 12px;
  left: 10px;
  width: 43px;
  height: 45px;
  background-color: #ed9137;
  font-size: 0;
  border-radius:6px;
  opacity: .9;
}
@media only screen and (max-width:1140px) {
  .js-spMenuBtn {
    display: block
  }
}
.js-spMenuBtn_div {
  width: 100%;
  height: 100%;
}
.js-spMenuBtn span {
  position: absolute;
  left: 6px;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #FFF;
  font-size: 0;
  transition: .5s;
}
/* 第1行の線 */
.js-spMenuBtn span:first-child {
  top: 11px
}
/* 第2行の線 */
.js-spMenuBtn span:nth-child(2) {
  top: 20px
}
/* 第3行の線 */
.js-spMenuBtn span:nth-child(3) {
  top: 29px
}

/* 文字MENUとCLOSE */
.js-spMenuBtn p {
  background-color: transparent;
  color: #000;
  height: auto;
  font-size: 100px;
  bottom: 1px;
  left: 11px;
  position: absolute;
  font-weight: bold;
}
/* 文字MENU */
.js-spMenuBtn p:nth-child(3) {
  opacity: 100;
}
/* 文字CLOSE */
.js-spMenuBtn p:nth-child(4) {
  opacity: 0;
}
.js-spMenuBtn.is-active span:first-child {
  top: 15px;
  left: 15px;
  width: 23px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-spMenuBtn.is-active span:nth-child(2) {
  top: 15px;
  left: 15px;
  width: 23px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-spMenuBtn.is-active p:nth-child(3) {
  opacity: 0;
}
.js-spMenuBtn.is-active p:nth-child(4) {
  opacity: 100;
}
/* △△△△△js-spMenu△△△△△ */

.round-icon {
	position: relative;
  padding-left: 18px;
}
.round-icon:before {
   content: "";
   width: 15px;
   height: 15px;
   position: absolute;
   left: 0;
   top: 2px;
}
.menu_icon_company:before {
   background-color: #fff;
   background-image: url(../images/common/menu_icon_company.png);
   background-repeat: no-repeat;
   background-size: 15px 15px;
}
.menu_icon_terms:before {
   background-color: #fff;
   background-image: url(../images/common/menu_icon_terms.png);
   background-repeat: no-repeat;
}
.menu_icon_privacy:before {
   background-color: #fff;
   background-image: url(../images/common/menu_icon_privacy.png);
   background-repeat: no-repeat;
   background-size: 15px 15px;
}
.l-header-sub-a {
   font-size: 0.8rem;
   font-weight: 600;
}
.l-header-right {
	color: #fff;
  font-size: 0.7rem;
}
.l-header-right a{
	color: #fff;
}
.l-header-login {
  float: right;
  margin-top: 4px;
  background-color: #9DBD01;
  border-radius: 5px;
  padding: 8px 13px;
  margin-right: 10px;
}
.l-header-regist {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  background-color: #227DFF;
  border-radius: 5px;
  padding: 8px 13px;
}
.menu_icon_login_w {
	background-image: url(../images/common/menu_icon_login_w.png);
  background-repeat: no-repeat;
   background-size: 15px 15px;
}
.menu_icon_join_w {
  background-image: url(../images/common/menu_icon_join_w.png);
  background-repeat: no-repeat;
   background-size: 15px 15px;
}


.l-header_utility {
  margin-top: 15px
}
@media only screen and (max-width:601px) {
  .l-header_utility {
    position: fixed;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 0 20px;
    margin-top: 0 !important
  }
}
@media only screen and (max-width:601px) {
  .l-header_utility_inr {
    background-color: #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0 25%;
    text-align: center;
    height: calc(100% + 95px);
  }
}
@media only screen and (max-width:767px) {
  .l-header_utility_inr {
    background-color: #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0 10%;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:400px) {
  .l-header_utility_inr {
    margin-bottom: 35px;
  }
	.l-header_utility_nav {
	  display: -ms-flexbox;
	  display: flex;
	  position: relative
	}
}
@media only screen and (max-width:601px) {
  .l-header_utility_nav {
    display: block;
    margin: 0 auto;
  }
}
.l-header_utility_nav_item {
  width: 100%;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-bottom: 10px
}
@media only screen and (max-width:601px) {
  .l-header_utility_nav_item {
    padding-bottom: 0
  }
}
.l-header_utility_nav_item:last-child>a {
    border-right: none;
  }
.l-header_utility_nav_item.js-dropDown>a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #f26161 transparent;
  opacity: 0
}
@media only screen and (max-width:601px) {
  .l-header_utility_nav_item.js-dropDown>a:before {
    display: none
  }
}
.l-header_utility_nav_item.is-active>a:before {
  opacity: 1
}
.l-header_utility_nav_item>a {
  line-height: 1;
  display: block;
  font-weight: 700;
  padding: 12px 0;
  border-left: 1px solid #e6e6e6;
  position: relative
}

.l-header_logo-div-sp {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.round-icon-sp {
  position: relative;
  /* padding-left: 17px; */
}
.round-icon-sp:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    /* left: 50%; */
    top: 4px;
    /* text-align: center; */
    /*
   content: "";
   width: 17px;
   height: 17px;
   position: absolute;
   left: 15px;
   top: 4px;
    */
}
.l-header-right-sp {
  color: #fff;
}
.l-header-right-sp p {
   margin: 0;
  font-size: 0.4rem;
}
.l-header-login-sp {
  float: right;
  background-color: #9DBD01;
  border-radius: 5px;
  padding: 3px 7px;
  margin-right: 5px;
  height: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 20px;
  text-align: center;
}
.l-header-regist-sp {
  float: right;
  background-color: #227DFF;
  border-radius: 5px;
  padding: 3px 7px;
  height: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 20px;
  text-align: center;
}
.menu_icon_login_w-sp:before {
  background-image: url(../images/common/menu_icon_login_w.png);
  background-repeat: no-repeat;
   background-size: 17px 17px;
}
.menu_icon_join_w-sp:before {
  background-image: url(../images/common/menu_icon_regist_w.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
}

.l-header-sp-1 {
  display: flex;
    justify-content: center;
    align-items: center;
}
.l-header-sp-2 {
  width:calc(100% - 215px);
  float: left;
}
.l-header-sp-3 {
  width: 160px;
  float: right;
}

.l-header-sp-pop {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-top: 0 !important;
  background-color: #ed9137;
}
.l-header-sp-pop-top {
   padding: 12px 0;
}
.l-header_logo-pop {
  text-align: left;
  content: url(../images/common/menu_logo_w.png);
}
.l-header_logo-div-sp-pop {
  top: -12px;
  padding: 5px 0;
}
.js-spMenuBtn-pop {
    position: fixed;
    z-index: 1003;
    top: 13px;
    left: 10px;
    width: 55px;
    height: 45px;
    font-size: 0;
}

.js-spMenuBtn-pop span {
    position: absolute;
    left: 6px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #FFF;
    font-size: 0;
    transition: .5s;
}
.js-spMenuBtn-pop span:first-child {
    top: 15px;
    left: 15px;
    width: 23px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.js-spMenuBtn-pop span:nth-child(2) {
    top: 15px;
    left: 15px;
    width: 23px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spMenu-pop {
   text-align: center;
   height: 100% ;
   width:100% ;
   margin:0;
    padding:0;
}
ul.header_menu_sp{
    margin:0;
    padding:20px;
}
ul.header_menu_sp li p{
    padding-top:24px;
    font-size:18px;
    font-weight:bold;
    color:#FFF;
}
ul.header_menu_sp li a{
 color:#FFF;   
}
ul.header_menu_sp li img{
    height:20px;
    padding-top:24px;
}
ul.header_menu_sp li.logo img{
    width:200px;
    height:auto;
    margin-bottom:10px;
}
ul.header_menu_sp li.show img{
    width:150px;
    height:auto;
    margin:10px 0 50px 0;
}
.line{
    border: 1px solid #000;
    width:90%;
    margin:24px auto 0 auto;
}

/* footer */
footer::before {
  content: ' ';
  display: table;
  clear: both;

}
.l-footer {
  width: 100%;
  background-color: #00a0e8;
  padding: 20px 0;
}
.l-footer-sub {
	word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 10px 0;
}
.l-footer .l-footer-sub ul {
  list-style: none;
}
.l-footer .l-footer-sub li {
  display: inline;
  padding: 0 8px;
}
.l-footer-sub-a {
   color: #fff;
}
.footer-menu_icon_company:before {
   background-image: url(../images/common/menu_icon_company_w.png);
   background-repeat: no-repeat;
}
.footer-menu_icon_terms:before {
   background-image: url(../images/common/menu_icon_terms_w.png);
   background-repeat: no-repeat;
}
.footer-menu_icon_privacy:before {
   background-image: url(../images/common/menu_icon_privacy_w.png);
   background-repeat: no-repeat;
}
.footer-menu_icon_login:before {
   background-image: url(../images/common/menu_icon_login_w.png);
   background-repeat: no-repeat;
}
.footer-menu_icon_regist:before {
   background-image: url(../images/common/menu_icon_join_w.png);
   background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.l-footer-sub {
	   display: none;
	}
}

.top-container {
  padding:0 2%
}
.top-div img {
	width:100%
}
@media only screen and (min-width: 1024px) {
  .top-div {
	  position: relative;
	  width: 100%;
	}
	.top-div .kv_logo {
	  position: absolute;
	  top: 25%;
	  right: 10%;
	  width: 25%;
	}
	.top-div .ap_wz2 {
	  position: absolute;
	  top: 39%;
	  right: 10%;
	  width: 25%;
	}
	.top-div .ap_wz2 p{
	  font-size: 25px;
        text-align: center;
        font-weight: bold;
	}
	.top-div .top-regist {
    position: absolute;
    top: 55%;
    right: 10%;
    width: 25%;
  }
	.top-div .top-regist a{
        background-color: #227DFF;
        border-radius: 10px;
        color:#FFF;
        text-align: center;
        font-size:1.3em;
        padding:15px 0;
        display: block;
    }
	
}
@media only screen and (max-width: 1024px) {
  .top-div .kv_logo {
     display: none;
  }
  .top-div .ap_wz2 {
	  width:100%;
	  text-align: center;
    padding: 0 10%;
	}
	.top-div .ap_wz2 p{
	  font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin:16px;
	}
  .top-div .ap_wz2 img {
	  width:100%;
	  max-width:601px;
	}
	.top-div .top-regist {
        width: 80%;
        margin: 0 auto;
  }
	.top-div .top-regist a{
        background-color: #227DFF;
        border-radius: 10px;
        color:#FFF;
        text-align: center;
        font-size:1.3em;
        padding:15px 0;
        display: block;
    }
	

}
.top-container .top-container-img {
  float: left;
  padding: 0 1% 5% 1%;
  width:33.33%
}
@media only screen and (max-width:601px) {
  .top-container .top-container-img {
	  float: unset;
	  padding: 0 1% 5% 1%;
	  width:100%
	}
}
.top-container .top-container-img img {
  width:100%
}
.ap_wz {
	width:100%;
	text-align: center;
    margin: 30px 0;
}
.ap_wz p{
	font-size:1.5em;
    font-weight: bold;
}

a.flatbutton {
  background: #d5d1d1;
  padding: 1px 3px;
  border-radius: 2px;
  display: block;
  width: 100px;
}

/* プライバシーポリシー用スタイル */
.privacy-content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  line-height: 1.8;
}

.privacy-content h1 {
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.privacy-content .date {
  text-align: center;
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.privacy-content h2 {
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #f0861e;
  padding-bottom: 5px;
}

.privacy-content h3 {
  color: #555555;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.privacy-content p {
  color: #666666;
  margin-bottom: 15px;
  text-align: justify;
}

.privacy-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.privacy-content li {
  color: #666666;
  margin-bottom: 5px;
  line-height: 1.6;
}

.privacy-content .contact-info {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.privacy-content .contact-info p {
  margin-bottom: 10px;
}

.privacy-content .contact-info strong {
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .privacy-content {
    padding: 20px;
    margin-top: 15px;
  }
  
  .privacy-content h1 {
    font-size: 20px;
  }
  
  .privacy-content h2 {
    font-size: 16px;
  }
  
  .privacy-content h3 {
    font-size: 14px;
  }
}