@charset "Shift_JIS";

/**
 * default.css
 * modified : 2017.02.14
 */

/*========================================

  Reset

========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}ul:after{clear:both;display:block;content:"";height:0;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{outline:none;}a,a:link,a:active,a:visited,a:hover {color: #000;text-decoration: none;}header,footer,nav,article,section{display:block}


/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "\30E1\30A4\30EA\30AA", Meiryo,
  "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
  Verdana,sans-serif;

  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: 'Hiragino Mincho Pro',
  '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.leftfix {
  float: left;
}
.rightfix {
  float: right;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.dropcap {
  float: left;
  margin: .1em .2em 0 0;
  font-size: 53px;
  line-height: 1.0;
}
.pagetop {
  margin: 90px auto 0;
  max-width: 950px;
  width: 94.0594059%;
  line-height: 0;
  text-align: right;
}
a.hover {
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.7;
}
a img.hover {
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a img.hover:hover {
  opacity: 0.7;
}
html.no-opacity a img.hover:hover {
  filter: alpha(opacity=70);
}

.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 10px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  background-image: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.7;
}
.no-opacity .btn {
  background-image: url(../img/arrow_btn.png);
}
.btn.example {
  background-color: #3f3f3f;
}
.btn.detail {
  background-color: #1890fa;
}
.btn.orange {
  background-color: #ea5504;
}
.mtag {
  width: 86px;
  height: auto;
}

.txt_red{color:#F00;}

.b64 { display: none; }
.b64i { display: none; }
.b48 { display: none; }
.leftfix { float: left; }
.rightfix { float: right; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }
.txt-center { text-align: center; }

@media(max-width:640px) {
  .pagetop {
    margin: 40px auto 0;
    width: 90.625%;
  }
  .btn {
    font-size: 14px;
  }
  .b64 {
    display: block;
  }
  .b64i {
    display: inline-block;
  }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
}

/*--------------------------------------------------
  Top
--------------------------------------------------*/
#Top {
  position: relative;
/*   padding-bottom: 30px; */
  min-width: 1010px;
  overflow: hidden;
}
.no-opacity #Top {
  min-width: 1010px;
}

@media(max-width:640px) {
  #Top {
    min-width: 320px;
  }
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 93.75%;
}
.inner:after {
  clear: both;
  display: block;
  content: '';
}
@media(max-width:640px) {
  .inner {
    width: 90.625%;
  }
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  background: #1a1a1a;
}
header img {
  width: 100%;
  height: auto;
}
header .inner{
  display: table;
}
header .logo {
  display: table-cell;
  padding: 26px 0;
  line-height: 0;
}
header .logo a {
  display: block;
  width: 100px;
}
header h1 {
  display: table-cell;
  vertical-align: top;
  padding: 39px 0 0;
  width: 150px;
  line-height: 0;
  text-align: right;
  color: #ffffff;
  font-size: 13px;
}

@media(max-width:960px) {
  header h1 {
    vertical-align: middle;
    padding: 0;
    width: 300px;
  }
}
@media(max-width:640px) {
  header .logo {
    padding: 25px 0;
  }
  header .logo a {
    min-width: 80px;
    width: 17%;
  }
  header h1 {
    vertical-align: middle;
    padding: 0;
    width: 50%;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro {
    overflow: hidden;
    margin: 0 auto;
}
.intro h2 {
    margin: 0 auto;
    max-width: 1200px;
    line-height: 0;
}
@media (min-width: 1720px) {
	.intro h2 {
		max-width: none;
	}
}
.intro h2 img {
    margin: 0 0 0 -21.667%;
    width: 143.3334%;
    height: auto;
}
@media (min-width: 1720px) {
	.intro h2 img {
		margin: 0;
		width: 100%;
		height: auto;
	}
}

@media(max-width:640px) {
  .intro h2 img {
    margin: 0 0 0 -51%;
    width: 200%;
  }
}
/*--------------------------------------------------
  nav
--------------------------------------------------*/
nav {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  background: #000;
}
nav ul {
  display: block;
  margin: 0 auto;
  max-width: 950px;
}
nav ul:after {
  clear: both;
  display: block;
  content: "";
}
nav li {
  float: left;
  position: relative;
  /*margin: 0 0 0 2px;*/
  /*padding-bottom: 113px;*/
  /*width: 188px;*/
  margin: 0 0 0 0.2105263%;
  padding-bottom: 11.8947368%;
  width: 19.7894736%;
  background: #fff;
}
nav li.cnt-01 {
  margin-left: 190px;
}
@media(max-width:640px) {
nav li.cnt-01 {
  margin-left: 9.5%;
}
}
@media(max-width:480px) {
nav li.cnt-01 {
  margin-left: 0px;
}
}
nav li.cnt-01,nav li.cnt-05 {
  /*width: 189px;*/
  width: 19.8947368%;
}
nav li a {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
nav li a:hover {
  opacity: 0.7;
}
html.no-opacity nav li a:hover {
  filter: alpha(opacity=70);
}
nav li.cnt-01 a {
  background-image: url(../img/nav_01.jpg);
}
nav li.cnt-02 a {
  background-image: url(../img/nav_02.jpg);
}
nav li.cnt-03 a {
  background-image: url(../img/nav_03.jpg);
}
nav li.cnt-04 a {
  background-image: url(../img/nav_04.jpg);
}
nav li.cnt-05 a {
  background-image: url(../img/nav_05.jpg);
}

@media(max-width:480px) {
  nav ul {
    border-top: 10px solid #000;
    border-bottom: 1px solid #444;
  }
  nav li {
    float: none;
    margin: 0 !important;
    padding: 0;
    width: auto !important;
    background: #000;
    border-top: 1px solid #444;
  }
  nav li a {
    position: relative;
    padding: 12px 4.6875% 13px;
    font-size: 87.5%;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
    color: #fff !important;
    background: none !important;
  }
  nav li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  nav li a:hover {
    opacity: 1.0;
  }
}

/*--------------------------------------------------
  article
--------------------------------------------------*/
article {
  margin: 0 auto;
}
article .heading {
  padding: 18px 0 16px;
}
article .heading em {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 32px;
  font-size: 193.8%;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: 950px;
  width: 94.0594059%;
}
article .heading em br {
  display: none;
}
article .heading em:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -16px;
  width: 24px;
  height: 32px;
  background-image: url(../img/arrow_ttl.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section {
  position: relative;
}
section:after {
  clear: both;
  display: block;
  content: "";
}
section.inner {
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
section .sec-inner {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
section .sec-inner:after {
  clear: both;
  display: block;
  content: "";
}
section .shadow .cap {
  margin-right: 7px;
  margin-left: 7px;
}
section .cap {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}
section .cap.left {
  text-align: left;
}

@media(max-width:640px) {
  section.inner {
    width: 90.625%;
  }
  section .sec-inner {
    width: 90.625%;
  }
  article .heading {
    padding: 10px 0;
  }
  article .heading em {
    padding-left: 22px;
    font-size: 131.3%;
    width: 90.625%;
  }
  article .heading em:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
  section .cap {
    margin-top: 10px;
  }
}
@media(max-width:480px) {
  article .heading em br {
    display: block;
  }
  section .cap {
    font-size: 10px;
  }
}


/*========================================

  #Cnt-01

========================================*/
/*----------------------------------------
  .sec-02
----------------------------------------*/
#Cnt-01 .sec-02 {
  padding-bottom: 90px;
  color: #fff;
  background: url("../img/cnt01_02_bg.jpg") no-repeat center 0;
      background-size: cover;
}
#Cnt-01 .sec-02 h3 {
  /*padding-top: 95px;*/
  padding-top: 10%;
  font-size: 225%;
  line-height: 1.3;
  text-align: center;
}
#Cnt-01 .sec-02 h3 br {
  display: none;
}
#Cnt-01 .sec-02 p.txt {
  /*margin-top: 25px;*/
  margin-top: 2.6315789%;
  font-size: 131.3%;
  line-height: 2;
  text-align: center;
}
#Cnt-01 .sec-02 .frame {
  position: relative;
  /*margin-top: 70px;*/
  margin-top: 7.368421%;
  color: #000;
}
#Cnt-01 .sec-02 .frame .inner {
  padding: 25px 0;
  background: #fff;
  border: 6px solid #d2dbd5;
}
#Cnt-01 .sec-02 .frame .inner:after {
  clear: both;
  display: block;
  content: '';
}
#Cnt-01 .sec-02 .frame strong {
  display: block;
  margin: 0 0 0 27px;
  font-size: 131.3%;
  line-height: 1.1;
}
#Cnt-01 .sec-02 .frame p {
  margin: 8px 0 0 27px;
  max-width: 625px;
  width: 66.63113%;
  font-size: 87.5%;
  line-height: 1.7;
}
#Cnt-01 .sec-02 .frame .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 255px;
  width: 26.8421052%;
}

@media(max-width:640px) {
  #Cnt-01 .sec-02 {
    padding-bottom: 40px;
    background-size: auto 100%;
  }
  #Cnt-01 .sec-02 h3 br {
    display: block;
  }
  #Cnt-01 .sec-02 p.txt {
    text-align: left;
  }
  #Cnt-01 .sec-02 p.txt br {
    display: none;
  }
}
@media(max-width:480px) {
  #Cnt-01 .sec-02 .frame {
    margin-top: 20px;
  }
  #Cnt-01 .sec-02 .frame .inner {
    padding: 20px 15px;
    border-width: 3px;
  }
  #Cnt-01 .sec-02 .frame strong {
    margin: 0;
    font-size: 125%;
  }
  #Cnt-01 .sec-02 .frame p {
    margin: 15px 0 0;
    width: auto;
  }
  #Cnt-01 .sec-02 .frame .img-box {
    position: static;
    float: right;
    margin: 20px 0 10px 15px;
    width: 39%;
    background: #eee;
  }
}
@media(max-width:359px) {
  #Cnt-01 .sec-02 h3 {
    letter-spacing: -0.06em;
  }
  #Cnt-01 .sec-02 .frame p {
    font-size: 81.3%;
  }
}


