@charset "UTF-8";

html{
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 100%;
}

body {
	background:#fff;
	font-size: 18px;
  height: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000;
}
a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}

li{
  list-style: none;
  line-height: 1.8rem;
  margin-bottom:0.8em;
}
p{
  margin-bottom:20px;
}

strong{
  font-weight: 500;
}

hr{
  border-top: 1px solid #dde4e8;
}

/* common
------------------------------ */
body,
#wrapper{
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}
.anchor{
  position:relative;
  top:-160px;
}
.breadcrumb{
  font-size:13px;
  text-align:right;
}
.breadcrumb a{
  display:inline-block;
  margin-left:15px;
  margin-right:15px;
}
.breadcrumb a:last-child{
  margin-right:5px;
  border-bottom:1px #000 solid;
  padding-bottom:2px;
}

/* header
------------------------------ */
header {
  width: 1080px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding:10px;
  background:#f1f5f7;
  left:calc((100vw - 1080px)/2);
	-webkit-transition: all 2s;
    transition: all 0.2s;
    height:80px;
}

header.fixed{
  position: fixed;
  top: 0;
  background:#f1f5f7;
  width:100%;
  left:0;
  padding-left:calc((100vw - 1080px) / 2);
  padding-right:calc((100vw - 1080px) / 2);
  box-sizing:border-box;
  z-index: 9999;
}

h1.logo_item{
  text-decoration: none;
  font-size: 18px;
  font-weight:400;
  color: #000;
}
h1.logo_item span{
  font-size:24px;
  padding-bottom:5px;
  display:block;
  font-weight:500;
}
img.logo_item{
  height:54px;
}

.logo_container{
  position: absolute;
  top: 13px;
}

