@charset "Shift_JIS";

/**
 * default.css
 * modified : 2017.06.30
 */

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

  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: 1010px;
  min-height: 100%;
  font-family: '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  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;
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.leftfix {
  float: left;
}
.rightfix {
  float: right;
}
.letter-space {
  letter-spacing: -0.3em;
}

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

.pc {
	display:block;
}
.sp {
	display:none;
}
@media(max-width:640px) {
  .sp {
	display:block;
	}
	.pc {
		display:none;
	}
}

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

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


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

  .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 .inner {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  width: 94.0594059%;
}
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:640px) {
  header .inner {
    display: table;
    min-width: initial;
    width: 90.625%;
  }
  header .logo {
    padding: 20px 0;
  }
  header .logo a {
    min-width: 80px;
    width: 17%;
  }
  header h1 {
    vertical-align: middle;
    padding: 0;
    width: 50%;
  }
}


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

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

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


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

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

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

  .note-recommend

========================================*/
.note-recommend {
	max-width:1200px;
	margin: 0 auto;
}
.note-recommend .txt-box {
	border:1px solid #ccc;
	margin:20px auto;
	display:table;
}
.note-recommend .txt-box h2 {
	display: table-cell;
	background-color:#ccc;
	width:150px;
	padding:15px 20px;
	vertical-align:middle;
}
.note-recommend .txt-box p {
	display: table-cell;
	padding:15px 20px;
}
@media(max-width:640px) {
	.note-recommend .txt-box {
	margin:20px;
}
  .note-recommend .txt-box h2 {
	width: auto;
	display:block;
	padding: 15px 0px 15px 20px;
}
.note-recommend .txt-box p {
	display:block;
}
}


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

  nav

========================================*/
nav {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 1720px;
  line-height: 0;
  text-align: center;
  background: #fff;
}
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: -9.416667%;
  padding-bottom: 9.41667%;
  width: 20%;
  border-left: 1px solid #fff;
}
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_04.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: #fff;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  nav li:last-child {
    border-bottom: 1px solid #ccc;
  }
  nav li a {
    position: static;
    text-align: left;
    padding: 20px 4.6875%;
    font-size: 16px;
    line-height: 1.2;
    text-indent: 0;
    color: #333 !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: 14px 4.6875%;
    font-size: 15px;
  }
}
@media(max-width:359px) {
  nav li a {
    padding: 10px 4.6875%;
    font-size: 14px;
  }
}


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

  article

========================================*/
article,
.wrapper {
  margin: 0 auto;
  /*max-width: 1720px;*/
}
article .inner,
.wrapper .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
section:after,
article .inner:after {
  clear: both;
  display: block;
  content: "";
}
article .txt {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.6;
  color: #000;
}

@media(max-width:640px) {
  article .inner {
    width: 90.625%;
  }
  article .txt {
    font-size: 0.938rem;
    line-height: 1.8;
  }
}
@media(max-width:359px) {
  article .txt {
    font-size: 0.875rem;
  }
}

/*----------------------------------------
  article .heading
----------------------------------------*/
article .heading {
  padding: 17px 0 17px;
}
article .heading h3 {
  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 h3: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 h3 span {
  position: relative;
  top: 2px;
}

@media(max-width:640px) {
  article .heading h3 {
    padding-left: 22px;
    font-size: 131.3%;
    width: 90.625%;
  }
  article .heading h3:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
}
@media(max-width:480px) {
  article .heading h3 {
    font-size: 118.8%;
  }
}
@media(max-width:359px) {
  article .heading h3 {
    font-size: 106.3%;
  }
}


/*----------------------------------------
  article .case
----------------------------------------*/
article .case .title {
  margin-bottom: 40px;
  padding-top: 80px;
  font-size: 256.3%;
  font-weight: 400;
  line-height: 1.2;
  color: #485189;
  text-align: center;
}
article .case .title em  {
  display: inline-block;
  vertical-align: middle;
}
article .case .tag-lens {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 9px 22px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #485189;
}
article .case .img-w786 {
  margin: 0 auto;
  width: 798px;
}
article .case .img-w786 a {
  display: block;
}
article .case .border {
  box-sizing: border-box;
  border: 6px solid #fff;
}
article .case .border5 {
  box-sizing: border-box;
  border: 5px solid #fff;
}
article .case .shadow {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
article .case .zoom {
  position: relative;
  display: block;
}
article .case .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: '';
}
article .case .cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}