/*========================================

  #Cnt-02

========================================*/
#Cnt-02 {
  padding-bottom: 90px;
  background: #e1e6f0;
}
#Cnt-02 .pagetop {
  margin-top: 80px;
}
#Cnt-02 .heading {
  background: #193b87;
}
#Cnt-02 h4 {
  font-size: 1.5em;
  line-height: 1.1;
  color: #47508b;
}
#Cnt-02 p.txt {
  margin-top: 22px;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.6;
  color: #000;
}
#Cnt-02 .one-point {
  position: relative;
  padding: 33px 30px 25px 36px;
  background: #f8f8f8;
}
#Cnt-02 .one-point .header {
  margin-bottom: 15px;
}
#Cnt-02 .one-point .tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0 10px;
  font-size: 93.8%;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  background: #485189;
}
#Cnt-02 .one-point strong {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-size: 118.8%;
  font-weight: bold;
  line-height: 1.2;
  color: #485189;
}
#Cnt-02 .one-point .leftfix {
  /*884*/
  /*width: 531px;*/
  width: 60.0678733%;
}
#Cnt-02 .one-point p {
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: -0.09em;
}
#Cnt-02 .one-point .memo {
  float: right;
  margin: 0 auto;
  max-width: 323px;
  width: 36.5384615%;
}
#Cnt-02 .one-point .end {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:640px) {
  #Cnt-02 .pagetop {
    margin-top: 40px;
  }
  #Cnt-02 h4 {
    line-height: 1.2;
  }
  #Cnt-02 p.txt {
    font-size: 100%;
  }
  #Cnt-02 .one-point {
    padding: 20px;
  }
  #Cnt-02 .one-point .header {
    margin-bottom: 10px;
  }
  #Cnt-02 .one-point .tag {
    display: block;
    margin-bottom: 10px;
  }
  #Cnt-02 .one-point .leftfix {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
  #Cnt-02 .one-point p {
    font-size: 87.5%;
    letter-spacing: 0;
  }
  #Cnt-02 .one-point .memo {
    float: none;
    width: auto;
  }
}

/*----------------------------------------
  .sec-01
----------------------------------------*/
#Cnt-02 .sec-01 h3 {
  /*padding-top: 80px;*/
  padding-top: 8.4210526%;
  margin: 0 auto;
  max-width: 800px;
  width: 84.2105263%;
}
#Cnt-02 .sec-01 .img-01 {
  margin: 25px auto 0;
  max-width: 812px;
  width: 85.4736842%;
}
#Cnt-02 .sec-01 .img-02 {
  margin: 60px 0 0;
}
#Cnt-02 .sec-01 .img-02 .txt-box {
  float: left;
  /*width: 505px;*/
  width: 53.1578947%;
}
#Cnt-02 .sec-01 .img-02 .sample {
  position: relative;
  float: right;
  margin: 0 auto;
  max-width: 389px;
  width: 40.9473684%;
  text-align: center;
}
#Cnt-02 .sec-01 .img-02 .img-a {
  float: left;
  /*width: 178px;*/
  width: 45.7583547%;
}
#Cnt-02 .sec-01 .img-02 .img-b {
  float: right;
  /*width: 178px;*/
  width: 45.7583547%;
}
#Cnt-02 .sec-01 .img-02 .sample strong {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  color: #47508b;
}
#Cnt-02 .sec-01 .img-02 .sample p {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #272727;
  text-align: left;
}
#Cnt-02 .sec-01 .img-02 .sample .arrow {
  position: absolute;
  left: 50%;
  top: 122px;
  margin-left: -6px;
}
#Cnt-02 .sec-01 .one-point {
  margin-top: 35px;
}

@media(max-width:640px) {
  #Cnt-02 .sec-01 h3 {
    padding-top: 50px;
    width: auto;
  }
  #Cnt-02 .sec-01 .img-01 {
    margin: 15px auto 0;
    width: auto;
  }
  #Cnt-02 .sec-01 .img-02 {
    margin: 30px 0 0;
  }
  #Cnt-02 .sec-01 .img-02 .txt-box {
    float: none;
    width: auto;
  }
  #Cnt-02 .sec-01 .img-02 .sample {
    float: none;
    margin: 30px auto 0;
    width: auto;
    font-size: 87.5%;
    text-align: left;
  }
  #Cnt-02 .sec-01 .img-02 .sample p br {
    display: none;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Cnt-02 .sec-02 h3 {
  margin: 0 auto;
  padding-top: 85px;
  max-width: 794px;
  width: 83.5789473%;
  text-align: center;
}
#Cnt-02 .sec-02 .img-01 {
  margin: 25px auto 0;
  max-width: 812px;
  width: 85.4736842%;
}
#Cnt-02 .sec-02 .img-02 {
  margin: 60px 0 0;
}
#Cnt-02 .sec-02 .img-02 .txt-box {
  float: left;
  /*width: 505px;*/
  width: 53.1578947%;
}
#Cnt-02 .sec-02 .img-02 .illust {
  float: right;
  max-width: 386px;
  width: 40.6315789%;
}
#Cnt-02 .sec-02 .one-point {
  margin-top: 50px;
}
#Cnt-02 .sec-02 .one-point p {
  float: left;
  /*width: 335px;*/
  width: 63.0885122%;
}
#Cnt-02 .sec-02 .one-point .img {
  float: right;
  max-width: 178px;
  width: 33.5216572%;
}

@media(max-width:640px) {
  #Cnt-02 .sec-02 h3 {
    padding-top: 60px;
    width: auto;
  }
  #Cnt-02 .sec-02 .img-01 {
    margin: 15px auto 0;
    width: auto;
  }
  #Cnt-02 .sec-02 .img-02 {
    margin: 30px 0 0;
  }
  #Cnt-02 .sec-02 .img-02 .txt-box {
    float: none;
    width: auto;
  }
  #Cnt-02 .sec-02 .img-02 .illust {
    float: none;
    margin: 30px auto 0;
    width: auto;
  }
  #Cnt-02 .sec-02 .one-point .img {
    margin: 5px 0 15px 15px;
  }
  #Cnt-02 .sec-02 .one-point p {
    float: none;
    width: auto;
  }
}

/*----------------------------------------
  .sec-03
----------------------------------------*/
#Cnt-02 .sec-03 {
  padding-top: 74px;
}
#Cnt-02 .sec-03 .leftfix,
#Cnt-02 .sec-03 .rightfix {
  /*width: 432px;*/
  width: 45.4736842%;
}
#Cnt-02 .sec-03 h3 {
  margin: 0 auto 17px;
  text-align: center;
}
#Cnt-02 .sec-03 h3.ttl3 {
  max-width: 417px;
  width: 96.527778%;
}
#Cnt-02 .sec-03 h3.ttl4 {
  max-width: 396px;
  width: 91.6667%;
}
#Cnt-02 .sec-03 .img-01,
#Cnt-02 .sec-03 .img-02 {
  margin: 0 auto;
  max-width: 446px;
}
#Cnt-02 .sec-03 .img-01 img,
#Cnt-02 .sec-03 .img-02 img {
  margin-left: -1.6203703%;
  width: 103.2407407%;
}
#Cnt-02 .sec-03 h4 {
  margin-top: 30px;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: -0.03em;
}

@media(max-width:640px) {
  #Cnt-02 .sec-03 {
    padding-top: 60px;
  }
  #Cnt-02 .sec-03 .leftfix,
  #Cnt-02 .sec-03 .rightfix {
    float: none;
    width: auto;
  }
  #Cnt-02 .sec-03 h3.ttl3 img,
  #Cnt-02 .sec-03 h3.ttl4 img {
    width: 85%;
  }
  #Cnt-02 .sec-03 .rightfix {
    margin-top: 60px;
  }
  #Cnt-02 .sec-03 h4 {
    font-size: 1.5em;
    text-align: left;
  }
}

/*----------------------------------------
  .sec-04
----------------------------------------*/
#Cnt-02 .sec-04 {
  margin: 100px auto 0;
  padding: 54px 0 57px 0;
  max-width: 950px;
  width: 94.0594059%;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
#Cnt-02 .sec-04 .sec-inner {
  /*826*/
  /*padding: 0 62px;*/
  padding: 0 6.5263157%;
  width: auto;
}
#Cnt-02 .sec-04 .header {
  float: left;
  /*width: 510px;*/
  width: 61.7433414%;
}
#Cnt-02 .sec-04 .header em {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 95%;
  font-size: 187.5%;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
  background: #464f8e;
}
#Cnt-02 .sec-04 h3 {
  padding-bottom: 15px;
  font-size: 250%;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #464f8e;
}
#Cnt-02 .sec-04 .ttl-img {
  float: right;
  /*margin: -79px -31px 0 0;*/
  margin: -9.5641646% -3.7530266% 0 0;
  max-width: 326px;
  width: 39.4673123%;
}
#Cnt-02 .sec-04 p.txt {
  margin-top: 0;
}

@media(max-width:640px) {
  #Cnt-02 .sec-04 {
    margin: 60px auto 0;
    padding: 30px 0;
  }
  #Cnt-02 .sec-04 .sec-inner {
    padding: 0 20px;
  }
  #Cnt-02 .sec-04 .header {
    float: none;
    width: auto;
  }
  #Cnt-02 .sec-04 .header em {
    width: auto;
    font-size: 125%;
    line-height: 40px;
    text-align: center;
  }
  #Cnt-02 .sec-04 h3 {
    font-size: 150%;
  }
  #Cnt-02 .sec-04 .ttl-img {
    float: none;
    margin: 0 auto;
    width: 85%;
  }
}

/* .example
----------------------------------------*/
#Cnt-02 .sec-04 .example {
  margin: 35px auto 20px;
  /*width: 802px;*/
}
#Cnt-02 .sec-04 .example .item {
  float: left;
  /*margin-left: 23px;*/
  margin-left: 2.7845036%;
  max-width: 252px;
  width: 30.5084745%;
  line-height: 1.4;
}
#Cnt-02 .sec-04 .example .item:first-child {
  margin-left: 1.35%;
}
#Cnt-02 .sec-04 .example strong {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
#Cnt-02 .sec-04 .example span {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}

@media(max-width:640px) {
  #Cnt-02 .sec-04 .example {
    margin: 20px auto;
  }
  #Cnt-02 .sec-04 .example .item {
    float: none;
    margin: 0 0 ;
    padding: 20px 0;
    max-width: inherit;
    width: auto;
    border-bottom: 1px dotted #ddd;
  }
  #Cnt-02 .sec-04 .example .item:first-child {
    margin-left: 0;
    border-top: 1px dotted #ddd;
  }
}

