@charset "Shift_JIS";

/**
 * default.css
 * modified : 2017.09.01
 */

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

  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-width: 1020px;
  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;
}
.sans-serif {
  font-family: '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,sans-serif;
}
.serif {
  font-family: 'Yu Mincho',YuMincho,'游明朝',
    'HGS明朝E','HGP明朝E','HG明朝E',serif;
}

.hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover {
  display: inline-block;
}
.hover:hover {
  opacity: 0.7;
}

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


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

  break

========================================*/
.b64 { display: none; }
.b48 { display: none; }
.b36 { display: none; }
.b32 { display: none; }

@media(max-width:640px) {
  .b64 { display: block; }
  .nb64 { display: none; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
}
@media(max-width:359px) {
  .b36 { display: block; }
  .nb36 { display: none; }
}
@media(max-width:320px) {
  .b32 { display: block; }
  .nb32 { display: none; }
}


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

  .mod-

========================================*/
.mod-img {
  line-height: 0;
}
.mod-img img {
  width: 100%;
  height: auto;
}
.mod-img__sample a {
  display: block;
  box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.mod-img__sample a:hover {
  opacity: 0.7;
}

.mod-img__w786 {
  margin: 0 auto;
  width: 798px;
}
.mod-img__w519 {
  margin: 0 auto;
  width: 531px;
}
.mod-img__right {
  float: right;
  margin-right: 5px;
}
.mod-img__zoom {
  position: relative;
}
.mod-img__zoom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icn_zoom.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
}
.mod-img__cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}
.mod-container {
  margin: 0 auto;
  max-width: 1720px;
}
.mod-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 950px;
  width: 93.75%;
}
.mod-wrapper:after,
.mod-inner:after,
.mod-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.mod-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.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: '';
}
.mod-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mod-btn__example {
  background-color: #3f3f3f;
}
.mod-btn__detail {
  background-color: #1890fa;
}

@media(max-width:640px) {
  .mod-wrapper,
  .mod-inner {
    width: 90.625%;
  }
  .mod-txt {
    font-size: 0.938rem;
    line-height: 1.8;
  }
  .mod-btn {
    font-size: 14px;
  }
}
@media(max-width:480px) {
  .mod-btn {
    font-size: 13px;
  }
}
@media(max-width:359px) {
  .mod-btn {
    font-size: 12px;
  }
}

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

  .btn

========================================*/
.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-image: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-color: #3f3f3f;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.7;
}
.btn.example {
  background-color: #3f3f3f;
}
.btn.detail {
  background-color: #1890fa;
}

@media(max-width:640px) {
  .btn {
    font-size: 14px;
  }
}
@media(max-width:480px) {
  .btn {
    font-size: 13px;
  }
}
@media(max-width:359px) {
  .btn {
    font-size: 12px;
  }
}



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

  header

========================================*/
header {
  background: #1a1a1a;
}
header img {
  width: 100%;
  height: auto;
}
header .mod-wrapper {
  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: 14px 0 0;
  width: 353px;
  line-height: 0;
}

@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%;
  }
}






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

  .mainvisual

========================================*/
.mainvisual {
  overflow: hidden;
  margin: 0 auto;
  /*max-width: 1720px;*/
}
.mainvisual h2 {
  margin: 0 auto;
  max-width: 1200px;
  line-height: 0;
}
.mainvisual h2 img {
  margin: 0 0 0 -21.667%;
  /*max-width: 1720px;*/
  width: 143.3334%;
  height: auto;
}

@media(max-width:640px) {
  .mainvisual h2 img {
    margin: 0 0 0 -47%;
    width: 190%;
  }
}

@media(min-width:1720px) {
.mainvisual h2 {
  max-width: none;
}
.mainvisual h2 img {
  margin: 0;
  width: 100%;
  height: auto;
}
}


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

  nav

========================================*/
nav {
  margin: 0 auto;
  max-width: 1720px;
  line-height: 0;
  text-align: center;
  background: #000;
}
nav ul {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 0;
}
nav li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-top: -11.667%;
  padding-bottom: 9.41667%;
  width: 21.666667%;
  border-left: 1px solid #141d13;
}
nav li:nth-child(1) {
  border-left: none;
}
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;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
nav li a[href]:hover {
  opacity: 0.75;
}