@media(max-width:640px) {
  article .case .title {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 200%;
    font-feature-settings: 'palt';
  }
  article .case .tag-lens {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 24px 6px;
    font-size: 14px;
  }
  article .case .title em {
    display: block;
  }
  article .case .border,
  article .case .border5 {
    border-width: 4px;
  }
  article .case .img-w786 {
    width: auto;
  }
  article .case .cap {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media(max-width:359px) {
  article .case .title {
    font-size: 187.5%;
  }
}

/*----------------------------------------
  .one-point
----------------------------------------*/
.one-point {
  position: relative;
  padding: 33px 30px 30px 36px;
  background: #f8f8f8;
}
.one-point:after {
  clear: both;
  display: block;
  content: '';
}
.one-point .header {
  margin-bottom: 15px;
}
.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;
}
.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;
}
.one-point .txt-box {
  float: left;
  width: 60.0678733%;
}
.one-point p {
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: -0.07em;
}
.one-point .note {
    font-size: 12px;
}
.one-point .memo {
  float: right;
  margin: 0 auto;
}
.one-point .end {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:640px) {
  .one-point {
    padding: 20px 20px 30px;
  }
  .one-point .header {
    margin-bottom: 15px;
  }
  .one-point .tag {
    display: block;
    margin: 0 0 15px;
  }
  .one-point strong {
    display: block;
    margin: 0 auto;
    width: 96%;
  }
  .one-point .txt-box {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
  .one-point p {
    margin: 0 auto;
    width: 96%;
    font-size: 87.5%;
    letter-spacing: 0;
  }
  .one-point .memo {
    float: none;
    margin: 0 auto;
    width: 96%;
  }
}


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

  #Intro

========================================*/
#Intro {
  min-height: 777px;
  color: #fff;
  background-image: url(../img/intro.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
#Intro .inner {
  padding: 80px 0 0;
}

@media(max-width:640px) {
  #Intro {
    min-height: 0;
    background-size: auto 100%;
    background-color: #437acc;
  }
  #Intro .inner {
    padding: 40px 0;
  }
}


/*----------------------------------------
  #Intro .txt-box
----------------------------------------*/
#Intro .txt-box {
  text-shadow: 0px 0px 24px rgba(28, 83, 163, 0.7),
    0px 0px 16px rgba(28, 83, 163, 0.8),
    0px 0px 8px rgba(28, 83, 163, 0.9);
}
#Intro h3 {
  text-align: center;
  font-size: 225%;
  font-weight: bold;
  line-height: 1.4;
}
#Intro h3 span {
  letter-spacing: -0.3em;
}
#Intro h3 br {
  display: none;
}
#Intro p.serif {
  text-align: center;
  margin-top: 20px;
  font-size: 131.3%;
  line-height: 1.85;
  letter-spacing: -0.02em;
}

@media(max-width:640px) {
  #Intro h3 {
    margin-left: -1%;
    font-size: 6.4vw;
    width: 104%;
  }
  #Intro h3 br {
    display: block;
  }
  #Intro p.serif {
    text-align: left;
    font-size: 3.2vw;
  }
  #Intro p.serif br {
    display: none;
  }
}
@media(max-width:480px) {
  #Intro p.serif {
    font-size: 3.75vw;
  }
}


/*----------------------------------------
  #Intro .frame
----------------------------------------*/
#Intro .frame {
  display: block;
  margin-top: 10%;
  padding: 6px;
  color: #000;
  background: rgba(255,255,255,0.6);
  position:relative;
}
#Intro .frame-inner {
  padding: 25px 0;
  background-color: #fff;
}
#Intro .frame-inner:after {
  clear: both;
  display: block;
  content: '';
}
#Intro .frame strong {
  display: block;
  margin: 0 0 0 27px;
  font-size: 131.3%;
  line-height: 1.1;
}
#Intro .frame p {
  margin: 12px 0 0 27px;
  max-width: 625px;
  width: 66.63113%;
  font-size: 87.5%;
  line-height: 1.7;
}
#Intro .frame .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 255px;
  width: 26.8421052%;
}