/* .fukuda
----------------------------------------*/
#Cnt-02 .sec-04 .fukuda {
  /*782*/
  /*padding: 12px 12px 12px 39px;*/
  padding: 12px 12px 12px 4.7215496%;
  background: #f3f3f3;
  font-size: 0;
}
#Cnt-02 .sec-04 .fukuda .txt-box {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  /*width: 390px;*/
  width: 49.8721227%;
  font-size: 16px;
  font-size: 1rem;
}
#Cnt-02 .sec-04 .fukuda strong {
  display: block;
  margin: 0 0 15px;
  font-size: 1.375em;
  line-height: 1.1;
  color: #454e91;
}
#Cnt-02 .sec-04 .fukuda p {
  font-size: 0.938em;
  line-height: 1.6;
}
#Cnt-02 .sec-04 .fukuda .img-box {
  display: inline-block;
  vertical-align: middle;
  /*margin-left: 42px;*/
  margin-left: 5.3708439%;
  max-width: 640px;
  width: 44.7570332%;
}
#Cnt-02 .sec-04 .fukuda .img-box img {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}

@media(max-width:640px) {
  #Cnt-02 .sec-04 .fukuda {
    margin-top: 30px;
    padding: 0;
    background: none;
  }
  #Cnt-02 .sec-04 .fukuda .txt-box {
    display: block;
    padding: 0;
    width: auto;
  }
  #Cnt-02 .sec-04 .fukuda strong {
    margin: 0 0 10px;
    font-size: 1.375em;
  }
  #Cnt-02 .sec-04 .fukuda p {
    font-size: 0.938em;
    line-height: 1.6;
  }
  #Cnt-02 .sec-04 .fukuda .img-box {
    display: block;
    margin: 20px auto 0;
    width: auto;
  }
}

  /* .sample
----------------------------------------*/
#Cnt-02 .sec-04 .sample {
  margin: 33px 0 0;
  background: #fff;
}
#Cnt-02 .sec-04 .sample a {
  display: block;
}
#Cnt-02 .sec-04 .sample .leftfix {
  max-width: 682px;
  width: 82.5665859%;
}
#Cnt-02 .sec-04 .sample .rightfix {
  max-width: 144px;
  width: 17.433414%;
}

@media(max-width:640px) {
  #Cnt-02 .sec-04 .sample {
    display: none;
  }
}

/* .frame
----------------------------------------*/
#Cnt-02 .sec-04 .frame {
  /*824*/
  margin-top: 33px;
  padding: 20px 0;
  font-size: 0;
  border: 1px solid #8b8b8b;
}
#Cnt-02 .sec-04 .frame strong {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  /*width: 223px;*/
  width: 27.0631067%;
  font-size: 17px;
  font-weight: bold;
  color: #454e91;
  text-align: center;
  vertical-align: middle;
}
#Cnt-02 .sec-04 .frame .txt-box {
  display: inline-block;
  /*width: 580px;*/
  width: 70.3883495%;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
#Cnt-02 .sec-04 .frame .txt-box .kerning1 {
  margin-left: -12px;
}
#Cnt-02 .sec-04 .frame .txt-box .kerning2 {
  margin-left: -4px;
}
#Cnt-02 .sec-04 .frame .txt-box .icon {
  position: relative;
  top: 4px;
  margin-left: 3px;
}
#Cnt-02 .sec-04 .frame .txt-box .note {
  margin-top: 3px;
  font-size: 12px;
}

@media(max-width:640px) {
  #Cnt-02 .sec-04 .frame {
    padding: 20px 15px;
  }
  #Cnt-02 .sec-04 .frame strong {
    display: block;
    padding: 0;
    width: auto;
  }
  #Cnt-02 .sec-04 .frame .txt-box {
    display: block;
    margin-top: 10px;
    width: auto;
  }
  #Cnt-02 .sec-04 .frame .txt-box .note {
    margin-top: 10px;
  }
}


/*========================================

  #Cnt-03

========================================*/
#Cnt-03 {
  padding-bottom: 90px;
}
#Cnt-03 .pagetop {
  margin-top: 80px;
}
#Cnt-03 .heading {
  background: #1b1b1b;
}
#Cnt-03 h3 {
  font-size: 240%;
  line-height: 1.2;
  text-align: center;
  color: #485189;
}
#Cnt-03 .lens-ttl__tag {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    padding: 9px 12px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #485189;
}

#Cnt-03 p.txt {
  margin-top: 22px;
  font-size: 112.5%;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
}
#Cnt-03 p.txt:first-child {
  margin-top: 0;
}
#Cnt-03 .txt-box.leftfix {
  width: 520px;
}

#Cnt-03 .info-01 {
  margin: 50px 0 45px;
}

#Cnt-03 .mount {
  box-sizing: border-box;
  padding: 2px 10px;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
}
#Cnt-03 .mount.em {
  color: #00329a;
  border-color: #00329a;
}
#Cnt-03 .mount.am {
  color: #a40e0e;
  border-color: #a40e0e;
}
#Cnt-03 .lens-box {
  float: right;
  width: 360px;
}
#Cnt-03 .lineup .lens-box {
  float: left;
  width: 455px;
}
#Cnt-03 .lineup .lens-box.rightfix {
  float: right;
}
#Cnt-03 .lens-box + .lens-box {
  margin-top: 30px;
}
#Cnt-03 .lineup .lens-box + .lens-box {
  margin-top: 0;
}
#Cnt-03 .lens-box .start ,#Cnt-03 .lineup .start{
  text-align: center;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1.2;
}
#Cnt-03 .lens-box .img-box {
  margin: 20px auto;
  max-width: 360px;
  text-align: center;
}

#Cnt-03 .lens-box .img-box img{
  width: 70%;
}

#Cnt-03 .lens-box .name {
  display: block;
  font-size: 150%;
  line-height: 1.2;
}
#Cnt-03 .lens-box .model {
  display: block;
  margin-top: 5px;
  font-size: 100%;
  line-height: 1.2;
}
#Cnt-03 .lens-box .heightfix {
	padding-bottom:1.8em;
}
#Cnt-03 .img-grid {
  margin: 50px 0 70px;
}
#Cnt-03 .img-left {
  float: left;
  width: 435px;
}
#Cnt-03 .img-right {
  float: right;
  width: 435px;
}
#Cnt-03 .btn-box {
  margin: 15px 0 0;
}
#Cnt-03 .btn-box .leftfix {
  width: 120px;
}
#Cnt-03 .lineup .btn-box .leftfix {
  width: 155px;
}
#Cnt-03 .btn-box .rightfix {
  width: 225px;
}
#Cnt-03 .lineup .btn-box .rightfix {
  width: 290px;
}
#Cnt-03 .btn-box a {
  width: 100%;
}

@media(max-width:640px) {
  #Cnt-03 .pagetop {
    margin-top: 40px;
  }
  #Cnt-03 h3 {
    font-size: 187.5%;
  }
  
  #Cnt-03 .lens-ttl__tag {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 24px 6px;
    font-size: 14px;
    display: block;
    width: 50%;
    margin: 0 auto 15px;
	}
  #Cnt-03 p.txt {
    font-size: 100%;
  }
  #Cnt-03 .txt-box.leftfix {
    float: none;
    width: auto;
  }
 #Cnt-03 .lens-box {
    margin-top: 30px;
    float: none;
    width: auto;
  }
  
  #Cnt-03 .lineup .lens-box {
	float: none;
	width: auto;
  }
  #Cnt-03 .lineup .lens-box.rightfix {
	float: none;
  }
  #Cnt-03 .lineup .lens-box + .lens-box {
    margin-top: 50px;
  }
  #Cnt-03 .lens-box .img-box {
    width: 80%;
  }
  #Cnt-03 .lens-box .name {
    font-size: 131.3%;
  }
  #Cnt-03 .img-grid {
    margin: 40px 0 50px;
  }
  #Cnt-03 .img-left {
    float: none;
    width: auto;
  }
  #Cnt-03 .img-right {
    float: none;
    margin-top: 15px;
    width: auto;
  }
  #Cnt-03 .img-left img,
  #Cnt-03 .img-right img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #Cnt-03 .btn-box {
    margin: 15px 0 0;
  }
  #Cnt-03 .btn-box .leftfix {
    width: 49% !important;
  }
  #Cnt-03 .btn-box .rightfix {
    width: 49% !important;
  }
  #Cnt-03 .lineup .btn-box .leftfix {
    width: 49% !important;
  }
  #Cnt-03 .lineup .btn-box .rightfix {
    width: 49% !important;
  }
}
@media(max-width:320px) {
  #Cnt-03 h3 {
    font-size: 168.8%;
  }
}


/*----------------------------------------
  .sec-01
----------------------------------------*/
#Cnt-03 .sec-01 h3 {
  padding-top: 90px;
}
#Cnt-03 .sec-01 .img-01 {
  margin: 35px auto 0;
  max-width: 812px;
}

#Cnt-03 .sec-01 .info-box{
  margin: 50px 0 0;	
}

#Cnt-03 .sec-01 .info-box .txt-box{
	width:505px;
	float:left;
}


@media(max-width:640px) {
  #Cnt-03 .sec-01 h3 {
    padding-top: 40px;
  }
  #Cnt-03 .sec-01 .img-01 {
    margin-top: 15px;
  }
  #Cnt-03 .sec-01 .info-01 {
    margin: 30px 0 30px;
  }
  #Cnt-03 .sec-01 .lnp-box {
    margin-top: 30px;
  }
  #Cnt-03 .sec-01 .info-box {
    margin: 30px 0 0;
  }
  #Cnt-03 .sec-01 .info-box .txt-box{
	width:auto;
	float:none;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Cnt-03 .sec-02 {
  padding-top: 170px;
}
#Cnt-03 .sec-02 .img-01 {
  margin: 35px auto 0;
  max-width: 812px;
}

#Cnt-03 .one-point {
  position: relative;
  margin-top: 50px;
  padding: 33px 30px 25px 217px;
  background: #e9e9e9;
}

#Cnt-03 .one-point .tag {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: -15px 5px 0 0;
  padding: 0 10px;
  width: 162px;
  font-size: 93.8%;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  background: #485189;
}
#Cnt-03 .one-point strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
  color: #485189;
}


#Cnt-03 .sec-02_02 .one-point {
  margin-bottom: 50px;
  padding: 30px 40px;
  box-sizing: border-box;
}

#Cnt-03 .sec-02_02 .one-point .leftfix{
  width:590px;
}

#Cnt-03 .sec-02_02 .one-point .tag {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: -5px 10px 0 0;
  padding: 0 10px;
  width: 140px;
  font-size: 93.8%;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  background: #485189;
}
#Cnt-03 .sec-02_02 .one-point strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
  color: #485189;
}

#Cnt-03 .sec-02_02 .one-point .rightfix{
  float: right;
  width: 250px;    
}

#Cnt-03 .sec-02_02 .one-point .rightfix  .img-box:first-child{
	margin-bottom:10px;
}