nav li:nth-child(1) a {
  background-image: url(../img/nav_01.jpg);
}
nav li:nth-child(2) a {
  background-image: url(../img/nav_02.jpg);
}
nav li:nth-child(3) a {
  background-image: url(../img/nav_03.jpg);
}
}
nav li a .s5-icon-window {
  display: none !important;
}

@media(max-width:640px) {
  nav {
    margin-top: -10%;
    padding-bottom: 0;
  }
  nav li {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    width: auto;
    background: #111;
    border-top: 1px solid #444;
    border-left: none;
  }
  nav li:last-child {
    border-bottom: 1px solid #444;
  }
  nav li a {
    position: static;
    text-align: left;
    padding: 3.333vw 4.6875%;
    font-size: 16px;
    line-height: 1.2;
    text-indent: 0;
    color: #fff !important;
    background-image: none !important;
  }
  nav li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 24px;
    height: 24px;
  }
  nav li a[href^="#"]:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4.6875%;
    width: 24px;
    height: 24px;
    background-image: url(../img/nav_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  nav li a:hover {
    opacity: 1.0;
  }
  nav li a span {
    display: inline-block;
    margin-left: 10px;
    font-size: 112.5%;
    color: #be0000;
  }
  nav li a .s5-icon-window {
    display: inline-block !important;
  }
}
@media(max-width:480px) {
  nav li a {
    padding: 3.75vw 4.6875%;
    font-size: 15px;
  }
}
@media(max-width:359px) {
  nav li a {
    font-size: 14px;
  }
}


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

  article

========================================*/
article {
  margin: 0 auto;
    /*max-width: 1720px;*/
}

.article-heading {
  padding: 17px 0;
  background: #a81c1c;
}
.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__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;
}
.article-heading__txt span {
  position: relative;
  top: 2px;
}

article .inner,
.wrapper .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}

@media(max-width:640px) {
  .article-heading__txt {
    padding-left: 22px;
    font-size: 4.375vw;
    width: 90.625%;
  }
  .article-heading__txt:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
}
@media(max-width:480px) {
  .article-heading__txt {
    font-size: 5.4vw;
  }
}



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

  #Intro

========================================*/
#Intro {
  padding-bottom: 50px;
  background-image: url("../img/intro_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}



.intro-heading {
  margin: 0px;
  padding-top: 70px;
  font-size: 200%;
  text-shadow: 0px 0px 16px #000,
    0px 0px 8px #000,
    0px 0px 8px #000;
  color: #fff;
  text-align: center;
}
.intro-heading br {
  display: none;
}
.intro-txt {
  margin-top: 35px;
  font-size: 131.3%;
  line-height: 1.9;
  text-shadow: 0px 0px 16px #000,
    0px 0px 8px #000,
    0px 0px 8px #000;
  color: #fff;
  text-align: center;
}
.intro-frame {
  position: relative;
  margin-top: 80px;
  color: #000;
}
.intro-frame__inner {
  padding: 25px 0;
  background: #fff;
  border: 6px solid #d2dbd5;
}
.intro-frame__inner:after {
  clear: both;
  display: block;
  content: '';
}
.intro-frame__heading {
  display: block;
  margin: 0 0 0 27px;
  font-size: 131.3%;
  line-height: 1.1;
}
.intro-frame__txt {
  margin: 10px 0 0 27px;
  max-width: 625px;
  width: 66.63113%;
  font-size: 87.5%;
  line-height: 1.7;
}
.intro-frame__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 255px;
  width: 26.8421052%;
}