@media(max-width:480px) {
  #Intro .frame {
    margin-top: 30px;
    padding: 3px;
  }
  #Intro .frame-inner {
    padding: 25px 20px;
  }
  #Intro .frame strong {
    margin: 0;
    font-size: 125%;
  }
  #Intro .frame p {
    margin: 15px 0 0;
    width: auto;
  }
  #Intro .frame .img-box {
    position: static;
    float: right;
    margin: 20px 0 10px 15px;
    width: 39%;
    background: #eee;
  }
}


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

  #Technique

========================================*/
#Technique {
  padding-bottom: 100px;
  background: #e1e6f0;
}
#Technique .heading {
  background: #193b87;
}
#Technique .txt-heading {
  display: block;
  margin-top: 40px;
  font-size: 1.5em;
  line-height: 1.2;
  text-indent: -0.4em;
  color: #47508b;
}
#Technique .txt {
  margin-top: 20px;
}
#Technique .sample {
  position: relative;
  margin-top: 35px;
}
#Technique .sample-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 0.92em;
  font-weight: 700;
  color: #47508b;
}
#Technique .sample .img-a,
#Technique .sample .img-b,
#Technique .sample .img-c {
  float: left;
  margin-left: 2.9473684%;
  width: 31.368421%;
}
#Technique .sample .img-a {
  margin-left: 0;
}
#Technique .sample p {
  display: block;
  margin-top: 7px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #272727;
}
#Technique .one-point {
  margin-top: 35px;
}
#Technique .one-point .memo {
  max-width: 317px;
}

@media(max-width:640px) {
  #Technique {
    padding-bottom: 50px;
  }
  #Technique .txt-heading {
    text-align: center;
    font-size: 1.375em;
  }
  #Technique .txt {
    margin-top: 15px;
  }
  #Technique .sample-heading {
    text-align: center;
  }
  #Technique .sample p {
    font-size: 0.813em;
  }
}
@media(max-width:480px) {
  #Technique .sample .img-a,
  #Technique .sample .img-b,
  #Technique .sample .img-c {
    float: none;
    margin: 20px auto 0;
    width: auto;
  }
  #Technique .sample .img-a {
    margin-top: 0;
  }
}
@media(max-width:359px) {
  #Technique .txt-heading {
    font-size: 1.313em;
  }
}

/*----------------------------------------
  #Technique .try
----------------------------------------*/
#Technique .try {
  margin: 80px auto 0;
  padding: 54px 0 0;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
#Technique .try .try-inner {
  padding: 0 6.5263157%;
}
#Technique .try .header {
  float: left;
  width: 61.7433414%;
}
#Technique .try .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;
}
#Technique .try h4 {
  padding-bottom: 15px;
  font-size: 250%;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #464f8e;
}
#Technique .try h4 span {
  margin-left: -0.5em;
}
#Technique .try .ttl-img {
  float: right;
  margin: -9.5641646% -3.7530266% 0 0;
  max-width: 335px;
  width: 40.5569007%;
}
#Technique .try .txt {
  margin-top: 0;
}
#Technique .try .example {
  margin-top: 35px;
}
#Technique .try .example .item {
  width: 386px;
}
#Technique .try .example strong {
  display: block;
  text-align: center;
  padding: 6px 0 4px;
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.2;
  color: #454e91;
  border-top: 1px solid #454e91;
  border-bottom: 1px solid #454e91;
}
#Technique .try .example .img-box {
  margin: 20px auto 0;
  width: 285px;
}
#Technique .try .example p {
  display: block;
  margin-top: 15px;
  font-size: 87.5%;
  line-height: 1.5;
}
#Technique .try .example p.note {
  margin-top: 5px;
  font-size: 11px;
}
#Technique .try .end-txt {
  text-align: center;
  margin-top: 30px;
  padding: 10px 0 8px;
  font-size: 125%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #fff;
  background-color: #454e91;
}