#Cnt-03 .one-point p {
  font-size: 100%;
  line-height: 1.5;
}
#Cnt-03 .one-point .end {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:640px) {
  #Cnt-03 .sec-02 {
    padding-top: 130px;
  }
  #Cnt-03 .sec-02 .img-01 {
    margin-top: 15px;
  }
  #Cnt-03 .sec-02 .info-01 {
	margin: 30px 0 30px;
  }
  #Cnt-03 .sec-02 .lnp-box {
    margin-top: 30px;
  }
  #Cnt-03 .one-point {
    position: relative;
    margin-top: 30px;
    padding: 20px 20px 25px 20px;
  }
  
  #Cnt-03 .sec-02_02 .one-point {
    position: relative;
    margin-top: 30px;
    padding: 20px 20px 25px 20px;
  }
  
  #Cnt-03 .one-point .tag {
    position: static;
    display: block;
    margin: 0 0 15px;
    width: auto;
  }
  #Cnt-03 .sec-02_02 .one-point .tag {
    position: static;
    display: block;
    margin: 0 0 15px;
    width: auto;
  }
  #Cnt-03 .sec-02_02 .one-point .leftfix {
    width: auto;
	margin-bottom: 30px;
  }
  #Cnt-03 .sec-02_02 .one-point .rightfix {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}

/*----------------------------------------
  .sec-03
----------------------------------------*/
#Cnt-03 .sec-03 {
  padding-top:170px;
}
#Cnt-03 .sec-03 .img-01 {
  margin: 35px auto 0;
  max-width: 812px;
}

@media(max-width:640px) {
  #Cnt-03 .sec-03 {
    padding-top: 130px;
  }
  #Cnt-03 .sec-03 .img-01 {
    margin-top: 15px;
  }
  #Cnt-03 .sec-03 .info-01 {
    margin: 30px 0 30px;
  }
  #Cnt-03 .sec-03 .lnp-box {
    margin-top: 30px;
  }
}

/*----------------------------------------
  .sec-04
----------------------------------------*/
#Cnt-03 .sec-04 {
  padding-top: 170px;
}
#Cnt-03 .sec-04 .txt-box {
  width: 430px;
}
#Cnt-03 .sec-04 .line-01 {
  margin-top: 35px;
}
#Cnt-03 .sec-04 .line-02 {
  margin-top: 50px;
}
#Cnt-03 .sec-04 .line-01 .img-box,
#Cnt-03 .sec-04 .line-02 .img-box {
  max-width: 475px;
}

@media(max-width:640px) {
  #Cnt-03 .sec-04 {
    padding-top: 130px;
  }
  #Cnt-03 .sec-04 .txt-box {
    margin-top: 20px;
    width: auto;
  }
  #Cnt-03 .sec-04 .line-01 {
    margin-top: 15px;
  }
  #Cnt-03 .sec-04 .line-02 {
    margin-top: 50px;
  }
  #Cnt-03 .sec-04 .line-01 .img-box,
  #Cnt-03 .sec-04 .line-02 .img-box {
    float: none;
    margin: 0 auto;
  }
}

/* .lineup
----------------------------------------*/
#Cnt-03 .sec-04 .lineup {
  margin-top: 30px;
}
#Cnt-03 .sec-04 .e-mount,
#Cnt-03 .sec-04 .a-mount {
  width: 459px;
}
#Cnt-03 .sec-04 .lineup .item {
  margin-top: 65px;
}
#Cnt-03 .sec-04 .lineup .item:first-child {
  margin-top: 0;
}
#Cnt-03 .sec-04 .lineup .mount {
  margin-bottom: 35px;
}
#Cnt-03 .sec-04 .lineup .heightfix {
	padding-top:1.8em;
}
#Cnt-03 .sec-04 .lineup .img-box {
  float: left;
  width: 253px;
  text-align: center;
}
#Cnt-03 .sec-04 .lineup .info-box {
  float: right;
  width: 206px;
}
#Cnt-03 .sec-04 .lineup .name {
  display: block;
  font-size: 156.3%;
  line-height: 1.1;
}
#Cnt-03 .sec-04 .lineup .model {
  display: block;
  margin-top: 5px;
  font-size: 93.8%;
  line-height: 1.2;
}
#Cnt-03 .sec-04 .lineup .btn-box {
  margin-top: 25px;
}
#Cnt-03 .sec-04 .lineup .btn-box li {
  width: 98px;
}
#Cnt-03 .SEL30M35 .img-box img {
  max-width: 152px;
}
#Cnt-03 .SEL90M28G .img-box img {
  max-width: 223px;
}
#Cnt-03 .SAL50M28 .img-box img {
  max-width: 230px;
}
#Cnt-03 .SAL30M28 .img-box img {
  max-width: 140px;
}
#Cnt-03 .SAL100M28 .img-box img {
  max-width: 195px;
}

@media(max-width:640px) {
  #Cnt-03 .sec-04 .lineup {
    margin-top: 40px;
  }
  #Cnt-03 .sec-04 .e-mount,
  #Cnt-03 .sec-04 .a-mount {
    float: none;
    width: auto;
  }
  #Cnt-03 .sec-04 .lineup .mount {
    margin-bottom: 20px;
  }
  #Cnt-03 .sec-04 .lineup .img-box {
    float: none;
    width: auto;
  }
  #Cnt-03 .sec-04 .lineup .info-box {
    margin-top: 15px;
    float: none;
    width: auto;
  }
  #Cnt-03 .sec-04 .lineup .btn-box {
    margin-top: 15px;
  }
  #Cnt-03 .sec-04 .a-mount {
    margin-top: 65px;
  }
}

/*----------------------------------------
  .sec-05
----------------------------------------*/

#Cnt-03 .sec-05 .info-box .txt-box {
    width: 440px;
    float: left;
}

#Cnt-03 .sec-05 .info-box .txt-box strong{
	display:block;
	font-weight:700;
	margin-bottom:5px;
}

/*#Cnt-03 .sec-05 .info-box .img-box_mini:first-child {
	margin-bottom:20px;
}*/

#Cnt-03 .sec-05 .lineup {
	margin-top: 50px;
}

#Cnt-03 .sec-05 .mount {
    line-height: 1.5;
}

@media(max-width:640px) {
 #Cnt-03 .sec-05 .info-box .txt-box {
    margin-top: 30px;
    width: auto;
}

#Cnt-03 .sec-05 .lineup {
	margin-top: 30px;
}

}


/*----------------------------------------
  .sec-06
----------------------------------------*/
#Cnt-03 .sec-06 {
  padding-top: 170px;
}

#Cnt-03 .sec-06 h3 {
    padding-top: 0;
}

@media(max-width:640px) {
  #Cnt-03 .sec-06 {
  padding-top: 130px;
}
}


/*----------------------------------------
  .sec-09
----------------------------------------*/

#Cnt-03 .sec-09 .info-box .txt-box {
    width: 530px;
    float: left;
}

#Cnt-03 .sec-09 p.txt {
	margin-top:0;
}

#Cnt-03 .sec-09 .info-box .img-box_mini {
	margin-bottom:20px;
	width:360px;
}

#Cnt-03 .sec-09 .info-box .img-box_mini .cap {
    text-align: left;
}

#Cnt-03 .sec-09 .lineup {
	margin-top: 50px;
}

#Cnt-03 .sec-09 .mount {
    line-height: 1.5;
}

@media(max-width:640px) {
 #Cnt-03 .sec-09 .info-box .txt-box {
    margin: 0 0 30px ;
    width: auto;
}

 #Cnt-03 .sec-09 .img-box.shadow.rightfix {
    width: auto;
    float: none;
    display: block;
}
#Cnt-03 .sec-09 .info-box .img-box_mini {
    width: 100%;
}

}




/*========================================

  #Column

========================================*/
#Column {
  padding-bottom: 90px;
  color: #fff;
  background: url("../img/clm_bg.jpg") no-repeat center 0 #000;
}
#Column .pagetop {
  margin-top: 90px;
}

@media(max-width:640px) {
  #Column .pagetop {
    margin-top: 40px;
  }
}

/*----------------------------------------
  .sec-01
----------------------------------------*/
#Column .sec-01 {
  padding-top: 95px;
}
#Column .sec-01 .img-01 {
  position: absolute;
  left: 0;
  top: -17px;
  max-width: 219px;
  width: 23.0526315%;
}
#Column .sec-01 em {
  display: block;
  font-size: 125%;
  line-height: 1.1;
  text-align: center;
}
#Column .sec-01 h3 {
  margin: 18px 0 40px;
  font-size: 237.5%;
  line-height: 1.1;
  text-align: center;
}
#Column .sec-01 p {
  margin-bottom: 40px;
  font-size: 93.8%;
  line-height: 1.8;
}
#Column .sec-01 .cap {
  margin-top: 15px;
}

@media(max-width:640px) {
  #Column .sec-01 {
    padding-top: 30px;
  }
  #Column .sec-01 .img-01 {
    position: static;
    margin: -40px auto 0;
    width: 40%;
  }
  #Column .sec-01 h3 {
    font-size: 218.8%;
  }
}
@media(max-width:480px) {
  #Column .sec-01 em {
    font-size: 112.5%;
  }
  #Column .sec-01 h3 {
    margin: 18px 0 20px;
    text-indent: 0.8em;
  }
}
@media(max-width:320px) {
  #Column .sec-01 h3 {
    font-size: 200%;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Column .sec-02 {
  padding: 40px 0 0;
}
#Column .sec-02 h3 {
  margin-bottom: 36px;
  padding: 6px 0;
  font-size: 131.3%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #002780;
}
#Column .sec-02 .tag {
  width: 86px;
  height: auto;
}

@media(max-width:640px) {
  #Column .sec-02 h3 {
    margin-bottom: 20px;
    padding: 6px 0 5px;
    font-size: 112.5%;
  }
}

/* .a7
----------------------------------------*/
#Column .sec-02 .a7 {
  /*width: 451px;*/
  width: 47.4736842%;
}
#Column .sec-02 .a7 h4 {
  margin: 10px 0 15px;
  font-size: 150%;
  line-height: 1.2;
}
#Column .sec-02 .a7 h4 span {
  display: inline-block;
  font-size: 58.3%;
  line-height: 1.2;
}
#Column .sec-02 .a7 .img-box {
  max-width: 451px;
}
#Column .sec-02 .a7 a {
  display: block;
}

@media(max-width:640px) {
  #Column .sec-02 .a7 {
    float: none;
    width: auto;
  }
}