@media(max-width:640px) {
  #Intro {
    padding-bottom: 9.375vw;
    background-size: auto 100%;
  }
  .intro-heading {
    margin: 0px;
    padding-top: 9.375vw;
    margin-left: -5.1724137%;
    width: 110.345%;
    font-size: 6vw;
    line-height: 1.4;
  }
  .intro-heading:first-letter {
    margin-left: 1.6rem;
  }
  .intro-heading br {
    display: block;
  }
  .intro-txt {
    margin-top: 3.125vw;
    font-size: calc(37.5% + 2.18vw);
    font-size: -webkit-calc(37.5% + 2.18vw);
    text-align: left;
  }
  .intro-txt br {
    display: none;
  }
  .intro-frame {
    margin-top: 6.25vw;
  }
}
@media(max-width:480px) {
  .intro-heading {
    font-size: 6.6vw;
  }
  .intro-txt {
    font-size: calc(37.5% + 2.91vw);
    font-size: -webkit-calc(37.5% + 2.91vw);
  }
  .intro-frame__inner {
    padding: 20px 15px;
    border-width: 3px;
  }
  .intro-frame__heading {
    margin: 0;
    font-size: 125%;
    font-size: 5.0vw;
  }
  .intro-frame__txt {
    margin: 15px 0 0;
    font-size: 3.3vw;
    width: auto;
  }
  .intro-frame__img {
    position: static;
    float: right;
    margin: 20px 0 10px 15px;
    width: 39%;
    background: #eee;
  }
}


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

  .one-point

========================================*/
.one-point {
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px;
  background: #ececec;
}

#Lens .one-point {
  padding: 0px;
}

.one-point:after {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/onepoint_end.png);
  background-repeat: no-repeat;
  content: '';
}
.one-point__strong {
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  padding: 4px 0 4px;
  min-width: 162px;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #fff;
  background: #b45151;
}
.one-point__heading {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b45151;
}
/*#Lens .one-point__heading {
  padding: 0px 30px;
}
#Lens aside.one-point p.mod-txt {
  padding: 0px 30px 30px;
}*/

.manual-onepoint {
  padding: 45px 30px 30px;
}
.manual-onepoint__strong {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  min-width: auto;
}
.manual-onepoint__heading {
  color: #000;
}
.manual-onepoint__strong--01 {
  background: #ba4b4b;
}
.manual-onepoint__strong--02 {
  background: #aab200;
}
.manual-onepoint__strong--03 {
  background: #3466c7;
}
.manual-onepoint__strong--04 {
  background: #d08d18;
}
.manual-onepoint__strong--05 {
  background: #45894f;
}

@media(max-width:640px) {
  .manual-onepoint {
    padding: 35px 4.6875vw 4.6875vw;
  }
}


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

  #Manual