@media(max-width:640px) {
  #Technique .try {
    margin: 40px auto 0;
    padding: 30px 0 0;
  }
  #Technique .try .sec-inner {
    padding: 0 20px;
  }
  #Technique .try .header {
    float: none;
    width: auto;
  }
  #Technique .try .header em {
    width: auto;
    font-size: 125%;
    line-height: 40px;
    text-align: center;
  }
  #Technique .try h4 {
    font-size: 6.2vw;
  }
  #Technique .try .ttl-img {
    float: none;
    margin: 0 auto;
    width: 85%;
  }
  #Technique .try .example {
    margin-top: 0;
  }
  #Technique .try .example .item {
    float: none !important;
    margin-top: 30px;
    width: auto;
  }
  #Technique .try .example strong {
    font-size: 125%;
  }
  #Technique .try .example .img-box {
    width: auto;
  }
  #Technique .try .end-txt {
    padding: 10px 15px 8px;
    font-size: 100%;
  }
}
@media(max-width:480px) {
  #Technique .try h4 {
    
  }
}


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

  #Lens

========================================*/
#Lens {
  padding-bottom: 100px;
  background: #fff;
}
#Lens .heading {
  background: #1b1b1b;
}

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

/*----------------------------------------
  #Lens .case-01
----------------------------------------*/
#Lens .case-01 .line {
  margin-top: 30px;
}
#Lens .lens-01-02,
#Lens .lens-01-03 {
  float: right;
  margin: 0 0 0 40px;
  width: 308px;
}

@media(max-width:640px) {
  #Lens .lens-01-02,
  #Lens .lens-01-03 {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
}

/*----------------------------------------
  #Lens .case-02
----------------------------------------*/
#Lens .case-02 .line {
  font-size: 0;
}
#Lens .case-02 .line-01 {
  margin-top: 40px;
}
#Lens .case-02 .line-02 {
  margin-top: 30px;
}
#Lens .case-02 .img-02,
#Lens .case-02 .txt-02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 445px;
}
#Lens .case-02 .img-02 {
  margin: 0 42px 0 9px;
}

#Lens .case-02 .line-02 .img-02 {
  left: 488px;
}
#Lens .case-02 .line-02 .txt-02 {
  left: -488px;
}

@media(max-width:640px) {
  #Lens .case-02 {
    margin-top: 40px;
  }
  #Lens .case-02 .line {
    margin-top: 30px !important;
  }
  #Lens .case-02 .img-02,
  #Lens .case-02 .txt-02 {
    position: static;
    display: block;
    width: auto;
  }
  #Lens .case-02 .img-02 {
    margin: 0 0 20px 0;
  }
}

/*----------------------------------------
  #Lens .fe-banner
----------------------------------------*/
#Lens .fe-banner {
  margin-top: 60px;
}
#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: #485189;
}
#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 {
  width: 440px;
}
#Lens .chance .img-box.rightfix {
  width: 463px;
}
#Lens .chance .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: 20px;
    font-size: 1.125rem;
  }
  #Lens .chance .txt-box.leftfix {
    float: none;
    width: auto;
  }
  #Lens .chance .img-box.rightfix {
    float: none;
    margin: 20px 0;
    width: auto;
  }
  #Lens .chance .btn {
    display: block;
    margin-top: 20px;
  }
}

/* .cashback
----------------------------------------*/
#Lens .cashback .img-box {
  display: block;
  margin: 30px 0 0;
}

@media(max-width:640px) {
  #Lens .cashback .img-box {
    margin: 20px 0 0;
  }
}