/* .lens
----------------------------------------*/
#Column .sec-02 .lens {
  position: relative;
  /*width: 435px;*/
  width: 45.7894736%;
}
#Column .sec-02 .lens .img-box {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 193px;*/
  margin-top: 10px;
  width: 44.367816%;
}
#Column .sec-02 .lens .txt-box {
  /*width: 206px;*/
  width: 47.3563218%;
}
#Column .sec-02 .mount {
	box-sizing: border-box;
    padding: 2px 10px;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
	background:#00329a;
	color: #fff;
}

#Column .sec-02 .lens strong {
  display: block;
  margin: 10px 0 0;
  font-size: 112.5%;
  line-height: 1.3;
}
#Column .sec-02 .lens h4 {
  margin: 5px 0 0;
  font-size: 93.8%;
  line-height: 1.2;
}
#Column .sec-02 .lens p {
  margin: 15px 0 0;
  font-size: 81.3%;
  line-height: 1.5;
}
#Column .sec-02 .lens ul {
  margin-top: 25px;
}
#Column .sec-02 .lens li {
  /*width: 98px;*/
  width: 47.5728155%;
  line-height: 1.2;
}
#Column .sec-02 .lens li a {
  width: 100%;
}

@media(max-width:640px) {
  #Column .sec-02 .lens {
    float: none;
    margin-top: 30px;
    padding-top: 30px;
    width: auto;
    border-top: 1px dotted #666;
  }
  #Column .sec-02 .lens .img-box {
    position: static;
    margin: 15px auto 20px;
    width: 60%;
  }
  #Column .sec-02 .lens .txt-box {
    float: none;
    width: auto;
  }
}


/*========================================

  #fe-lens

========================================*/

#fe-lens {
    padding-bottom: 65px;
}

#fe-lens p.txt {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    letter-spacing: -0.03em;
}

#fe-lens section{
	margin: 60px auto 0;
    max-width: 950px;
    width: 100%;
}

#fe-lens .chance h4 {
    font-size: 2.438rem;
    line-height: 1.3;
	color: #47508b;
    margin-bottom: 20px;
}

#fe-lens .chance {
	box-sizing: border-box;
    margin: 90px auto 0;
    max-width: 950px;
    width: 93.75%;
}

#fe-lens .chance .txt-box.leftfix {
    float: left;
    width: 440px;
}

#fe-lens .chance h5 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

#fe-lens .chance .mod-img.rightfix {
    float: right;
    width: 463px;
}

#fe-lens .btn.orange {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

#fe-lens .mod-btn:before {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
    content: '';
}

#fe-lens .cashback .mod-img {
    display: block;
    margin: 30px 0 0;
}

#fe-lens .mod-clearfix {
    display: block;
    overflow: hidden;
}




@media(max-width:640px) {
	
	#fe-lens .fe-banner img {
    max-width: 760px;
    width: 100%;
	}
	
	#fe-lens .chance {
    margin-top: 50px;
	width: 90.625%;
	}
	#fe-lens .chance h4 {
    font-size: 1.875rem;
	}
	
	#fe-lens .chance h4 + section {
    margin-top: 30px;
	}
	
	#fe-lens .chance h5 {
    margin-bottom: 15px;
    font-size: 1.125rem;
	}
	
	#fe-lens section{
		    width: 90.625%;
	}
	#fe-lens .fe-banner {
    margin-top: 9.375%;
	}
	#fe-lens .cashback, #fe-lens .program {
    width: 100%;
	}
	#fe-lens .chance .txt-box.leftfix {
    float: none;
    width: auto;
	}
	#fe-lens .chance h5 {
    margin-bottom: 15px;
    font-size: 1.125rem;
	}
	#fe-lens .chance .mod-img.rightfix {
    float: none;
    margin: 20px 0;
    width: auto;
	}
	#fe-lens .chance img{
    width: 100%;
	}
	#fe-lens .btn.orange {
		width: 100%;
	}

}

 

/*========================================

  #Cnt-04

========================================*/
#Cnt-04 {
  padding-bottom: 65px;
}
#Cnt-04 .pagetop {
  margin-top: 70px;
}
#Cnt-04 .heading {
  padding: 26px 0 24px;
  background: #4c4c4c;
  text-align: center;
}
#Cnt-04 .heading em {
  padding-left: 0;
  line-height: 0;
}
#Cnt-04 .heading em:before {
  content: none;
}

@media(max-width:640px) {
  #Cnt-04 .pagetop {
    margin-top: 40px;
  }
  #Cnt-04 .heading em img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------
  .lineup
----------------------------------------*/
#Cnt-04 .lineup .line {
  margin: 65px 0 0;
  padding-bottom: 10px;
}
#Cnt-04 .lineup h3 {
  margin-bottom: 30px;
  font-size: 125%;
  line-height: 1.2;
}
#Cnt-04 .lineup .item {
  width: 432px;
}
#Cnt-04 .lineup .info {
  position: relative;
}
#Cnt-04 .lineup .item .tag {
  margin-bottom: 12px;
  width: 86px;
  height: auto;
}
#Cnt-04 .lineup .item .txt-box {
  width: 253px;
}
#Cnt-04 .lineup .item .name {
  font-size: 25px;
  line-height: 20px;
}
#Cnt-04 .lineup .item .model {
  margin-top: 11px;
  font-size: 93.8%;
  line-height: 12px;
}
#Cnt-04 .lineup .item p {
  margin-top: 13px;
  font-size: 87.5%;
  line-height: 20px;
  letter-spacing: -0.03em;
}
#Cnt-04 .lineup .item .btn-box {
  margin-top: 15px;
}
#Cnt-04 .lineup .item .btn {
  width: 100%;
}
#Cnt-04 .lineup .item .img {
  position: absolute;
  right: 0;
  top: 0;
}
#Cnt-04 .lineup .item .SEL20F28 {
  right: 14px;
  top: 28px;
}
#Cnt-04 .lineup .item .SAL20F28 {
  right: 0;
  top: 15px;
}
#Cnt-04 .lineup .item .LCS-U21 {
  right: -36px;
  top: 13px;
}
#Cnt-04 .lineup .item .STP-XSG1 {
  right: 0;
  top: 0;
}

#Cnt-04 .lineup .item .SEL20F28 img {
  max-width: 106px;
}
#Cnt-04 .lineup .item .SAL20F28 img {
  max-width: 164px;
}
#Cnt-04 .lineup .item .LCS-U21 img {
  max-width: 187px;
}
#Cnt-04 .lineup .item .STP-XSG1 img {
  max-width: 165px;
}

@media(max-width:640px) {
  #Cnt-04 .lineup h3 {
    font-size: 81.3%;
  }
  #Cnt-04 .lineup .line {
    margin: 0;
    padding-bottom: 0;
  }
  #Cnt-04 .lineup .line:first-child {
    margin-top: 30px;
  }
  #Cnt-04 .lineup .item {
    float: none;
    margin-top: 20px;
    padding-bottom: 20px;
    width: auto;
    border-bottom: 1px dotted #ddd;
  }
  #Cnt-04 .lineup .item .img {
    position: static;
    display: table-cell;
    width: 30%;
    text-align: center;
  }
  #Cnt-04 .lineup .item .txt-box {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 20px;
    width: 70%;
  }
}
@media(max-width:320px) {
  #Cnt-04 .lineup .item p {
    font-size: 81.3%;
  }
}

/*----------------------------------------
  .anshin-program
----------------------------------------*/
#Cnt-04 .anshin-program {
  margin-top: 100px;
}
#Cnt-04 .anshin-program h3 {
	font-size: 230%;
    line-height: 1.2;
    text-align: left;
    color: #ea5504;
}
#Cnt-04 .anshin-program h3 span.subtxt {
	font-size: 62.9%;
}
#Cnt-04 .anshin-program .anshin-box{
	margin-top:35px;
}
#Cnt-04 .anshin-program .anshin-box .rightfix{
    width: 475px;
}
#Cnt-04 .anshin-program .anshin-box .leftfix{
	position: relative;
    z-index: 1;
    width: 450px;
}

#Cnt-04 .anshin-program .anshin-box .leftfix p.txt {
    font-size: 112.5%;
    line-height: 1.6;
}
#Cnt-04 .btn.orange {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

@media(max-width:640px) {
  #Cnt-04 .anshin-program {
    margin-top: 40px;
	width: 90%;
  }
  #Cnt-04 .anshin-program h3 {
    font-size: 170%;
    line-height: 1.2;
    text-align: center;
  }
  #Cnt-04 .anshin-program .anshin-box .rightfix{
    width: 100%;
}
#Cnt-04 .anshin-program .anshin-box .leftfix{
	position: relative;
    z-index: 1;
    width: 100%;
}
  #Cnt-04 .anshin-program .anshin-box .rightfix img{
    width: 100%;
	display:block;
}
#Cnt-04 .anshin-program .anshin-box .leftfix p.txt {
	margin-top: 20px;
    font-size: 100%;
}
#Cnt-04 .btn.orange {
    display: block;
    margin: 20px auto 0;
    width: 100%;
  }
}


/*========================================

  #Cnt-05

========================================*/
#Cnt-05 {
  padding-bottom: 65px;
}
#Cnt-05 section{
  margin-bottom: 30px;
}
#Cnt-05 .heading {
  padding: 26px 0 24px;
  background: #4c4c4c;
  text-align: center;
}
#Cnt-05 .heading em {
  padding-left: 0;
  line-height: 0;
}
#Cnt-05 .heading em:before {
  content: none;
}
#Cnt-05 .leftfix {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  width: 420px;
}
#Cnt-05 .leftfix h3 img {
  max-width: 429px;
}
#Cnt-05 .leftfix p.txt {
  margin-top: 27px;
  font-size: 112.5%;
  line-height: 1.6;
}
#Cnt-05 .leftfix .X8500 {
  margin: 30px 0 0;
}
#Cnt-05 .leftfix .X8500 .img-box {
  display: table-cell;
  width: 133px;
  vertical-align: middle;
}
#Cnt-05 .leftfix .X8500 .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#Cnt-05 .leftfix .X8500 strong {
  display: block;
  font-size: 87.5%;
  line-height: 1.2;
}
#Cnt-05 .leftfix .X8500 p {
  margin-top: 5px;
  font-size: 81.3%;
  line-height: 1.5;
}
#Cnt-05 .leftfix .X8500 .btn {
  margin-top: 10px;
  width: 100%;
}
#Cnt-05 .rightfix {
  margin-top: 100px;
  width: 510px;
}

#Cnt-05 .rightfix img{
	width:120%;
}