========================================*/
#Manual {
  padding-top: 100px;
  background-image: url(../img/manual_bg.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #f0ead9;
  background-size:100%;
}
.manual-wrap {
  padding-bottom: 120px;
  background-image: url(../img/manual_bg2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:100%;
}
.manual-heading {
  position: relative;
  margin: 0 auto;
  padding-bottom: 8.8421052%;
  max-width: 950px;
  background-image: url(../img/manual_heading_bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.manual-heading__wrap {
  position: absolute;
  text-align: center;
  top: 0;
  margin-top: 2.7368421%;
  width: 100%;
  font-size: 0;
}
img.manual-heading__01 {
  max-width: 276px;
  width: 29.0526315%;
}
img.manual-heading__02 {
  max-width: 358px;
  width: 37.6842105%;
}
.manual-section {
  margin-top: 70px;
}
.manual-tag {
  display: block;
  max-width: 278px;
  min-width: 210px;
  line-height: 0;
}
.manual-txtbox {
  float: left;
  margin-top: 15px;
  width: 600px;
}
.manual-ttl {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
}
.manual-ttl span {
  margin-left: -10px;
}
.manual-txt {
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.8;
}
.manual-list {
  margin-top: 30px;
  font-size: 112.5%;
  line-height: 1.6;
}
.manual-list li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.manual-list li span {
  position: absolute;
  left: 0;
  top: 0;
}

@media(max-width:640px) {
  #Manual {
    padding-top: 9.375vw;
  }
  .manual-wrap {
    padding-bottom: 18.75vw;
  }
  .manual-heading {
    padding: 15px;
    background: #73491a;
  }
  .manual-heading:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 2px solid #bd9f72;
    content: '';
  }
  .manual-heading__wrap {
    position: static;
    display: block;
    margin: 0;
  }
  img.manual-heading__01,
  img.manual-heading__02 {
    display: block;
    margin: 0 auto;
  }
  img.manual-heading__01 {
    width: 43.125vw;
  }
  img.manual-heading__02 {
    margin-top: 5px;
    width: 55.9375vw;
  }
  .manual-section {
    margin-top: 15.625vw;
  }
  .manual-tag {
    width: 60%;
  }
  .manual-tag img {
    width: 100%;
    height: auto;
  }
  .manual-txtbox {
    float: none !important;
    width: auto !important;
  }
  .manual-ttl {
    font-size: calc(56.3% + 3.125vw);
    font-size: -webkit-calc(56.3% + 3.125vw);
    font-size: 5.468vw;
  }
  .manual-ttl span {
    margin-left: 0;
  }
  .manual-txt {
    margin-top: 3.125vw;
    font-size: 0.938rem;
  }
  .manual-list {
    margin-top: 4.6875vw;
    font-size: 0.938rem;
  }
}
@media(max-width:480px) {
  .manual-ttl {
    font-size: 6.25vw;
  }
}
@media(max-width:359px) {
  .manual-txt,
  .manual-list {
    font-size: 93.8%;
  }
}

/*----------------------------------------
  .manual-sec01
----------------------------------------*/
.manual-img__01 {
  float: right;
  margin: -26px -3px 0 0;
  max-width: 337px;
}

@media(max-width:640px) {
  .manual-img__01 {
    float: none;
    margin: 15px auto 0;
    text-align: center;
  }
  .manual-img__01 img {
    width: 90%;
    height: auto;
  }
}

/*----------------------------------------
  .manual-sec02
----------------------------------------*/
.manual-img__02 {
  float: right;
  margin: -30px 0 0 0;
  max-width: 346px;
}
.manual-baggage {
  margin-top: 30px;
}
.manual-baggage em {
  display: block;
  padding: 6px 0;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
  color: #ce8a20;
  border-top: 1px solid #ce8a20;
  border-bottom: 1px solid #ce8a20;
}
.manual-baggage hr {
  margin: 0;
  border: none;
}
.manual-baggageItem {
  display: inline-table;
  vertical-align: middle;
  margin: 20px 40px 0 0;
}

.manual-baggageItem a{
	text-decoration:none;
}

.manual-baggageItem a:hover{
	text-decoration:underline;
	transition:0.3s;
	opacity:0.7;
}


.manual-baggageItem__img {
  display: table-cell;
  vertical-align: middle;
}
.manual-baggageItem__name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 106.3%;
  line-height: 1.3;
}
.manual-baggage__link {
  margin-top: 20px;
}
.manual-baggage__link a {
  padding-right: 25px;
  font-weight: bold;
  color: #385cae;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 30px;
}

@media(max-width:640px) {
  .manual-img__02 {
    float: none;
    margin: 15px auto 0;
    text-align: center;
  }
  .manual-img__02 img {
    width: 90%;
    height: auto;
  }
  .manual-baggage em {
    text-align: center;
  }
  .manual-baggageItem {
    margin: 0;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #ded7c5;
  }
  .manual-baggageItem__img {
    width: 59px;
    text-align: center;
  }
  .manual-baggageItem__name {
    padding-left: 15px;
    font-size: 87.5%;
  }
}

/*----------------------------------------
  .manual-sec03
----------------------------------------*/
.manual-sec03 .manual-txtbox {
  width: 620px;
  letter-spacing: -0.08em;
}
.manual-img_03a {
  float: right;
  margin: -60px 0 0 0;
  max-width: 330px;
}
.manual-img_03b {
  float: right;
  margin: 30px 0 0;
  max-width: 308px;
}

@media(max-width:640px) {
  .manual-sec03 .manual-txtbox {
    letter-spacing: 0;
  }
  .manual-img_03a,
  .manual-img_03b {
    float: none;
    text-align: center;
    margin: 15px auto 0;
  }
  .manual-img_03a img,
  .manual-img_03b img {
    width: 100%;
    height: auto;
  }
  .manual-img_03a {
    width: 70%;
  }
  .manual-img_03b {
    width: 85%;
  }
}