.logo_item{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.to-home{
  position:absolute;
  top:22px;
  right:calc((100vw - 1080px) / 2);
  color:#242e56;
}
.to-home i{
  font-size:28px;
}
.to-home span{
  font-size:9px;
  display:block;
}

/* footer
------------------------------ */
footer{
  background:#f1f5f7;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 55px;
  z-index: 999;
}

.footer_container{
  display: flex;
  justify-content: center;
}

.content{
  margin-top: 10px;
  font-size: 1rem;
  vertical-align: middle;
}


/* top_page
------------------------------ */
.main_container{
  width: 1080px;
  height: calc(100vh - 180px);
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
  right: 0;
}

/**「はじめに」 ここから**/
section.intro{
  width: auto;
  margin-top: 10px;
}
section.intro span{
  font-size:16px;
}
div.first{
  margin-top:40px;
}
div.first p{
  font-size:20px;
  display:block;
  padding:10px;
}

div.first p span.bold{
  display:block;
  font-weight:500;
}
/**「はじめに」 ここまで**/

/**フロー ここから**/
section.flow{
  width: auto;
  height: 1350px;
  padding: 10px;
}

div.flow_01{
  width: auto;
  height:  300px;
}

div.flow_02{
  margin-top: 10px;
  width: auto;
  height:  300px;
}

div.desc p{
  font-size: 16px;
  line-height: 1.5rem;
  display:block;
  margin-bottom: 0;
}

div.desc p span.special{
  font-size:11px;
  border: 1px #f00 solid;
  background: transparent;
  color: #f00;
  border-radius:3px;
  padding:1px 5px;
  position:relative;
  top:-2px;
}

div.desc p span.indent{
  display: block;
  text-indent: 1rem;
}

div.table_container{
  position: relative;
  top: 50px;
  height: 100px;
  width: calc(100% - 20px);
}

table{
  table-layout: fixed;
  width: 100%;
}

table tr td.bg_td,
table tr td.icon_td{
  background-color: #f1f5f7;
  height: 40%;
  text-align: center;
  line-height: 1.5rem;
  padding: 5px;
}

table tr td.ppl_td,
table tr td.biz_td{
  height: 30%;
  font-size: 14px;
  text-align: center;
  line-height: 1.5rem;
  padding: 5px;
}

table tr td.ppl_td a,
table tr td.biz_td a{
  text-decoration:underline;
}

table tr td.ppl_td a,
table tr td.bg_td span.ppl_icon{
  color: #24b287;
}

table tr td.biz_td a,
table tr td.biz_td p,
table tr td.bg_td span.biz_icon{
  color: #242e56;
}

table tr td.icon_td{
  position: relative;
}

table tr td.icon_td span.both_icon::after{
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  z-index: 1;
  border-radius: 999px;
  background: linear-gradient(0deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
  position: absolute;
  left: calc(100% / 2 - 8px);
  top: 10px;
}

table tr td.ppl_td div.hidden_cell,
table tr td.biz_td div.hidden_cell{
  visibility: hidden;
}

table.setting-table{
  table-layout:auto;
  margin-top:50px;
}
table.setting-table tr td,table.setting-table tr th{
  border:1px #ccc solid;
  padding:10px;
  line-height:1.5em;
  font-size:14px;
}
table.setting-table tr th{
  background:#f1f5f7
}

.tc{text-align:center;}

div.ppl_label{
  background: #24b287;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  position: relative;
  top: 45px;
}

td.cr_td{
  position: relative;
  height: 40px;
  width: 30px;
}

span.caret_right{
  display:block;
  position:absolute;
  right:0;
  top: calc(50% - 20px);
}

span.caret_right i{
  position: absolute;
  color: #f1f5f7;
  font-size: 5.5rem;
  top: -23px;
}

div.biz_label{
  background: #242e56;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  position: relative;
  top: 60px;
}
/**フロー ここまで**/

/**pc_top用メニュー ここから**/
div.nav_container{
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 450px;
  width: 100%;
  margin: 0 auto 50px;
}

div.biz_menu,
div.ppl_menu{
  width: 50%;
}
div.biz_menu{margin:10px;}
div.ppl_menu{margin:10px;}

.pc_menu{
  width: 360px;
  height: 1400px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 280px;
}

.pc_menu ul li,
.contents_menu ul li {
  list-style: none;
  line-height: 2rem;
  margin-bottom: 5px;
}

.biz_menu ul li.label,
.ppl_menu ul li.label,
.pc_menu ul li.label,
.contents_menu ul li.label{
  display: block;
  height: 50px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 3rem;
}

.pc_menu ul li.label.com,
.contents_menu ul li.label.com{
  background: linear-gradient(90deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
}

.biz_menu ul li.label.biz,
.pc_menu ul li.label.biz,
.contents_menu ul li.label.biz{
  background-color: #242e56;
}

.ppl_menu ul li.label.ppl,
.pc_menu ul li.label.ppl,
.contents_menu ul li.label.ppl{
  background-color: #24b287;
}

.biz_menu ul li.label span,
.ppl_menu ul li.label span,
.pc_menu ul li.label span,
.contents_menu ul li.label span{
  color: #fff;
}

a.brand{
  font-size: 18px;
  padding-left: 3px;
  color:#242e56;
  font-weight:500;
  margin-top:20px;
}
a.brand.first{
  margin-top:0px;
}

a.brand i{
  font-size:12px;
  position:relative;
  top:-2px;
}

.pc_menu ul li .brand,
.contents_menu ul li .brand{
  display: block;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
  border-image-slice: 1;
  height: 40px;
}

.pc_menu ul li .brand.members-site,
.contents_menu ul li .brand.members-site{
  border-bottom:3px #24b287 solid !important;
  border-image: none;
  color:#24b287;
}

.pc_menu ul li .brand.business-site,
.contents_menu ul li .brand.business-site{
  border-bottom:3px #242e56 solid !important;
  border-image: none;
  color:#242e56;
}

.pc_menu ul li .menu_item
.contents_menu ul li .menu_item{
  display: block;
  border-bottom:1px solid rgba(255,255,255,.8);
  height: 40px;
}

a.menu_item{
  text-align: right;
  color: #000;
  padding-right: 20px;
  font-size:16px;
  padding-left:20px;
}
/**pc_top用メニュー ここまで**/

.mock{
  width: 1080px;
  height:  400px;
  background-image: url(../img/mock.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 25%;
  padding: 10px;
  /*position: absolute;
  right: calc((100vw - 1080px)/2);
  top:80px;*/
}

.mock h2{
  font-weight:400;
  font-size:20px;
  line-height:1.5em;
  display:block;
  width:540px;
  margin:0 auto;
  position:relative;
  top:calc(20vh - 140px);
  color:#242e56;
}

.mock h2 span{
  font-weight:500;
  display:block;
  font-size:36px;
  padding-bottom:20px;
  margin-bottom:20px;
  position:relative;
}

.mock h2 span:after{
  content:"";
  display:block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 55px;
  opacity: 0.8;
  border-bottom: 3px #242e56 solid;
}

/* contents_page
------------------------------ */

/**pc_コンテンツ用メニュー **/
.contents_menu{
  width: 360px;
  padding: 10px;
  height: 1200px;
  padding: 10px;
  position:absolute;
  left:0;
  top:0;
}
/**pc_コンテンツ用メニュー ここまで**/

.topic_container{
  position: absolute;
  height: auto;
  width: 660px;
  top: 0;
  right: 0;
  padding: 10px;
  margin-bottom:80px;
}

.page_inner{
  padding: 0;
}


/**コンテンツ見出し ここから**/
.page_inner h2:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  background: #00a0e9;
}

.page_inner h2:after{
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 0;
}

.page_inner h2{
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  background: #f1f5f7;
  padding: 10px 20px;
  margin: 20px 0 10px 0;
}

.page_inner h2 span{
  margin-left: 30px;
}
/**コンテンツ見出し ここまで**/


.page_inner span.points,
.list_item span.list_points{
  color: #00a0e9;
}

.page_inner div.title{
  margin: 20px 0 10px 0;
  border-bottom: solid 1px #00a0e9;
}

.page_inner div.title p{
  font-size: 20px;
  margin: 10px 10px 10px 5px;
  font-weight: 500;
}

.page_inner div.para{
  margin: 20px 0;
}

.page_inner div.para p{
  line-height: 1.8rem;
}

.page_inner div.notice{
  border-radius: 5px;
  background: #f1f5f7;
  margin: 35px 20px 10px 20px;
  padding: 20px 20px;
  position:relative;
  font-size:16px;
  line-height:1.8em;
}

.notice div.notice_headline{
  background: #00a0e9;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  position: absolute;
  top: -8px;
  left: -10px;
}

div.list_item{
  line-height: 1.8rem;
  margin-bottom: 0;
}

div.images_contanier{
  display: flex;
  width: 500px;
  margin: 60px auto;
  justify-content: space-around;
}

.images_contanier img{
  width:100%;
  padding: 10px;
  border: 3px #ddd solid;
}
.images_contanier a{
  display:block;
  margin:0 5px;
  width: 50%;
}

/* Both-Site Color */
.both-site .page_inner h2:before{
  background:linear-gradient(180deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
}
.both-site .page_inner h2 span,.both-site .page_inner span.points,.both-site .list_item span.list_points,.both-site .page_inner div.title p{
  color:#242e56;
}
.both-site .page_inner div.title {
    border-bottom: solid 1px #242e56;
}
.both-site .notice div.notice_headline{
  background: #242e56;
}

/* Business-Site Color */
.business-site .page_inner h2:before{
  background:#242e56;
}
.business-site .page_inner h2 span,.business-site .page_inner span.points,.business-site .list_item span.list_points,.business-site .page_inner div.title p{
  color:#242e56;
}
.business-site .page_inner div.title {
    border-bottom: solid 1px #242e56;
}
.business-site .notice div.notice_headline{
  background: #242e56;
}

/* Members-Site Color */
.members-site .page_inner h2:before{
  background:#24b287;
}
.members-site .page_inner h2 span,.members-site .page_inner span.points,.members-site .list_item span.list_points,.members-site .page_inner div.title p{
  color:#24b287;
}
.members-site .page_inner div.title {
    border-bottom: solid 1px #24b287;
}
.members-site .notice div.notice_headline{
  background: #24b287;
}

.lum-lightbox{
  z-index: 9999;
}

.lum-lightbox-inner img{
  max-width:100% !important;
}


/* 768px〜：PC
------------------------------ */
@media screen and (min-width:768px) {

  .sp {
    display: none !important;
  }

  a.brand{
    line-height: 2.4rem;
  }
}

/* 〜767px：SP
------------------------------ */
@media screen and (max-width:767px) {
  div.desc p{
    position:relative;
  }
  div.desc p strong{
    padding-top:30px;
    display:inline-block;
  }
  div.desc p span.special{
    display:block;
    font-size:10px;
    position:absolute;
    padding:1px 3px;
    top: 5px;
    line-height: 1.5em;
  }
  table.setting-table tr td,table.setting-table tr th{
    padding:5px;
    font-size:13px;
  }
  .oversize2a a,.oversize2a p{
    position:absolute;
    top:5px;
    left:0;
  }

  .oversize3a a,.oversize3a p{
    position:absolute;
    top:-20px;
    left:0;
  }

  .oversize2b a,.oversize2b p{
    position:absolute;
    bottom:-10px;
    left:0;
  }

  .oversize3b a,.oversize3b p{
    position:absolute;
    bottom:auto;
    left:0;
    font-size: 10px;
    width:45px;
  }
  body {
  	background:#fff;
  	font-size: 16px;
    height: 100%;
  }

  nav.drawer-nav{
    background-color:rgba(255,255,255,0.95);
    width:19rem;
    z-index:9999;
    padding: 20px 0px 20px 10px;
  }

  .drawer--right nav.drawer-nav{
    right: -19rem;
  }

  .drawer--right.drawer-open button.drawer-hamburger{
    right: 19rem;
  }

  .drawer-overlay{
    z-index:999 !important;
  }

  .drawer-open .drawer-toggle:after{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 999px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    background: rgba(255,255,255,0.95);
  }

  .drawer-hamburger-icon{
    z-index:2 !important;
  }

  .drawer-nav a.brand,
  .drawer-nav ul li .label{
    display:block;
    width:100%;
  }

  .drawer-nav ul li.label.com{
    display: block;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    background: linear-gradient(90deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
  }

  .drawer-nav ul li.label.biz{
    display: block;
    height: 40px;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    background-color: #242e56;
  }

  .drawer-nav ul li.label.ppl{
    display: block;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    background-color: #24b287;
  }

  .drawer-nav ul li.label span{
    color: #fff;
  }

  .drawer-nav a.brand{
    display: block;
    border-left:0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-bottom: 3px solid !important;
    border-image: linear-gradient(90deg,#242e56 0%,#242e56 50%,#24b287 50%,#24b287 100%);
    border-image-slice: 1;
    height: 40px;
  }

  .drawer-nav a.brand.members-site{
    border-bottom:3px #24b287 solid !important;
    border-image: none;
    color:#24b287;
  }

  .drawer-nav a.brand.business-site{
    border-bottom:3px #242e56 solid !important;
    border-image: none;
    color:#242e56;
  }

  /**sp用トップページ ここから**/
  .pc_menu,
  .contents_menu{
    display: none !important;
  }

  div.nav_container{
    height: auto;
    display:block;
    margin-bottom:50px;
  }
  div.nav_container:after{
    clear:both;
    display:block;
    content:"";
    position:relative;
  }
  .biz_menu,.ppl_menu{
    float:left;
    width:100% !important;
    margin-left:0 !important;
    padding:10px;
  }
  .biz_menu a.menu_item,.ppl_menu a.menu_item{
    font-size:16px;
  }

  .logo_container{
    padding-left:10px;
  }

  .main_container{
    width: 100%;
    height: calc(100vh - 115px);
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
  }

  .mock{
    width: 100%;
    height: 300px;
  }

  .mock h2 span{
    font-size:32px;
    padding-bottom: 10px;
  }

  .mock h2{
    width:100%;
    font-size:16px;
    line-height: 1rem;
    /*top:calc(22vh - 140px);*/
    top: calc(120px);
    text-shadow:0px 2px 3px rgba(0,0,0,0.3);

  }

  .mock h2 span:after{
    top: 35px;
  }

  div.table_container{
    position: relative;
    top: 50px;
    height: 50px;
  }

  table tr td.bg_td{
    background-color: #f1f5f7;
    height: 40%;
    text-align: center;
    line-height: 1rem;
    padding: 5px;
  }

  table tr td.ppl_td,
  table tr td.biz_td{
    font-size: 12px;
    line-height: 0.9rem;
    height: 40%;
    position:relative;
  }

  table tr td.ppl_td{
    vertical-align: bottom;
  }

  table tr td.icon_td span.both_icon::after{
    height: 14px;
    width: 14px;
    /*left: 15px;*/
    top: 7px;
  }

  div.ppl_label{
    top: 40px;
  }

  div.biz_label{
    top: 100px;
  }

  td.cr_td{
    position: relative;
    height: 30px;
    width: 20px;
  }

  span.caret_right i{
    position: absolute;
    color: #f1f5f7;
    font-size: 4rem;
    top: 0px;
  }
  /**sp用トップページ ここまで**/

  /**sp用ヘッダーロゴ調整 ここから**/
  h1.logo_item{
    text-decoration: none;
    color: #000;
    line-height: 1rem;
    font-size: 14px;
    margin: 10px 20px 0 0;
  }

  .logo_item{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 43px !important;
    width: auto;
    margin-top:5px;
  }
  /**sp用ロゴ調整 ここまで**/

  /**sp用メニュー ここから**/
  .drawer-hamburger{
    margin-top: 0.8rem;
  }

  ul.drawer-menu li{
    margin-bottom: 5px;
  }

  .drawer-menu-item{
    margin-bottom: 5px;
    border-bottom:1px solid rgba(255,255,255,.8);
    /*padding-top:0 !important;
    padding-bottom:0 !important;*/
  }

  a.drawer-menu-item{
    text-align: left;
  }
  a.menu_item{
    font-size:14px;
  }
  .lum-close-button{
    opacity:1 !important;
  }
  .lum-close-button:after, .lum-close-button:before{
    background-color:#000 !important;
  }
  .lum-next-button,.lum-previous-button{
    display:none !important;
  }
  /**sp用メニュー ここまで**/

  /**sp用コンテンツページ調整ここから**/
  .topic_container{
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    padding: 20px 10px 50px;
    margin-bottom:30px;
  }

  .page_inner{
    padding: 0px 5px 20px 5px;
  }

  .page_inner h2{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    background: #f1f5f7;
    padding: 10px 10px;
    margin: 20px 0 10px 0;
  }

  .page_inner div.title p{
    font-size: 16px;
    margin: 10px;
    font-weight: 500;
  }

  div.images_contanier{
    display: block;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .images_contanier img{
    width: 100%;
    padding: 10px;
  }

  .images_contanier a{
    margin: 50px auto;
    width:60%;
  }
  /**sp用コンテンツページ調整ここまで**/

  footer{
    background:#f1f5f7;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 35px;
    z-index: 999;
  }

  .content{
    margin-top: 0;
    font-size: 14px;
  }
}