@media(max-width:640px) {
  #Cnt-05 {
    padding: 0 0 40px;
  }
  #Cnt-05 .heading em img {
    width: 95%;
    height: auto;
  }
  #Cnt-05 .leftfix {
    float: none;
    margin-top: 10px;
    width: auto;
  }
  #Cnt-05 .leftfix h3 img {
    width: 95%;
    height: auto;
  }
  #Cnt-05 .leftfix p.txt {
    margin-top: 20px;
    font-size: 100%;
  }
  #Cnt-05 .leftfix .X8500 p {
    font-size: 75%;
  }
  #Cnt-05 .rightfix {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  #Cnt-05 .rightfix img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

/*========================================

  #Academy

========================================*/
#Academy {
  padding-bottom: 90px;
  background: #fff;
}
#Academy .article-heading {
  background: #ea5504;
}
#Academy section {
  margin-top: 60px;
  position: relative;
  margin: 60px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}

#Academy .intro h4 {
    margin-bottom: 25px;
    font-size: 2.438rem;
    line-height: 1.23;
    color: #333;
}

#Academy .intro .txt-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 450px;
}


#Academy .lesson.mod-btn {
  margin-top: 20px;
  background-color:#1890fa;
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:640px) {
  #Academy {
    padding-bottom: 50px;
  }
  #Academy section {
  width: 90.625%;
	}
}

.article-heading__txt {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 32px;
    font-size: 175%;
    line-height: 1.2;
    color: #fff;
    max-width: 950px;
    width: 94.0594059%;
}
.article-heading {
    padding: 17px 0;
}
.article-heading__txt:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 24px;
    height: 32px;
    background-image: url(../img/arrow_ttl.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.mod-img img {
    width: 100%;
    height: auto;
}
.mod-txt {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    letter-spacing: -0.03em;
}

.mod-btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 14px 30px 12px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff !important;
    text-align: center;
    background-color: #3f3f3f;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.mod-btn:before {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
    content: '';
}

/*----------------------------------------
  #Academy .intro
----------------------------------------*/
#Academy .intro h4 {
  margin-bottom: 25px;
  font-size: 2.438rem;
  line-height: 1.23;
  color: #333;
}
#Academy .intro .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#Academy .intro .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 37px;
  width: 463px;
}

@media(max-width:640px) {
  #Academy .intro {
    margin-top: 30px;
  }
  #Academy .intro h4 {
    margin-bottom: 15px;
  }
  #Academy .intro .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Academy .intro .mod-img {
    position: static;
    display: block;
    margin-top: 15px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Academy .intro h4 {
    font-size: 8.5vw;
  }
}

/*----------------------------------------
  #Academy .course
----------------------------------------*/
#Academy .course .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 430px;
  width: 520px;
}
#Academy .course .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -520px;
  width: 400px;
}
#Academy .course .txt-box h4,
#Academy .course .txt-box strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
#Academy .course .txt-box h4 {
  display: inline-block;
  margin: 0;
  padding: 2px 20px;
  color: #fff;
  background: #ea5504;
}
#Academy .course .tags {
  margin: 30px 0 20px;
  padding: 0;
  list-style: none;
}
#Academy .course .tags li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 2px 5px 1px;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
}
#Academy .course .tags li:last-child {
  margin-right: 0;
}
#Academy .course .tags .intermediate {
  background-color: #39dbcf;
  border-color: #39dbcf;
}
#Academy .course .tags .content {
  border-color: #a2bbea;
}
#Academy .course .tags .lecturer {
  color: #6b4650;
  border-color: #ec9717;
  letter-spacing: -0.02em;
}
#Academy .course .note {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}

@media(max-width:640px) {
  #Academy .course .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Academy .course .txt-box h4 {
    display: block;
    text-align: center;
    padding: 4px 20px;
  }
  #Academy .course .txt-box strong {
    font-size: 1.188rem;
  }
  #Academy .course .tags {
    margin: 15px 0;
  }
  #Academy .course .mod-img {
    position: static;
    margin-top: 15px;
    display: block;
    width: auto;
  }
}

/*----------------------------------------
  #Academy .search
----------------------------------------*/
#Academy .search h4 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.75rem;
  line-height: 1.3;
}
#Academy .search .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 182px;
  background: #3f3f3f;
}
#Academy .search h4 + .item {
  margin-left: 0;
}
#Academy .search .item strong {
  display: block;
  text-align: center;
  padding: 22px 5px 20px;
    font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #1890fa;
}
#Academy .search .item strong:before {
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

#Academy .search p{
	text-align:center;
	font-size:14px;
	margin-top:20px;
}

@media(max-width:640px) {
  #Academy .search h4 {
    margin-bottom: 10px;
  }
  #Academy .search .item {
    margin-top: 2%;
    margin-left: 2%;
    width: 49%;
  }
  #Academy .search .item:nth-child(even) {
    margin-left: 0;
  }
  #Academy .search .item strong {
    padding: 14px 4px 12px;
  }
  #Academy .search .item strong:before {
    margin-right: 3px;
    border-width: 4px 0 4px 6px;
  }
}
@media(max-width:480px) {
  #Academy .search h4 {
    font-size: 6vw;
  }
  #Academy .search .item strong {
    font-size: 3.6vw;
  }
}


/*========================================

  .academy-recommend

========================================*/
.academy-recommend {
  margin-top: 70px;
}
.academy-recommend.cr-inner {
  max-width: 1000px;
}
.academy-heading + .academy-recommend {
  margin-top: 50px;
}
.academy-recommend__heading {
  margin: 0;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
  text-align: left;
}

.academy-recommend .academy-heading{
	margin-top: 70px;
    text-align: center;
    font-size: 187.5%;
    font-weight: normal;
    line-height: 1.2;
    display: block;
	color:#2d2d2d;
}

.academy-recommend02 .academy-recommend02__item .button {
  padding: 2.3% 15px 2.3%;
  width: 100%;
  font-size: 87.5%;
  margin-top:6%;
}

.academy-recommend02 .academy-recommend02__item .button span{
	font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left;
}
.academy-recommend p.txt{
	text-align:center;
	margin-top: 15px;
    font-size: 100%;
    line-height: 1.875;
    letter-spacing: 0;
    color: #333;
}

.academy-recommend__heading span {
  font-size: 0.8em;
}
.academy-recommend__heading + .cr-text {
  margin-top: 20px;
}
.academy-recommend .cr-heading + .cr-text {
  margin-top: 25px;
}
/*----------------------------------------
  .report
----------------------------------------*/
.academy-recommend .report {
    text-align: center;
}

.academy-recommend .report img,
.academy-recommend .mod-img img {
	box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 640px){
.academy-recommend .report img {
    max-width: 760px;
    width: 100%;
}
}


/*========================================

  #Maintenance

========================================*/
#Maintenance {
  padding-bottom: 20px;
  background: #fff;
}
#Maintenance .article-heading {
  background: #999;
}
#Maintenance section {
  font-size: 0;
  	position: relative;
    margin: 60px auto 0;
    max-width: 950px;
    width: 94.0594059%;
}

@media(max-width:640px) {
  #Maintenance {
    padding-bottom: 50px;
  }
  
  #Maintenance section {
  width: 90.625%;
	}
}

/*----------------------------------------
  #Maintenance .intro
----------------------------------------*/
#Maintenance .intro h4 {
  margin-bottom: 25px;
  font-size: 2.438rem;
  line-height: 1.23;
  color: #333;
}
#Maintenance .intro .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#Maintenance .intro .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 37px;
  width: 463px;
}

@media(max-width:640px) {
  #Maintenance .intro {
    margin-top: 30px;
  }
  #Maintenance .intro h4 {
    margin-bottom: 15px;
  }
  #Maintenance .intro .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Maintenance .intro .mod-img {
    position: static;
    display: block;
    margin-top: 15px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Maintenance .intro h4 {
    font-size: 8.0vw;
  }
}

/*----------------------------------------
  #Maintenance .sensor
----------------------------------------*/
#Maintenance .sensor h4 {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
#Maintenance .sensor .note {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
#Maintenance .sensor .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 435px;
  width: 515px;
}
#Maintenance .sensor .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -515px;
  width: 401px;
}
#Maintenance .sensor .mod-btn {
  margin-top: 20px;
  background-color:#1890fa;
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:640px) {
  #Maintenance .sensor .note {
    font-size: 12px;
  }
  #Maintenance .sensor .txt-box,
  #Maintenance .sensor .mod-img {
    position: static;
    display: block;
    width: auto;
  }
  #Maintenance .sensor .mod-img {
    margin-top: 15px;
  }
  #Maintenance .sensor .mod-btn {
    display: block;
  }
}



/*========================================

  #Plaza

========================================*/
#Plaza {
  padding-bottom: 90px;
}
#Plaza .heading {
  padding: 16px 0 14px;
  background: #ea5504;
}
#Plaza .heading em {
  font-size: 193.8%;
}
#Plaza .sec {
  padding-top: 60px;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
      position: relative;
    margin: 60px auto 0;
    max-width: 950px;
    width: 94.0594059%;
}
#Plaza h4 {
    margin-bottom: 25px;
    font-size: 2.438rem;
    line-height: 1.23;
    color: #333;
}
#Plaza .txt {
  margin-top: 25px;
  font-size: 112.5%;
  line-height: 1.5;
}
#Plaza .btn.orange {
  padding-right: 30px;
  padding-left: 30px;
}

@media(max-width:640px) {
  #Plaza .heading {
    padding: 12px 0 11px;
  }
  #Plaza .heading em {
    font-size: 156.3%;
  }
  #Plaza .sec {
    margin-top: 30px;
    padding-top: 30px;
	width: 90.625%;
  }
  #Plaza h4 {
    margin-bottom: 20px;
    font-size: 137.5%;
    line-height: 1.4;
  }
  #Plaza .txt {
    font-size: 100%;
    line-height: 1.6;
  }
  #Plaza .btn.orange {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

/*----------------------------------------
  #Plaza .header
----------------------------------------*/
#Plaza .header {
  position: relative;
}
#Plaza .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/plaza_header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
#Plaza .header-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
#Plaza .header-holder {
  padding-bottom: 448px;
  padding-bottom: 47.1578947%;
}
#Plaza .header-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Plaza .header-txt {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Plaza .header h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 318.8%;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-shadow: 
  0 0 40px #fff, 0 0 40px #fff,
  0 0 40px #fff, 0 0 40px #fff;
}
#Plaza .header h3 span {
  margin-left: -0.15em;
  font-size: 150%;
}