/*----------------------------------------
  .manual-sec04
----------------------------------------*/
.manual-sec04 .manual-txtbox {
  letter-spacing: -0.06em;
}
.manual-img__04 {
  float: right;
  margin: -40px 0 0;
  max-width: 329px;
}

@media(max-width:640px) {
  .manual-sec04 .manual-txtbox {
    letter-spacing: 0;
  }
  .manual-img__04 {
    float: none;
    margin: 20px auto 0;
    text-align: center;
  }
  .manual-img__04 img {
    width: 80%;
    height: auto;
  }
}

/*----------------------------------------
  #Manual .sec-05
----------------------------------------*/
.manual-sec05 .manual-ttl {
  margin-top: 40px;
}
.manual-sec05 .manual-txt {
  letter-spacing: -0.04em;
}

@media(max-width:640px) {
  .manual-sec05 .manual-tag {
    max-width: inherit;
    width: 100%;
    overflow: hidden;
  }
  .manual-sec05 .manual-tag img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
}




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

  #Lens

========================================*/
#Lens {
  padding-bottom: 80px;
}
.lens-ttl {
  margin-bottom: 35px;
  padding-top: 90px;
  font-size: 256.3%;
  font-weight: 400;
  line-height: 1.2;
  color: #985353;
  text-align: center;
}
.lens-ttl__tag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 9px 12px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #b45151;
}
.lens-ttl__txt  {
  display: inline-block;
  vertical-align: middle;
}
.lens-ttl__sub {
  font-size: 175%;
  line-height: 1.4;
  color: #b45151;
}
.lens-img a {
  display: block;
  box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.lens-img__w786 {
  margin: 0 auto;
  width: 798px;
}
.lens-img__w519 {
  margin: 0 auto;
  width: 531px;
}
.lens-img__w384 {
  margin: 0 auto;
  width: 396px;
}
.lens-img__right {
  float: right;
  margin-right: 5px;
}
.lens-img__zoom {
  position: relative;
}
.lens-img__zoom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icn_zoom.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
}
.lens-img__cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}

.lens-layout {
  margin-top: 50px;
}
.lens-layout:after {
  clear: both;
  display: block;
  content: '';
}
.lens-layout__leftbox {
  float: left;
  width: 505px;
}
.lens-layout__rightbox {
  float: right;
  width: 404px;
}
.lens-txtbox {
  float: left;
  width: 505px;
}
.lens-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.lens-ttl__sub + .lens-txt {
  margin-top: 25px;
}
.lens-txt + .lens-txt {
  margin-top: 30px;
}

@media(max-width:640px) {
  .lens-section {
    margin-top: 80px;
  }
  .article-heading + .lens-section {
    margin-top: 40px;
  }
  .lens-ttl {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 5.625vw;
    font-feature-settings: 'palt';
  }
  .lens-ttl__tag {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 24px 6px;
    font-size: 14px;
  }
  .lens-ttl__txt  {
    display: block;
  }
  .lens-img a {
    border-width: 4px;
  }
  .lens-img__w786,
  .lens-img__w519,
  .lens-img__w384 {
    width: auto;
  }
  .lens-img__right {
    float: none;
    margin-top: 30px;
    margin-right: 0;
  }
  .lens-img__cap {
    margin-top: 10px;
    font-size: 11px;
  }
  .lens-layout {
    margin-top: 30px;
  }
  .lens-txtbox {
    float: none;
    width: auto;
  }
  .lens-txt {
    font-size: 0.938rem;
    line-height: 1.8;
  }
  .lens-ttl__sub + .lens-txt {
    margin-top: 15px;
  }
  .lens-txt + .lens-txt {
    margin-top: 20px;
  }
}

@media(max-width:480px) {
  .lens-ttl {
    font-size: 8.2vw;
  }
}

