@charset "UTF-8";
/**
 * Name: online.scss
 */
/**
 * Name: _config.scss
 */
/**
 * Name: _config.scss
 */
/*--- window size --- */
/*--- color --- */
/*--- font --- */
/**
 * Name: vars/_easing.scss
 */
/**
 * Name: mixins/_fontSize.scss
 */
/**
 * Name: mixins/_clearfix.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_opacity.scss
 */
/**
 * Name: mixins/_transform.scss
 */
/**
 * Name: mixins/_transition.scss
 */
/**
 * Name: mixins/_margin.scss
 */
/**
 * Name: mixins/_button.scss
 */
/**
 * Name: layouts/_l-common.scss
 */
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

.sp-img {
  width: 100%;
  height: auto;
}

.fw-b {
  font-weight: bold;
}

.font-jinsR {
  font-family: "jins_next_ttregular";
}

.font-jinsL {
  font-family: "jins_next_ttlight";
}

.font-jinsM {
  font-family: "jins_next_ttmedium";
}

/* --- メディアクエリの出し分け --- */
@media only screen and ( min-width: 1025px ) {
  .visibleSmall {
    display: none;
  }
}

@media only screen and ( min-width: 769px ) {
  .visibleOnlySmall {
    display: none;
  }
}

@media only screen and ( max-width: 768px ) {
  .visibleLarge {
    display: none;
  }
}

.visibleOnlyLarge {
  display: none;
}

@media only screen and ( min-width: 1025px ) {
  .visibleOnlyLarge {
    display: block;
  }
}

/*-------------------------------------------------------
	btn
-------------------------------------------------------*/
.btn-all {
  padding: 25px;
  background: #3a4763;
  text-align: center;
  margin-bottom: 10%;
}

@media only screen and ( min-width: 769px ) {
  .btn-all {
    margin-bottom: 30px;
  }
}

.btn-all-content {
  width: 62.5%;
  margin: 0 auto;
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  .btn-all-content {
    width: 220px;
    font-weight: normal;
  }
}

.btn-all-content a {
  display: block;
  padding: 15px 2px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #3a4763;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media only screen and ( min-width: 769px ) {
  .btn-all-content a {
    padding: 15px;
  }
}

.btn-all-icon {
  display: inline-block;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -12%) rotateZ(135deg);
  -webkit-transform: translate(0, -12%) rotateZ(135deg);
  -moz-transform: translate(0, -12%) rotateZ(135deg);
  -o-transform: translate(0, -12%) rotateZ(135deg);
  -ms-transform: translate(0, -12%) rotateZ(135deg);
}

@media only screen and ( min-width: 769px ) {
  .btn-all-icon {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3a4763;
    border-top: 2px solid #3a4763;
    transform: translate(0, -15%) rotateZ(135deg);
    -webkit-transform: translate(0, -15%) rotateZ(135deg);
    -moz-transform: translate(0, -15%) rotateZ(135deg);
    -o-transform: translate(0, -15%) rotateZ(135deg);
    -ms-transform: translate(0, -15%) rotateZ(135deg);
  }
}

.btn-all a.hover {
  color: #fff;
  background: #3a4763;
}

.btn-all a.hover .btn-all-icon {
  border-color: #fff;
}

/*-------------------------------------------------------
	link-products
-------------------------------------------------------*/
.txt-link-products {
  margin: 10% 0 15% 0;
  font-size: 100%;
  text-align: center;
}

.txt-link-products a {
  position: relative;
  padding: 0 5px;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.txt-link-products a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.txt-link-products a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3a4763;
  content: '';
}

@media only screen and ( min-width: 769px ) {
  .txt-link-products {
    margin: 0 0 100px 0;
    font-size: 112.5%;
  }
  .txt-link-products a:before {
    bottom: -7px;
    height: 3px;
  }
}

/*-------------------------------------------------------
	link-back
-------------------------------------------------------*/
.txt-link-back {
  margin: 0 0 15% 0;
  font-size: 100%;
  text-align: center;
}

.txt-link-back a {
  position: relative;
  padding: 0 5px;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.txt-link-back a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.txt-link-back a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3a4763;
  content: '';
}

@media only screen and ( min-width: 769px ) {
  .txt-link-back {
    margin: 0 0 100px 0;
    font-size: 112.5%;
  }
  .txt-link-back a:before {
    bottom: -7px;
    height: 3px;
  }
}

/**
 * Name: layouts/_l-screen-issue.scss
 */
body.screen_issue {
  /*-------------------------------------------------------
		section
	-------------------------------------------------------*/
}

body.screen_issue .page-content {
  padding: 51px 0 0 0;
  overflow: hidden;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .page-content {
    padding: 80px 0 0 0;
  }
}

body.screen_issue .issue-header {
  padding: 25% 25px;
  color: #242424;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .issue-header {
    padding: 100px 25px;
  }
}

body.screen_issue .issue-header-title {
  margin-bottom: 2%;
  font-size: 250%;
  font-family: "jins_next_ttmedium";
  letter-spacing: 2px;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .issue-header-title {
    margin-bottom: 0;
    font-size: 337.5%;
  }
}