@media(max-width:640px) {
  #Plaza .header-bg,
  #Plaza .header-inner,
  #Plaza .header-txt {
    position: static;
  }
  #Plaza .header-bg {
    padding-bottom: 50%;
    background-position: right top;
    background-size: auto 125%;
  }
  #Plaza .header-holder {
    padding-bottom: 0;
  }
  #Plaza .header-txt {
    margin-top: 25px;
  }
  #Plaza .header h3 {
    font-size: 181.3%;
    line-height: 1.4;
    text-shadow: none;
  }
  #Plaza .header h3 span {
    line-height: 0.6;
  }
}
@media(max-width:320px) {
  #Plaza .header h3 {
    font-size: 162.5%;
  }
}

/*----------------------------------------
  #Plaza .intro
----------------------------------------*/
#Plaza .intro {
  margin: 40px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}
#Plaza .intro .about {
  margin: 30px auto;
  font-size: 0;
}
#Plaza .intro .about .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.1578947%;
  width: 24.1052631%;
  font-size: 16px;
  font-size: 1rem;
}
#Plaza .intro .about .item:first-child {
  margin-left: 0;
}
#Plaza .intro .about a {
  display: block;
  margin: 15px 0 10px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-align: center;
}
#Plaza .intro .about .item:nth-child(3) a {
  letter-spacing: -0.1em;
}
#Plaza .intro .about .txt-box {
  margin: 0 auto;
  width: 97%;
  font-size: 93.8%;
  line-height: 1.5;
}

@media(max-width:640px) {
  #Plaza .intro {
    margin: 20px auto 0;
  }
  
  
  
  #Plaza .intro .about {
    margin-top: 10px;
  }
  #Plaza .intro .about .item {
    margin: 20px 0 0 4%;
    width: 48%;
  }
  #Plaza .intro .about .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #Plaza .intro .about a {
    font-size: 106.3%;
  }
  #Plaza .intro .about .item:nth-child(3) a {
    letter-spacing: -0.12em;
  }
  #Plaza .intro .about a:before {
    margin-right: 5px;
  }
  #Plaza .intro .about .txt-box {
    width: auto;
    font-size: 75%;
  }
}
@media(max-width:320px) {
  #Plaza .intro .about a {
    font-size: 100%;
  }
  #Plaza .intro .about .txt-box {
    font-size: 68.8%;
  }
}

/*----------------------------------------
  #Plaza .store
----------------------------------------*/
#Plaza .store .index {
  margin: 40px 0 0;
  font-size: 0;
}
#Plaza .store .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  width: 17.643%;
  text-align: right;
}
#Plaza .store .item:first-child {
  margin-left: 0;
}
#Plaza .store .item img {
  width: 100%;
  height: auto;
}
#Plaza .store .index span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
#Plaza .store .index span a:before {
  position: relative;
  display: inline-block;
  top: -0.08em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #000;
  content: '';
}
#Plaza .store .index span a:hover {
  text-decoration: underline;
}
#Plaza .store p.note {
  margin-bottom: 40px;
}

@media(max-width:480px) {
  #Plaza .store .index {
    margin-top: 10px;
  }
  #Plaza .store .item {
    margin: 4% 0 0 4%;
    width: 48%;
  }
  #Plaza .store .item:nth-child(2n+1) {
    margin-left: 0;
  }
}



/*========================================

  #Ques

========================================*/
#Ques {
  padding: 60px 0 47px;
/*   background: url("../img/ques_bg.jpg") repeat center 0; */
  background-color: #eaeaea;
}
#Ques h3 {
  text-align: center;
}
#Ques p {
  margin: 30px 0 35px;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}
#Ques .section-title {
  font-size: 36px;
  font-size: 2.25rem;
}
#Ques .btn {
display: block;
padding: 18px 0;
background: #e06909;
font-size: 175%;
font-weight: 400;
line-height: 1.0;
color: #fff;
text-decoration: none;
}

@media(max-width:640px) {
  #Ques {
    padding: 40px 0 40px;
    background-size: auto 100%;
  }
  #Ques h3 img {
    width: 100%;
    height: auto;
  }
  #Ques p {
    margin: 20px 0;
    font-size: 14px;
  }
  #Ques p br {
    display: none;
  }
  #Ques .btn-box {
    overflow: hidden;
  }
  #Ques .btn-box img {
    margin-left: -35%;
    width: 170%;
  }
}


/*========================================

  使用レンズけし

========================================*/


#Cnt-03 .lens-box .start, #Cnt-03 .lineup .start {
    display: none;
}

#Cnt-03 .sec-04 .lineup .heightfix {
    padding-top:0;
}


/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
  height: 0;
  position: relative;
  z-index: 2;
  margin: 0px 0 0
}
.s5-returnToTop__inner1 {
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}
.s5-returnToTop__inner2 {
  position: relative;
  max-width: 1260px;
  height: 0;
  margin: 0 auto
}
.s5-returnToTop__button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 32px;
  right: 20px;
  top: -72px;
  background: url(/share5/images/s5-returnToTop/icon_01.png) no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .3s;
  transition: top .3s;
  opacity: .5;
}
.s5-returnToTop__button img {
  width: 100%;
  height: auto;
  opacity: .5;
}

@media screen and (max-width: 639px) {
  .s5-returnToTop__button {
    top:-46px;
    width: 32px;
    height: 26px;
    background-size: 32px 26px
  }
}
@media screen and (max-width: 639px) {
  .s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
    top:-122px
  }
}
  
/*========================================

  footer

========================================*/
footer {
  padding: 38px 0;
  background: #000000;
}
footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 94.0594059%;
}
footer small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #b0b0b0;
}

.wrapper footer .inner {
    max-width: 1200px;
}

@media(max-width:480px) {
  footer {
    text-align: center;
  }
}

/*========================================

Add-alphainfo_Common_Start

========================================*/
/* alphainfo template stylesheet */
.tpl__alphainfo__header {
    background: #ffffff;
}

.tpl__alphainfo__header--inner {
    width: 93.75%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.tpl__alphainfo__header--logo {
    display: block;
    padding: 15px 0;
    width: 100px;
}

.tpl__alphainfo__header--txt {
    margin-left: auto;
    padding: 14px 0 18px;
    width: 351px;
    line-height: 0;
}

@media (max-width: 959px) {
    .tpl__alphainfo__header--txt {
        width: 300px;
    }
}

@media (max-width: 639px) {
    .tpl__alphainfo__header--logo {
        width: 80px;
    }
    .tpl__alphainfo__header--txt {
        width: 52%;
    }
}

.tpl__alphainfo__academy {
    max-width: 1200px;
    margin: 0 auto;
    background: #efefef;
    color: #000;
}

.tpl__alphainfo__academy--inner {
    padding: 50px 60px 80px 50px;
}

.tpl__alphainfo__academy--txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
}

.tpl__alphainfo__academy--heading {
    background: #ccc;
    padding: 50px 20px 35px;
    text-align: center;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    line-height: 1;
}

.tpl__alphainfo__academy--heading--logo {
    display: block;
    margin-top: 16px;
}

.tpl__alphainfo__academy--heading--logo img {
    display: block;
    margin: 0 auto;
}

.tpl__alphainfo__academy--intro--imgbox {
    margin-left: 46px;
    width: 46.1155%;
    max-width: 463px;
    float: right;
}

.tpl__alphainfo__academy--intro--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--intro--heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 30px;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--intro::after {
    content: '';
    display: block;
    clear: both;
}

.tpl__alphainfo__academy--course {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tpl__alphainfo__academy--course--imgbox {
    flex: 0 0 39.8406;
    max-width: 400px;
}

.tpl__alphainfo__academy--course--txtbox {
    flex: 0 1 auto;
    margin-left: 60px;
}

.tpl__alphainfo__academy--course--boxttl {
    background: #ea5504;
    display: inline-block;
    padding: 6px 20px 5px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .025em;
    line-height: 1;
}

.tpl__alphainfo__academy--course--tags {
    padding: 0;
    display: flex;
    margin-top: 30px;
    list-style: none;
}

.tpl__alphainfo__academy--course--tags li {
    border: 1px solid;
    padding: 2px 5px 1px;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
}

.tpl__alphainfo__academy--course--tags li:nth-of-type(n+2) {
    margin-left: 5px;
}

.tpl__alphainfo__academy--course--tags .free {
    border-color: #5887ab;
    color: #5887ab;
}

.tpl__alphainfo__academy--course--tags .beginner {
    border-color: #f9e575;
    background: #f9e575;
    color: #3a3519;
}

.tpl__alphainfo__academy--course--tags .use {
    border-color: #a2bbea;
    color: #000;
}

.tpl__alphainfo__academy--course--tags .teacher {
    border-color: #ec9717;
    color: #6B460E;
}

.tpl__alphainfo__academy--course--heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: .075em;
    margin-bottom: 16px;
    margin-top: 26px;
}

.tpl__alphainfo__academy--course--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--banner {
    margin-top: 80px;
    text-align: center;
}