/*----------------------------------------
  #Lens .one-point
----------------------------------------*/
#Lens .one-point {
  float: right;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  width: 404px;
  background: #ebebeb;
}
#Lens .one-point:after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/lens_point_end.png);
  background-repeat: no-repeat;
}
#Lens .point-head {
  width: 162px;
}
#Lens .point-head em {
  display: block;
  padding: 9px 0 8px;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #b45151;
}
#Lens .point-box {
  margin-top: 25px;
}
#Lens .point-box strong {
  display: block;
  font-size: 106.3%;
  font-weight: 700;
  line-height: 1.4;
  color: #b45151;
}
#Lens .point-box p {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.7;
  letter-spacing: -0.03em;
}

@media(max-width:640px) {
  #Lens .one-point {
    float: none;
    margin: 30px 0 40px;
    padding: 20px;
    width: auto;
  }
  #Lens .point-head {
    display: block;
    width: auto;
  }
  #Lens .point-box {
    display: block;
    margin-top: 17px;
  }
  #Lens .point-box strong {
    font-size: 100%;
  }
  #Lens .point-box p {
    font-size: 87.5%;
  }
}

/*----------------------------------------
  #Lens .mount
----------------------------------------*/
#Lens .mount {
  margin-top: 60px;
  width: 456px;
}
#Lens .e-mount {
  float: left;
}
#Lens .a-mount {
  float: right;
}
#Lens .mount .item {
  position: relative;
  display: block;
  margin-top: 55px;
}
#Lens .mount .item:first-child {
  margin-top: 0;
}
#Lens .mount .item-inner:after {
  clear: both;
  display: block;
  content: '';
}
#Lens .mount .item-use {
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}
#Lens .mount .item-txtbox {
  float: left;
  max-width: 240px;
}
#Lens .mount .item-tag {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  min-width: 130px;
  padding: 12px 0 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-width: 2px;
  border-style: solid;
}
#Lens .e-mount .item-tag {
  color: #00329a;
  border-color: #00329a;
}
#Lens .a-mount .item-tag {
  color: #e8380d;
  border-color: #e8380d;
}
#Lens .mount .item-txtbox strong {
  display: block;
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.1;
}
#Lens .mount .item-txtbox span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.1;
}
#Lens .mount .item-img {
  float: right;
  display: table;
  margin-right: 10px;
  height: 100%;
}
#Lens .mount .item-img span {
  display: table-cell;
  vertical-align: middle;
}
#Lens .mount .item-btn {
  margin-top: 20px;
  font-size: 0;
}
#Lens .mount .mod-btn {
  width: 218px;
}
#Lens .mount .mod-btn__detail {
  margin-left: 20px;
}
#Lens .mount .mod-btn.campaign {
  margin-top: 15px;
  width: 100%;
  background-color: #ff5a00;
}
#Lens .mount .mod-btn.campaign span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  font-weight: 700;
  color: #ff5a00;
  background-color: #fff;
}


#SEL1635Z .item-img {
  max-width: 199px;
}
#SEL1670Z .item-img {
  max-width: 160px;
}
#SAL1635Z2 .item-img {
  max-width: 225px;
}
#SAL1680Z .item-img {
  max-width: 184px;
}

#SEL1224G .item-img {
  max-width: 219px;
}
#SEL1018 .item-img {
  max-width: 143px;
}
#SAL1118 .item-img {
  max-width: 173px;
}

#SEL24F18Z .item-img {
  max-width: 144px;
}
#SAL24F20Z .item-img {
  max-width: 169px;
}

#SEL35F28Z .item-img {
  max-width: 107px;
}
#SAL35F14G .item-img {
  max-width: 175px;
}

#SEL70200G .item-img {
  max-width: 235px;
}
#SEL70300G .item-img {
  max-width: 195px;
}
#SAL70300G2 .item-img {
  max-width: 207px;
}
#SEL70200GM .item-img {
  max-width: 260px;
}
#SAL70200G2 .item-img {
  max-width: 261px;
}