body.screen_issue .issue-header-subTitle {
  font-size: 112.5%;
  line-height: 1.4;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .issue-header-subTitle {
    font-size: 150%;
  }
}

body.screen_issue .section-point {
  padding: 0 25px;
  margin-bottom: 15%;
  color: #242424;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point {
    width: 1024px;
    margin: 0 auto 100px auto;
    padding: 0;
  }
}

body.screen_issue .section-point-header {
  display: table;
  position: relative;
  margin-bottom: 8%;
  padding: 15px 25px;
  width: 100%;
  border-top: 1px solid #242424;
  box-sizing: border-box;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-header {
    margin-bottom: 40px;
    padding: 15px 40px 15px 35px;
  }
}

body.screen_issue .section-point-header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background: #242424;
  content: '';
}

body.screen_issue .section-point-header:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background: #242424;
  content: '';
}

body.screen_issue .section-point-header-num {
  display: table-cell;
  position: relative;
  padding-right: 15px;
  color: #242424;
  font-size: 250%;
  font-family: "jins_next_ttmedium";
  line-height: 1.2;
  vertical-align: middle;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-header-num {
    width: 60px;
    padding: 7px 30px 0 0;
    font-size: 275%;
    line-height: 1;
  }
}

body.screen_issue .section-point-header-num:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1em;
  background: #242424;
  content: '';
}

body.screen_issue .section-point-title {
  display: table-cell;
  padding-left: 10px;
  font-weight: bold;
  font-size: 118.75%;
  line-height: 1.2;
  vertical-align: middle;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-title {
    width: 870px;
    padding-left: 30px;
    font-size: 187.5%;
    line-height: 1;
  }
}

body.screen_issue .section-point-body {
  padding: 0 10px;
  margin-bottom: 10%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-body {
    margin-bottom: 60px;
    padding: 0 60px 0 35px;
    overflow: hidden;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-txtWrap {
    float: left;
    width: 480px;
  }
}

body.screen_issue .section-point-subTit {
  margin-bottom: 5%;
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.6;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-subTit {
    letter-spacing: 1.4px;
    font-size: 100%;
  }
}

body.screen_issue .section-point-txt {
  margin-bottom: 5%;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-txt {
    font-size: 81.25%;
    font-weight: normal;
  }
}

body.screen_issue .section-point-attention {
  font-size: 56.25%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-attention {
    font-size: 62.5%;
  }
}

body.screen_issue .section-point-img {
  margin-bottom: 15%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-img {
    float: right;
    width: 380px;
    margin: 0;
  }
  body.screen_issue .section-point-img img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

body.screen_issue .section-point-content {
  margin: 0 15px 10% 15px;
  padding: 20px 15px;
  background: #f6f8fa;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-content {
    width: calc(800px - 90px);
    margin: 0 auto 100px auto;
    padding: 30px 45px;
    overflow: hidden;
  }
}

body.screen_issue .section-point-content-txtWrap {
  margin-bottom: 5%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-content-txtWrap {
    float: left;
    width: 390px;
    margin: 0;
  }
}

body.screen_issue .section-point-content-title {
  margin-bottom: 2%;
  font-size: 93.75%;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-content-title {
    margin-bottom: 35px;
    font-size: 112.5%;
    text-align: left;
  }
}

body.screen_issue .section-point-content-txt {
  margin-bottom: 4%;
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-content-txt {
    margin: 0;
    font-size: 87.5%;
    font-weight: normal;
    line-height: 1.6;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-content-img {
    float: right;
    width: 280px;
  }
}

body.screen_issue .section-point-btn {
  font-size: 68.75%;
  font-weight: 500;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .section-point-btn {
    font-size: 87.5%;
  }
}

body.screen_issue .section-point-btn a {
  display: block;
  position: relative;
  padding: 10px 2px;
  border: 1px solid #3a4763;
  border-radius: 5px;
  color: #fff;
  background: #3a4763;
  text-decoration: none;
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .section-point-btn a {
    padding: 15px;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen_issue .section-point-btn {
    width: 630px;
    margin: 0 auto;
  }
}

body.screen_issue .section-point-btn-icon {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(0, -15%) rotateZ(135deg);
  -webkit-transform: translate(0, -15%) rotateZ(135deg);
  -moz-transform: translate(0, -15%) rotateZ(135deg);
  -o-transform: translate(0, -15%) rotateZ(135deg);
  -ms-transform: translate(0, -15%) rotateZ(135deg);
}

@media only screen and ( min-width: 769px ) {
  body.screen_issue .section-point-btn-icon {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(0, -15%) rotateZ(135deg);
    -webkit-transform: translate(0, -15%) rotateZ(135deg);
    -moz-transform: translate(0, -15%) rotateZ(135deg);
    -o-transform: translate(0, -15%) rotateZ(135deg);
    -ms-transform: translate(0, -15%) rotateZ(135deg);
  }
}

body.screen_issue .section-point-btn.hover a {
  color: #3a4763;
  background: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

body.screen_issue .section-point-btn.hover .section-point-btn-icon {
  border-color: #3a4763;
}

/*# sourceMappingURL=page.css.map */
