@charset "UTF-8";

/*
header
------------------------------------------------*/
body:not(.is-loginmethod) .header-navBar.is-noLink .header-navBar-item span,
body:not(.is-loginmethod) .header-navBar.is-noLink .header-navBar-item:hover .header-navBar-name{
  color: #a0a0a0;
}
body:not(.is-loginmethod) .header-navBar .header-navBar-name{
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 25px;
}
body:not(.is-loginmethod) .header-navBar .header-navBar-item_has .header-navBar-name::after,
body:not(.is-loginmethod) .header-navBar .header-navBar-item:hover .header-navBar-name::after{
  margin-top: 6px;
}
body:not(.is-loginmethod) .header-navBar.is-noLink .header-navBar-item_has .header-navBar-name::after,
body:not(.is-loginmethod) .header-navBar.is-noLink .header-navBar-item:hover .header-navBar-name::after{
  border-top-color: #a0a0a0;
}
body:not(.is-loginmethod) .header-navBar .header-navBar-item:last-child{
  margin-right: 0;
}
body:not(.is-loginmethod) .header-navBar .header-navBar-info a::before,
body:not(.is-loginmethod) .header-navBar .header-navBar-info span::before{
  border-top-width: 37px;
  border-bottom-width: 37px;
  border-left-width: 17px;
  width: 17px;
}
.header-navBar.is-top .header-navBar-icon.is-top img,
.header-navBar.is-5g .header-navBar-icon.is-g5 img,
.header-navBar.is-partner .header-navBar-icon.is-partner img,
.header-navBar.is-asset .header-navBar-icon.is-asset img{
  opacity: 0;
}

.header-navBar.is-top .menu-top .header-navBar-name,
.header-navBar.is-5g .menu-about .header-navBar-name,
.header-navBar.is-partner .menu-partner .header-navBar-name,
.header-navBar.is-asset .menu-asset .header-navBar-name{
  color: #d00f31 !important;
}



/*
loginmethod header
------------------------------------------------*/
.is-loginmethod .footer{
  padding: 0;
}

.is-loginmethod .footer-copyright{
  margin-top: 0;
}

@media screen and (min-width: 751px), print{
  .is-loginmethod .header-logo-5g{
    left: 30px;
  }
}

.is-loginmethod .header-navBar-name{
  color: #a0a0a0;
}

.is-loginmethod .header-navBar-item_has .header-navBar-name:after{
  border-top-color: #a0a0a0;
}