.tpl__alphainfo__academy--banner--heading {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--banner--link {
    display: block;
    margin-top: 30px;
    transition: 0.2s;
}

.tpl__alphainfo__academy--banner--link:hover, .tpl__alphainfo__academy--banner--link:focus {
    opacity: .6;
}

.tpl__alphainfo__academy--banner--caution {
    margin-top: 16px;
}

@media (max-width: 959px) {
    .tpl__alphainfo__academy--inner {
        padding: 30px 20px 40px;
    }
    .tpl__alphainfo__academy--heading {
        padding: 40px 20px 25px;
    }
    .tpl__alphainfo__academy--heading--logo {
        margin-top: 10px;
        transform: scale(0.8);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--intro--heading br {
        display: none;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        margin-left: 20px;
    }
}

@media (max-width: 639px) {
    .tpl__alphainfo__academy--heading {
        padding: 30px 20px 20px;
    }
    .tpl__alphainfo__academy--heading--logo {
        transform: scale(0.6);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--course {
        margin-top: 40px;
    }
    .tpl__alphainfo__academy--course--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--course--spimgbox {
        display: block;
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--spimgbox img {
        width: 100%;
    }
    .tpl__alphainfo__academy--course--txtbox {
        margin-left: 0;
    }
    .tpl__alphainfo__academy--course--tags {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--heading {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner {
        margin-top: 60px;
    }
    .tpl__alphainfo__academy--banner--link {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner--caution {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .tpl__alphainfo__academy--heading {
        font-size: 22.4px;
        font-size: 1.4rem;
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--intro--spimgbox {
        display: block;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--course--tags li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    .tpl__alphainfo__academy--banner--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.tpl__alphainfo-asidebox {
    color: #333333;
    padding: 70px 0 30px;
}

.tpl__alphainfo-asidebox img {
	width: 100%;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-asidebox {
        padding: 50px 0 5px;
    }
}

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program, .tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
    margin-top: 60px;
}

.tpl__alphainfo-store--inner, .tpl__alphainfo-program--inner {
    width: 93.75% !important;
    max-width: 1200px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
	padding-left: 5px;
	padding-right: 5px;
}

.tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
    text-align: center;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.34;
    font-weight: normal;
}

.tpl__alphainfo-store--txt, .tpl__alphainfo-program--txt {
    font-size: 1.125rem;
    line-height: 1.85;
}

@media screen and (max-width: 959px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.tpl__alphainfo-store--imgbox {
    margin: 30px 0 50px;
    display: flex;
}

.tpl__alphainfo-store--imgitem {
    flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-top: 50px !important;
}

.tpl__alphainfo-store--item {
    flex: 0 0 19.167% !important;
    transition: opacity .25s !important;
}

.tpl__alphainfo-store--item:hover {
    opacity: .8;
}

.tpl__alphainfo-store--name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background: #5787e4;
    height: 64px;
}

.tpl__alphainfo-store--name::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.1em;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
    display: none;
}

.tpl__alphainfo-store--img {
    display: block;
}

@media screen and (max-width: 1259px) {
    .tpl__alphainfo-store--name {
        font-size: 1.2vw;
        height: 4.8vw;
    }
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-store--store-sp {
        display: block;
        margin-top: 30px;
    }
    .tpl__alphainfo-store--list {
        display: none !important;
    }
    .tpl__alphainfo-store--name {
        font-size: 16px;
        font-size: 1rem;
        height: 48px;
    }
    .tpl__alphainfo-store--imgbox {
        margin: 30px 0;
    }
    .tpl__alphainfo-store--item {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-store--name {
        font-size: 14px;
        font-size: 0.875rem;
        height: 40px;
    }
    .tpl__alphainfo-store--imgbox {
        margin: 20px 0;
    }
    .tpl__alphainfo-store--store-sp {
        display: block;
        margin-top: 20px;
    }
}

.tpl__alphainfo-program--box {
    clear: both;
    display: block;
    content: '';
    margin-top: 30px;
}

.tpl__alphainfo-program--img {
    float: right;
    margin: 0 0 0 40px;
    width: 38.584%;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
    opacity: .8;
}

.tpl__alphainfo-program--btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 13px 30px 12px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #5687f5;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
    color: #fff;
    opacity: .8;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-program--img {
        display: block;
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    .tpl__alphainfo-program--btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-program--img {
        margin: 0 0 20px;
    }
    .tpl__alphainfo-program--box {
        margin-top: 20px;
    }
    .tpl__alphainfo-program--btn {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* End alphainfo template stylesheet */
/* survey template stylesheet */
.tpl__survey {
    background: #fff;
    color: #444;
}

.block__inner--l, .tpl__alphainfo__header--inner, .page__header--inner, .page__header--intro, .page__nav {
    max-width: 1400px;
}

.block__inner--l, .tpl__alphainfo__header--inner, .page__header--inner, .page__header--intro, .page__nav, .block__inner--m, .block__title--inner, .lens__title--inner, .block__inner--s, .block__inner--ss {
    margin: 0 auto;
    width: 93.75%;
}

.block__inner--l .block__inner--l, .tpl__alphainfo__header--inner .block__inner--l, .page__header--inner .block__inner--l, .page__header--intro .block__inner--l, .page__nav .block__inner--l, .block__inner--l .tpl__alphainfo__header--inner, .tpl__alphainfo__header--inner .tpl__alphainfo__header--inner, .page__header--inner .tpl__alphainfo__header--inner, .page__header--intro .tpl__alphainfo__header--inner, .page__nav .tpl__alphainfo__header--inner, .block__inner--l .page__header--inner, .tpl__alphainfo__header--inner .page__header--inner, .page__header--inner .page__header--inner, .page__header--intro .page__header--inner, .page__nav .page__header--inner, .block__inner--l .page__header--intro, .tpl__alphainfo__header--inner .page__header--intro, .page__header--inner .page__header--intro, .page__header--intro .page__header--intro, .page__nav .page__header--intro, .block__inner--l .page__nav, .tpl__alphainfo__header--inner .page__nav, .page__header--inner .page__nav, .page__header--intro .page__nav, .page__nav .page__nav,
.block__inner--l .block__inner--m,
.tpl__alphainfo__header--inner .block__inner--m,
.page__header--inner .block__inner--m,
.page__header--intro .block__inner--m,
.page__nav .block__inner--m,
.block__inner--l .block__title--inner,
.tpl__alphainfo__header--inner .block__title--inner,
.page__header--inner .block__title--inner,
.page__header--intro .block__title--inner,
.page__nav .block__title--inner,
.block__inner--l .lens__title--inner,
.tpl__alphainfo__header--inner .lens__title--inner,
.page__header--inner .lens__title--inner,
.page__header--intro .lens__title--inner,
.page__nav .lens__title--inner,
.block__inner--l .block__inner--s,
.tpl__alphainfo__header--inner .block__inner--s,
.page__header--inner .block__inner--s,
.page__header--intro .block__inner--s,
.page__nav .block__inner--s,
.block__inner--l .block__inner--ss,
.tpl__alphainfo__header--inner .block__inner--ss,
.page__header--inner .block__inner--ss,
.page__header--intro .block__inner--ss,
.page__nav .block__inner--ss, .block__inner--m .block__inner--l, .block__title--inner .block__inner--l, .lens__title--inner .block__inner--l, .block__inner--m .tpl__alphainfo__header--inner, .block__title--inner .tpl__alphainfo__header--inner, .lens__title--inner .tpl__alphainfo__header--inner, .block__inner--m .page__header--inner, .block__title--inner .page__header--inner, .lens__title--inner .page__header--inner, .block__inner--m .page__header--intro, .block__title--inner .page__header--intro, .lens__title--inner .page__header--intro, .block__inner--m .page__nav, .block__title--inner .page__nav, .lens__title--inner .page__nav,
.block__inner--m .block__inner--m,
.block__title--inner .block__inner--m,
.lens__title--inner .block__inner--m,
.block__inner--m .block__title--inner,
.block__title--inner .block__title--inner,
.lens__title--inner .block__title--inner,
.block__inner--m .lens__title--inner,
.block__title--inner .lens__title--inner,
.lens__title--inner .lens__title--inner,
.block__inner--m .block__inner--s,
.block__title--inner .block__inner--s,
.lens__title--inner .block__inner--s,
.block__inner--m .block__inner--ss,
.block__title--inner .block__inner--ss,
.lens__title--inner .block__inner--ss, .block__inner--s .block__inner--l, .block__inner--s .tpl__alphainfo__header--inner, .block__inner--s .page__header--inner, .block__inner--s .page__header--intro, .block__inner--s .page__nav,
.block__inner--s .block__inner--m,
.block__inner--s .block__title--inner,
.block__inner--s .lens__title--inner,
.block__inner--s .block__inner--s,
.block__inner--s .block__inner--ss, .block__inner--ss .block__inner--l, .block__inner--ss .tpl__alphainfo__header--inner, .block__inner--ss .page__header--inner, .block__inner--ss .page__header--intro, .block__inner--ss .page__nav,
.block__inner--ss .block__inner--m,
.block__inner--ss .block__title--inner,
.block__inner--ss .lens__title--inner,
.block__inner--ss .block__inner--s,
.block__inner--ss .block__inner--ss {
    width: 100%;
}

/*========================================

  #Plaza

========================================*/
#Plaza {
    padding-bottom: 90px;
}

#Plaza .heading,
#Academy .heading {
    padding: 16px 0 14px;
    background: #ea5505;
    margin-bottom: 80px;
}

#Plaza .heading__txt,
#Academy .heading__txt {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 32px;
    font-size: 175%;
    line-height: 1.2;
    color: #fff;
    max-width: 1200px;
    width: 94.0594059%;
}

#Plaza .heading__txt::before,
#Academy .heading__txt::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 24px;
    height: 32px;
    background-image: url(../img/arrow_ttl.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#Plaza .heading em {
    font-size: 193.8%;
}

#Plaza .sec {
    padding-top: 90px;
    position: relative;
    margin: 0 auto;
    max-width: 950px;
    width: 94.0594059%;
}

#Plaza h4 {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.23;
    color: #333;
    text-align: center;
}

#Plaza .txt {
    margin-top: 25px;
    font-size: 112.5%;
    line-height: 1.5;
}

#Plaza .btn.orange {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 639px) {
    #Plaza .heading {
        padding: 12px 0 11px;
    }
    #Plaza .heading em {
        font-size: 156.3%;
    }
    #Plaza .sec {
        margin-top: 30px;
        padding-top: 30px;
        width: 90.625%;
    }
    #Plaza h4 {
        margin-bottom: 20px;
        font-size: 137.5%;
        line-height: 1.4;
    }
    #Plaza .txt {
        font-size: 100%;
        line-height: 1.6;
    }
    #Plaza .btn.orange {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    #Plaza .heading__txt,
    #Academy .heading__txt {
        font-size: 21px;
        font-size: 1.3125rem;
        padding-left: 40px;
    }
    #Academy .heading__txt img {
        width: 40%;
    }
}

/*----------------------------------------
  #Plaza .store
----------------------------------------*/
#Plaza .store .index {
    margin: 40px 0 0;
    font-size: 0;
}

#Plaza .store .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 17.643%;
    text-align: right;
}

#Plaza .store .item:first-child {
    margin-left: 0;
}

#Plaza .store .item img {
    width: 100%;
    height: auto;
}

#Plaza .store .index span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

#Plaza .store .index span a:before {
    position: relative;
    display: inline-block;
    top: -0.08em;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    content: '';
}

#Plaza .store .index span a:hover {
    text-decoration: underline;
}

#Plaza .store p.note {
    margin-bottom: 40px;
}

serif, .mainvisual__txtbox, .intro-frame__heading, .alphatxt, .alpha {
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

@media screen and (max-width: 639px) {
    #Plaza .store .index {
        margin-top: 10px;
    }
    #Plaza .store .item {
        margin: 4% 0 0 3.5%;
        width: 31%;
    }
    #Plaza .store .item:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 479px) {
    #Plaza .store .item {
        margin: 4% 0 0 4% !important;
        width: 48%;
    }
    #Plaza .store .item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
}

/*========================================

Add-alphainfo_Common_End

========================================*/