/*----------------------------------------
  #Lens .mount
----------------------------------------*/
#Lens .mount {
  margin-top: 40px;
  width: 456px;
}
#Lens .e-mount {
  float: left;
}
#Lens .e-mount.aps-c {
  float: right;
}
#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 .btn {
  width: 218px;
}
#Lens .mount .btn.detail {
  margin-left: 20px;
}
#Lens .mount .btn.campaign {
  margin-top: 15px;
  width: 100%;
  background-color: #ff5a00;
}
#Lens .mount .btn.campaign span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  font-weight: 700;
  color: #ff5a00;
  background-color: #fff;
}

#SELP1635G .item-img {
  max-width: 168px;
}
#SELP1020G .item-img {
  max-width: 137px;
}
#SAL1118 .item-img {
  max-width: 173px;
}
#SAL1635Z2 .item-img {
  max-width: 225px;
}

#SEL30M35 .item-img {
  max-width: 137px;
}
#SEL30M35_01 .item-img {
  max-width: 137px;
}
#SEL50M28 .item-img {
  max-width: 183px;
}
#SEL90M28G .item-img {
  max-width: 259px;
}
#SEL90M28G_01 .item-img {
  max-width: 259px;
}
#SAL30M28 .item-img {
  max-width: 142px;
}
#SAL50M28 .item-img {
  max-width: 166px;
}

@media(max-width:640px) {
  #Lens .mount {
    margin-top: 0;
    width: auto;
  }
  #Lens .e-mount {
    float: none;
  }
  
  #Lens .e-mount.aps-c {
    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;
  }
  #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;
  }
  #Lens .mount .item-img span {
    display: block;
  }
  #Lens .mount .btn {
    width: 48.5%;
  }
  #Lens .mount .btn.detail {
    margin-left: 3%;
  }
  #Lens .mount .btn.campaign {
    margin-top: 3%;
    font-size: 13px;
  }
}



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

  #Academy

========================================*/
#Academy {
  padding-bottom: 90px;
  background: #fff;
}
#Academy .heading {
  background: #ea5504;
}
#Academy section {
  margin-top: 60px;
  font-size: 0;
}

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

/*----------------------------------------
  #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 .img-box {
  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 .img-box {
    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 .img-box {
  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 .img-box {
    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: 18px 5px 17px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #3f3f3f;
}
#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: '';
}

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



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

  #Maintenance

========================================*/
#Maintenance {
  padding-bottom: 100px;
  background: #fff;
}
#Maintenance .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 .img-box {
  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 .img-box {
    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 .img-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -515px;
  width: 401px;
}
#Maintenance .sensor .btn {
  margin-top: 20px;
}

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


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

  #Next

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

@media(max-width:640px) {
  #Next {
    padding: 30px 0;
  }
  #Next .next {
    font-size: 2.25rem;
  }
  #Next .img-box {
    margin: 20px 0;
  }
  #Next .end {
    font-size: 1.375rem;
  }
}

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

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: -10px;
	text-align:right;
    line-height: 0;
	font-size: 13px;
    width: 25%;
	  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: -10px;
    width: 80%;
    }
}

.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, .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

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

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

  #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;
  border-bottom: 1px dotted #000;
}
#Ques h3 {
  font-size: 268.8%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #00226d;
}
#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: #00236b;
  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;
}



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

  .note-register

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

.note-register {
	padding: 90px 0 90px;
	border-top: 1px solid #ccc;
}

.note-register .content-box{
	width: 950px;
	margin: 0 auto;
	border: 1px dotted #000;
	border-top: none;
}

.note-register h2{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	font-size: 175%;
	font-weight: normal;
	background-color: #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.note-register .content-box .txt-box{
	padding: 40px 58px;
}

.note-register .content-box .txt-box p{
	margin-bottom: 45px;
	font-size: 112.5%;
	line-height: 1.6;
}