@media(max-width:640px) {
  #Lens .mount {
    margin-top: 0;
    width: auto;
  }
  #Lens .e-mount {
    float: none;
  }
  #Lens .a-mount {
    float: none;
  }
  #Lens .mount .item {
    position: relative;
    margin-top: 60px !important;
  }
  #Lens .e-mount .item:first-child {
    margin-top: 40px !important;
  }
  #Lens .mount .item-txtbox {
    /*float: none;
    max-width: initial;
    width: auto;*/
	width: 48.5%;
  }
  #Lens .mount .item-tag {
    /*display: block;
    padding: 9px 0 8px;
    width: auto;*/
  }
  #Lens .mount .item-tag br {
    /*display: none;*/
  }
  #Lens .mount .item-img {
   /* float: none;
    text-align: center;
    display: block;
    margin: 15px auto 0;
    width: 80%;
    height: auto;*/
	width: 48.5%;
  }
  #Lens .mount .item-img span {
    /*display: block;*/
  }
  #Lens .mount .mod-btn {
    width: 48.5%;
  }
  #Lens .mount .mod-btn__detail {
    margin-left: 3%;
  }
  #Lens .mount .mod-btn.campaign {
    margin-top: 3%;
    font-size: 13px;
  }
}

/*----------------------------------------
  #Lens .GMaster
----------------------------------------*/
#Lens .lens-sec05 {
	max-width:100%;
	margin-top:100px;
	background-color:#000;
	padding-bottom: 60px;
	background-image: url("../img/gmaster_bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}
#Lens .lens-sec05 .lens-ttl {
	padding-top: 60px;
	color:#FFF;
}
#Lens .lens-sec05 .lens-ttl small {
	display:block;
	font-size: 0.6em;
	margin-bottom: 13px;
}
#Lens .lens-sec05 ul {
	max-width:980px;
	margin:0 auto;
	text-align:center;
}
#Lens .lens-sec05 li {
	display:inline-block;
	margin:10px 10px;
}

#Lens .lens-sec05 .lens-img__w384 {
	width:460px;
}
#Lens .lens-sec05 .lens-img__cap {
	color:#FFF;
}
#Lens .lens-sec05 .e-mount {
	width: 950px;
	margin: 60px auto;
	float: none;
}
#Lens .lens-sec05 .item-txtbox {
	color: #fff;
	max-width:450px;
}

#Lens .lens-sec05 .item-tag {
	padding: 9px 7px 7px 12px;
	color: #fff;
	border-color: #fff;
}

#Lens .lens-sec05 .lens-ttl__sub {
    margin-top: 15px;
	color: #fff;
}
#Lens .lens-sec05 .item-img img {
	margin: 0 50px;
}
#Lens .lens-sec05 .item-btn {
	margin-top: -20px;
}

#Lens .lens-sec05 p.lens-txt {
	color: #fff;
	text-align:center;
}
#Lens .lens-sec05 p.lens-txt a:hover {
	text-decoration: underline;
}

@media(max-width:640px) {
	#Lens .lens-sec05 {
		padding: 0 5% 5% 5%;
	}
	#Lens .lens-sec05 .lens-img__w384 {	
		width: auto;
	}
	#Lens .lens-sec05 .e-mount {
		width: auto;
	}
	#Lens .lens-sec05 .lens-ttl__sub {
		font-size: 125%;
	}
	#Lens .lens-sec05 .item-img img {
		margin: 0;
	}
	#Lens .lens-sec05 .item-btn {
		margin-top: 20px;
	}
}
/*----------------------------------------
  #Lens .fe-banner
----------------------------------------*/
#Lens .fe-banner {
  margin: 60px auto;
}
#Lens .fe-banner a {
  overflow: hidden;
}

@media(max-width:640px) {
  #Lens .fe-banner {
    margin-top: 9.375%;
  }
  #Lens .fe-banner img {
    max-width: 760px;
    width: 100%;
  }
}

/*----------------------------------------
  #Lens .chance
----------------------------------------*/
#Lens .chance {
  margin-top: 90px;
}
#Lens .chance h4 {
  font-size: 2.438rem;
  line-height: 1.3;
  color: #b45151;
}
#Lens .chance section {
  margin-top: 60px;
  font-size: 0;
}
#Lens .chance h5 {
  margin-bottom: 23px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