.is-loginmethod .header-navBar-item:hover .header-navBar-icon img{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.is-loginmethod .header-navBar-icon:after{
  display: none;
}

.is-loginmethod .header-navBar-item:hover .header-navBar-name{
  color: #a0a0a0;
}



/*
breadcrumb
------------------------------------------------*/
.breadcrumb{
  padding: 15px 0 0;
}
@media screen and (max-width: 750px){
  .breadcrumb{
    display: none;
  }
}
.breadcrumb-list{
  font-size: 0;
}
.breadcrumb-item{
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.breadcrumb-item:nth-last-child(2):after{
  border-color: #000;
}
.breadcrumb-item:last-child{
  margin-right: 0;
}
.breadcrumb-item:last-child:after{
  display: none;
}
.breadcrumb-item:after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -11px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #898989;
  border-right: 2px solid #898989;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb-item a{
  color: #898989;
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.breadcrumb-item a:hover{
  border-color: #898989;
}



/*
pageBorderLead
------------------------------------------------*/
.pageBorderLead{
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 2px;
  line-height: 1.25;
}
@media screen and (max-width: 750px){
  .pageBorderLead{
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 750px){
  .pageBorderLead.is-border{
    margin-bottom: 30px;
  }
}

.pageBorderLead:before{
  content: "";
  display: block;
  width: 3px;
  background: #d00f31;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px){
  .pageBorderLead:before{
    width: 2px;
    height: 17px;
  }
}

.pageBorderLead.is-border::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: -15px;
  left: 0;
}



/*
TM
------------------------------------------------*/
.tm{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .tm{
    font-size: 1rem;
  }
}



/*
caution-box
------------------------------------------------*/
.caution-box{
  background: #f6f6f6;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 750px){
  .caution-box{
    margin-top: 15px;
  }
}



/*
form btn
------------------------------------------------*/
.form-btn-list{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px){
  .form-btn-list{
    margin-top: 30px;
  }
}
.form-btn-item{
  max-width: 300px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-left: auto;
  position: relative;
  margin-right: 50px;
}
@media screen and (min-width: 751px), print{
  .form-btn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .form-btn-item{
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 751px), print{
  .form-btn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .form-btn-item:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .form-btn-item{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
  }
}
.form-btn-item:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.form-btn-item input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
}
.form-btn-item input , .form-btn-item a{
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  text-align: center;
}
.form-btn-item input:hover , .form-btn-item a:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}
.form-btn-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



/*
block
------------------------------------------------*/
.short-block{
  padding-bottom: 60px;
}
.short-block_02{
  padding: 50px 0 10px;
}
@media screen and (max-width: 750px){
  .short-block_02{
    padding: 30px 0;
  }
}
.main-block{
  padding-bottom: 80px;
}
.main-block_02{
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px){
  .main-block_02{
    padding-top: 30px;
  }
}



/*
anchor-list
------------------------------------------------*/
@media screen and (min-width: 751px), print{
  .anchor-list{
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    text-align: center;
  }
  ul.anchorLink-btn-list{
    font-size: 0;
    padding-left: 20px;
    display: inline-block;
  }
  ul.anchorLink-btn-list li{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 60px;
  }
  ul.anchorLink-btn-list li.sp{
    display: none;
  }
  ul.anchorLink-btn-list li:last-child{
    margin-right: 0;
  }
  ul.anchorLink-btn-list li.is-last{
    margin-right: 0;
  }
  ul.anchorLink-btn-list li div.anchorLink-btn-item{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    transition: all .3s ease;
  }
  ul.anchorLink-btn-list li div.anchorLink-btn-item::before{
    position: absolute;
    top: 7px;
    right: 0;
    box-sizing: border-box;
    width: 10px;
    height: 9px;
    border: 5px solid transparent;
    border-top: 9px solid #000;
    content: '';
    transition: all .3s ease;
  }
  ul.anchorLink-btn-list li > div.anchorLink-btn-item::before{
    border-top: 9px solid #898989;
  }
  ul.anchorLink-btn-list li a:hover div.anchorLink-btn-item{
    color: #d00f31;
  }
  ul.anchorLink-btn-list li a:hover div.anchorLink-btn-item::before{
    border-top: 9px solid #d00f31;
  }
}
ul.anchorLink-btn-list li > div.anchorLink-btn-item{
  color: #898989;
}
@media screen and (max-width: 750px){
  .anchor-list{
    margin-bottom: 30px;
  }
  .anchor-list .inner{
    width: 100%;
  }
  ul.anchorLink-btn-list{
    display: flex;
    flex-wrap: wrap;
  }
  ul.anchorLink-btn-list li{
    width: 50%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  ul.anchorLink-btn-list li:nth-child(2n){
    border-right: 0;
  }
  ul.anchorLink-btn-list li div.anchorLink-btn-item{
    display: inline-block;
    position: relative;
    padding: 14px 12px 10px 0;
  }
  ul.anchorLink-btn-list li div.anchorLink-btn-item::before{
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    width: 7.5px;
    height: 7px;
    margin-top: -1px;
    border: 4px solid transparent;
    border-top: 7px solid #000;
    content: '';
  }
  ul.anchorLink-btn-list li > div.anchorLink-btn-item::before{
    border-top: 7px solid #898989;
  }
}



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

.table-layout table{
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-layout th , .table-layout td{
  padding: 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  vertical-align: middle;
}

.table-layout th{
  border-right: 1px solid #dcdcdc;
}

.report-article-txt .table-layout{
  margin-bottom: 30px;
}
@media screen and (min-width: 751px), print{
  .report-article-txt .table-layout th{
    width: 250px;
  }
}
@media screen and (max-width: 750px){
  .table-layout th , .table-layout td{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
  }
  .table-layout table{
    border-bottom: none;
  }
  .table-layout th{
    text-align: center;
    background: #f6f6f6;
  }
}



/*
detail-imgSet
------------------------------------------------*/
@media screen and (min-width: 751px), print{
  .detail-imgSet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 751px), print{
  .detail-imgSet-img{
    width: 300px;
  }
}
@media screen and (max-width: 750px){
  .detail-imgSet-img{
    text-align: center;
  }
  .detail-imgSet-img img{
    width: 100%;
  }
}

@media screen and (min-width: 751px), print{
  .detail-imgSet-txt{
    margin-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 750px){
  .detail-imgSet-txt{
    margin-top: 30px;
  }
}

.detail-imgSet-link{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
  .detail-imgSet-link{
    margin-top: 25px;
  }
}

.detail-imgSet-link p{
  margin-bottom: 5px;
}
.detail-imgSet-link p:last-child{
  margin-bottom: 0;
}

.detail-imgSet-txt ul.text-list{
  margin-top: 0;
}



/*
cloud_form
------------------------------------------------*/
.cloud_form-block{
  padding: 0 0 90px;
}
.cloud_form-info{
  margin-bottom: 45px;
}
@media screen and (max-width: 750px){
  .cloud_form-info{
    margin-bottom: 15px;
  }
}
.cloud_form-info p{
  margin-bottom: 1em;
}
.cloud_form-info p:last-child{
  margin-bottom: 0;
}

.cloud_form-att{
  background: #f6f6f6;
  padding: 20px;
}
@media screen and (max-width: 750px){
  .cloud_form-att{
    padding: 15px;
  }
}
.cloud_form-att .is-small{
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .cloud_form-att .is-small{
    font-size: 1rem;
    margin-top: 1em;
    display: block;
  }
}

.cloud_form-title{
  margin-top: 45px;
}
@media screen and (max-width: 750px){
  .cloud_form-title{
    margin-top: 30px;
  }
}

.cloud_form-inputTxt{
    word-wrap: break-word;
    margin-bottom: 60px;
}
@media screen and (max-width: 750px){
  .cloud_form-inputTxt{
    margin-bottom: 50px;
  }
}

.cloud_form-thanks{
  text-align: center;
}
.cloud_form-thanks p{
  margin-bottom: 30px;
}
.cloud_form-thanks p:last-child{
  margin-bottom: 0;
}

.cloud_form input , .cloud_form textarea , .cloud_form select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
}

.cloud_form textarea{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  border: 1px solid #898989;
}

.cloud_form textarea[readonly] {
	border-color: #fff;
	font-size: 100%;
}

@media screen and (max-width: 750px){
  .cloud_form textarea{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.cloud_form .cloud_form-tel input{
  height: 40px;
  border: 1px solid #898989;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.cloud_form .cloud_form-tel input[readonly] {
	border-color: #fff;
	font-size: 100%;
}

@media screen and (max-width: 750px){
  .cloud_form .cloud_form-tel input{
    height: 45px;
  }
}
.cloud_form-tel-line{
  margin: 0 10px;
}



/*
column
------------------------------------------------*/
.column_detail .inner{
  position: relative;
}

.column_detail .is-borderAfter:before{
  content: "";
  display: block;
  background: url("../images/common/column_article_border.png") no-repeat bottom center;
  background-size: cover;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 750px){
  .column_detail .is-borderAfter:before{
    height: 30px;
  }
}

@media screen and (min-width: 751px), print{
  .column-headline{
  }
}

.column-article{
  position: relative;
  background: #fff;
}
.column-article-inner{
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  width: calc(100% - 40px);
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 750px){
  .column-article-inner{
    padding: 30px 0;
  }
}
.column-article-bg:before , .column-article-bg:after{
  content: "";
  display: block;
  background: #f1f9f8;
  width: 100%;
}
.column-article-bg.is-top:after{
  top: 0;
  left: 0;
  height: 45px;
  position: absolute;
}
@media screen and (max-width: 750px){
  .column-article-bg.is-top:after{
    display: none;
  }
}
.column-article-bg.is-bottom:before{
  right: 0;
  bottom: 30px;
  height: 45px;
  position: absolute;
}
@media screen and (max-width: 750px){
  .column-article-bg.is-bottom:before{
    display: none;
  }
}
.column-article-bg.is-bottom:after{
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 750px){
  .column-article-bg.is-bottom:after{
    height: 15px;
  }
}
.column-article-title{
  position: relative;
  color: #00837e;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .column-article-title{
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.column-article-title:before{
  content: "";
  width: 30px;
  height: 1px;
  background: #00837e;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 750px){
  .column-article-title:before{
    width: 15px;
    top: 8px;
  }
}
.column-article-title.is-large{
  padding-left: 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 750px){
  .column-article-title.is-large{
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.column-article-title.is-large::before{
  display: none;
}
.column-article-txt .sup, .column-article-title .sup{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .column-article-txt .sup, .column-article-title .sup{
    font-size: 1rem;
  }
}
.column-article-txt p{
  margin-bottom: 30px;
}
.column-article-txt p:last-child{
  margin-bottom: 0;
}
.column-article-txt .no-margin{
  margin-bottom: 0;
}
.column-article-img{
    text-align: center;
    max-width: 700px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 750px){
  .column-article-img{
    margin-top: 20px;
  }
}
.column-article-cap{
    background: #f1f9f8;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}
@media screen and (max-width: 750px){
  .column-article-cap{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.column-article-cap p:last-child{
  margin-bottom: 0;
}

.event-article-cap{
  background: #f1f9f8;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px){
  .event-article-cap{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.event-article-cap p:last-child{
  margin-bottom: 0;
}

.column_detail01-body .column-article-cap p{
  text-indent: 0em;
  padding-left: 0em;
}
.column-article-att{
    background: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 750px){
  .column-article-att{
    font-size: 1rem;
    line-height: 1.7;
    margin: 15px -20px 0;
  }
}
.column-article-att .is-outlink::after{
  margin-left: 3px;
}
.column-article-att p{
  margin-bottom: 1em;
  padding-left: 2em;
  text-indent: -2em;
}
.column-article-att p:last-child{
  margin-bottom: 0;
}
.column-article-att a{
  color: #004e72;
}
.column-article-att a:hover{
}


.column-article-movie-wrap{
  max-width: 700px;
  margin: 30px auto 20px;
}

@media screen and (max-width: 750px){
  .column-article-movie-wrap{
    margin-top: 20px;
  }
}
.column-article-movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.column-article-movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.column_detail-block.is-02{
  padding: 50px 0;
}
@media screen and (max-width: 750px){
  .column_detail-block.is-02{
    padding: 30px 0;
    position: relative;
  }
}
.column_detail-block.is-02.is-borderAfter:before{
  bottom: -30px;
}
@media screen and (max-width: 750px){
  .column_detail-block.is-02.is-borderAfter:before{
    bottom: -15px;
  }
}

.column_detail-block.is-03 .column-article-bg.is-top:before{
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 750px){
  .column_detail-block.is-03 .column-article-bg.is-top:before{
    height: 15px;
  }
}

.column_detail-block.is-03 .column-article-bg.is-top:after{
  top: 30px;
  height: 90px;
}

.column_detail-block.is-beforeProfileFooter:after{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #f1f9f8;
}
@media screen and (max-width: 750px){
  .column_detail-block.is-beforeProfileFooter:after{
    height: 30px;
  }
}

.column_detail-block.is-profileFooter .column_detail-block-body{
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width: 750px){
  .column_detail-block.is-profileFooter .column_detail-block-body{
    padding: 30px 0;
  }
}

.column-profile{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.column-job{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media screen and (max-width: 750px){
  .column-job{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.column-name{
  font-size: 30px;
  font-size: 3.0rem;
  margin-top: 5px;
}
@media screen and (max-width: 750px){
  .column-name{
    font-size: 2rem;
  }
}

.column-face{
  text-align: right;
}
@media screen and (max-width: 750px){
  .column-face{
    margin-right: -20px;
  }
}
.column-face-img{
  display: inline-block;
  position: relative;
  width: 672px;
}
@media screen and (max-width: 750px){
  .column-face-img{
    width: 58%;
  }
}
.column-face-img img{
  width: 100%;
}
.column-face-img:after{
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -30px;
}
@media screen and (max-width: 750px){
  .column-face-img:after{
    width: 30px;
    left: -15px;
  }
}
@media screen and (max-width: 750px){
  .column-face-img img{
    width: 100%;
  }
}

@media screen and (min-width: 751px), print{
  .column-profile-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column-profile-footer-face{
  margin-right: 60px;
  width: 208px;
}
@media screen and (max-width: 750px){
  .column-profile-footer-face{
    display: none;
  }
}

.column-profile-footer-info{
  margin: 0 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (min-width: 751px), print{
  .column-profile-footer-info{
    width: 670px;
  }
}
@media screen and (max-width: 750px){
  .column-profile-footer-info{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.column-profile-footer-info span{
  display: block;
}
@media screen and (max-width: 750px){
  .column-profile-footer-info span{
    font-size: 1.3rem;
  }
}
.column-profile-footer-info img{
  width: 100%;
  margin-bottom: 20px;
}

.column_detail-block .pageTitle-txt p{
  margin-bottom: 30px;
}
.column_detail-block .pageTitle-txt p:last-child{
  margin-bottom: 0;
}



/*
topics
------------------------------------------------*/
.topics-block{
  padding: 50px 0 50px;
}
@media screen and (max-width: 750px){
  .topics-block{
    padding-top: 30px;
  }
}
.topics-list{
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}

.topics-thumb-list a:hover{
  text-decoration: none;
}
@media screen and (min-width: 751px), print{
  .article-item-thumb{
    height: 100px;
  }
}


@media screen and (min-width: 751px), print{
  .topics-item-inner{
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 750px){
  .topics-item-inner{
    padding-right: 15px;
    padding-left: 15px;
  }
}

.topics-item:first-child .topics-item-inner{
  border-top: 1px solid #dcdcdc;
}

.topics-item:last-child .topics-item-inner{
  border-bottom: 1px solid #dcdcdc;
}

@supports (-ms-ime-align: auto) {
  /* Edgeのみ */
  .topics-item-inner{
    border-bottom-color: #a5a5a5;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  /* IE9〜11 */
  .topics-item-inner{
    border-bottom-color: #a5a5a5;
  }
}

.topics-pager{
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 750px){
  .topics-pager{
    padding-top: 30px;
  }
}
.topics-pager p{
  display: inline-block;
  vertical-align: middle;
}
.topics-pager p img{
  vertical-align: middle;
  width: 16px;
}
@media screen and (max-width: 750px){
  .topics-pager p img{
    width: 14px;
  }
}
.topics-pager-number{
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 30px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 20px 60px;
}
@media screen and (max-width: 750px){
  .topics-pager-number{
    font-size: 1.7rem;
    padding: 5px 30px;
    margin: 0 15px;
  }
}
.topics-pager-number span.current{
  color: #d00f31;
}
.topics-title{
  margin-bottom: 1em;
}
.topics-title:hover{
    text-decoration: underline;
}
.topics-title:last-child{
  margin-bottom: 0;
}

.topics-pager-prev a,
.topics-pager-next a {
	display: block;
	cursor: pointer;
}

.topics-pager-prev a.disabled,
.topics-pager-next a.disabled {
	cursor: default;
	opacity: .35;
	pointer-events: none;
}



/*
article-list
------------------------------------------------*/

.article-item-inner{
  display: flex;
  align-items: center;
}
.article-item-thumb{
  margin-right: 20px;
  width: 140px;
}
@media screen and (max-width: 750px){
  .article-item-thumb{
    width: 100px;
  }
}
.article-item-info{
  flex: 1;
}
.article-item-info .topics-date{
  margin-bottom: 5px;
}



/*
connected_detail
------------------------------------------------*/
.connected_detail-block.is-02{
  padding: 0 0 50px;
}
@media screen and (max-width: 750px){
  .connected_detail-block.is-02{
    padding-bottom: 30px;
  }
}

.connected_detail-outline{
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .connected_detail-outline{
    padding-bottom: 30px;
  }
}
.connected_detail-outline .connected_detail-title{
  background: #f1f9f8;
}


.connected_detail-company .connected_detail-title{
  background: #f6f6f6;
}

.connected_detail-list{
  border: 1px solid #dcdcdc;
}

.connected_detail-item{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 751px), print{
  .connected_detail-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px){
  .connected_detail-item{
    line-height: 1.6;
  }
}
.connected_detail-item:last-child{
  border-bottom: none;
}

.connected_detail-title , .connected_detail-txt{
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 751px), print{
  .connected_detail-title{
    border-right: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 750px){
  .connected_detail-title , .connected_detail-txt{
    padding: 10px 15px;
  }
}

@media screen and (min-width: 751px), print{
  .connected_detail-title{
    width: 174px;
  }
  .connected_detail-txt{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 750px){
  .connected_detail-title{
    font-size: 1.2rem;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
  }
}

@media screen and (max-width: 750px){
  .connected_detail-txt{
    font-size: 1.1rem;
  }
}

.connected_detail-txt .is-download{
  color: #004e72;
}
.connected_detail-txt .is-download:hover{
  text-decoration: underline;
}
.connected_detail-txt .is-download:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon_download.png") no-repeat left center;
  background-size: 20px auto;
  width: 20px;
  height: 21px;
  margin-right: 18px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 750px){
  .connected_detail-txt .is-download:before{
    background-size: 12px auto;
    width: 12px;
    height: 13px;
    margin-right: 13px;
  }
}



/*
connected_list
------------------------------------------------*/
.connected_list-block.is-02{
    padding-bottom: 50px;
}
@media screen and (max-width: 750px){
  .connected_list-block.is-02{
  }
}

.connected_list-caution{
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .connected_list-caution{
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px){
  .connected_list-caution-txt p{
    margin-bottom: 1em;
  }
  .connected_list-caution-txt p:last-child{
    margin-bottom: 0;
  }
}

.connected_list-list table{
  font-size: 14px;
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.85;
}
@media screen and (max-width: 750px){
  .connected_list-list table{
    display: none;
  }
}

.connected_list-list thead{
  background: #65c7e3;
  white-space: nowrap;
  color: #fff;
}

.connected_list-list th , .connected_list-list td{
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.connected_list-list th{
  border-right: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.connected_list-list th:last-child{
    border-right: none;
    padding-bottom: 30px;
}

.connected_list-list tbody td:nth-child(1){
  width: 150px;
}

.connected_list-list tbody td:nth-child(2){
  text-align: left;
}

.connected_list-list tbody td:nth-child(3){
  width: 120px;
}

.connected_list-list tbody td:nth-child(4){
  width: 170px;
}

.connected_list-list tbody td:nth-child(5){
  width: 200px;
}

.connected_list-list tbody tr:nth-child(even){
  background: #f7fafc;
}
.connected_list-list a{
  color: #004e72;
}
.connected_list-list a:hover{
  text-decoration: underline;
}

.connected_list-list-cat{
  padding: 0 15px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}
@media screen and (max-width: 750px){
  .connected_list-list-cat{
    font-size: 1rem;
    padding: 0 10px;
    height: 15px;
    line-height: 12px;
    width: 50px;
    display: block;
    margin: 8px auto 0;
    box-sizing: border-box;
  }
}
.connected_list-list-cat.is-new{
  font-weight: 700;
  color: #d00f31;
  border: 1px solid #d00f31;
}

.connected_list-list-btn{
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .connected_list-list-btn{
    margin: 30px auto 0;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
    width: 100%;
  }
}
.connected_list-list-btn a{
  display: block;
  width: 100%;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 2px solid #000;
  transition: all .3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .connected_list-list-btn a{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.connected_list-list-btn a:hover{
  background: #fff;
  color: #000;
}

@media screen and (min-width: 751px), print{
  .connected_list-list-sp{
    display: none;
  }
}

.connected_list-list-sp-item{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.connected_list-list-sp-item:last-child{
  margin-bottom: 60px;
}
.connected_list-list-sp-item dl{
  border: 1px solid #dcdcdc;
}
.connected_list-list-sp-item dt , .connected_list-list-sp-item dd{
  padding: 10px 15px;
  min-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.connected_list-list-sp-item .is-center{
  text-align: center;
}
.connected_list-list-sp-item dt{
  background: #f6f6f6;
  text-align: center;
}
.connected_list-list-sp-item dd:last-child{
  border-bottom: none;
}

.connected_list-apply{
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .connected_list-apply{
    margin-top: 30px;
  }
}
.connected_list-apply-btn-list{
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .connected_list-apply-btn-list{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.connected_list-apply-btn-item{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .connected_list-apply-btn-item{
    margin-bottom: 20px;
  }
}
.connected_list-apply-btn-item .btn{
  margin-top: 0;
  margin-bottom: 0;
}

.connected_list-apply-btn-item:last-child{
  margin-bottom: 0;
}



/*
connected_entry
------------------------------------------------*/
.connected_entry_complete-block {
 padding-bottom: 40px;
}



/*
connected_post
------------------------------------------------*/
.connected_post_complete-block {
 padding-bottom: 40px;
}



/*
download
------------------------------------------------*/
.download-block.is-02{
  padding: 0 0 80px;
}
.download-block-item{
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 750px){
  .download-block-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-top: 110px;
    margin-top: -120px;
  }
}
.download-block-item:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.download-block-item.is-green thead , .download-block-item.is-green .download-list-sp dt{
  background: #eff9f8;
}
.download-block-item.is-pink thead , .download-block-item.is-pink .download-list-sp dt{
  background: #fff3f4;
}
.download-block-item.is-labo thead th:nth-child(1){
  width: 375px;
}
.download-block-item.is-labo thead th:nth-child(3){
    width: 190px;
}

@media screen and (min-width: 751px), print{
  .download-list-sp{
    display: none;
  }
}

.download-list-sp{
  margin-bottom: 30px
}
.download-list-sp:last-child{
  margin-bottom: 0;
}
.download-list-sp-item{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.download-list-sp-item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.download-list-sp dl{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #dcdcdc;
}
.download-list-sp dl:last-child{
  border-bottom: none;
}

.download-list-sp dt , .download-list-sp dd{
  box-sizing: border-box;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}

.download-list-sp dt{
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.download-list-sp dd{
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px){
  .download-list-pc{
    display: none;
  }
}

.download-list-pc-item{
  margin-bottom: 50px;
}
.download-list-pc-item:last-child{
  margin-bottom: 0;
}

.download table{
  border: 1px solid #dcdcdc;
  font-size: 14px;
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.85;
}
@media screen and (max-width: 750px){
  .download table{
    display: none;
  }
}

.download thead th{
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 380px;
}
.download thead th:nth-child(3){
  width: 190px;
}

.download th , .download td{
  padding: 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.download-icon{
  margin-bottom: 10px;
}
.download-icon:last-child{
  margin-bottom: 0;
}
.download-icon a:hover{
  text-decoration: underline;
}
.download-icon .is-movie:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon_movie.png") no-repeat left center;
  background-size: 26px auto;
  width: 26px;
  height: 16px;
  margin-right: 11px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 750px){
  .download-icon .is-movie:before{
    background-size: 19px auto;
    width: 19px;
    height: 12px;
    margin-right: 13px;
  }
  
  dd.download_box_event p.download-icon {
  	border-top:1px solid #dcdcdc;
  	margin:10px 0;
  	padding-top:10px;
  }
  
  dd.download_box_event p.download-icon:first-child {
  	border-top:none;
  	margin:0 0 10px;
  	padding-top:0;
  }
  
}
.download-icon .is-download:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon_download.png") no-repeat left center;
  background-size: 20px auto;
  width: 20px;
  height: 21px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
@media screen and (max-width: 750px){
  .download-icon .is-download:before{
    background-size: 12px auto;
    width: 12px;
    height: 13px;
    margin-right: 13px;
  }
}



/*
event_list
------------------------------------------------*/
.event_list-block{
  padding: 50px 0 50px;
}
@media screen and (max-width: 750px){
  .event_list-block{
    padding-top: 30px;
  }
}


.event_list-item{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .event_list-item{
    margin-bottom: 15px;
  }
}
.event_list-item:last-child{
  margin-bottom: 0;
}
.event_list-item a,
.event_list-noLink{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid #dcdcdc;
}

.event_list-box{
  padding: 10px 30px 10px 10px;
  position: relative;
}
@media screen and (max-width: 750px){
  .event_list-box{
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px){
  .event_list-detail-top{
    padding-bottom: 10px;
  }
}

.event_list-detail-top:after{
  clear: both;
  content: "";
  display: block;
}

.event_list-thumb{
  width: 154px;
}
@media screen and (min-width: 751px), print{
  .event_list-thumb{
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 750px){
  .event_list-thumb{
    float: left;
    width: 98px;
  }
}

.event_list-thumb img{
  width: 100%;
}
@media screen and (min-width: 751px), print{
  .event_list-thumb{
    height: 154px;
  }
}

.event_list-thumb img{
  width: 100%;
}


.event_list-detail{
  box-sizing: border-box;
}
@media screen and (min-width: 751px), print{
  .event_list-detail{
    min-height: 154px;
    margin-left: 184px;
  }
}

@media screen and (min-width: 751px), print{
  .event_list-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 750px){
  .event_list-info{
    margin-left: 108px;
  }
}

.event_list-info-item{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px), print{
  .event_list-info-item{
    width: 50%;
    min-height: 70px;
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 750px){
  .event_list-info-item{
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .event_list-info-item:last-child{
    margin-bottom: 0;
  }
}

.event_list-info-title{
  width: 40px;
  color: #898989;
}
@media screen and (max-width: 750px){
  .event_list-info-title{
    width: 30px;
  }
}

.event_list-info-txt{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.event_list-title{
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  border-top: 1px dotted #dcdcdc;
}
@media screen and (max-width: 750px){
  .event_list-title{
    font-size: 1.3rem;
    padding-top: 12px;
    border: none;
    background: url("../images/event/event_list/line_border.png") repeat-x top left;
    background-size: 305px auto;
  }
}


.event_list-status{
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .event_list-status{
    width: 105px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
}
.event_list-status.is-step1{
  background: #78bd61;
}
.event_list-status.is-step2{
  background: #d00f31;
}
.event_list-status.is-step3{
  background: #004e72;
}
.event_list-status.is-step4{
  background: #448aca;
}
.event_list-status.is-step5{
  background: #b963ab;
}
.event_list-status.is-step6{
  background: #a0a0a0;
}



/*
event
------------------------------------------------*/
.event-block.is-02{
  padding-bottom: 90px;
}
.event-block-item{
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .event-block-item{
    padding-bottom: 30px;
  }
}
.event-block-item:last-child{
  padding-bottom: 0;
  border: none;
}

.event-schedule-img{
  margin: 0 auto;
}
.event-schedule-zoom{
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 751px), print{
  .event-schedule-zoom{
    display: none;
  }
}
.event-schedule-zoom-icon{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 5px;
  width: 31px;
}
.event-schedule-zoom-txt{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
}

.event-survey{
  padding: 45px 0 60px;
}
@media screen and (max-width: 750px){
  .event-survey{
    padding: 20px 0 30px;
  }
}
.event-survey-block{
  border: 1px solid #dcdcdc;
  padding: 25px 30px;
}
@media screen and (min-width: 751px), print{
  .event-survey-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px){
  .event-survey-block{
    padding: 15px;
  }
}

@media screen and (min-width: 751px), print{
  .event-survey-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
}

.event-survey-date{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  color: #898989;
}
@media screen and (min-width: 751px), print{
  .event-survey-date{
    width: 125px;
  }
}
@media screen and (max-width: 750px){
  .event-survey-date{
    font-size: 1.1rem;
    line-height: 1.6;
    float: left;
  }
}
.event-survey-title{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.85;
}
@media screen and (max-width: 750px){
  .event-survey-title{
    font-size: 1.2rem;
    margin-left: 85px;
    line-height: 1.5;
  }
}
.event-survey-title:after{
  clear: both;
  content: "";
  display: block;
}
.event-survey-title span{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px){
  .event-survey-title span{
    font-size: 1.1rem;
  }
}
.event-survey-answer{
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px), print{
  .event-survey-answer{
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px){
  .event-survey-answer{
    margin: 20px auto 0;
    font-size: 1.1rem;
  }
}

.event-survey-answer span, .event-survey-answer a{
  display: inline-block;
  vertical-align: middle;
}
.event-survey-answer span{
  color: #d00f31;
  margin-right: 20px;
}
.event-survey-answer a{
  width: 140px;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 2px solid #000;
  transition: all .3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .event-survey-answer span, .event-survey-answer a{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .event-survey-answer span{
    margin-bottom: 10px;
  }
  .event-survey-answer a{
    height: 25px;
    line-height: 22px;
    width: 105px;
  }
}
.event-survey-answer a:hover{
  background: #fff;
  color: #000;
}
.event-survey-cat{
  display: inline-block;
  height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px){
  .event-survey-cat{
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.event-survey-cat:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media screen and (max-width: 750px){
  .event-survey-cat:after{
    right: -10px;
    border-width: 10px 0 10px 10px;
  }
}
.event-survey-cat.is-orange{
  background: #ff9623;
}
.event-survey-cat.is-orange:after{
  border-left-color: #ff9623;
}
.event-survey-cat.is-darkblue{
  background: #104b73;
}
.event-survey-cat.is-darkblue:after{
  border-left-color: #104b73;
}

.event-item{
  margin-bottom: 30px;
  font-size: 0;
}
@media screen and (max-width: 750px){
  .event-item{
    margin-bottom: 15px;
  }
}
.event-item:last-child{
  margin-bottom: 0;
}
.event-item a,
.event-noLink{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid #dcdcdc;
}

.event-box{
  padding: 10px 30px 10px 10px;
  position: relative;
}
@media screen and (max-width: 750px){
  .event-box{
    padding-right: 15px;
  }
}



.event-thumb{
  width: 154px;
}
@media screen and (min-width: 751px), print{
  .event-thumb{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    margin: auto 0;
  }
}
@media screen and (max-width: 750px){
  .event-thumb{
    width: 98px;
  }
}

.event-thumb img{
  width: 100%;
}
@media screen and (min-width: 751px), print{
  .event-thumb{
    height: 154px;
  }
}

.event-thumb img{
  width: 100%;
}


.event-box-detail{
  box-sizing: border-box;
}
@media screen and (min-width: 751px), print{
  .event-box-detail{
    min-height: 154px;
    margin-left: 184px;
  }
}

@media screen and (min-width: 751px), print{
  .event-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
  }
  .event-info.is-sp{
    display: none;
  }
}

@media screen and (max-width: 750px){
  .event-box-detail-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .event-info{
    background: url("../images/event/line_border.png") repeat-x top left;
    background-size: 305px auto;
    padding-top: 15px;
    margin-top: 10px;
  }
  .event-info.is-pc{
    display: none;
  }
}

.event-info-item{
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px), print{
  .event-info-item{
    width: 50%;
  }
}
@media screen and (max-width: 750px){
  .event-info-item{
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .event-info-item:last-child{
    margin-bottom: 0;
  }
}

.event-info-title{
  width: 40px;
  color: #898989;
}
@media screen and (max-width: 750px){
  .event-info-title{
    width: 30px;
  }
}

.event-info-txt{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.event-title{
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px){
  .event-title{
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    margin-left: 15px;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }
}


.event-status{
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.event-status.is-step1{
  background: #78bd61;
}
.event-status.is-step2{
  background: #d00f31;
}
.event-status.is-step3{
  background: #004e72;
}
.event-status.is-step4{
  background: #448aca;
}
.event-status.is-step5{
  background: #b963ab;
}
.event-status.is-step6{
  background: #a0a0a0;
  width: 50px;
}
.event-status.is-release{
  background: #2acce9;
  width: 245px;
}
.event-status.is-release:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #2acce9;
}
@media screen and (max-width: 750px){
  .event-status{
    width: 105px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
  .event-status.is-step6{
    width: 34px;
  }
  .event-status.is-release{
    width: 180px;
  }
  .event-status.is-release:after{
    right: -13px;
    border-width: 13px 0 13px 13px;
  }
}



/*
mypage
------------------------------------------------*/
.mypage{
  position: relative;
}
@media screen and (min-width: 751px), print{
  .mypage:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/common/pageTitle_line_top.png") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 5;
  }
}
.mypage .inner{
  position: relative;
}

.mypage-welcome{
  padding: 20px 0;
}
@media screen and (max-width: 750px){
  .mypage-welcome{
    padding: 15px 0 20px;
  }
}
@media screen and (min-width: 751px), print{
  .mypage-welcome-info{
    padding-right: 340px;
  }
}
.mypage-welcome-company{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){
  .mypage-welcome-company{
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 751px), print{
  .mypage-welcome-company br{
    display: none;
  }
}
.mypage-welcome-name{
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px){
  .mypage-welcome-name{
    font-size: 1.3rem;
  }
}
.mypage-welcome-loginInfo{
  margin-top: 10px;
}
.mypage-welcome-loginInfo a{
  color: #004e72;
}
.mypage-welcome-loginInfo a:hover{
  text-decoration: underline;
}
@media screen and (min-width: 751px), print{
  .mypage-welcome-right{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.mypage-welcome-password{
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px), print{
  .mypage-welcome-password{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px){
  .mypage-welcome-password{
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
  }
}
.mypage-welcome-password a{
  color: #004e72;
}
.mypage-welcome-password a:hover{
  text-decoration: underline;
}
.mypage-welcome-logout{
  width: 120px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 751px), print{
  .mypage-welcome-logout{
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 750px){
  .mypage-welcome-logout{
    width: 105px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    margin: 20px auto 0;
  }
}
.mypage-welcome-logout a{
  display: block;
  width: 100%;
  height: 100%;
  background: #a0a0a0;
  color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.mypage-welcome-logout a:hover{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mypage-headBar{
  font-size: 14px;
  font-size: 1.4rem;
  background: #d00f31;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 750px){
  .mypage-headBar{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.mypage-2col{
  padding: 50px 0 30px;
}
@media screen and (max-width: 750px){
  .mypage-2col{
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 751px), print{
  .mypage-2col .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px){
  .mypage-2col .inner{
    width: 100%;
  }
}

@media screen and (min-width: 751px), print{
  .mypage-main{
    width: 680px;
    margin: 0 auto;
    min-height: 500px;
  }
}

@media screen and (max-width: 750px){
  .mypage-main{
    padding-top: 30px;
  }
}

.mypage-main input[type="text"],
.mypage-main input[type="url"],
.mypage-main input[type="email"],
.mypage-main button,
.mypage-main-inputInfo input[type="text"],
.mypage-main-inputInfo input[type="url"],
.mypage-main-inputInfo input[type="email"],
.mypage-main-inputInfo textarea,
.mypage-main-inputInfo button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

.mypage-main-inputInfo [readonly] {
  border: none !important;
  background: none;
}

.mypage-main-block,
.searchresults-block {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.mypage-main-block:first-child,
.searchresults-block:first-child {
  position: relative;
  z-index: 1;
}
.mypage-main-block:last-child,
.searchresults-block:last-child {
  border-bottom: none;
}

@media screen and (max-width: 750px){
  .mypage-main-block,
  .searchresults-block {
    padding-top: 120px;
    margin-top: -100px;
  }
  .mypage-main-block:first-child,
  .searchresults-block:first-child {
    margin-top: -130px;
  }
  .mypage-main-inner,
  .searchresults-inner {
    margin: 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 750px){
  .mypage-main .pageBorderLead{
    margin-bottom: 30px;
  }
}

.mypage-main-sortStatus{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){
  .mypage-main-sortStatus{
    font-size: 1.1rem;
  }
}
.mypage-main-sortStatus a{
  color: #004e72;
}
.mypage-main-sortStatus a:hover{
  text-decoration: underline;
}

.mypage-main-inputInfo,
.partner-list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px), print{
  .mypage-main-inputInfo,
  .partner-list {
    background: #f6f6f6;
    border-top: 2px solid #d00e31;
    padding: 20px 50px 50px;
  }
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo,
  .partner-list {
    font-size: 1.2rem;
  }
}
.mypage-main-inputInfo-required{
  color: #d00f31;
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px){
  .mypage-main-inputInfo-required{
    text-align: left;
    margin-bottom: 25px;
  }
}
.mypage-main-inputInfo input:not([type="file"]),
.mypage-main-inputInfo textarea {
  border: 1px solid #898989;
}
.mypage-main-inputInfo input[type="text"],
.mypage-main-inputInfo textarea {
  padding: 10px 20px;
  width: 100%;
}

.mypage-main-inputInfo dl{
  margin-bottom: 30px;
}
.mypage-main-inputInfo dt{
  margin-bottom: 20px;
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo dt{
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 1px;
    margin-bottom: 30px;
    position: relative;
  }

  .mypage-main-inputInfo dt:before{
    content: "";
    display: block;
    background: #d00f31;
    position: absolute;
    top: 2px;
    left: 0;
    height: 26px;
    box-sizing: border-box;
    width: 2px;
    height: 17px;
  }

  .mypage-main-inputInfo dt::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: -15px;
    left: 0;
  }

}

@media screen and (max-width: 750px){
  .mypage-main-inputInfo dl{
    margin-bottom: 30px;
  }
}
.mypage-main-inputInfo dl:last-child{
  margin-bottom: 0;
}
.mypage-main-inputInfo input[type="text"]:disabled{
  background: #dcdcdc;
}
.mypage-main-inputInfo input[type="text"]:-moz-disabled{
  background: #dcdcdc;
}
.mypage-main-inputInfo input.input_tel{
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo input.input_tel{
    width: 85px;
  }
}
@media screen and (max-width: 320px){
  .mypage-main-inputInfo input.input_tel{
    width: 65px;
  }
}
.mypage-main-inputInfo .input_tel-line{
  margin: 0 10px;
}
.mypage-main-inputInfo .is-edit_possible{
  color: #d00f31;
  margin-left: 1em;
}
@media screen and (min-width: 751px), print{
  .mypage-main-inputInfo .is-radio{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mypage-main-inputInfo .is-radio label{
  display: block;
  margin-bottom: 20px;
}
.mypage-main-inputInfo .is-radio input{
  margin-right: 20px;
}
.mypage-main-inputInfo .is-radio label:last-child{
  margin-bottom: 0;
}

/*select*/
@media screen and (max-width: 750px){
  .mypage-main-inputInfo select{
    border-radius: 0;
  }
}
.searchresults-main select,
.mypage-main-inputInfo select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  border: 1px solid #898989;
  padding: 0 60px 0 20px;
  background: none;
  min-width: 580px;
  background: #fff;
}
.mypage-main-inputInfo select::-ms-expand {
  display: none;
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo select,
  .searchresults-main select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px 0 15px;
    min-width: 100%;
  }
}
.mypage-main-inputInfo .select-item,
.searchresults-main .select-item {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo .select-item,
  .searchresults-main .select-item {
    width: 100%;
  }
}
.mypage-main-inputInfo .select-item:not([readonly])::before,
.searchresults-main .select-item:not([readonly])::before {
  position: absolute;
  top: 15px;
  right: 30px;
  box-sizing: border-box;
  width: 14px;
  height: 12px;
  border: 7px solid transparent;
  border-top: 12px solid #000;
  content: '';
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo .select-item:not([readonly])::before,
  .searchresults-main .select-item:not([readonly])::before {
    right: 10px;
    width: 10px;
    height: 9px;
    border: 5px solid transparent;
    border-top: 9px solid #000;
  }
}

.mypage-main-inputInfo .select-item.readonly:before {
	display: none;
}
.mypage-main-inputInfo .select-item.readonly select{
  color: #000;
  pointer-events: none;
}

.mypage-main-inputInfo .select-item.disabled:before{
  display: none;
}
.mypage-main-inputInfo .select-item.disabled select{
  color: #666;
  background: #dcdcdc;
  pointer-events: none;
}

.mypage-main-inputInfo input:read-only.is-changed,
.mypage-main-inputInfo .select-item.readonly.is-changed select,
.mypage-main-inputInfo .is-radio.readonly.is-changed {
  background-color: #fcf9b7;
}


.mypage-main-passwordChanged{
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .mypage-main-inputInfo .is-radio input{
    margin-right: 10px;
  }
  .mypage-main-passwordChanged{
    margin-top: 30px;
  }
}
.mypage-main-passwordChanged a{
  color: #004e72;
}
.mypage-main-passwordChanged a:hover{
  text-decoration: underline;
}
.mypage-main-passwordChanged a::after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #d00f31;
	border-right: 2px solid #d00f31;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.mypage-main-passwordChanged span{
  display: block;
  margin-top: 10px;
}

.mypage-input-btn{
  position: relative;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 750px){
  .mypage-input-btn{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.mypage-input-btn button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  font-size: inherit;
}
@media screen and (max-width: 750px){
  .mypage-input-btn button{
    padding-left: 20px;
  }
}
.mypage-input-btn button:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}

.mypage-input-btn-list{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px){
  .mypage-input-btn-list{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.mypage-input-btn-item{
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (min-width: 751px), print{
  .mypage-input-btn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .mypage-input-btn-item{
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 751px), print{
  .mypage-input-btn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .mypage-input-btn-item:last-child{
    margin-bottom: 0;
  }
}

.mypage-main-head{
  margin-bottom: 20px;
}


.mypage-main-head{
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
        align-items: flex-end;
}

.mypage-main-step{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
  width: 170px;
  border-bottom: 2px solid #dcdcdc;
  padding: 0 15px;
  box-sizing: border-box;
}

.mypage-main-step-txt{
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 25px;
  line-height: 1;
  position: relative;
}
.mypage-main-step-txt:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  border-radius: 100%;
}
.mypage-main-step-txt.is-current:after{
  background: #000;
}
.mypage-main-step-txt.is-current{
  color: #d00f31;
}
.mypage-main-step-txt.is-current:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 17px;
  background: #dcdcdc;
}
.mypage-main-step{
  margin: 0 0 0 auto;
}

@media screen and (max-width: 750px){
  .mypage-main-step{
    width: 134px;
  }
  .mypage-main-step-txt{
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
  .mypage-main-step-txt::after{
    width: 6px;
    height: 6px;
  }
  .mypage-main-step-txt.is-current::before {
    height: 14px;
  }
}

.mypage-btn{
  max-width: 140px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 750px){
  .mypage-btn{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 105px;
    height: 25px;
  }
}
.mypage-btn button,
.mypage-btn .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000000;
  font-size: inherit;
}

.mypage-btn button:disabled,
.mypage-btn .button.disabled {
	background-color: #aaa !important;
	border-color: #aaa !important;
	pointer-events: none !important;
}

.mypage-btn.is-edit_info button,
.mypage-btn.is-edit_info .button {
  background: #6bb651;
  border-color: #6bb651;
}
.mypage-btn.is-member_add button{
  background: #0091ab;
  border-color: #0091ab;
}
.mypage-btn.is-member_delete button{
  background: #000000;
  border-color: #000000;
}
.mypage-btn.is-arrow button{
  padding-right: 20px;
}
.mypage-btn.is-arrow button:after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  transition: all .3s ease;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}
.mypage-btn button:hover,
.mypage-btn .button:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

.mypage-btn button.selected,
.mypage-btn .button.selected {
	pointer-events: none;
	cursor: default;
}

.mypage-btn.is-arrow button:hover:after{
  border-top-color: #000;
  border-right-color: #000;
}
.mypage-main-head .mypage-btn{
  margin-right: 20px;
  display: inline-block;
}
.mypage-main-head .mypage-btn-wrap{
  flex: 1;
}
@media screen and (max-width: 750px){
  .mypage-main-head .mypage-btn{
    margin-right: 5px;
  }
  .mypage-main-head.is-member{
    display: block;
  }
  .mypage-main-head.is-member .mypage-main-step{
    margin-top: 20px;
  }
}
.mypage-main-head .mypage-btn:last-child{
  margin-right: 0;
}

.mypage-main-att{
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .mypage-main-att{
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 10px;
    font-size: 1.0rem;
  }
}
.mypage-main-att a{
  color: #004e72;
}
.mypage-main-att a:hover{
  text-decoration: underline;
}

.mypage-table table{
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.mypage-table thead th{
  vertical-align: middle;
  background: #f6f6f6;
}

.mypage-table th , .mypage-table td{
  padding: 18px 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.mypage-table.is-member td:first-child{
  width: 55px;
  text-align: center;
}

.mypage-table.is-member td:nth-of-type(2),
.mypage-table.is-member td:nth-of-type(3) {
  width: 160px;
}

.mypage-historyList-item .mypage-table th{
  text-align: center;
}
.mypage-historyList-item .more-load-btn{
  margin-top: 20px;
}

.mypage-table a{
  color: #004e72;
}
.mypage-table a:hover{
  text-decoration: underline;
}
.mypage-table .mypage-member_name{
  background: #f1f9f8;
  display: none;
}
.mypage-table .mypage-member_btn:after{
  content: " ▼";
}
.mypage-table .mypage-member_btn.is-open:after{
  content: " ▲";
}


.mypage-table table input[type=text] {
	border: none;
	width: calc(100% - 2px);
	padding-top: 2px;
	padding-bottom: 2px;
}

.mypage-table table input[type=text]:read-only {
	background-color: transparent;
}

.mypage-table table .disabled {
	background-color: #eaeaea;
}

.mypage-table table .is-changed {
	background-color: #fcf9b7;
}

.mypage-table table .disabled input {
	color: #888;
}

.mypage-table table .disabled input[type=checkbox] {
	cursor: default;
	pointer-events: none;
	opacity: .5;
}

@media screen and (max-width: 750px){
  .mypage-table{
    position: relative;
    overflow: hidden;
  }
  .mypage-table table{
    min-width: 620px;
    width: 100%;
    margin-bottom: 15px;
  }
  .mypage-table thead th{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mypage-table th, .mypage-table td{
    padding: 15px;
  }
  .mypage-table.is-member td:first-child{
    width: 45px;
  }
}

.mypage-historyList-item{
  margin-bottom: 50px;
}
.mypage-historyList-item:last-child{
  margin-bottom: 0;
}

.mypage-tab-menu{
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypage-tab-menu-item{
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 40px;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: none;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  background: #f6f6f6;
  box-sizing: border-box;
}
.mypage-tab-menu-item:last-child{
  margin-right: 0;
}
.mypage-tab-menu-item.is-active{
  background: #fff;
  color: #ff6d41;
}
.mypage-tab-menu-item:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dcdcdc;
}
.mypage-tab-menu-item.is-active:before{
  background: #ff6d41;
}
.mypage-tab-menu-item.is-active:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
}
.mypage-tab-menu-item:hover{
  cursor: pointer;
}
@media screen and (min-width: 751px), print{
  .mypage-tab-menu-item{
    width: 300px;
  }
}
@media screen and (max-width: 750px){
  .mypage-tab-menu-item{
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    height: 45px;
    line-height: 45px;
  }
  .mypage-tab-menu-item:before{
    height: 2px;
  }
  .mypage-tab-menu-item:first-child{
    border-left: none;
  }
  .mypage-tab-menu-item:last-child{
    border-right: none;
  }
}



.mypage-tab-contents{
  padding-bottom: 80px;
}
.mypage-tab-contents-item.is-hidden{
  display: block;
  visibility: hidden;
  content: ".";
  font-size: .1em;
  line-height: 0;
  height: .1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mypage-sidebar{
  position: relative;
}
@media screen and (min-width: 751px), print{
  .mypage-sidebar{
    width: 230px;
  }
}
.mypage-sidebar-inner{
  z-index: 1;
}
@media screen and (min-width: 751px), print{
  .mypage-sidebar-inner{
    width: 230px;
    position: absolute;
  }
  .mypage-sidebar-inner.is-fixed{
    position: fixed;
    top: 100px;
  }
  .mypage-sidebar-inner.is-bottom{
    bottom: 0;
    position: absolute;
    top: auto !important;
  }
}
.mypage-sidebar-how{
  max-width: 200px;
  height: 44px;
}
@media screen and (max-width: 750px){
  .mypage-sidebar-how{
    max-width: 100%;
    width: 50%;
    margin: 0;
  }
}
.mypage-sidebar-how-icon{
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px){
  .mypage-sidebar-how-icon{
    width: 14px;
  }
}
.mypage-sidebar-how-icon:before{
  content: "";
  display: block;
  background: url("../images/mypage/icon_sidebar_how_on.png") no-repeat left center;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 750px){
  .mypage-sidebar-how-icon:before{
    background-size: 14px auto;
    width: 14px;
    height: 14px;
  }
}
.mypage-sidebar-how a{
  padding-left: 12px;
}
.mypage-sidebar-how a:before , .mypage-sidebar-how a:after{
  right: 20px;
}
.mypage-sidebar-how a:hover .mypage-sidebar-how-icon:before{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mypage-sidebar-menu{
  background: #f6f6f6;
  height: 44px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 44px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 751px), print{
  .mypage-sidebar-menu{
    display: none;
  }
}
.mypage-sidebar-menu span{
  position: relative;
}
.mypage-sidebar-menu span:before , .mypage-sidebar-menu span:after{
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #000;
  right: -14px;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mypage-sidebar-menu span:before{
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mypage-sidebar-menu span:after{
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mypage-sidebar-menu:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 7px solid #000;
  border-right: 4px solid #f6f6f6;
  border-left: 4px solid #f6f6f6;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.mypage-sidebar-menu:hover{
  cursor: pointer;
}
.mypage-sidebar-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 751px), print{
  .mypage-sidebar-overlay{
    display: none !important;
  }
}

.is-sp .mypage-sidebar-list{
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 751px), print{
  .is-sp .mypage-sidebar-list{
    display: none !important;
  }
}

.is-sp .mypage-sidebar-item{
  border-bottom: 1px solid #dcdcdc;
}
.is-sp .mypage-sidebar-item.is-current .mypage-sidebar-subMenu{
  display: block;
}

.is-sp .mypage-sidebar-subMenu{
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
}

.is-sp .mypage-sidebar-title.is-large{
  color: #d00f31;
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 14px 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.is-sp .mypage-sidebar-title.is-large:before , .is-sp .mypage-sidebar-title.is-large:after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all .3s ease;
}
.is-sp .mypage-sidebar-title.is-large:hover{
  cursor: pointer;
}
.is-sp .mypage-sidebar-title.is-large:after{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-sp .mypage-sidebar-title.is-large.is-open:before{
  display: none;
}
.is-sp .mypage-sidebar-title.is-large.is-open:after{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.is-sp .mypage-sidebar-title.is-small{
  padding: 13px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.is-sp .mypage-sidebar-title a:hover{
  text-decoration: underline;
}

.is-sp .mypage-sidebar-btn{
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .is-sp .mypage-sidebar-btn{
    width: 105px;
    font-size: 1.1rem;
  }
}
.is-sp .mypage-sidebar-btn a{
  display: block;
  width: 100%;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 2px solid #000;
  transition: all .3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .is-sp .mypage-sidebar-btn a{
    height: 25px;
    line-height: 22px;
  }
}
.is-sp .mypage-sidebar-btn a:hover{
  background: #fff;
  color: #000;
}

.is-pc .mypage-sidebar-list {
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .is-pc .mypage-sidebar-list {
    display: none;
  }
}

.is-pc .mypage-sidebar-item{
  border-bottom: 1px dotted #dcdcdc;
}
.is-pc .mypage-sidebar-item.is-current .mypage-sidebar-subMenu{
  display: block;
}
.is-pc .mypage-sidebar-item:last-child{
  border-bottom: none;
}

.is-pc .mypage-sidebar-subMenu{
  display: none;
  background: #f6f6f6;
  border-top: 1px dotted #dcdcdc;
  padding: 20px 0;
}

.is-pc .mypage-sidebar-title{
  padding-right: 20px;
  padding-left: 20px;
}

.is-pc .mypage-sidebar-title.is-large{
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px
}

.is-pc .mypage-sidebar-title.is-large:before , .is-pc .mypage-sidebar-title.is-large:after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all .3s ease;
}
.is-pc .mypage-sidebar-title.is-large:hover{
  cursor: pointer;
}
.is-pc .mypage-sidebar-title.is-large:after{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-pc .mypage-sidebar-title.is-large.is-open{
  color: #d00f31;
}
.is-pc .mypage-sidebar-title.is-large.is-open:before{
  display: none;
}
.is-pc .mypage-sidebar-title.is-large.is-open:after{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #d00f31;
  display: none;
}
.is-pc .mypage-sidebar-title.is-small{
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  padding-left: 30px;
  text-indent: -10px;
}
.is-pc .mypage-sidebar-title.is-small:last-child{
  margin-bottom: 0;
}
.is-pc .mypage-sidebar-title a:hover{
  text-decoration: underline;
}
.mypage-sidebar-title.is-small a::before,
.condition-name::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("../images/mypage/arrow_sidebar_title.png") no-repeat left center;
	background-size: 7px auto;
	width: 7px;
	height: 9px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.is-pc .mypage-sidebar-btn{
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .is-pc .mypage-sidebar-btn{
    margin: 20px auto 0;
    width: 105px;
    font-size: 1.1rem;
  }
}
.is-pc .mypage-sidebar-btn a{
  display: block;
  width: 100%;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 2px solid #000;
  transition: all .3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .is-pc .mypage-sidebar-btn a{
    height: 25px;
    line-height: 22px;
  }
}
.is-pc .mypage-sidebar-btn a:hover{
  background: #fff;
  color: #000;
}

@media screen and (max-width: 750px){
  .is-mypageNavOpen .mypage-sidebar-menu:after{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .is-mypageNavOpen .mypage-sidebar-menu span:before , .is-mypageNavOpen .mypage-sidebar-menu span:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .is-mypageNavOpen .mypage-sidebar-nav{
    z-index: 1001;
    position: relative;
  }
  .is-mypageNavOpen .is-sp .mypage-sidebar-list{
    z-index: 1001;
  }
}


.login_history-body{
  background: #fff;
  width: 450px;
  max-height: 667px;
  padding: 30px 80px 50px;
}
.login_history-body .polygon-title{
  margin-bottom: 30px;
}
.login_history-scroll{
  border: 1px solid #dcdcdc;
  text-align: center;
}
.login_history-scroll-inner{
  height: 100%;
  position: relative;
}
.login_history-scroll-title{
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}
.login_history-scroll-date{
  max-height: 424px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.login_history-scroll-date p{
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}
.login_history-scroll-date p:last-child{
  border-bottom: none;
}
.login_history.lity-hide{
  display: block;
  visibility: hidden;
  content: ".";
  font-size: .1em;
  line-height: 0;
  height: .1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px){
  .login_history.lity-hide{
    width: 100%;
  }
  .login_history{
    width: 100vw;
  }
  .login_history-body{
    width: auto;
    margin: 0 30px;
    padding-right: 20px;
    padding-left: 20px;
    max-height: 80vh;
    overflow: hidden;
  }
  .login_history-scroll-title{
    padding: 15px 0;
  }
  .login_history-scroll-date p{
    padding: 15px 0;
  }
  .login_history-scroll-date{
    max-height: 40vh;
  }
}
.login_history-body .pageTitle-headline {
    color: #d00f31;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}

.footer.is-mypage{
  padding-top: 0;
}
.footer.is-mypage .footer-copyright{
  margin-top: 0;
}



/*
pagecover
------------------------------------------------*/
.pagecover{
  width: 100%;
  position: relative;
}
.pagecover img{
  width: 100%;
}



/*
pageFooterLink
------------------------------------------------*/
.pageFooterLink{
  position: relative;
}
.pageFooterLink:before{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #f6f6f6;
}
@media screen and (max-width: 750px){
  .pageFooterLink:before{
    height: 30px;
  }
}
.pageFooterLink-obj{
  position: absolute;
  z-index: 0;
}
.pageFooterLink-obj.is-04{
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px){
  .pageFooterLink-obj.is-04{
    top: 0;
    width: 155px;
  }
}
.pageFooterLink-obj.is-05{
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px){
  .pageFooterLink-obj.is-05{
    width: 155px;
  }
}

.pageFooterLink-btn{
  z-index: 1;
}
@media screen and (min-width: 751px), print{
  .pageFooterLink-btn{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 750px){
  .pageFooterLink-btn{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 751px), print{
  .pageFooterLink-btn-list.is-2col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .pageFooterLink-btn-list.is-2col .pageFooterLink-btn{
    margin-top: 0;
    margin-bottom: 0;
  }
  .pageFooterLink-btn-list.is-2col .pageFooterLink-btn-item{
    width: 300px;
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 40px;
    margin-left: 25px;
  }
}

.pageFooterLink-body{
  position: relative;
  overflow: hidden;
  padding: 10px 0 40px;
}
@media screen and (max-width: 750px){
  .pageFooterLink-body{
    padding-bottom: 70px;
    padding-top: 10px;
  }
}



/*
pageLinkBtn
------------------------------------------------*/
.pageLinkBtn{
  width: 100%;
  height: 100%;
}
.pageLinkBtn.is-red a{
  background: #d00f31;
  border-color: #d00f31;
}
.pageLinkBtn-list{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px){
  .pageLinkBtn-list{
    margin-top: 30px;
  }
}
.pageLinkBtn-item{
  margin-right: 60px;
  max-width: 300px;
  height: 70px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (min-width: 751px), print{
  .pageLinkBtn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .pageLinkBtn-item{
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
  }
}
@media screen and (min-width: 751px), print{
  .pageLinkBtn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .pageLinkBtn-item:last-child{
    margin-bottom: 0;
  }
}
.pageLinkBtn-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  text-align: center;
}
.pageLinkBtn-item a:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}



/*
pageTitle
------------------------------------------------*/
.pageTitle{
  background: #f6f6f6;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
@media screen and (max-width: 750px){
  .pageTitle{
    padding-bottom: 30px;
  }
}
.pageTitle .inner{
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
}
@media screen and (max-width: 750px){
  .pageTitle .inner{
    padding-bottom: 30px;
  }
}
.pageTitle-body{
  background: #fff;
  position: relative;
}
.pageTitle-body:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  width: 1px;
  height: 50px;
  margin: 0 auto;
  background: #d00f31;
}
@media screen and (max-width: 750px){
  .pageTitle-body:after{
    height: 30px;
    bottom: -15px;
  }
}
.pageTitle-txtarea{
  position: relative;
  z-index: 1;
}
.pageTitle-headline{
    color: #d00f31;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    padding-top: 50px;
}
@media screen and (max-width: 750px){
  .pageTitle-headline{
    padding-top: 30px;
    font-size: 1.9rem;
  }
}
.pageTitle-headline span{
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  display: block;
}
.pageTitle-headline .is-top{
    margin-bottom: 5px;
}
.pageTitle-headline .is-bottom{
    margin-top: 5px;
}
@media screen and (max-width: 750px){
  .pageTitle-headline span{
    font-size: 1.7rem;
  }
  .pageTitle-headline .is-top{
    margin-bottom: 7px;
  }
  .pageTitle-headline .is-bottom{
    margin-top: 7px;
  }
}


.pageTitle-txt{
    margin-top: 30px;
}

@media screen and (max-width: 750px){
  .pageTitle-txt{
    margin-top: 20px;
  }
}
.pageTitle-desc{
  text-align: center;
  margin-top: 20px;
}
.pageTitle-obj{
  position: absolute;
  z-index: 0;
}
.pageTitle-obj-wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.pageTitle-obj.is-01{
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px){
  .pageTitle-obj.is-01{
    top: 0;
    left: 0;
    width: 155px;
  }
}
.pageTitle-obj.is-02{
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px){
  .pageTitle-obj.is-02{
    width: 155px;
  }
}
@media screen and (min-width: 751px), print{
  .pageTitle-block{
    position: relative;
  }
  .pageTitle-block.is-noKV::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/common/pageTitle_line_top.png") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 5;
  }
}

.pageTitle .btn{
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .pageTitle .btn{
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.pageTitle .btn-list{
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px), print{
  .pageTitle  .btn-list.is-2col{
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 750px){
  .pageTitle .btn-list{
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.pageTitle .btn-list .btn{
  margin-top: 0;
  margin-bottom: 0;
}



/*
polygon title
------------------------------------------------*/
.polygon-title{
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
  line-height: 1.47;
}
.polygon-title.is-first{
  padding-top: 0px;
}

@media screen and (max-width: 750px){
  .polygon-title{
    font-size: 1.7rem;
    padding-top: 30px;
    width:75%;
    margin: 0 auto 30px;
  }
}
.polygon-title span{
  position: relative;
}
.polygon-title span:before{
  content: "";
  display: block;
  background: url("../images/event/icon_title_polygon.png") no-repeat left center;
  background-size: 52px auto;
  width: 52px;
  height: 55px;
  position: absolute;
  left: -52px;
  top: -9px;
}

.polygon-title span[class]:before{
	display: none;
}

@media screen and (min-width: 751px), print{
  .polygon-title span{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .polygon-title span:before{
    background-size: 37px auto;
    width: 37px;
    height: 40px;
    left: -37px;
    top: -7px;
  }
}
.polygon-title:after{
  content: "";
  display: block;
  width: 81px;
  height: 1px;
  border-bottom: 1px dotted #000;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px){
  .polygon-title:after{
    width: 60px;
    margin-top: 15px;
  }
  .polygon-title br.sp{
    display: inline-block;
  }
}



/*
program
------------------------------------------------*/
.program-block{
  padding: 50px 0 80px;
}
@media screen and (max-width: 750px){
  .program-block{
    padding-top: 30px;
  }
}

.program-date{
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .program-date{
    font-size: 1.1rem;
    text-align: left;
  }
}

.program-att{
  text-align: right;
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .program-att{
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.7;
    text-align: left;
    margin-top: 10px;
  }
}


.program-list dl{
  margin-bottom: 50px;
  margin-top: -120px;
  padding-top: 120px;
}
.program-list dl:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 750px){
  .program-list dl{
    margin-bottom: 25px;
  }
}

.program-list dt{
  color: #00837e;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px){
  .program-list dt{
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}


.program-list dd{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px), print{
  .program-list dd{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px){
  .program-list dd{
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .program-list dd:last-child{
    margin-bottom: 0;
  }
}

.program-anchor-list{
  border-bottom: none;
  margin-top: 40px;
}
@media screen and (min-width: 751px), print{
  .program-anchor-list{
    padding: 20px 0;
    margin-bottom: 50px;
    background: #f6f6f6;
  }
  .program-anchor-list ul.anchorLink-btn-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .program-anchor-list ul.anchorLink-btn-list li{
    margin-right: 0;
  }
}

@media screen and (max-width: 750px){
  .program-anchor-list{
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
  }
  .program-anchor-list ul.anchorLink-btn-list li{
    width: 25%;
  }
  .program-anchor-list ul.anchorLink-btn-list li:nth-child(2n){
    border-right: 1px solid #dcdcdc;
  }
  .program-anchor-list ul.anchorLink-btn-list li:nth-child(4n){
    border-right: none;
  }
  .program-anchor-list ul.anchorLink-btn-list li.sp{
    width: 50%;
    border-right: none;
  }
}



/*
connected form
------------------------------------------------*/

.connected_form .btn-list{
  margin-bottom: 0;
}

.connected_form-outline{
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .connected_form-outline{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.connected_form-caution{
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .connected_form-caution{
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px){
  .connected_form-caution-txt p{
    margin-bottom: 1em;
  }
  .connected_form-caution-txt p:last-child{
    margin-bottom: 0;
  }
}

.connected_form-info{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .connected_form-info{
    margin-bottom: 15px;
  }
}
.connected_form-info p{
  margin-bottom: 1em;
}
.connected_form-info p:last-child{
  margin-bottom: 0;
}

.connected_form-att{
  background: #f6f6f6;
  padding: 20px;
}
@media screen and (max-width: 750px){
  .connected_form-att{
    padding: 15px;
  }
}
.connected_form-att .is-small{
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .connected_form-att .is-small{
    font-size: 1rem;
    display: block;
  }
}

.connected_form-title{
  margin-top: 45px;
}
@media screen and (max-width: 750px){
  .connected_form-title{
    margin-top: 30px;
  }
}

.connected_form-lead{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .connected_form-lead{
    margin-bottom: 15px;
  }
}

.connected_form-inputTxt{
  word-wrap: break-word;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .connected_form-inputTxt{
    margin-bottom: 50px;
  }
}

.connected_form-thanks{
  text-align: center;
}
.connected_form-thanks p{
  margin-bottom: 30px;
}
.connected_form-thanks p:last-child{
  margin-bottom: 0;
}

.connected_form input , .connected_form textarea , .connected_form select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
}

.connected_form textarea{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  border: 1px solid #898989;
}

.connected_form input[readonly],
.connected_form textarea[readonly]{
	border-color: #fff;
	font-size: 100%;
}

@media screen and (max-width: 750px){
  .connected_form textarea{
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 10px;
  }
}

.connected_form-btn-list{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px){
  .connected_form-btn-list{
    margin-top: 30px;
  }
}

.connected_form-btn-item{
  max-width: 300px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-left: auto;
  position: relative;
  margin-right: 60px;
}
@media screen and (min-width: 751px), print{
  .connected_form-btn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .connected_form-btn-item{
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 751px), print{
  .connected_form-btn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .connected_form-btn-item:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .connected_form-btn-item{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
  }
}
.connected_form-btn-item:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.connected_form-btn-item input , .connected_form-btn-item a{
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  text-align: center;
}
.connected_form-btn-item input:hover , .connected_form-btn-item a:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}
.connected_form-btn-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.connected_form-tel input,
.tel-input {
  border: 1px solid #898989;
  padding: 10px;
  box-sizing: border-box;
  text-align: center !important;
}

.connected_form-tel-line{
  margin: 0 10px;
}



/*
technology detail
------------------------------------------------*/
.technology_detail-item{
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.technology_detail-item:last-child{
  border-bottom: none;
}
@media screen and (max-width: 750px){
  .technology_detail-item{
    padding-bottom: 30px;
  }
}

.technology_detail-item a{
  color: #004e72;
}

.technology_detail-imgSet{
  margin-bottom: 50px;
}
.technology_detail-imgSet:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 751px), print{
  .technology_detail-imgSet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px){
  .technology_detail-imgSet{
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 751px), print{
  .technology_detail-imgSet-img{
    width: 300px;
  }
}
@media screen and (max-width: 750px){
  .technology_detail-imgSet-img{
    text-align: center;
  }
}

.technology_detail-imgSet-txt{
}
@media screen and (min-width: 751px), print{
  .technology_detail-imgSet-txt{
    margin-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 750px){
  .technology_detail-imgSet-txt{
    margin-top: 30px;
  }
}

.technology_detail-imgSet-link{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
  .technology_detail-imgSet-link{
    margin-top: 25px;
  }
}

.technology_detail-imgSet-link p{
  margin-bottom: 5px;
}
.technology_detail-imgSet-link p:last-child{
  margin-bottom: 0;
}

.technology_detail-block .pageTitle-txt p{
  margin-bottom: 30px;
}
.technology_detail-block .pageTitle-txt p:last-child{
  margin-bottom: 0;
}

.technology_detail-block .pageTitle-txt a{
  color: #004e72;
}



.technology_detail-linkList-item{
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .technology_detail-linkList-item{
    margin-bottom: 30px;
  }
}
.technology_detail-linkList-item:last-child{
  margin-bottom: 0;
}
.technology_detail-linkList-link p{
  margin-bottom: 5px;
}
.technology_detail-linkList-link p:last-child{
  margin-bottom: 0;
}

.base-txt + .technology_detail-linkList-link{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
  .base-txt + .technology_detail-linkList-link{
    margin-top: 25px;
  }
}

.technology_detail04 .technology_detail-item{
  padding-top: 50px;
}
@media screen and (max-width: 750px){
  .technology_detail04 .technology_detail-item{
    padding-top: 30px;
  }
}

.technology-block.is-02{
  padding: 50px 0 80px;
}
@media screen and (max-width: 750px){
  .technology-block.is-02{
    padding: 30px 0 40px;
  }
}

.technology-link{
  font-size: 0;
}
.technology-link-item{
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 751px), print{
  .technology-link-item:nth-child(3n){
    margin-right: 0;
  }
  .technology-link-item:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .technology-link-item{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .technology-link-item:nth-child(2n){
    margin-right: 0;
  }
}

.technology-link-item a{
  display: block;
  width: 100%;
  height: 100%;
}

.technology-link-thumb img{
  width: 100%;
}
@media screen and (min-width: 751px), print{
  .technology-link-thumb{
    height: 180px;
  }
}


.technology-link-title{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 750px){
  .technology-link-title{
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
.technology-link-title::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../images/technology/icon_arrow.png") no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
}
@media screen and (max-width: 750px){
  .technology-link-title::after{
    background-size: 26px auto;
    width: 26px;
    height: 5px;
  }
}

.technology_detail02-body .technology_detail-txt{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .technology_detail02-body .technology_detail-txt{
    margin-bottom: 20px;
  }
}
.technology_detail02-body .technology_detail-txt:last-child{
  margin-bottom: 0;
}
.technology_detail-thumb{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .technology_detail-thumb{
    margin-bottom: 20px;
  }
}
.technology_detail-thumb:last-child{
  margin-bottom: 0;
}

.technology_detail-thumb-set .technology_detail-thumb{
  margin-bottom: 20px;
}

.technology_detail-thumb-cap{
  background: #f1f9f8;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.technology_detail-thumb-set .no-margin{
  margin-bottom: 0;
}
@media screen and (max-width: 750px){
  .technology_detail-thumb-cap{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.technology_detail-thumb-cap p:last-child{
  margin-bottom: 0;
}

.technology_detail-boxList-item{
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .technology_detail-boxList-item{
    margin-bottom: 30px;
  }
}
.technology_detail-boxList-desc-title{
  margin-bottom: 5px;
}
.technology_detail-boxList-desc-title::before{
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
}
@media screen and (min-width: 751px), print{
  .technology_detail-boxList-desc-title::before{
    top: -1px;
  }
}
@media screen and (max-width: 750px){
  .technology_detail-boxList-desc-title::before{
    width: 5px;
    height: 5px;
  }
}
.technology_detail-boxList-desc{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .technology_detail-boxList-desc{
    margin-bottom: 15px;
  }
}
.technology_detail-boxList-desc:last-child{
  margin-bottom: 0;
}
.technology_detail-boxList-desc-txt{
  margin-bottom: 20px;
  margin-left: 1em;
}
.technology_detail-boxList-desc-txt:last-child{
  margin-bottom: 0;
}
.technology_detail-boxList-thumb{
  text-align: center;
}

.column-block.is-02{
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
}
@media screen and (max-width: 750px){
  .column-block.is-02{
    padding-top: 30px;
  }
}

@media screen and (min-width: 751px), print{
  .column-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.column-link-item{
  position: relative;
}
@media screen and (min-width: 751px), print{
  .column-link-item{
    width: 455px;
  }
}
@media screen and (max-width: 750px){
  .column-link-item{
    margin-bottom: 30px;
  }
  .column-link-item:last-child{
    margin-bottom: 0;
  }
}

.column-link-item a{
  display: block;
  width: 100%;
  height: 100%;
}

.column-link-thumb img{
  width: 100%;
}
@media screen and (min-width: 751px), print{
  .column-link-thumb{
    height: 200px;
  }
}

.column-link-thumb img{
  width: 100%;
}

.column-link-title{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px){
  .column-link-title{
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
.column-link-title::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../images/column/icon_arrow.png") no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
}
@media screen and (max-width: 750px){
  .column-link-title::after{
    background-size: 26px auto;
    width: 26px;
    height: 5px;
  }
}

.column-link-desc{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .column-link-desc{
    margin-bottom: 20px;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}



/*
CSS追加
------------------------------------------------*/



/*
g5
------------------------------------------------*/
@media screen and (max-width: 750px){
  .g5-block.is-01 h1.pageTitle-headline {
    width: 147px;
    margin: 0 auto;
  }
}
.g5-block .pageTitle-txt{
  margin-top: 50px;
}



/*
g5-entrance
------------------------------------------------*/
.g5-entrance{
  padding: 50px 0 80px
}
@media screen and (max-width: 750px){
  .g5-entrance{
    padding-top: 30px;
  }
}



/*
pageLinkBtn
------------------------------------------------*/
.pageEntranceLink{
  position: relative;
  padding: 0 0 60px;
}
@media screen and (max-width: 750px){
  .pageEntranceLink{
    padding-bottom: 45px;
  }
}
.pageEntranceLink:before{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px){
  .pageEntranceLink:before{
    height: 30px;
    margin-bottom: 30px;
  }
}
.pageEntranceLink-obj{
  position: absolute;
  z-index: 0;
}
.pageEntranceLink-obj.is-04{
  left: 0;
  top: 60px;
}
@media screen and (max-width: 750px){
  .pageEntranceLink-obj.is-04{
    top: 30px;
    width: 155px;
  }
}
.pageEntranceLink-obj.is-05{
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px){
  .pageEntranceLink-obj.is-05{
    width: 155px;
  }
}

.pageEntranceLink-btn-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px){
  .pageEntranceLink-btn-list{
    max-width: 335px;
    margin: 0 auto 30px;
  }
}
.pageEntranceLink-btn{
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.pageEntranceLink-btn-item{
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .pageEntranceLink-btn-item{
    margin-bottom: 27px;
    width: 160px;
  }
}
.pageEntranceLink-btn-item:last-child{
  margin-bottom: 0;
}

.pageEntranceLink-btn{
  height: auto;
}

.pageEntranceLink-btn a,
.pageEntranceLink-btn-item-none .pageEntranceLink-btn {
  color: #000;
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.pageEntranceLink-btn-item-none .pageEntranceLink-btn {
  color: #a0a0a0;
}
@media screen and (min-width: 751px), print{
  .pageEntranceLink-btn a figure ,
  .pageEntranceLink-btn-item-none figure{
    width: 300px;
    height: 180px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .pageEntranceLink-btn a img,
  .pageEntranceLink-btn-item-none img{
    width: 100%;
  }
}

@media screen and (max-width: 750px){
  .pageEntranceLink-btn a,
  .pageEntranceLink-btn-item-none .pageEntranceLink-btn {
    font-size: 1.1rem;
    text-align: center;
  }
}

.pageEntranceLink-btn a img,
.pageEntranceLink-btn-item-none .pageEntranceLink-btn img{
  margin-bottom: 12px;
}

@media screen and (max-width: 750px){
  .pageEntranceLink-btn a img,
  .pageEntranceLink-btn-item-none .pageEntranceLink-btn img{
    margin-bottom: 11px;
  }
}

.pageEntranceLink-btn-item-none .pageEntranceLink-btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  background: url("../images/common/btn_arrow.png") no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
  transition: all .3s ease;
}
.pageEntranceLink-btn a:after,
.pageEntranceLink-btn-item-none .pageEntranceLink-btn:after{
  background: url(../images/common/btn_arrow_on.png) no-repeat right center;
  background-size: 33px auto;
  top: 204px;
  right: 0px;
  bottom: inherit;
}
.pageEntranceLink-btn-item-none .pageEntranceLink-btn:after{
  top: 218px;
}

.pageEntranceLink-btn a:before{
  content: none;
}

.pageEntranceLink-btn a:hover:after{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
          transform: none;
}


@media screen and (max-width: 750px){
  .pageEntranceLink-btn a:after,
  .pageEntranceLink-btn-item-none .pageEntranceLink-btn:after{
    background-size: 25px auto;
    top: 111px;
    right: 0;
    opacity: 1.0 !important;
    transform: inherit !important;
    transition: inherit !important;
  }
  .pageEntranceLink-btn a:before{
    content: none;
  }

}



/*anchor-list*/
.anchor-list{
  position: relative;
  z-index: 1;
}
.event-detail .anchor-list{
  margin-bottom: 0;
  padding-bottom: 30px;
}
.event-detail .topics-list{
  padding: 0;
}
.event-detail .topics-item{
  position: relative;
}
.event-detail .topics-item .topics-title a:before,
.event-detail .topics-item .topics-title span:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  background: url(../images/common/btn_arrow_on.png) no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
  transition: all .3s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.event-detail .topics-item .topics-title a:after,
.event-detail .topics-item .topics-title span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  background: url(../images/common/btn_arrow_on.png) no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
  transition: all .3s ease;
}
.event-detail .topics-item-none .topics-title span:before{
  content: none !important;
}

.event-block-item.is-target{
  position: relative;
  z-index: 1;
}

.event-detail .topics-title a{
  display: block;
  width: 100%;
  height: 100%;
}
.event-detail div.faq-list-block{
  padding-bottom: 0;
}
.event-detail div.faq-list-block dl.faq-list-item:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 750px){
  .event-detail .topics-list{
    padding: 30px 0 0;
  }
  .event-detail .topics-item .topics-title a:after,
  .event-detail .topics-item .topics-title span:after{
    right: 15px;
    background-size: 23px auto;
    width: 23px;
    height: 5px;
  }
}

.event-detail .topics-title a:hover:after{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.event-detail .topics-title a:hover:before{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.event-detail .topics-item-none .topics-title span:hover:after{
  opacity: 1.0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.event-detail .topics-item-inner{
  padding: 17px 29px 11px 29px;
}
@media screen and (max-width: 750px){
  .event-detail .topics-item-inner{
    padding: 14px 66px 15px 15px;
  }
}

.event-detail .topics-info{
  margin-bottom: 9px;
}
.event-detail #anc-01,.event-detail #anc-02,.event-detail #anc-03,.event-detail #anc-04 {
  padding-top: 100px;
  margin-top: -100px;
}



/*
summary_detail
------------------------------------------------*/
.summary_detail-outline{
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .summary_detail-outline{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.summary_detail-outline .summary_detail-title{
  background: #f1f9f8;
}

.summary_detail-company .summary_detail-title{
  background: #f6f6f6;
}

.summary_detail-list{
  border: 1px solid #dcdcdc;
}
.summary_detail-item{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  border-bottom: 1px dotted #dcdcdc;
}
@media screen and (min-width: 751px), print{
  .summary_detail-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 750px){
  .summary_detail-item{
    line-height: 1.6;
  }
}
.summary_detail-item:last-child{
  border-bottom: none;
}

.summary_detail-title , .summary_detail-txt ,.summary_detail-btn{
  padding: 24px 29px;
  box-sizing: border-box;
}
.summary_detail-txt{
  padding-top: 29px;
  -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (min-width: 751px), print{
  .summary_detail-txt.is-place{
    padding-right: 230px;
  }
}

@media screen and (min-width: 751px), print{
  .summary_detail-txt .map-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 50px;
  }
}
@media screen and (max-width: 750px){
  .summary_detail-txt .map-btn{
    margin-top: 17px;
    margin-bottom: 10px;
  }
}

.summary_detail-txt .markbox{
  margin-left: 3px;
}
.summary_detail-txt p.mark{
  display: inline-block;
  background-color: #ff5c7f;
  color: #fff;
  padding: 0 10px;
  margin-right: 4px;
}
@media screen and (max-width: 750px){
  .summary_detail-txt .markbox{
    margin-left: 0;
    display: inline-block;
  }
  .summary_detail-txt p.mark{
    padding: 0 5px;
  }
}
.summary_detail-btn{
  padding-bottom: 25px;
  margin-left: auto;
  flex: 1;
}
@media screen and (min-width: 751px), print{
  .summary_detail-btn{
    padding-right: 50px;
    margin-top: 10px;
  }
  .summary_detail-btn .map-btn{
    margin-right: 0;
  }
}

@media screen and (max-width: 750px){
  .summary_detail-btn{
    padding-top: 7px;
    padding-bottom: 20px;
  }
}

.summary-btn{
  width: 300px;
}
@media screen and (max-width: 750px){
  .summary_detail-title , .summary_detail-txt{
    padding: 10px 15px;
  }
  .summary-btn{
    width: 278px;
  }
}

.summary_detail-title .pageBorderLead{
  line-height: 1;
  margin-top: 6px;
}
@media screen and (min-width: 751px), print{
  .summary_detail-title .pageBorderLead{
    padding-top: 3px;
  }
}
@media screen and (max-width: 750px){
  .summary_detail-title .pageBorderLead{
    margin-top: 3px;
  }
}

@media screen and (min-width: 751px), print{
  .summary_detail-title{
    padding-right: 0;
  }
  .summary_detail-title .pageBorderLead{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px){
  .summary_detail-title{
    font-size: 1.3rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
  }

  .summary_detail-title h3{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px){
  .summary_detail-txt{
    font-size: 1.1rem;
    width: 84%;
    display: inline-block;
  }
}

.summary_detail-txt .is-download{
  color: #004e72;
}
.summary_detail-txt .is-download:hover{
  text-decoration: underline;
}
.summary_detail-txt .is-download:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon_download.png") no-repeat left center;
  background-size: 20px auto;
  width: 20px;
  height: 21px;
  margin-right: 18px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 750px){
  .summary_detail-txt .is-download:before{
    background-size: 12px auto;
    width: 12px;
    height: 13px;
    margin-right: 13px;
  }
}



/*
lecture-item event_list-list
------------------------------------------------*/
.event-detail-block-main .event-detail-block{
  border-bottom: 1px solid #dcdcdc;
  margin-top: -100px !important;
  padding-top: 100px !important;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.event-detail-block-main .event-detail-block:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 750px){
  .event-detail-block-main .event-detail-block{
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-top: 110px !important;
    margin-top: -120px !important;
  }
}


@media screen and (min-width: 751px), print{
  .event-detail-block .topics-list{
    padding-top: 0px;
  }
  .event-detail-block table{
    border: 1px solid #dcdcdc;
    font-size: 14px;
    font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 50px;
    line-height: 1.85;
  }
  .event-detail-block table:last-of-type{
    margin-bottom: 0;
  }
  .event-detail-block table th, .event-detail-block table td{
    padding: 24px 24px !important;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  .event-detail-block table th{
    width: 146px;
    background: #f6f6f6;
  }
  .event-detail-block table td:first-of-type{
    width: 190px;
  }
  .event-list-sp{
    display: none;
  }
}

@media screen and (max-width: 750px){
  .event-detail-block .topics-list{
    padding-top: 10px;
  }

.event_list-list table{
  display: none;
}
.event-list-sp-item{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.event-list-sp-item dl{
  border: 1px solid #dcdcdc;
  text-align: center;
}
.event-list-sp-item dt , .event-list-sp-item dd{
  padding: 10px 15px;
  min-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.event-list-sp-item dt{
  background: #f6f6f6;
}

.event-list-sp-item dd h4{
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.event-list-sp-item dd h4.event-list-sp-nonMargin{
  margin-bottom: 0;
}
.event-list-sp-item dd h4 span{
  font-size: 10px;
  font-size: 1.0rem;
}

.event-list-sp-item dd:not(:nth-child(1)){
  text-align: left;
}
.event-list-sp-item dd:last-child{
  border-bottom: none;
}

}

.event-block h2.pageLink-title{
  position: relative;
  background: url(../images/event/event_20180524_ws/bg_event_detail_h2.jpg) no-repeat center;
  background-size: cover;
  height: 80px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.4;
  z-index: 3;
}
@media screen and (max-width: 750px){
  .event-block h2.pageLink-title{
    background: url(../images/event/event_20180524_ws/bg_event_detail_h2_sp.jpg) no-repeat center;
    height: 46.5px;
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.7;
  }
}
.lecture-title-line{
    border-top: 3px solid #ec6941;
    margin-bottom: 30px;
}
.lecture-title-line:last-child{
    margin-bottom: 0px;
}
dl.lecture-item{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  dl.lecture-item{
    margin-bottom: 15px;
  }
}
dl.lecture-item:last-child{
  margin-bottom: 0;
}
dl.lecture-item dt{
  padding: 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  dl.lecture-item dt{
    padding: 15px;
  }
}
dl.lecture-item dt h3{
  position: relative;
  padding-bottom: 10px;
  color: #ec6941;
  font-size: 22px;
  font-size: 2.2rem;
}
.lecture-company{
  color: #898989;
}
dl.lecture-item dt h3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
dl.lecture-item dt h3 .is-title{
  -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media screen and (min-width: 751px), print{
  .lecture-profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .lecture-name{
    width: 40%;
  }
  .lecture-company{
    text-align: right;
    margin: 0 0 0 auto;
    width: 52%;
  }
}

@media screen and (max-width: 750px){
  .lecture-profile{
    margin-bottom: 15px;
  }
  dl.lecture-item dt h3{
    font-size: 1.4rem;
  }

}
dl.lecture-item dt p.lecture-title{
  padding-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}

@media screen and (max-width: 750px){
  dl.lecture-item dt p.lecture-title{
    padding-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%;
  }
}

dl.lecture-item dd{
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd{
    padding: 15px;
    display: block;
  }
}
dl.lecture-item dd figure.lecture-img{
  width: 185px;
  text-align: center;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd figure.lecture-img{
    float: left;
    width: 65px;
    padding-right: 15px;
  }
}
dl.lecture-item dd div.lecture-content{
  width: 658px;
  padding-left: 30px;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd div.lecture-content{
    width: auto;
    padding-left: 0;
  }

}
dl.lecture-item dd div.lecture-content p{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd div.lecture-content p{
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
  }
}
dl.lecture-item dd div.lecture-content p.lecture-name{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd div.lecture-content p.lecture-company{
    margin-left: 80px;
    margin-top: 10px;
  }
  dl.lecture-item dd div.lecture-content p.lecture-name{
    margin-left: 80px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
  }
}
dl.lecture-item dd div.lecture-content p.lecture-name span{
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 750px){
  dl.lecture-item dd div.lecture-content p.lecture-name span{
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
dl.lecture-item dd div.lecture-content p.lecture-txt{
  margin-bottom: 0;
}
@media screen and (max-width: 750px){
  .event-detail article.event-block.is-05{
    padding-bottom: 0;
  }
}



/*
event-detail-movie
------------------------------------------------*/
.event-detail-movie .event-movie-block.is-02{
  padding-top: 50px;
}
@media screen and (max-width: 750px){
  .event-detail-movie .event-movie-block.is-02 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.event-movie-txt{
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.event-movie-profile{
  font-size: 12px;
  font-size: 1.2rem;
  color: #4d4d4d;
  margin-top: 15px;
}
.event-movie-title.is-long{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6em;
}

@media screen and (min-width: 751px), print{
  .event-movie-title.is-long{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-movie-list{
    font-size: 0;
  }
  .event-movie-item{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    margin-bottom: 30px;
  }
  .event-movie-item:nth-child(3n){
    margin-right: 0;
  }
}

@media screen and (max-width: 750px){
  .event-movie-item{
    margin-bottom: 20px;
  }
  .event-movie-item:last-child{
    margin-bottom: 0;
  }
  .event-photo img{
    width: 100%;
  }
  .event-movie-txt{
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .event-movie-profile{
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
  }
  .event-movie-title.is-long{
    max-height: 6.4em;
  }
}





@media screen and (max-width: 750px){
}
.event-movie-item dl dd li {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  padding-bottom: 18px;
}

.event-movie-item dl dd li a {
  text-decoration: none;
  color: #000;
}

.event-movie-item dl dd li a:hover {
  text-decoration: underline;
}

.event-movie-item dl dd li.display_i_left{
  display: inline-block;
  vertical-align: top;
}
.event-movie-item dl dd li.display_i_right{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

@media screen and (max-width: 750px){
  .event-movie-item dl dd li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .event-movie-item dl dd li.display_i_right{
    margin-left: 20px;
  }
}

.event-movie-item dl dd li a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 750px){
  .event-movie-item dl dd li {
    padding-bottom: 10px;
  }
}
.event-movie-item dl dd li a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  position: relative;
  top: -2px;
  width: 26px;
  height: 16px;
}

@media screen and (max-width: 750px){
  .event-movie-item dl dd li a::before{
    margin-right: 13px;
    width: 16px;
    height: 12px;
    top: -1px;
  }
}

.event-movie-item dl dd li.event-movie a::before{
  background: url(../images/event/event_20180524_ws/mv/icon_movie.gif) no-repeat left center;
}

.event-movie-item dl dd li.event-doc a::before{
  background: url(../images/event/event_20180524_ws/mv/icon_dl.gif) no-repeat left center;
  height: 21px;
}

@media screen and (max-width: 750px){
  .event-movie-item dl dd li.event-movie a::before{
    background: url(../images/event/event_20180524_ws/mv/icon_movie_sp.gif) no-repeat left center;
    background-size: 16px auto;
  }
  .event-movie-item dl dd li.event-doc a::before{
    background: url(../images/event/event_20180524_ws/mv/icon_dl_sp.gif) no-repeat left center;
    background-size: 16px auto;
    height: 16px;
  }
}



/*
event-detail-report
------------------------------------------------*/
.event-detail-report .inner{
  position: relative;
}

.event-detail-report .is-borderAfter:before{
  content: "";
  display: block;
  background: url("../images/common/column_article_border.png") no-repeat bottom center;
  background-size: cover;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 750px){
  .event-detail-report .is-borderAfter:before{
    height: 30px;
    bottom: 15px;
  }
  .event-detail-report .is-borderAfter:after{
    content: "";
    display: block;
    background: #f6f6f6;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.event-detail-report .pageTitle {
  padding-bottom: 60px;
}
@media screen and (max-width: 750px){
  .event-detail-report .pageTitle {
    padding-bottom: 30px;
  }
}

.report-article{
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px){
  .report-article{
    margin-top: -15px;
  }
  .report-article:first-child{
    margin-top: 0;
  }
  .report-article h2.pageBorderLead{
    position: relative;
    padding-left: 8px;
  }
  .report-article h2.pageBorderLead:before{
    position: absolute;
    top: 0;
    left: 0;
  }
}

.report-article-inner{
    position: relative;
    max-width: 1060px;
    width: calc(100% - 40px);
    background: #fff;
    box-sizing: border-box;
    z-index: 1;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
}
@media screen and (max-width: 750px){
  .report-article-inner{
    padding: 0 0 30px;
  }
}
.report-article-bg:before , .report-article-bg:after{
  content: "";
  display: block;
  background: #f6f6f6;
  width: 100%;
}
.report-article-bg.is-top:after{
  top: 0;
  left: 0;
  height: 45px;
  position: absolute;
}
@media screen and (max-width: 750px){
  .report-article-bg.is-top:after{
    display: none;
  }
}
.report-article-bg.is-bottom:before{
  right: 0;
  bottom: 30px;
  height: 45px;
  position: absolute;
}
@media screen and (max-width: 750px){
  .report-article-bg.is-bottom:before{
    display: none;
  }
}
.report-article-bg.is-bottom:after{
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 750px){
  .report-article-bg.is-bottom:after{
    height: 30px;
  }
}
.report-article-txt p{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .report-article-txt p{
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.report-article-txt p:last-child{
  margin-bottom: 0;
}
.report-article-img{
    text-align: center;
    max-width: 900px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.report-article-img.no-margin{
    margin-bottom: 0px;

}
@media screen and (max-width: 750px){
  .report-article-img{
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .reportImg-nonMargin{
    margin-bottom: 0;
  }
}

.report-article-att{
  background: #f6f6f6;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .report-article-att{
    font-size: 1rem;
    line-height: 1.7;
    margin: 15px -20px 15px;
  }
}
.report-article-att p{
  margin-bottom: 1em;
  padding-left: 2em;
  text-indent: -2em;
}
.report-article-att p:last-child{
  margin-bottom: 0;
}


.report-block.is-01{
  position: relative;
  z-index: 1;
}
.event-detail-ws_report .report-article-inner{
    padding-top: 50px;
}

@media screen and (max-width: 750px){
  .event-detail-ws_report .report-article-inner{
    padding-top: 30px;
  }
}
@media screen and (max-width: 750px){
  .report-block.is-02.is-borderAfter:before{
    bottom: 15px;
  }
}

.report-block.is-02 .report-article-bg.is-top:after{
  top: 30px;
  height: 30px;
}

.pageTitle-txtarea .report-article-img {
  margin-bottom: 0;
}

.report-article-title{
  position: relative;
  color: #00837e;
  padding-left: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .report-article-title{
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.report-article-title:before{
  content: "";
  width: 30px;
  height: 1px;
  background: #00837e;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 750px){
  .report-article-title:before{
    width: 15px;
    top: 8px;
  }
}
.report-article-title.is-large{
  padding-left: 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 750px){
  .report-article-title.is-large{
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.report-article-title.is-large::before{
  display: none;
}
.report-article-txt .sup, .report-article-title .sup{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .report-article-txt .sup, .report-article-title .sup{
    font-size: 1rem;
  }
}

.report_bay_summit2018-body .report-article.is-02{
  margin-top: 0;
}

@media screen and (min-width: 751px), print{
  .report_bay_summit2018-body .pageTitle{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px){
  .report_bay_summit2018-body .pageTitle{
    padding-bottom: 30px;
  }
}

.report-linkList-item{
  margin-bottom: 50px;
  list-style: none;
}
@media screen and (max-width: 750px){
  .report-linkList-item{
    margin-bottom: 30px;
  }
}
.report-linkList-item:last-child{
  margin-bottom: 0;
}
.report-linkList-link p{
  margin-bottom: 5px;
}
.report-linkList-link p:last-child{
  margin-bottom: 0;
}
.report-linkList-item.no-margin{
  margin-bottom: 0px;
}
.base-txt + .report-linkList-link{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
  .base-txt + .report-linkList-link{
    margin-top: 25px;
  }
}
.report-linkList-item a{
  color: #004e72;
}
.report-linkList-item a:hover{
  text-decoration: underline;
}

.report-linkList-link .is-small{
    margin-top: 5px;
    margin-bottom: 30px;
    display: block;
  }

@media screen and (min-width: 751px), print{
  .report-linkList-link .is-small{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.report-table-list{
  margin-top: 30px;
}
@media screen and (min-width: 751px), print{
  .report-table-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px){
  .report-table-list{
    margin-top: 20px;
  }
}
.report-table-list table{
  border: 1px solid #dcdcdc;
  font-size: 14px;
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 750px){
  .report-table-list table{
    width: 100%;
  }
}
@media screen and (min-width: 751px), print{
  .report-table-list table:last-child{
    margin: 0 0 0 auto;
  }
}
.report-table-list thead{
  background: #f6f6f6;
}
@media screen and (max-width: 750px){
  .report-table-list thead{
    font-size: 1.2rem;
  }
}
.report-table-list thead th:first-child{
  width: 80px;
}
@media screen and (max-width: 750px){
  .report-table-list thead th:first-child{
    width: 60px;
  }
}
.report-table-list th , .report-table-list td{
  padding: 17px 30px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .report-table-list th , .report-table-list td{
    padding: 12px 15px;
  }
}
@media screen and (max-width: 750px){
  .report-table-list tbody{
    font-size: 1.1rem;
  }
}
.report-table-list tbody th{
  text-align: center;
}
@media screen and (max-width: 750px){
  .report-table-list tbody th{
    width: 60px;
  }
}

.report-article-item{
  margin-bottom: 60px;
}
@media screen and (max-width: 750px){
  .report-article-item{
    margin-bottom: 30px;
  }
}
.report-article-item:last-child{
  margin-bottom: 0;
}



/*
verification_detail01
------------------------------------------------*/
.verification_detail01 .report-block.is-02 figure{
  margin-bottom: 50px;
}
.verification_detail01 .report-block.is-02 .column-cloud-cap{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .verification_detail01 .report-block.is-02 .column-cloud-cap{
    margin-bottom: 30px;
  }
}



/*
verification_detail02
------------------------------------------------*/
.verification_detail02 .report-block.is-02 figure{
  margin-bottom: 50px;
}



/*
experience
------------------------------------------------*/
.experience-txt{
  padding-top: 30px;
}
.experience .experience-block.is-02{
  padding: 50px 0 80px;
}
@media screen and (max-width: 750px){
  .experience .is-02{
    padding: 0 0 45px;
  }
  .experience .experience-block.is-02{
    padding-top: 30px;
  }
}

.experience .pageEntranceLink-btn-item{
  width: 455px;
  margin-bottom: 0;
}
@media screen and (min-width: 751px), print{
  .experience .pageEntranceLink-btn-item figure{
    width: 455px;
    height: 200px;
  }
}
@media screen and (max-width: 750px){
  .experience .pageEntranceLink-btn-item{
    width: 160px;
  }
}
.experience .pageEntranceLink-btn-item .btn{
  max-width: 455px;
}
@media screen and (max-width: 750px){
  .experience .pageEntranceLink-btn-item .btn{
    max-width: 160px;
  }
}
.experience .pageEntranceLink-btn-item .btn a:before, .experience .pageEntranceLink-btn-item .btn a:after{
  top: 224px;
}
@media screen and (max-width: 750px){
  .experience .pageEntranceLink-btn-item .btn a:before, .experience .pageEntranceLink-btn-item .btn a:after{
    top: 112px;
  }
}
.experience .pageEntranceLink-btn-txt{
  text-align: center;
}
.pageEntranceLink-btm-txt{
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 750px){
  .pageEntranceLink-btm-txt{
    padding-top: 12px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 751px), print{
  .experience-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.experience-txt .experience-img{
  text-align: center;
  margin: 30px auto 0px;
}
.experience-cap{
  background: #f1f9f8;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .experience-block .pageTitle .inner{
    overflow: initial;
  }
  .experience-txt{
    padding-top: 30px;
  }
  .experience-txt ul.text-list{
    margin: 0 0 15px;
  }
  .experience-txt .experience-img{
    margin-top: 20px;
  }
  .experience-cap{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 751px), print{
  .experience-block .experience-txt .experience-img{
    margin-top: 20px;
  }
  .experience-block .experience-txt .experience-img.is-01{
    margin-bottom: 60px;
  }
}
.experience-link-item{
  position: relative;
}
@media screen and (min-width: 751px), print{
  .experience-link-item{
    width: 455px;
  }
}
@media screen and (max-width: 750px){
  .experience-link-item{
    margin-bottom: 30px;
  }
  .experience-link-item:last-child{
    margin-bottom: 0;
  }
}

.experience-link-item a{
  display: block;
  width: 100%;
  height: 100%;
}

.experience-link-title{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px){
  .experience-link-title{
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
.experience-link-title::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../images/column/icon_arrow.png") no-repeat right center;
  background-size: 33px auto;
  width: 33px;
  height: 6px;
}
@media screen and (max-width: 750px){
  .experience-link-title::after{
    background-size: 26px auto;
    width: 26px;
    height: 5px;
  }
}

.experience-link-desc{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .experience-link-desc{
    margin-bottom: 20px;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}



/*
verification
------------------------------------------------*/
.verification .pageTitle-body{
  padding-bottom: 90px;
}
.verification .pageTitle-body:after{
  width: 0;
}
.verification .is-01 .btn{
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .verification .pageTitle-body{
    padding-bottom: 45px;
  }
  .verification .is-01 .btn{
    margin-top: 30px;
  }
}
.verification_detail-thumb{
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .verification_detail-thumb{
    margin-bottom: 20px;
  }
}
.verification_detail-thumb:last-child{
  margin-bottom: 0;
}

.verification_detail-thumb-set .verification_detail-thumb{
  margin-bottom: 20px;
}



/*
labo
------------------------------------------------*/
.labo_report-body .report-article-inner{
  padding-top: 50px;
}
@media screen and (max-width: 750px){
  .labo_report-body .report-article-inner{
    padding-top: 30px;
  }
}
.labo .column-cloud-txt .column-cloud-img{
  margin-bottom: 0;
}
.labo .labo-block.is-02{
  padding: 50px 0 50px;
}
@media screen and (max-width: 750px){
  .labo .labo-block.is-02{
    padding: 30px 0 18px;
  }
}
@media screen and (min-width: 751px), print{
  .labo ul.labo-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .labo .labo-item{
    width: 300px;
  }
}
div.labo-info{
  padding: 13px 0;
  margin-bottom: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  div.labo-info{
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
ul.labo-btn{
  width: 288px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 750px){
  ul.labo-btn{
    width: 100%;
  }
}
ul.labo-btn li.labo-btn-item{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  width: 134px;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 750px){
  ul.labo-btn li.labo-btn-item{
    font-size: 11px;
    font-size: 1.1rem;
    width: 155px;
    margin-right: 25px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
ul.labo-btn li.labo-btn-item:last-child{
  margin-right: 0;
}
.labo-btn-item a,
.labo-btn-item span {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.labo-btn-item span{
  color: #a0a0a0;
}
@media screen and (min-width: 751px), print{
  .labo-btn-item a:hover {
    color: #d00f31;
    border-color: #d00f31;
  }
}
.labo-btn-item a:after,
.labo-btn-item span:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d00f31;
  border-right: 2px solid #d00f31;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 750px){
  .labo-btn-item a:after,
  .labo-btn-item a:span {
    width: 5px;
    height: 5px;
  }
}



/*
labo-yotsuya
------------------------------------------------*/
div.labo-block-item{
  padding: 0 0 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  div.labo-block-item{
    padding-bottom: 30px;
  }
}
div.labo-block-item:last-child{
  border-bottom: 0;
}
div.labo-block-item figure.labo-img{
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 750px){
  div.labo-block-item figure.labo-img{
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px), print{
  .labo-detail-item{
    margin-bottom: 40px;
  }
  .labo-detail-item:last-child{
    margin-bottom: 0;
  }
.labo-detail-title
  .labo-detail-title.is-twoLine span{
    display: block;
  }
}
div.labo-detail{
    margin-top: 40px;
  }
@media screen and (max-width: 750px){
  div.labo-detail{
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  .labo-detail-title, .labo-detail-desc{
    border-bottom: 1px solid #dcdcdc;
  }
  .labo-detail-title{
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 0;
  }
  .labo-detail-desc{
    padding: 10px 15px;
  }
  .labo-detail-item:last-child .labo-detail-desc{
    border-bottom: 0;
  }
  .labo-detail-desc small{
    font-size: 1.0rem;
  }
  .labo-detail-title .pageBorderLead{
    margin-bottom: 0;
  }
  .labo-detail-title .pageBorderLead::after{
    display: none;
  }
}
.labo-detail-desc a{
  color: #004e72;
}
.labo-detail-desc a.link_off{
  color: #a0a0a0;
  cursor: default;
}
.labo-detail-desc a:hover{
  text-decoration: underline;
}
.labo-detail-desc a.link_off:hover{
  text-decoration: none;
}
.labo-detail-desc figure{
  margin: 30px 0 0px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .labo-detail-desc figure{
    margin: 26px 0 5px;
  }
}

div.labo-block-item div.pageEntranceLink-btn{
  text-align: center;
}
div.labo-block-item li.pageEntranceLink-btn-item{
  margin-bottom: 0;
}
@media screen and (max-width: 750px){
  div.labo-block-item li.pageEntranceLink-btn-item{
    margin-bottom: 20px;
  }
  div.labo-block-item li.pageEntranceLink-btn-item:last-child{
    margin-bottom: 0;
  }
  
  ul.reference_link li {
  	margin-right:auto;
  	margin-left:auto;
  }
  
}
div.labo-block-item div.pageEntranceLink-btn a:before, div.labo-block-item div.pageEntranceLink-btn a:after{
  top: 220px;
}
@media screen and (max-width: 750px){

  div.labo-block-item div.pageEntranceLink-btn a:before, div.labo-block-item div.pageEntranceLink-btn a:after,
  .pageEntranceLink-btn-item-none .pageEntranceLink-btn:before, .pageEntranceLink-btn-item-none .pageEntranceLink-btn:after{
    top: 127px;
  }
}
div.labo-block-item li.pageEntranceLink-btn-item div.download-btn{
    padding-top: 14px;
    margin-top: 14px;
    text-align: left;
    border-top: 1px solid #dcdcdc;
    position: relative;
}
div.labo-block-item li.pageEntranceLink-btn-item .pageEntranceLink-btn-desc{
  position: relative;
}
div.labo-block-item li.pageEntranceLink-btn-item a{
  transition: none;
}
@media screen and (max-width: 750px){
  div.labo-block-item li.pageEntranceLink-btn-item div.download-btn,
  div.labo-block-item li.pageEntranceLink-btn-item .download-btn-none{
    padding-top: 10px;
  }
}
div.labo-block-item li.pageEntranceLink-btn-item div.download-btn a,
div.labo-block-item li.pageEntranceLink-btn-item div.download-btn span{
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  background: url(../images/event/event_20180524_ws/mv/icon_dl.gif) no-repeat 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d00f31;
}
div.labo-block-item li.pageEntranceLink-btn-item div.download-btn-none span{
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  background: url(../images/common/icon_dl.gif) no-repeat 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a0a0a0;
}
@media screen and (max-width: 750px){
  div.labo-block-item li.pageEntranceLink-btn-item div.download-btn a,
  div.labo-block-item li.pageEntranceLink-btn-item div.download-btn span,
  div.labo-block-item li.pageEntranceLink-btn-item div.download-btn-none span{
    display: inline-block;
    padding-left: 23px;
    background: url(../images/event/event_20180524_ws/mv/icon_dl_sp.gif) no-repeat 0;
    background-size: 16px auto;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  div.labo-block-item li.pageEntranceLink-btn-item div.download-btn-none span{
    background: url(../images/common/icon_dl_sp.gif) no-repeat 0;
    background-size: 16px auto;
  }
}



/*
labo-yotsuya-report
------------------------------------------------*/
@media screen and (max-width: 750px){
  .labo_yotsuya_report .pageTitle{
  }
}
.labo_yotsuya_report .is-borderAfter:before{
  content: "";
  display: block;
  background: url(../images/common/column_article_border.png) no-repeat bottom center;
  background-size: cover;
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 751px), print{
  .labo_yotsuya_report .report-block.is-02.is-borderAfter:before{
    bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .labo_yotsuya_report .is-borderAfter:before{
    height: 30px;
    bottom: 15px;
  }
}

@media screen and (min-width: 751px), print{
  .labo_yotsuya_report .report-article-txt{
    display: flex;
  }
  .labo_yotsuya_report .report-article-txt figure{
    width: 300px;
    margin-right: 30px;
  }
  .labo_yotsuya_report .report-article-txt p{
    width: 610px;
  }
  .labo_yotsuya_report .is-07 .report-article-txt figure{
    width: 557px;
  }
  .labo_yotsuya_report .is-07 .report-article-txt p{
    width: 353px;
  }
}
@media screen and (max-width: 750px){
  .labo_yotsuya_report .report-article-txt figure{
    margin-bottom: 15px;
  }
}



/*
cloud
------------------------------------------------*/
@media screen and (max-width: 750px){
  .cloud-block .pageTitle .inner{
    overflow: initial;
  }
}
.cloud-block.is-02{
    padding: 50px 0 50px;
}
@media screen and (max-width: 750px){
  .cloud-block.is-02{
    padding: 30px 0;
  }
}
@media screen and (min-width: 751px), print{
  .cloud-block.is-02 ul.pageEntranceLink-btn-list li{
    margin-bottom: 0;
  }
  .cloud-block.is-02 ul.pageEntranceLink-btn-list li figure{
    width: 455px;
    height: 200px;
  }
}
.cloud-block.is-02 ul.pageEntranceLink-btn-list li div.pageEntranceLink-btn{
  max-width: 455px;
}
.cloud-block.is-02 div.pageEntranceLink-btn a:before, .cloud-block.is-02 div.pageEntranceLink-btn a:after{
  top: 224px;
}
@media screen and (max-width: 750px){
  .cloud-block.is-02 ul.pageEntranceLink-btn-list li.pageEntranceLink-btn-item{
    width: 100%;
  }
  .cloud-block.is-02 div.pageEntranceLink-btn a:before, .cloud-block.is-02 div.pageEntranceLink-btn a:after{
    top: 162px;
  }
}
.cloud-block.is-02 div.pageEntranceLink-btn div.pageEntranceLink-btn-txt {
  text-align: center;
}



/*
cloud_detail
------------------------------------------------*/
.column-cloud-txt{
  padding-top: 0px;
}
.column-cloud-txt ul.text-list{
  margin: 0 0 30px;
}
.column-cloud-txt .column-cloud-img{
  text-align: center;
  margin: 40px auto 20px;
}
.column-cloud-cap{
  background: #f1f9f8;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px){
  .cloud_detail-block .pageTitle .inner{
    overflow: initial;
  }
  .column-cloud-txt{
    padding-top: 30px;
  }
  .column-cloud-txt ul.text-list{
    margin: 0 0 15px;
  }
  .column-cloud-txt .column-cloud-img{
    margin-top: 20px;
  }
  .column-cloud-cap{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.cloud_detail-block.is-02{
  padding-bottom: 50px;
}

.cloud_detail-block .text-list{
  margin-bottom: 50px;
}

@media screen and (max-width: 750px){
  .cloud_detail-block.is-02{
    padding-bottom: 30px;
  }
  .cloud_detail-block.is-02 div.cloud_detail-block-item:first-child{
    border-bottom: 1px solid #dcdcdc;
  }
  .cloud_detail-block .text-list{
    margin-bottom: 30px;
  }
}
.cloud_detail-block.is-02 .column-cloud-txt{
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .cloud_detail-block.is-02 .column-cloud-txt{
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px), print{
  div.cloud_detail-block-item{
    border-bottom: 1px solid #dcdcdc;
  }
}
div.cloud_detail-block-item:last-child{
  border-bottom: 0;
}
div.cloud_detail-block-item .btn a{
  background: #000;
  border: 2px solid #000;
}
div.cloud_detail-block-item .btn a:hover{
  background: #fff;
}

@media screen and (min-width: 751px), print{
  .cloud_detail .column-cloud-txt .column-cloud-img{
    margin-top: 30px;
  }
  .cloud_detail .column-cloud-txt .column-cloud-img.is-01{
    margin-bottom: 50px;
  }
}



/*
cloud_form_top
------------------------------------------------*/
.cloud_form_top-block.is-02{
  padding-bottom: 0px;
}
.cloud_form_top-block.is-02 ul.text-list{
  margin-bottom: 50px;
}
@media screen and (max-width: 750px){
  .cloud_form_top-block.is-02{
    padding-bottom: 30px;
  }
  .cloud_form_top-block.is-02 ul.text-list{
    margin-top: 0;
    margin-bottom: 30px;
  }
}



/*
partner
------------------------------------------------*/
.partner-block.is-02 .pageFooterLink:before{
  height: 0;
}
@media screen and (min-width: 751px), print{
  .partner-block.is-02 ul.pageFooterLink-btn-list{
    font-size: 0;
    text-align: center;
  }
  .partner-block.is-02 ul.pageFooterLink-btn-list li.pageFooterLink-btn-item{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 60px;
    margin-bottom: 0;
  }
  .partner-block.is-02 ul.pageFooterLink-btn-list li.pageFooterLink-btn-item:last-child{
    margin-right: 0;
  }
}



/*
connected
------------------------------------------------*/
ul.text-list li.text-list-item{
  position: relative;
  padding-left: 14px;
  line-height: 1.8;
}
ul.text-list li.text-list-item:before{
  position: absolute;
  top: 12px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  content: '';
}
@media screen and (max-width: 750px){
  ul.text-list li.text-list-item{
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  ul.text-list li.text-list-item:before{
    top: 5px;
    left: 1px;
    width: 2.5px;
    height: 2.5px;
  }
}
ul.text-list li.text-list-item:last-child{
  margin-bottom: 0;
}

.connected_step_img {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 750px){
  .connected_step_img {
    margin: 25px 0 2px 0;
  }
}


@media screen and (max-width: 750px){
  .connected-block.is-02 p{
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.85;
  }
}



/*
inquiry
------------------------------------------------*/
.inquiry-block.is-02{
  padding: 50px 0 80px;
}
@media screen and (max-width: 750px){
  .inquiry-block.is-02{
    padding: 30px 0 85px;
  }
}
@media screen and (min-width: 751px), print{
  .inquiry-block.is-02 ul.pageEntranceLink-btn-list li{
    margin-bottom: 0;
  }
  .inquiry-block.is-02 ul.pageEntranceLink-btn-list li div.pageEntranceLink-btn{
    max-width: 455px;
  }
  .inquiry-block.is-02 ul.pageEntranceLink-btn-list li figure{
    width: 455px;
    height: 200px;
  }
}
@media screen and (max-width: 750px){
  .inquiry-block.is-02 ul.pageEntranceLink-btn-list li{
    width: 100%;
  }
  .inquiry-block.is-02 ul.pageEntranceLink-btn-list li div.btn{
    max-width: 100%;
  }
}
.inquiry-block.is-02 div.pageEntranceLink-btn a:before, .inquiry-block.is-02 div.pageEntranceLink-btn a:after{
  top: 224px;
}
@media screen and (max-width: 750px){
  .inquiry-block.is-02 div.pageEntranceLink-btn a:before, .inquiry-block.is-02 div.pageEntranceLink-btn a:after{
    top: 161px;
  }
}
.inquiry-block.is-02 div.pageEntranceLink-btn div.pageEntranceLink-btn-txt {
  text-align: center;
}



/*
faq
------------------------------------------------*/
@media screen and (max-width: 750px){
  .faq ul.anchorLink-btn-list li:nth-child(2), .faq ul.anchorLink-btn-list li:nth-child(3){
    font-size: 11px;
    font-size: 1.1rem;
  }
  .faq ul.anchorLink-btn-list li:last-child{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.faq-block-cont{
  margin-top: -90px;
  padding-top: 100px;
}
@media screen and (max-width: 750px){
  .faq-block-cont{
    padding-top: 110px;
  }
}

div.faq-list-block{
  padding-bottom: 10px;
}
.faq-block-item h3{
  padding-top: 130px;
  margin-top: -130px;
  padding-left: 0;
}
.faq-block-item h3:before {
  height: 26px;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 750px){
  .faq-block-item h3:before {
   height: 18px;
   margin-right: 6px;
  }
}
div.faq-list-block dl.faq-list-item{
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  div.faq-list-block{
    padding-bottom: 15px;
  }
  div.faq-list-block dl.faq-list-item{
    padding: 15px;
    margin-bottom: 15px;
  }
}
div.faq-list-block dl.faq-list-item dt{
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0;
}
@media screen and (max-width: 750px){
  div.faq-list-block dl.faq-list-item dt{
    padding-bottom: 15px;
  }
}
div.faq-list-block dl.faq-list-item dd{
  padding-top: 12px;
  font-size: 0;
}
div.faq-list-block dl.faq-list-item p.faq-icon{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 32px;
  background: #004e72;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 750px){
  div.faq-list-block dl.faq-list-item p.faq-icon{
    width: 30px;
    height: 30px;
    margin-right: 16px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 25px;
  }
}
div.faq-list-block dl.faq-list-item p.faq-icon.is-a{
  margin-top: 8px;
  background: #d00f31;
  line-height: 36px;
}
@media screen and (max-width: 750px){
  div.faq-list-block dl.faq-list-item p.faq-icon.is-a{
    margin-top: 3px;
    line-height: 27px;
  }
}
div.faq-list-block dl.faq-list-item p.faq-txt{
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  vertical-align: top;
  margin-top: 2px;
}
div.faq-list-block dl.faq-list-item p.faq-txt a{
  color: #004e72;
}
div.faq-list-block dl.faq-list-item p.faq-txt a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 750px){
  div.faq-list-block dl.faq-list-item p.faq-txt{
    max-width: 253px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  div.faq-list-block dl.faq-list-item p.faq-txt.is-title02{
    margin-top: -3px;
  }
  div.faq-list-block dl.faq-list-item p.faq-txt.is-answer03{
    padding-top: 8px;
  }
}
div.faq-list-block dl.faq-list-item p.faq-txt.is-title{
  padding-top: 5px;
}
@media screen and (min-width: 751px), print{
  div.faq-list-block dl.faq-list-item p.faq-txt.is-answer02, div.faq-list-block dl.faq-list-item p.faq-txt.is-answer03{
    padding-top: 12px;
  }
}



/*
mail_form
------------------------------------------------*/
.mail_form select, .mail_form input[type="text"]{
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #898989;
}
@media screen and (max-width: 750px){
  .mail_form select, .mail_form input[type="text"]{
    margin-bottom: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 0;
  }
}
.mail_form select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 54px;
  border: 1px solid #898989;
  padding: 0 60px 0 30px;
  background: none;
}
.mail_form select::-ms-expand {
	display: none;
}
@media screen and (max-width: 750px){
  .mail_form select{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    margin-bottom: 30px;
  }
}
.mail_form .select-item{
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 750px){
  .mail_form .select-item{
    width: 100%;
  }
}
.mail_form .select-item:before{
  position: absolute;
  top: 20px;
  right: 30px;
  box-sizing: border-box;
  width: 14px;
  height: 12px;
  border: 7px solid transparent;
  border-top: 12px solid #000;
  content: '';
}
@media screen and (max-width: 750px){
  .mail_form .select-item:before{
    top: 23px;
    right: 10px;
    width: 10px;
    height: 9px;
    border: 5px solid transparent;
    border-top: 9px solid #000;
  }
}

.mail_form input[type="text"] {
  height: 54px;
  padding: 0 30px;
  box-sizing: border-box;
  vertical-align: middle;
}


.mail_form input[type="text"]:not(.tel-input) {
  width: 100%;
}

@media screen and (max-width: 750px){
  .mail_form input[type="text"]{
    height: 55px;
    padding: 0 10px;
    -webkit-appearance: none;
    border: 1px solid #898989;
  }
}
.mail_form textarea{
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #898989;
}
@media screen and (max-width: 750px){
  .mail_form textarea{
    padding: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #898989;
  }
}

.mail_form .select-item.readonly:before{
	display: none;
}
.mail_form .select-item.readonly select{
  color: #000;
  border-color: #fff;
  pointer-events: none;
}

.read-only[readonly] {
  background: none !important;
  border: none !important;
}

.mail_form input[readonly],
.mail_form textarea[readonly]{
  border-color: #fff;
  font-size: 100%;
}

.mail_form .pageBorderLead {
  margin-top: 45px;
}

.mail_form .pageBorderLead:first-of-type {
  margin-top: 0;
}

.mail_form-info{
  margin-bottom: 45px;
}
@media screen and (max-width: 750px){
  .mail_form-info{
    margin-bottom: 15px;
  }
}

.mail_form-inputTxt{
  word-wrap: break-word;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px){
  .mail_form-inputTxt{
    margin-bottom: 50px;
  }
}
.mail_form-thanks{
  text-align: center;
}
.mail_form-thanks p{
  margin-bottom: 30px;
}



/*
login-mainvisual
------------------------------------------------*/
.login-mainvisual-item{
  position: relative;
  width: 100%;
  height: 342px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-mainvisual-item.is-01{
  background-image: url("../images/top/mainvisual_login_slider_01_bg.jpg");
}
@media screen and (max-width: 750px){
  .login-mainvisual-item.is-01{
    background-image: url("../images/top/mainvisual_login_slider_01_bg_sp.jpg");
    height: 0;
    padding-bottom: 116%;
  }
}
@media screen and (min-width: 751px), print{
  .login-mainvisual-item.is-01 .login-mainvisual-textarea{
    max-width: 940px;
    margin: 0 auto;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .login-mainvisual-left{
    width: 454px;
  }
  .login-mainvisual-right{
    width: 386px;
  }
}
.login-mainvisual-right p{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 190%;
  margin-bottom: 27px;
  text-shadow: 0px 0px 6px #ffffff,0px 0px 6px #ffffff,0px 0px 6px #ffffff;
}
.login-mainvisual-right p:last-child{
  margin-bottom: 0;
}
.login-mainvisual-item.is-01 .login-mainvisual-logo{
  text-align: left;
  margin-bottom: 32px;
  width: 172px;
}
@media screen and (max-width: 750px){
  .login-mainvisual-item.is-01 .login-mainvisual-logo{
    width: 94px;
    margin: 0 auto 5px;
  }
}
.login-mainvisual-item.is-01 .login-mainvisual-title{
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 23px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .login-mainvisual-item.is-01 .login-mainvisual-title{
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.login-mainvisual-item.is-01 .login-mainvisual-title .is-red{
  color: #d00e31;
}
.login-mainvisual-item.is-01 .login-mainvisual-title .is-large{
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 750px){
  .login-mainvisual-item.is-01 .login-mainvisual-title .is-large{
    font-size: 3.4rem;
  }
}
.login-mainvisual-item.is-01 .login-mainvisual-lead{
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
  padding-left: 5px;
}
@media screen and (max-width: 750px){
  .login-mainvisual-item.is-01 .login-mainvisual-lead{
    font-size: 1.4rem;
    text-align: center;
  }
}
.login-mainvisual-textarea{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}



/*
loginmethod-block
------------------------------------------------*/
.loginmethod-block-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 55px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px){
  .loginmethod-block-item {
    padding-bottom: 28px;
    margin-bottom: 30px;
  }
}

.loginmethod-block-item .loginmethod-answer{
  border: 1px solid #898989;
  width: 100%;
  min-height: 54px;
  padding: 16px 30px 16px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .loginmethod-block-item .loginmethod-answer{
    min-height: 55px;
    padding: 19px 10px 19px;
    -webkit-appearance: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
}


.loginmethod-info p {
  margin-bottom: 20px;
}

.loginmethod-info .is-small{
  font-size: 12px;
  font-size: 1.1rem;
}

.loginmethod-txt p{
  font-size: 1.4rem;
  line-height: 180%;
}

.loginmethod-txt .is-small{
  font-size: 12px;
  font-size: 1.2rem;
}
.loginmethod-txt.is-center{
  text-align: center;
}

.loginmethod-txt p.loginmethod-attention{
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 200%;
}
@media screen and (max-width: 750px){
  .loginmethod-txt p{
    font-size: 11px;
    font-size: 1.1rem;
  }
  .loginmethod-txt p strong{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .loginmethod-txt p.loginmethod-attention{
    font-size: 10px;
    font-size: 1.0rem;
    margin-top: 3px;
  }
  .loginmethod-info .is-small{
    font-size: 10px;
    font-size: 1.0rem;
  }
  .loginmethod-txt .is-small{
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.loginmethod-block-item:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


.loginmethod-block .loginmethod-tel{
  position: relative;
  margin-left: 33px;
}
.loginmethod-block .loginmethod-tel input[type="text"]{
  width: 90px;
}
.loginmethod-block .loginmethod-tel .loginmethod-answer{
  width: 90px;
  display: inline-block;
  text-align: center;
}
.loginmethod-block .loginmethod-tel:after{
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  right: -23px;
  top: -7px;
  background: #000;
}
.loginmethod-block .loginmethod-tel.loginmethod-tel-after-none:after{
  content: none;
}
.loginmethod-block .loginmethod-tel-left0{
  margin-left: 0;
}

@media screen and (min-width: 751px), print{
  .loginmethod-block input[type="text"].loginmethod-w516{
    width: 516px;
  }
  .loginmethod-block-item .loginmethod-answer.loginmethod-w516{
    width: 516px;
  }
}

@media screen and (max-width: 750px){
  .loginmethod-block input[type="text"]::placeholder {
    font-size: 10px;
  }
  .loginmethod-block .loginmethod-tel{
    margin-left: 39px;
  }
  .loginmethod-block .loginmethod-tel-left0{
    margin-left: 0;
  }
  .loginmethod-block .loginmethod-tel input[type="text"]{
    width: 85px;
  }
  .loginmethod-block .loginmethod-tel:after{
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    right: -25px;
    top: -2px;
    background: #000;
  }
  .loginmethod-block .loginmethod-tel .loginmethod-answer{
    width: 85px !important;
  }
}

/*select*/
.loginmethod-block select{
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .loginmethod-block select{
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 0;
  }
}
.loginmethod-block select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  border: 1px solid #898989;
  padding: 0 60px 0 30px;
  background: none;
  min-width: 600px;
  background: #fff;
}
.loginmethod-block textarea {
  border: 1px solid #898989;
}
.loginmethod-block select::-ms-expand {
	display: none;
}
@media screen and (max-width: 750px){
  .loginmethod-block select{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    min-width: 100%;
  }
}
.loginmethod-block .select-item{
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 750px){
  .loginmethod-block .select-item{
    width: 100%;
  }
}
.loginmethod-block .select-item:before{
  position: absolute;
  top: 15px;
  right: 30px;
  box-sizing: border-box;
  width: 14px;
  height: 12px;
  border: 7px solid transparent;
  border-top: 12px solid #000;
  content: '';
}
.loginmethod-block .select-item.readonly:before{
	display: none;
}
.loginmethod-block .select-item.readonly select{
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 750px){
  .loginmethod-block .select-item:before{
    right: 10px;
    width: 10px;
    height: 9px;
    border: 5px solid transparent;
    border-top: 9px solid #000;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-block input[type="text"]{
    padding: 0 10px;
    border: 1px solid #898989;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/*radio*/
.loginmethod-block .loginmethod-label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
.loginmethod-block .loginmethod-label-last {
  margin-bottom: 42px;
}
.loginmethod-block .loginmethod-radio {
  display: none;
}

.loginmethod-answer-radio {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.loginmethod-answer-radio.loginmethod-label-last {
  margin-bottom: 60px;
}
.loginmethod-radio + .loginmethod-radio-icon:before,
.loginmethod-answer-radio:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #898989;
  display: block;
  border-radius: 10px;
}
.loginmethod-radio:checked + .loginmethod-radio-icon:after,
.loginmethod-answer-radio:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #898989;
  display: block;
  border-radius: 10px;
  background: #a0a0a0;
}
@media screen and (max-width: 750px){
  .loginmethod-block .loginmethod-label,
  .loginmethod-answer-radio {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .loginmethod-block .loginmethod-label-last {
    margin-bottom: 30px;
  }
  .loginmethod-radio + .loginmethod-radio-icon:before,
  .loginmethod-answer-radio:before {
    top: -3px;
  }
  .loginmethod-radio:checked + .loginmethod-radio-icon:after,
  .loginmethod-answer-radio:after {
    top: 2px;
  }
}



/*
loginmethod-btn-list
------------------------------------------------*/
.loginmethod-btn-list{
  text-align: center;
  margin-top: 20px;
}
.loginmethod-btn-list.close-btn-list{
  margin-top: 54px;
}
@media screen and (max-width: 750px){
  .loginmethod-btn-list{
    margin-top: 0;
  }
  .loginmethod-btn-list.close-btn-list{
    margin-top: 20px;
  }
}

.loginmethod-btn-item{
  max-width: 300px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-left: auto;
  position: relative;
  margin-right: 60px;
}
@media screen and (min-width: 751px), print{
  .loginmethod-btn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-btn-item{
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px), print{
  .loginmethod-btn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-btn-item:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-btn-item{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
  }
}
.loginmethod-btn-item:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.loginmethod-btn-item input , .loginmethod-btn-item a{
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginmethod-btn-item input:hover , .loginmethod-btn-item a:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}
.loginmethod-btn-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



/*
loginmethod-thanks
------------------------------------------------*/
.loginmethod-thanks {
  text-align: center;
}
.loginmethod-thanks p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.loginmethod-step5 .loginmethod-btn-list {
  margin-top: 50px;
}
@media screen and (max-width: 750px){
  .loginmethod-thanks p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .loginmethod-step5 .loginmethod-btn-list {
    margin-top: 0;
  }
}

.loginmethod-attBlock{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  background: #f6f6f6;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .loginmethod-attBlock{
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
    padding: 15px 20px;
    margin: 30px -20px 0;
  }
}
.loginmethod-attBlock a{
  color: #004e72;
}
.loginmethod-attBlock a:hover{
  text-decoration: underline;
}



/*
loginmethod-news
------------------------------------------------*/
.loginmethod-news{
  background: #f8f8f8;
  padding: 0;
}
@media screen and (min-width: 751px), print{
  .loginmethod-news::before{
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #000;
    position: relative;
    z-index: 3;
  }
}

.loginmethod-news-largeHeadline{
  position: relative;
  z-index: 3;
  background: url("../images/top/news_headline_large_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 750px){
  .loginmethod-news-largeHeadline{
    background: url("../images/top/news_headline_large_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 84px;
  }
}

.loginmethod-news-largeHeadline-txt{
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 750px){
  .loginmethod-news-largeHeadline-txt{
    font-size: 2.4rem;
    padding-top: 28px;
  }
}
.loginmethod-news-largeHeadline-txt:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 20px;
  background: #fff;
}
@media screen and (max-width: 750px){
  .loginmethod-news-largeHeadline-txt:after{
    width: 30px;
    height: 2px;
    margin-top: 10px;
  }
}



/*
loginmethod-topics
------------------------------------------------*/
.loginmethod-topics-list{
  position: relative;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.loginmethod-topics-list.is-large{
  height: 490px;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-list.is-large{
    padding-top: 15px;
    height: 250px;
  }
}
.loginmethod-topics-list.is-large:before{
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 751px), print{
  .loginmethod-topics-list.is-large:before{
    left: 1px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 750px){
  .loginmethod-topics-list.is-large:before{
    height: 20px;
  }
}
.loginmethod-topics-list.is-large:after{
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 1;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-list.is-large:after{
    height: 20px;
    bottom: 20px;
  }
}

.loginmethod-topics-scroll{
  height: 100%;
  position: relative;
}

.loginmethod-topics-item{
  padding: 0 20px;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-item{
    padding: 0 10px;
  }
}

.loginmethod-topics-item:first-child .topics-item-inner{
  border-top: none;
}

@media screen and (min-width: 751px), print{
  .loginmethod-topics-item-inner{
    padding: 20px 10px;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-topics-item-inner{
    padding: 12px 5px 10px;
  }
}

.loginmethod-topics-btnarea{
  padding: 40px 0 90px;
  background: #fff;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-btn{
  }
}

@media screen and (min-width: 751px), print{
  .loginmethod-topics-2col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 750px){
  .loginmethod-topics-2col{
    margin: 0 20px;
  }
}

.loginmethod-topics-2col-colWrap{
  background: #fff;
  border-top-width: 3px;
  border-style: solid;
}
@media screen and (min-width: 751px), print{
  .loginmethod-topics-2col-colWrap{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-topics-2col-colWrap{
    border: 1px solid #dcdcdc;
    border-top-width: 2px;
    margin-bottom: 30px;
  }
}
.loginmethod-topics-2col-colWrap:first-child{
  border-top-color: #ff6d41;
}
@media screen and (min-width: 751px), print{
  .loginmethod-topics-2col-colWrap:first-child .loginmethod-topics-2col-inner{
    margin: 0 0 0 auto;
  }
}
.loginmethod-topics-2col-colWrap:last-child{
  border-top-color: #ff9623;
}
@media screen and (min-width: 751px), print{
  .loginmethod-topics-2col-colWrap:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-topics-2col-colWrap:last-child{
    margin-bottom: 0;
  }
}

@media screen and (min-width: 751px), print{
  .loginmethod-topics-2col-inner{
    width: 455px;
  }
}

.loginmethod-topics-2col-col{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-2col-col{
    border-bottom: none;
  }
}

.loginmethod-topics-2col-headline{
  padding: 30px;
}
@media screen and (max-width: 750px){
  .loginmethod-topics-2col-headline{
    padding: 15px;
  }
}

@media screen and (max-width: 750px){
  .loginmethod-topics-2col-list{
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 750px){
  .loginmethod-topics-2col .loginmethod-topics-btn{
    margin-bottom: 20px;
  }
}

.loginmethod-news-smallHeadline{
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .loginmethod-news-smallHeadline{
    font-size: 1.3rem;
  }
}
.loginmethod-news-smallHeadline:after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .loginmethod-news-smallHeadline:after{
    width: 15px;
    margin-top: 5px;
  }
}

.loginmethod-news-smallHeadline.is-orange{
  color: #ff6d41;
}
.loginmethod-news-smallHeadline.is-orange:after{
  background: #ff6d41;
}

.loginmethod-news-smallHeadline.is-yellow{
  color: #ff9623;
}
.loginmethod-news-smallHeadline.is-yellow:after{
  background: #ff9623;
}


@media screen and (max-width: 750px){
  .step0_mail_form-body .loginmethod-block.is-01{
    padding-bottom: 60px;
  }
}

.loginmethod-inner{
  max-width: 700px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
}

.loginmethod-txt{
  margin-bottom: 20px;
}

.loginmethod-inputInfo input{
  border: 1px solid #898989;
}
.is-att{
  color: #d00f31;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  display: none;
}
.is-att.show {
	display: block;
}

.loginmethod-inputInfo input[type="text"],
.loginmethod-inputInfo input[type="email"],
.mypage-main-inputInfo input[type="url"],
.loginmethod-inputInfo input[type="password"],
.loginmethod-btn button{
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.loginmethod-inputInfo input[type="text"],
.loginmethod-inputInfo input[type="email"],
.mypage-main-inputInfo input[type="url"],
.loginmethod-inputInfo input[type="password"]{
  padding: 10px 20px;
  width: 100%;
}
.loginmethod-inputInfo{
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px), print{
  .loginmethod-inputInfo{
    background: #f6f6f6;
    border-top: 2px solid #d00e31;
    padding: 50px 50px 50px;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-inner{
    padding-top: 30px;
  }
  .loginmethod-inputInfo{
    font-size: 1.2rem;
  }
}
.loginmethod-inputInfo-required{
  color: #d00f31;
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px){
  .loginmethod-inputInfo-required{
    text-align: left;
    margin-bottom: 25px;
  }
}
.loginmethod-inputInfo input{
  border: 1px solid #898989;
}

.loginmethod-inputInfo dl{
  margin-bottom: 30px;
}
.loginmethod-inputInfo dt{
  margin-bottom: 20px;
}
@media screen and (max-width: 750px){
  .loginmethod-inputInfo dt{
    font-size: 1.3rem;
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 1px;
    margin-bottom: 30px;
    position: relative;
  }
  .loginmethod-inputInfo dt:before{
    content: "";
    display: block;
    background: #d00f31;
    position: absolute;
    top: 2px;
    left: 0;
    box-sizing: border-box;
    width: 2px;
    height: 17px;
  }

  .loginmethod-inputInfo dt::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: -15px;
    left: 0;
  }

}

@media screen and (max-width: 750px){
  .loginmethod-inputInfo dl{
    margin-bottom: 30px;
  }
}
.loginmethod-inputInfo dl:last-child{
  margin-bottom: 0;
}
.loginmethod-inputInfo input.input_tel{
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .loginmethod-inputInfo input.input_tel{
    width: 85px;
  }
}
@media screen and (max-width: 320px){
  .loginmethod-inputInfo input.input_tel{
    width: 65px;
  }
}
.loginmethod-inputInfo .input_tel-line{
  margin: 0 10px;
}
.loginmethod-inputInfo .is-edit_possible{
  color: #d00f31;
  margin-left: 1em;
}
@media screen and (min-width: 751px), print{
  .loginmethod-inputInfo .is-radio{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.loginmethod-inputInfo .is-radio label{
  display: block;
  margin-bottom: 20px;
}

.loginmethod-inputInfo .is-radio label.readonly {
	pointer-events: none;
}

.loginmethod-inputInfo .is-radio input{
  margin-right: 20px;
}
.loginmethod-inputInfo .is-radio label:last-child{
  margin-bottom: 0;
}

.loginmethod-btn-list{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px){
  .loginmethod-inputInfo .is-radio input{
    margin-right: 10px;
  }
  .loginmethod-btn-list{
    margin-top: 30px;
  }
}
.loginmethod-btn-item{
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (min-width: 751px), print{
  .loginmethod-btn-item{
    display: inline-block;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-btn-item{
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 751px), print{
  .loginmethod-btn-item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .loginmethod-btn-item:last-child{
    margin-bottom: 0;
  }
}

.loginmethod-inputInfo .checkbox-wrap{
  text-align: center;
}
.loginmethod-inputInfo .checkbox-wrap input{
  margin-right: 5px;
}
.loginmethod-inputInfo .checkbox-wrap a:hover{
  text-decoration: underline;
}
.loginmethod-inputInfo .checkbox-wrap p{
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.loginmethod-inputInfo .checkbox-wrap p:last-child{
  margin-right: 0;
}
@media screen and (max-width: 750px){
  .loginmethod-inputInfo .checkbox-wrap p{
    margin-right: 15px;
  }
}

.loginmethod-btn{
  position: relative;
  width: 300px;
  height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 750px){
  .loginmethod-btn{
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 235px;
    height: 55px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.loginmethod-btn button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #000;
  font-size: inherit;
}
@media screen and (max-width: 750px){
  .loginmethod-btn button{
    padding-left: 20px;
  }
}
.loginmethod-btn button:not(:disabled):hover,
.loginmethod-btn .button:not(.disabled):hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.loginmethod-btn button:disabled,
.loginmethod-btn .button.disabled {
  background: #a0a0a0;
  border-color: #a0a0a0;
  pointer-events: none;
}

.loginmethod-step{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
  width: 370px;
  border-bottom: 2px solid #dcdcdc;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 50px;
}
.loginmethod-step-txt{
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 25px;
  line-height: 1.1;
  position: relative;
  color: #898989;
   -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  white-space: nowrap;
  margin-right: 10px;
}
.loginmethod-step-txt:last-child{
  margin-right: 0;
}
.loginmethod-step-txt:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  border-radius: 100%;
}

.loginmethod-step-txt.is-current:after{
  background: #000;
}
.loginmethod-step-txt.is-current{
  color: #d00f31;
  font-size: 14px;
  font-size: 1.4rem;
}
.loginmethod-step-txt.is-current:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 17px;
  background: #dcdcdc;
}

@media screen and (max-width: 750px){
  .loginmethod-step{
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
  .loginmethod-step-txt{
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
  .loginmethod-step-txt::after{
    width: 6px;
    height: 6px;
  }
  .loginmethod-step-txt.is-current{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .loginmethod-step-txt.is-current::before {
    height: 14px;
  }
}

.loginmethod-link{
  margin-top: 20px;
}
.loginmethod-link a{
  color: #004e72;
}
.loginmethod-link a:hover{
  text-decoration: underline;
}



/*
more load btn
------------------------------------------------*/
.more-load-btn{
  max-width: 140px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 750px){
  .more-load-btn{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.more-load-btn a,
.more-load-btn span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #0091ab;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #0091ab;
  padding-right: 20px;
}
.more-load-btn a:after,
.more-load-btn span:after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  transition: all .3s ease;

	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}

.more-load-btn a.disabled {
	pointer-events: none;
	background: #a0a0a0;
	border-color: #a0a0a0;
	display: none;
}

.more-load-btn a.close:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  transition: all .3s ease;

	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

.more-load-btn a:hover{
  background: #fff;
  color: #000;
}
.more-load-btn a:hover:after{
  border-top-color: #000;
  border-right-color: #000;
}
.more-load-btn span{
  background: #a0a0a0;
  border-color: #a0a0a0;
}



/*
map-btn
------------------------------------------------*/
.map-btn{
  max-width: 140px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 750px){
  .map-btn{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.map-btn a,
.map-btn span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #0091ab;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #0091ab;
  padding-left: 24px;
}
.map-btn a:before,
.map-btn span:before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  transition: all .3s ease;

	width: 13px;
	height: 22px;
	background: url("../images/common/icon_map.png") no-repeat left center;
	background-size: 13px auto;
}
.map-btn a:hover{
  background: #fff;
  color: #000;
}
.map-btn a:hover:before{
  background-image: url("../images/common/icon_map_on.png");
}
.map-btn span{
  background: #a0a0a0;
  border-color: #a0a0a0;
}



/*
opp
------------------------------------------------*/
.opp-article-inner{
  position: relative;
  max-width: 1060px;
  width: calc(100% - 40px);
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
}
@media screen and (max-width: 750px){
  .opp-article-inner{
    padding: 0 0 30px;
  }
}
.opp-article-item{
  margin-bottom: 60px;
}
@media screen and (max-width: 750px){
  .opp-article-item{
    margin-bottom: 30px;
  }
}
.opp-article-item:last-child{
  margin-bottom: 0;
}
.opp-linkList-item{
  margin-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 750px){
  .opp-linkList-item{
    margin-bottom: 30px;
  }
}
.opp-linkList-item:last-child{
  margin-bottom: 0;
}
.opp-linkList-link p{
  margin-bottom: 5px;
}
.opp-linkList-link p:last-child{
  margin-bottom: 0;
}

.base-txt + .opp-linkList-link{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
  .base-txt + .opp-linkList-link{
    margin-top: 25px;
  }
}
.opp-linkList-item a{
  color: #004e72;
}
.opp-linkList-item a:hover{
  text-decoration: underline;
}

.opp-linkList-link .is-small{
    margin-top: 5px;
    margin-bottom: 30px;
    display: block;
  }

@media screen and (min-width: 751px), print{
  .opp-linkList-link .is-small{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.opp-link{
  margin-top: 50px;
}
.opp-link-item{
  position: relative;
}
.opp-link-thumb{
  position: absolute;
  z-index: 2;
}
.opp-link-thumb.is-center{
  right: 0;
  left: 0;
  margin: 0 auto;
}
.opp-link-base{
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.opp-link-base_on{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px), print{
  .opp-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
  }
  .opp-link-item{
    width: 414px;
  }
  .opp-link-item:first-child{
    margin-right: 20px;
  }
  .opp-link-item a:hover .opp-link-base{
    opacity: 0;
  }
  .opp-link-thumb{
    top: 65px;
    width: 361px;
    height: 176px;
  }
  .opp-link-item.is-experience{
    width: 424px;
    margin-top: 30px;
  }
  .opp-link-item.is-experience .opp-link-thumb{
    width: 412px;
  }
  .opp-link-item:nth-child(3) .opp-link-thumb{
    left: 2px;
  }
  .opp-link-item:nth-child(4) .opp-link-thumb{
    right: 2px;
  }
}

@media screen and (max-width: 750px){
  .opp-link{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .opp-link-item{
    max-width: 335px;
    margin: 0 auto 25px;
  }
  .opp-link-item:last-child{
    margin-bottom: 0;
  }
  .opp-link-item.is-experience{
    margin-bottom: 0;
  }
}



/*
rule
------------------------------------------------*/
.rule-body{
  background: #fff;
  width: 800px;
  max-height: 667px;
  padding: 30px 80px 50px;
}
.rule-body .polygon-title{
  margin-bottom: 30px;
}
.rule-scroll{
  text-align: left;
}
.rule-scroll-inner{
  height: 100%;
  position: relative;
}
.rule-scroll-title{
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}
.rule-scroll-date{
  max-height: 424px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rule-scroll-date p{
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}
.rule-scroll-date p:last-child{
  border-bottom: none;
}
.rule.lity-hide{
  display: block;
  visibility: hidden;
  content: ".";
  font-size: .1em;
  line-height: 0;
  height: .1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px){
  .rule.lity-hide{
    width: 100%;
  }
  .rule{
    width: 100vw;
  }
  .rule-body{
    width: auto;
    margin: 0 30px;
    padding-right: 20px;
    padding-left: 20px;
    max-height: 80vh;
    overflow: hidden;
  }
  .rule-scroll-title{
    padding: 15px 0;
  }
  .rule-scroll-date p{
    padding: 15px 0;
  }
  .rule-scroll-date{
    max-height: 40vh;
  }
}


textarea[data-answer_num] {
	width: 100%;
	height: 170px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85;
	border: 1px solid #898989;
	outline: none;
}

textarea[data-answer_num][readonly] {
	border-color: #bbb;
	font-size: 100%;
}

textarea[data-answer_num].is-changed {
	background-color: #fcf9b7;
}

.loginmethod-inner textarea[data-answer_num].is-changed {
	background-color: #fff;
}

.pageTitle .pageTitle-body .inner .mypage-welcome-logout {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: +1;
}

@media screen and (max-width: 750px){
	.pageTitle .pageTitle-body .inner .mypage-welcome-logout {
		top: 13px;
	}
}


dl.size_m {
	width: 40%;
	display: inline-block;
	margin-right: 5%;
}


.search-results{
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px), print{
  .search-results{
    background: #f6f6f6;
    border-top: 2px solid #d00e31;
    padding: 20px 50px;
  }
}

@media screen and (max-width: 750px){
  .search-results{
    font-size: 1.2rem;
  }
}

.row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.is-narrow {
  min-width: 18em !important;
}

.partner-list {
  margin-bottom: 20px;
}

.partner-list .list-item .item-body {
  margin-bottom: 10px;
}

.item-body .item-body-inner {
  display: flex;
  align-items: flex-start;
}

.item-body .item-body-inner .logo-box {
  margin-right: 10px;
}

.static-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.logo-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 150px;
}

.logo-box .partner-logo {
  max-width: 150px;
  height: auto;
}

.partner-description .partner-name {
  display: block;
  margin-bottom: 10px;
}


.partner-tag {
  display: flex;
}

.partner-tag .tag-item {
  display: block;
  border: solid 1px;
  padding: .5em;
}

.partner-tag .tag-item:not(:last-child) {
  margin-right: 10px;
}

.searchresults-footer-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.searchresults-footer-pager .pager-button {
  display: flex;
  margin: .25em;
  min-width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.searchresults-footer-pager .pager-button.is-current {
  background: none;
  color: #4d4d4d;
  pointer-events: none;
}

.searchresults-footer-pager .pager-button:first-child,
.searchresults-footer-pager .pager-button:last-child {
  background: none;
  color: #000;
}

.searchresults-sidemodule {
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
}

.sidemodule-headding {
  display: block;
  padding: 20px;
  background: #fff;
}

.current-page {
  display: block;
  text-align: center;
}

.check-label {
  display: inline-block;
  padding: .25em;
  margin: 0 .25em .25em 0;
  cursor: pointer;
}

.selection-search-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.condition-name {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 800;
  padding: 0 20px;
}

.search-box {
  display: flex;
}
.clear-button,
.search-button {
  display: block;
  -webkit-appearance: none;
  border: none;
  background: #000;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 40%;
}

.input-notice {
  color: #d00e31;
  margin-left: 1em;
}

.confirm-value {
  padding: 10px;
  word-break: break-all;
}

.head-confirmation,
.foot-confirmation {
  text-align: center;
  color: #d00f31;
  margin: 50px 0;
}

.trade_mark {
  margin-top:3em;
  border-top:1px solid #999999;
  padding-top:1em;
  margin-bottom:1em;
}



/* 認証処理 */
body:not(.is-loginmethod) {
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

.curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
}

.curtain.is-hide {
  transition: all .3s ease-out;
  opacity: 0;
}

.curtain.is-disabled {
  display: none;
}