.note-register .content-box .txt-box h3{
	
	float: left;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	padding-top: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 125%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.note-register .content-box .txt-box ul li{
	margin-bottom: 20px;
}

.note-register .content-box .txt-box ul li h4{
	margin-bottom: 20px;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 125%;
	font-weight: 500;
}

.note-register .content-box .txt-box ul li .txt-box{
	margin-left: 65px;
	padding: 0;
}

.note-register .content-box .txt-box ul li p{
	margin-bottom: 0;
	line-height: 1.5;
}
.note-register .content-box .txt-box ul li p a{
	color: #2892e2;
	text-decoration:underline;
 }
 .note-register .content-box .txt-box ul li p a:hover{
	text-decoration:none;
	opacity:0.7;
 }
      

.note-register .content-box .txt-box ul li ul{
	float: right;
	width: 434px;
}

.note-register .content-box .txt-box ul li ul li{
	float:left;
	width: 205px;
	margin-left: 12px;
}

.note-register .content-box .txt-box ul li.note-register-mail p{
}

.note-register .content-box .txt-box ul li.note-register-mail p span{
	display: block;
	margin-top: 5px;
	font-size: 75%;
}

.note-register .content-box  .txt-box ul li .txt-box{
	padding-top: 8px;
}

.note-register .content-box .btn-box{
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}

.note-register .content-box .btn{
	padding-right: 100px;
	padding-left: 100px;
	font-size: 106.25%;
}

@media(max-width:640px) {
  .note-register {
	padding: 50px 0 50px;
  }

  .note-register .content-box{
	width: 90.625%;
	margin: 0 auto;
  }

  .note-register h2{
	padding: 10px 0;
	font-size: 112.5%;
	width: 90.625%;
	margin: 0 auto;
  }

  .note-register .content-box .txt-box{
	padding: 15px;
  }

  .note-register .content-box .txt-box p{
	margin-bottom: 20px;
	font-size: 100%;
  }

  .note-register .content-box .txt-box h3{
	/*margin-bottom: 20px;
	font-size: 112.5%;
	font-weight: 500;*/
  }

  .note-register .content-box .txt-box ul li h4{
	/*width: 30px;
	height: 30px;
	padding-top: 8px;
	font-size: 100%;*/
  }
  
  .note-register .content-box .txt-box ul li .txt-box{
	
  }

  .note-register .content-box .txt-box ul li ul{
	float: none;
	width: 100%;
	margin-left: -2%;
  }

  .note-register .content-box .txt-box ul li ul li{
	float:left;
	width: 48%;
	margin-left: 2%;
  }
  
  .note-register .content-box .txt-box ul li ul li img{
	width: 100%;
  }

  .note-register .content-box .txt-box ul li.note-register-mail p{
	float: none;
	width: 100%;
	margin-bottom: 10px;
  }

  .note-register .content-box  .txt-box ul li.note-register-campaign .txt-box{
	padding-top: 0;
  }
  
  .note-register .content-box .btn{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
   }
}

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

  #thanks

========================================*/
#thanks {
    background-color: #eaeaea;
}
#thanks .mod__incnt {
    width: 90%;
	margin: auto;
    max-width: 950px;
}
#thanks .mod__pad__incnt {
    padding: 4.83% 0;
}
#thanks h2 {
    font-family: 'Yu Mincho',YuMincho,'游明朝', 'HGS明朝E','HGP明朝E','HG明朝E',serif;
    font-size: 2.375rem;
    font-weight: lighter;
    line-height: 1.3; 

    margin-bottom: 1%;

    text-align: center;
    letter-spacing: .1em;
}
@media (max-width: 640px) {
	#thanks .mod__pad__incnt{
    padding: 18% 0;
	}
    #thanks h2 {
    font-size: 2rem;
	}
}

#thanks .txt01 {
    font-size: 1.125rem;
    line-height: 1.78;

    margin-bottom: 2.5%; 

    text-align: center;
}
#thanks a {
    font-size: 1.75rem;
    line-height: 1;
    display: block;
    width: 79.17%;
    margin: 0 auto;
    padding: 16px 0;
    transition: opacity .25s; 
    text-align: center;
    color: #fff;
    background-color: #e06909;
}

@media (max-width: 640px) {
    #thanks a {
        font-size: 1.25rem;
		width: 90%;
    }
}

@media(min-width:640px){
    .sp-lens {
        display: none !important;
    }
	#SEL30M35 {
		padding-top: 40px;
	}
}
@media(max-width:640px){
    .pc-lens {
        display: none !important;
    }	
}