#Lens .chance .txt-box.leftfix {
  float: left;
  width: 440px;
}
#Lens .chance .mod-img.rightfix {
  float: right;
  width: 463px;
}
#Lens .chance .mod-btn {
  margin-top: 25px;
}

@media(max-width:640px) {
  #Lens .chance {
    margin-top: 50px;
  }
  #Lens .chance h4 {
    font-size: 1.875rem;
  }
  #Lens .chance h5 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  #Lens .chance .txt-box.leftfix {
    float: none;
    width: auto;
  }
  #Lens .chance .mod-img.rightfix {
    float: none;
    margin: 20px 0;
    width: auto;
  }
  #Lens .chance .mod-btn {
    display: block;
    margin-top: 20px;
  }
}



.lens-sec04{
	margin-bottom: 90px;
}



/*----------------------------------------
  .contents-banner
----------------------------------------*/
.contents-banner {
  margin: 60px auto 0;
	padding-top: 60px;
	border-top: 1px solid #cccccc;
}
.contents-banner ul li{
	margin-bottom: 16px;
}
.contents-banner ul li:last-child{
	margin-bottom: 0;
}
.contents-banner ul li a{
	display: block;
}
.contents-banner ul li img{
	display: block;
}
.contents-banner a {
  overflow: hidden;
}

.contents-banner h3{
	font-size: 175%;
	font-weight: normal;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}

@media(max-width:640px) {
  .contents-banner {
    margin-top: 9.375%;
  }
  .contents-banner img {
    max-width: 760px;
    width: 100%;
  }
}



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

  #Maintenance

========================================*/
#Maintenance {
  padding-bottom: 80px;
  background: #fff;
}
#Maintenance .article-heading {
  background: #999;
}
#Maintenance section {
  margin-top: 60px;
  font-size: 0;
}

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

/*----------------------------------------
  #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;
}

@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;
  }
}


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

  #Next

========================================*/
#Next {
  padding: 60px 0;
  border-top: 1px solid #ccc;
}
#Next .next-ttl {
  text-align: center;
  font-size: 2.438rem;
  line-height: 1.0;
}
#Next .next-img {
  margin: 30px 0;
}
#Next .next-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media(max-width:640px) {
  #Next {
    padding: 9.375vw 0;
  }
  #Next .next-ttl {
    font-size: 1.625rem;
  }
  #Next .next-img {
    margin: 4.6875vw 0;
  }
  #Next .next-txt {
    font-size: 1.25rem;
  }
}


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

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 {
	color: #fff;
    margin-left: auto;
	margin-right: -30px;
	margin-bottom: 10px;
    line-height: 0;
	font-size: 13px;
    width: 30%;
	transform: translateY(10px) 

}

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

@media (max-width: 639px) {
    .tpl__alphainfo__header--logo {
        width: 80px;
    }
    .tpl__alphainfo__header--txt {
		
	margin-top: -3px;
	margin-bottom: 10px;
	margin-right: -20px;
    width: 80%;
	transform: translateY(0.4em) 
    }
}

.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;
}

.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, .alphatxt, .alpha {
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
        margin: 0 3px 0 3px;
}

@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

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

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

  #Ques

========================================*/
#Ques {
  /*padding: 60px 0 47px;
  background: url("../img/ques_bg.jpg") repeat center 0;*/
}
#Ques .inner {
  border-top: 1px dotted #000;
  padding: 60px 0 60px;
  max-width:950px;
  border-bottom: 1px dotted #000;
}
#Ques h3 {
  font-size: 268.8%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #6b0000;
}
#Ques p {
  margin: 20px 0 30px;
  font-size: 112.5%;
  line-height: 1.7;
  text-align: center;
}
#Ques .btn {
  display: block;
  padding: 18px 0;
  background: #6b0000;
  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 {
    font-size: 150%;
  }
  #Ques p {
    margin: 10px 0 20px;
    font-size: 75%;
  }
  #Ques .btn {
    font-size: 100%;
    font-weight: 700;
  }
}


.sf-wrapper a {
    color: #2892e2;
}

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

  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;
}

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

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