/**
 * default.css
 * updatedAt: 2016.10.21
 * createdAt: 2016.10.20
 */

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

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
em {font-style:normal;}


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

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Hiragino Kaku Gothic Pro',
  '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,san-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: 'Hiragino Mincho Pro',
  '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.ie-legacy body {
  min-width: 1000px;
}


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

  common

========================================*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
}
.inner:after,
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
a {
  color: #5787f4;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}
.button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 1.8% 15px 1.7%;
  font-size: 112.5%;
  line-height: 1.4;
  color: #fff;
  background: #5787e4;
}
a.button {
  transition: background 0.2s !important;
  -webkit-transition: background 0.2s !important;
}
.button.orange {
  background: #f66700;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #89abec;
}
.button.orange:hover {
  background: #f5914a;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.button span:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.button[target=_blank] span:after,
.button.blank span:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  width: 11px;
  height: 9px;
  background: url(/share5/images/s5-icon/sprite_01.png) no-repeat;
}

.b32 { display: none; }
.b48 { display: none; }
.b64 { display: none; }
.b96 { display: none; }
.break { display: block; }

@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .wrapper, .inner {
    width: 90.625%;
  }
  .button {
    padding: 15px 15px;
  }
  .button[target=_blank] span:after,
  .button.blank span:after {
    top: -3px;
  }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}
@media(max-width:320px) {
  .b32 { display: block; }
  .nb32 { display: none; }
  img.b32 { display: inline; }
}


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

  header

========================================*/
header {
  background: #fff;
}
header .wrapper {
  display: table;
}
header h1 {
  display: table-cell;
  padding: 23px 0 26px;
  width: 111px;
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}
header p {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 87.5%;
  line-height: 1.2;
}

@media(max-width:640px) {
  header h1 {
    padding: 25px 0;
    width: 18.3334%;
    min-width: 80px;
  }
}


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

  .mainvisual

========================================*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.mainvisual-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mainvisual-inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50%;
  width: 95%;
}
.mainvisual-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mainvisual-content:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.mainvisual-txt {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  margin: auto 0;
  padding: 70px 30px;
  background-color: rgba(0,0,0,0.6);
}
.mainvisual-txt .txt {
  display: inline-block;
  text-align: left;
}
.mainvisual-txt em {
  display: block;
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.mainvisual-txt h1 {
  margin: 15px 0 0;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

@media(max-width:960px) {
  .mainvisual-inner {
    padding-bottom: 80%;
  }
}
@media(max-width:640px) {
  .mainvisual {
    overflow: hidden;
	background-position: top right;
  }
  .mainvisual-inner {
    width: 100%;
    padding-bottom: 70%;
  }
  .mainvisual-txt {
    margin-bottom: 10px;
    padding: 10px;
	vertical-align: bottom;
  }
  .mainvisual-txt em {
    font-size: 150%;
  }
  .mainvisual-txt h1 {
    margin-top: 6px;
    font-size: 200%;
  }
}
@media(max-width:320px) {
  .mainvisual-txt em {
    font-size: 112.5%;
  }
  .mainvisual-txt h1 {
    font-size: 193.8%;
  }
}


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

  article

========================================*/
article {
  position: relative;
  margin: 0 auto;
}
article:after,
section:after {
  clear: both;
  display: block;
  content: '';
}
article .title {
  background-image: url(../img/title_bg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
article .title-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
article .title h2 {
  display: table;
  height: 180px;
  font-size: 225%;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
article .title h2 span {
  display: table-cell;
  vertical-align: middle;
}
.inline-float-box {
  font-size: 0;
}
.float-box {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
p.txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 2.0;
  letter-spacing: 0;
}

@media(max-width:960px) {
  article {
    font-size: 93.8%;
    overflow: hidden;
  }
  article .title-box {
    background-position: 62% center;
  }
  article .title h2 {
    height: 150px;
  }
  .float-box {
    font-size: 0.938rem;
  }
}
@media(max-width:640px) {
  article {
    font-size: 100%;
  }
  article .title-box {
    background-position: center left;
  }
  article .title h2 {
    padding: 20px 0;
    height: auto;
    font-size: 200%;
  }
  .float-box {
    font-size: 1rem;
  }
  p.txt {
    font-size: 106.3%;
  }
}


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

  #Intro

========================================*/
#Intro {
  padding: 70px 0 80px 0;
  background-repeat: no-repeat;
  background-position: top center;
  color: #191919;
}
#Intro .lead {
  margin-bottom: 70px;
  font-size: 131.3%;
  font-weight: 700;
  line-height: 1.8;
}
#Intro h3 {
  padding-bottom: 8px;
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px dotted #000;
}
#Intro p.txt {
  margin-top: 12px;
}

@media(min-width:1900px) {
  #Intro {
    background-size: cover;
  }
}
@media(max-width:960px) {
  #Intro {
    padding: 80px 0;
  }
  #Intro .lead {
    font-size: 125%;
  }
}
@media(max-width:640px) {
  #Intro {
    padding: 40px 0;
    background-size: auto 100%;
  }
  #Intro .lead {
    margin-bottom: 0;
    font-size: 112.5%;
  }
  #Intro h3 {
    font-size: 143.8%;
  }
}

/*----------------------------------------
  #Intro .about
----------------------------------------*/
#Intro .about {
  margin: 50px auto 0;
}
#Intro .about .txt-box {
  float: right;
  width: 56%;
}
#Intro .about .img-box {
  float: left;
  width: 40%;
  overflow: hidden;
}

@media(max-width:960px) {
  #Intro .about .txt-box {
    width: 52%;
  }
  #Intro .about .img-box img {
    margin-left: -10%;
    width: 120%;
  }
}
@media(max-width:640px) {
  #Intro .about {
    margin-top : 40px;
  }
  #Intro .about .txt-box {
    float: none;
    width: auto;
  }
  #Intro .about .img-box {
    margin-top: 20px;
    float: none;
    width: auto;
  }
  #Intro .about .img-box img {
    margin: 0;
    width: 100%;
  }
}

/*----------------------------------------
  article.blue #aCafe
----------------------------------------*/
#aCafe {
  margin-top: 100px;
}
#aCafe h2{
  font-size: 175%;
  font-weight: 400;
  text-align: center;
}
#aCafe h2 + p.txt {
  margin: 20px 0 30px;
}
#aCafe .float-box {
  vertical-align: top;
  margin-top: 20px;
  margin-left: 5%;
  width: 30%;
}
#aCafe .float-box.first {
  margin-left: 0;
}
#aCafe .float-box a {
  color: #191919;
  text-decoration: none;
}
#aCafe .float-box a .img-box {
  display: table-cell;
  width: 300px;
  height: 300px;
  vertical-align: middle;
  text-align: center;
  background-color: #d3d8e2;
}
#aCafe .float-box a:hover {
  text-decoration: underline;
}
#aCafe .float-box a:hover .img-box {
  background-color: #a7b0c6;
}
#aCafe .float-box.imgY a img{
  width: auto;
  height: 100%;
}
#aCafe .float-box span {
  display: block;
  text-align: center;
  margin-top: 7px;
  font-size: 93.8%;
  line-height: 1.2;
}
#aCafe .button {
	float:right;
	margin-top: 40px;
	padding: 0;
	color: #191919;
	text-align: right;
	background-color: transparent;
}
#aCafe .button:hover span{
	text-decoration: underline;
}
#aCafe .button span{
	padding-right: 0;
}
#aCafe .button span:before {
  border-color:transparent transparent transparent #191919;
}

@media(max-width:640px) {
  #aCafe {
    margin-top: 50px;
  }
  #aCafe h2 + p.txt {
    text-align: left;
    margin: 25px 0 10px;
  }
  #aCafe .float-box {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #aCafe .float-box a .img-box {
    display: block;
	width: auto;
	height: auto;  
  }
  #aCafe .float-box.imgY{
    width: 48%;
  }
  #aCafe .float-box:nth-child(3){
	margin-right:2%;
  }
  #aCafe .float-box:nth-child(4){
	margin-left:2%;
  }
  #aCafe .float-box.imgY a img{
    width: 100%;
    height: auto;
  }
}


/*----------------------------------------
  #Intro .chance
----------------------------------------*/
#Howto .chance {
  margin: 90px auto 0;
}
#Howto .chance .txt-box {
  float: left;
  width: 47.5%;
}
#Howto .chance .txt-box p{
	margin-top: 0;
	color: #333;
	font-size: 120%;
	font-weight: 700;
}
#Howto .chance .photographer {
  box-sizing: border-box;
  float: right;
  padding: 20px 20px 25px;
  width: 48%;
  color: #000;
  background: #f1f5f9;
}
#Howto .chance .photographer p {
  margin-top: 20px;
  line-height: 1.8;
  color: #000;
}
#Howto .chance .img-box {
  float: right;
  width: 27.9069767%;
}
#Howto .chance em {
  display: block;
  padding-top: 9.3%;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}
#Howto .chance strong {
  display: block;
  margin-top: 5px;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

@media(max-width:960px) {
  #Howto .chance .photographer {
    width: 44%;
  }
  #Howto .chance .img-box {
    width: 35%;
  }
  #Howto .chance strong {
    font-size: 118.8%;
  }
}
@media(max-width:640px) {
  #Howto .chance {
    margin: 60px auto 0;
  }
  #Howto .chance .txt-box {
    float: none;
    width: auto;
  }
  #Howto .chance .photographer {
    margin-top: 20px;
    float: none;
    width: auto;
  }
  #Howto .chance .img-box {
    max-width: 150px;
    width: 38%;
  }
}


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

  #Howto

========================================*/
#Howto {
  padding-bottom: 100px;
}
#Howto .title-box {
  background-image: url(../img/howto_title.jpg);
}
#Howto .heading {
  display: table;
  margin: 0 0 40px;
  color: #223a70;
}
#Howto .heading .txt-box {
  display: table-cell;
  vertical-align: middle;
}
#Howto .heading em {
  display: block;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
  text-indent: 5px;
}
#Howto .heading h3 {
  margin-top: 15px;
  font-size: 206.3%;
  font-weight: 400;
  line-height: 1.3;
}
#Howto .heading h3.kerning {
  letter-spacing: -0.08em;
}
#Howto .heading .img-box {
  display: table-cell;
  vertical-align: middle;
  max-width: 260px;
  width: 26%;
}
#Howto .float-box.comp {
  vertical-align: top;
  margin-left: 2%;
  width: 49%;
}
#Howto .float-box.comp:first-child {
  margin-left: 0;
}
#Howto .float-box.comp strong {
  display: block;
  margin-bottom: 10px;
  padding: 2.85% 0 2.65%;
  font-size: 131.3%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #000;
}
#Howto .float-box.comp.dsc strong {
  color: #464e8b;
  border-color: #464e8b;
}
#Howto .float-box.comp.alpha strong {
  color: #f5683a;
  border-color: #f5683a;
}
#Howto .float-box.comp .img-box {
  margin-top: 10px;
}


@media(max-width:960px) {
  #Howto {
    padding-bottom: 100px;
  }
  #Howto .title-box {
    background-position: center left;
  }
  #Howto .heading h3 {
    font-size: 200%;
  }
  #Howto .heading h3.kerning {
    letter-spacing: 0;
  }
  #Howto .float-box.comp {
    margin-left: 4%;
    width: 48%;
  }
}
@media(max-width:640px) {
  #Howto {
    padding-bottom: 60px;
  }
  #Howto .heading h3 {
    font-size: 181.3%;
    letter-spacing: -0.05em;
  }
  #Howto .heading .txt-box {
    display: block;
  }
  #Howto .heading .img-box {
    display: none;
  }
  #Howto .float-box.comp {
    display: block;
    margin-left: 0;
    width: auto;
  }
  #Howto .float-box.comp strong {
    font-size: 125%;
  }
  #Howto .float-box.comp + .float-box.comp {
    margin-top: 40px;
  }
}


/*----------------------------------------
  #Howto .point-01
----------------------------------------*/
#Howto .point-01 {
  margin-top: 120px;
}
#Howto .point-01 h4 {
  display: table;
  margin-bottom: 30px;
  font-size: 131.3%;
  font-weight: 700;
  line-height: 1.3;
}
#Howto .point-01 h4 span {
  display: table-cell;
  vertical-align: middle;
}
#Howto .point-01 h4 .serif {
  vertical-align: top;
  padding-right: 10px;
  font-size: 152.4%;
  line-height: 1;
}

@media(max-width:960px) {
  #Howto .point-01 {
    margin: 60px auto 0;
  }
}

/* #Howto .point-01 .size
----------------------------------------*/
#Howto .point-01 .size {
  margin-top: 40px;
}
#Howto .point-01 .size table {
  table-layout: fixed;
  border-collapse: separate;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 770px;
  width: 90%;
}
#Howto .point-01 .size th {
  height: 50px;
  font-size: 100%;
  line-height: 1.2;
  color: #fff;
  background: #223a70;
  border-left: 2px solid #fff;
}
#Howto .point-01 .size th:first-child {
  border-left: none;
}
#Howto .point-01 .size td {
  position: relative;
  padding: 15px 10px;
  font-size: 93.8%;
  line-height: 1.3;
  background: #f1f5f9;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#Howto .point-01 .size td:first-child {
  padding-right: 15px;
  border-left: none;
}
#Howto .point-01 .size tr:nth-child(odd) td {
  background: #e3ebf4;
}
#Howto .point-01 .size td b {
  font-size: 125%;
}
#Howto .point-01 .size td .sensor {
  display: table;
  width: 100%;
}
#Howto .point-01 .size td .sensor span {
  display: table-cell;
  vertical-align: middle;
}
#Howto .point-01 .size td .sensor .txt {
  padding-right: 10px;
}
#Howto .point-01 .size td .sensor .img-box {
  width: 40.8695652%;
}

@media(max-width:960px) {
  #Howto .point-01 .size table {
    font-size: 93.8%;
  }
}
@media(max-width:640px) {
  #Howto .point-01 .size table {
    width: 100%;
  }
  #Howto .point-01 .size td:first-child {
    padding-right: 10px;
  }
  #Howto .point-01 .size td:last-child {
    text-align: center;
  }
}
@media(max-width:480px) {
  #Howto .point-01 .size th:first-child,
  #Howto .point-01 .size td:first-child {
    width: 27%;
    text-align: center;
  }
  #Howto .point-01 .size th:last-child,
  #Howto .point-01 .size td:last-child {
    width: 30%;
  }
  #Howto .point-01 .size td .sensor {
    display: block;
  }
  #Howto .point-01 .size td .sensor span {
    display: block;
  }
  #Howto .point-01 .size td .sensor .txt {
    padding-right: 0;
  }
  #Howto .point-01 .size td .sensor .img-box {
    margin: 5px auto 0;
    max-width: 94px;
    width: 75%;
  }
}

/* #Howto .point-01 .magni
----------------------------------------*/
#Howto .point-01 .magni {
  margin: 70px auto 60px;
}

/* #Howto .point-01 .example
----------------------------------------*/
#Howto .point-01 .example {
  display: table;
  margin-top: 50px;
  width: 100%;
}
#Howto .point-01 .example .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
#Howto .point-01 .example p.txt {
  margin-top: 20px;
}
#Howto .point-01 .example .product {
  display: table;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px dotted #000;
}
#Howto .point-01 .example .product .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 26%;
}
#Howto .point-01 .example .product .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#Howto .point-01 .example .product .mm {
  font-size: 87.5%;
}
#Howto .point-01 .example .product em {
  display: block;
  font-size: 162.5%;
  line-height: 1.2;
}
#Howto .point-01 .example .product strong {
  display: block;
  margin-top: 5px;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.2;
}
#Howto .point-01 .example .photo {
  display: table-cell;
  vertical-align: top;
  width: 47%;
}
#Howto .point-01 .note{
  margin-top: 30px;
  text-align: right;
}

@media(max-width:960px) {
  #Howto .point-01 .example p.txt {
    margin-top: 15px;
  }
  #Howto .point-01 .example .product {
    padding-bottom: 20px;
  }
}
@media(max-width:640px) {
  #Howto .point-01 .example .txt-box {
    display: block;
    padding-right: 0;
  }
  #Howto .point-01 .example .product {
    padding-bottom: 15px;
  }
  #Howto .point-01 .example .product .img-box {
    width: 90px;
  }
  #Howto .point-01 .example .photo {
    display: block;
    margin-top: 15px;
    width: auto;
  }
}

/* #Howto .point-01 .one-point
----------------------------------------*/
#Howto .point-01 .one-point {
  margin-top: 60px;
  padding: 30px 30px 40px;
  background: #f1f5f9;
}
#Howto .point-01 .one-point .head {
  float: left;
  display: table;
  margin-bottom: 15px;
  width: 57.4468085%;
}
#Howto .point-01 .one-point .txt-box {
  display: inline;
}
#Howto .point-01 .one-point .head span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.6;
}
#Howto .point-01 .one-point .head span.icn {
  text-align: center;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  background: #223a70;
}
#Howto .point-01 .one-point .img-box {
  float: right;
  margin-left: 25px;
  width: 39.893617%;
}

@media(max-width:960px) {
  #Howto .point-01 .one-point .head {
    float: none;
    width: 100%;
  }
  #Howto .point-01 .one-point .head span.icn {
    width: 70px;
    height: 70px;
  }
  #Howto .point-01 .one-point .txt-box {
    width: 56%;
  }
  #Howto .point-01 .one-point .img-box {
    margin: 0 0 15px 25px;
  }
}
@media(max-width:640px) {
  #Howto .point-01 .one-point {
    margin-top: 50px;
    padding: 20px 20px 30px;
  }
  #Howto .point-01 .one-point .head span {
    display: block;
    padding: 0;
    line-height: 1.4;
  }
  #Howto .point-01 .one-point .head span.icn {
    display: block;
    margin-bottom: 15px;
    padding: 11px 0 10px;
    width: 100%;
    height: auto;
  }
  #Howto .point-01 .one-point .head span.icn br {
    margin-left: 10px;
  }
  #Howto .point-01 .one-point .img-box {
    float: none;
    margin: 20px auto 0;
    max-width: 375px;
    width: 90%;
  }
}

/*----------------------------------------
  #Howto .point-02
----------------------------------------*/
#Howto .point-02 {
  margin-top: 110px;
}
#Howto .point-02 .common {
  margin-top: 60px;
}
#Howto .point-02 h4.dot {
  font-size: 112.5%;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}

@media(max-width:960px) {
  #Howto .point-02 {
    margin: 80px auto 0;
  }
}
@media(max-width:640px) {
  #Howto .point-02 h4.dot {
    font-size: 125%;
  }
}

/* #Howto .point-02 .setting
----------------------------------------*/
#Howto .point-02 .setting {
  margin-top: 40px;
}
#Howto .point-02 .setting h4 {
  margin-bottom: 30px;
  font-size: 175%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
#Howto .point-02 .setting .txt-box {
  padding: 30px 15px;
  font-size: 212.5%;
  line-height: 1.2;
  text-align: center;
}
#Howto .point-02 .setting .dsc .txt-box {
  background: #ecedf3;
}
#Howto .point-02 .setting .alpha .txt-box {
  background: #fef0eb;
}

@media(max-width:640px) {
  #Howto .point-02 .setting h4 {
    margin-bottom: 20px;
  }
  #Howto .point-02 .setting .txt-box {
    font-size: 200%;
  }
}

/* #Howto .point-02 .flow
----------------------------------------*/
#Howto .point-02 .flow {
  margin-top: 80px;
}
#Howto .point-02 .flow .txt-box {
  float: left;
  width: 57%;
}
#Howto .point-02 .flow .line {
  display: table;
  margin-top: 12px;
}
#Howto .point-02 .flow h4.dot + .line {
  margin-top: 20px;
}
#Howto .point-02 .flow .line span {
  display: table-cell;
  vertical-align: middle;
  font-size: 125%;
  line-height: 1.5;
}
#Howto .point-02 .flow .line span.num {
  vertical-align: top;
  padding-right: 25px;
  font-size: 150%;
  line-height: 1.5;
}
#Howto .point-02 .flow .img-box {
  float: right;
  width: 40%;
}
#Howto .point-02 .flow .img-box img + img {
  margin-top: 30px;
}

@media(max-width:960px) {
  #Howto .point-02 .flow .txt-box {
    width: 55%;
  }
  #Howto .point-02 .flow .line span {
    font-size: 112.5%;
  }
}
@media(max-width:640px) {
  #Howto .point-02 .flow {
    margin-top: 60px;
  }
  #Howto .point-02 .flow .txt-box {
    float: none;
    width: auto;
  }
  #Howto .point-02 .flow .line {
    margin-top: 10px;
  }
  #Howto .point-02 .flow .line span.num {
    padding-right: 15px;
  }
  #Howto .point-02 .flow .img-box {
    float: none;
    margin: 20px auto 0;
    width: 90%;
  }
}

/* #Howto .point-02 .color
----------------------------------------*/
#Howto .point-02 .color .inline-float-box {
  margin-top: 25px;
}
#Howto .point-02 .color .float-box {
  margin-left: 2%;
  width: 32%;
}
#Howto .point-02 .color .float-box:first-child {
  margin-left: 0;
}
#Howto .point-02 .color .float-box p {
  margin-top: 7px;
  font-size: 87.5%;
  line-height: 1.2;
  text-align: center;
}

@media(max-width:640px) {
  #Howto .point-02 .color .inline-float-box {
    margin-top: 15px;
  }
}

/*----------------------------------------
  #Howto .point-02 .one-point
----------------------------------------*/
#Howto .point-02 .one-point {
  display: block;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 30px;
  background: #f1f5f9;
}
#Howto .point-02 .one-point .head {
  float: left;
  display: table;
  margin-bottom: 5px;
  width: 66.5%;
}
#Howto .point-02 .one-point .head span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.6;
  color: #2f353d;
}
#Howto .point-02 .one-point .head span.icn {
  text-align: center;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  background: #223a70;
}
#Howto .point-02 .one-point .txt-box {
  float: left;
  display: block;
  margin: 0 0 25px 0;
  width: 66.5%;
  color: #2f353d;
}
#Howto .point-02 .one-point .img-box {
  float: right;
  position: relative;
  margin: 15px 0 0;
  padding: 30px 0;
  width: 30%;
  background-color: #000;
}
#Howto .point-02 .one-point .mov-box {
  position: relative;
  padding-bottom: 56.388889%;
}
#Howto .point-02 .one-point .mov-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Howto .point-02 .one-point .model {
  display: table;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #b3b3b3;
  color: #2f353d;
}
#Howto .point-02 .one-point .model strong {
  display: table-cell;
  vertical-align: middle;
  width: 30.8510638%;
  font-size: 100%;
  line-height: 1.2;
  text-align: center;
}
#Howto .point-02 .one-point .model strong span {
  display: block;
  padding: 19px 0;
  border-right: 1px solid #b3b3b3;
}
#Howto .point-02 .one-point .model .index {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 15px 6px 6.3829787%;
}
#Howto .point-02 .one-point .model .line {
  display: table;
  margin: 10px 0;
  width: 100%;
}
#Howto .point-02 .one-point .model em {
  display: table-cell;
  vertical-align: top;
  width: 33.0434782%;
  font-size: 93.8%;
  line-height: 1.4;
}
#Howto .point-02 .one-point .model p {
  display: table-cell;
  vertical-align: top;
  font-size: 93.8%;
  line-height: 1.4;
}
#Howto .point-02 .one-point .button {
  margin: 30px auto 0;
  max-width: 540px;
}

@media(max-width:960px) {
  #Howto .point-02 .one-point .model strong {
    width: 35%;
  }
  #Howto .point-02 .one-point .model strong span {
    padding: 20% 0;
  }
  #Howto .point-02 .one-point .model .line {
    display: block;
  }
  #Howto .point-02 .one-point .model em {
    display: block;
    width: auto;
  }
  #Howto .point-02 .one-point .model p {
    display: block;
  }
}
@media(max-width:640px) {
  #Howto .point-02 .one-point {
    margin-top: 50px;
    padding: 20px 20px 30px;
  }
  #Howto .point-02 .one-point .head{
    float: none;
	width: 100%;
  }
  #Howto .point-02 .one-point .head span {
    display: block;
    padding: 0;
    line-height: 1.4;
  }
  #Howto .point-02 .one-point .head span.icn {
    display: block;
    margin-bottom: 15px;
    padding: 11px 0 10px;
    width: 100%;
    height: auto;
  }
  #Howto .point-02 .one-point .head span.icn br {
    margin-left: 10px;
  }
  #Howto .point-02 .one-point .img-box {
    float: none;
    margin: 20px auto 0;
	padding: 0;
    width: 100%;
  }
  #Howto .point-02 .one-point .txt-box {
    float: none;
    margin: 20px auto 0;
    width: auto;
  }
  #Howto .point-02 .one-point .model {
    display: block;
    padding: 20px 15px 15px;
  }
  #Howto .point-02 .one-point .model strong {
    display: block;
    width: auto;
  }
  #Howto .point-02 .one-point .model strong span {
    display: block;
    padding: 0;
    border-right: none;
  }
  #Howto .point-02 .one-point .model .index {
    display: block;
    padding: 10px 0 0 0;
  }
}


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

  article.blue

========================================*/
article.blue {
  padding: 60px 0 80px;
  color: #fff;
  background-image: url(../img/blue_bg.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-color: #0f3164;
}
article.blue h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 250%;
  font-weight: 500;
  font-family:YuGothic,"Yu Gothic","\6E38\30B4\30B7\30C3\30AF",
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    Verdana,"Droid Sans",sans-serif;
  line-height: 1.4;
}
article.blue h2 span {
	display: block;
	box-sizing: border-box;
	width: 320px;
	margin: 0 auto 14px;
	padding: 4px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 40%;
	font-weight: 700;
}
article.blue p.txt {
  color: #fff;
}

@media(max-width:960px) {
  article.blue h2,
  article.blue .sub {
    font-size: 212.5%;
  }
}
@media(max-width:640px) {
  article.blue {
    padding: 50px 0 50px;
  }
  article.blue h2,
  article.blue .sub {
    font-size: 175%;
  }
}

/*----------------------------------------
  article.blue #Nakahara
----------------------------------------*/
#Nakahara {
  margin-bottom: 40px;
}
#Nakahara .sub + p.txt {
  margin-top: 40px;
}
#Nakahara .moon {
  margin: 40px auto 0;
  width: 52.8%;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
#Nakahara h3.knack {
  display: block;
  text-align: center;
  margin: 60px 0 30px;
  padding: 2.4% 0 2.3%;
  font-size: 162.5%;
  font-weight: normal;
  line-height: 1.2;
  border: 1px solid #fff;
}
#Nakahara .knack .float-box {
  position: relative;
  vertical-align: top;
  margin-left: 5%;
  width: 30%;
}
#Nakahara .knack .float-box:first-child {
  margin-left: 0;
}
#Nakahara .knack em {
  display: block;
  text-align: center;
  font-size: 187.5%;
  font-style: italic;
  line-height: 1.2;
}
#Nakahara .knack strong {
  display: table;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  min-height: 36px;
  font-size: 112.5%;
  line-height: 1.4;
}
#Nakahara .knack strong span {
  display: table-cell;
  vertical-align: middle;
}

@media(max-width:960px) {
  #Nakahara .knack .float-box {
    margin-left: 3.2%;
    width: 31.2%;
  }
  #Nakahara .knack p.txt {
    line-height: 1.8;
  }
}
@media(max-width:640px) {
  #Nakahara {
    margin-bottom: 0;
  }
  #Nakahara h2 {
    font-size: 150%;
  }
  #Nakahara h2 span {
	margin-bottom: 6px;
	font-size: 75%;
	border: none;
  }
  #Nakahara .sub + p.txt {
    margin-top: 30px;
  }
  #Nakahara .moon {
    width: 85%;
  }
  #Nakahara h3.knack {
    margin: 40px 0 30px;
    font-size: 150%;
  }
  #Nakahara .knack .float-box {
    display: block;
    margin: 30px 0 0;
    width: auto;
  }
  #Nakahara .knack em {
    position: absolute;
    text-align: left;
    top: 5px;
    left: 5px;
    font-size: 200%;
  }
  #Nakahara .knack strong {
    display: block;
    text-align: left;
    min-height: inherit;
    margin: 0;
    padding-left: 45px;
    font-size: 125%;
  }
  #Nakahara .knack strong span {
    display: block;
  }
}

#photo {
  margin-top: 100px;
}
#photo h3{
  display: block;
  text-align: center;
  margin: 0 0 50px;
  padding: 2.4% 0 2.3%;
  font-size: 162.5%;
  font-weight: normal;
  line-height: 1.2;
  border: 1px solid #fff;
}
#photo .inline-float-box {
	display: table;
	margin: 0 -1%;
}
#photo .float-box {
  display: table-cell;
  box-sizing: border-box;
  width: 26%;
  padding:0 1.8%;
  vertical-align: middle;
}
#photo .float-box.photoX {
  width: 40%;
}

#photo .float-box img{
  display: block;
  width: 100%;
  padding: 2px;
  background-color: #fff;
  height: auto;
}

@media(max-width:640px) {
  #photo .inline-float-box {
    display: block;
  }
  #photo .float-box {
    display: block;
    box-sizing: border-box;
    width: 70%;
	margin: 20px auto 0;
    vertical-align: top;
  }
  #photo .float-box.photoX {
    width: 70%;
  }
}


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

  #Recommend

========================================*/
#Recommend .title-box {
  background-image: url(../img/recommend_title.jpg);
}
#Recommend .inner.txt {
  margin-top: 50px;
}
#Recommend h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 212.5%;
  font-weight: normal;
  line-height: 1.2;
  color: #19448e;
}
#Recommend .zoom {
  margin-top: 50px;
}
#Recommend .single-lens {
  margin-top: 100px;
}
#Recommend .lens {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #000;
}
#Recommend .acc {
  margin-top: 90px;
}
#Recommend .battery p.txt {
  margin: 70px 0 20px;
}

@media(max-width:960px) {
  #Recommend h3 {
    font-size: 200%;
  }
}
@media(max-width:640px) {
  #Recommend h3 {
    margin-bottom: 20px;
  }
  #Recommend .inner.txt {
    margin-top: 30px;
  }
  #Recommend h3 {
    font-size: 150%;
  }
  #Recommend .lens {
    margin-top: 30px;
    padding-top: 0;
    border-top: 1px dotted #000;
  }
}

/*----------------------------------------
  #Recommend .float-box
----------------------------------------*/
#Recommend .lineup .float-box {
  vertical-align: bottom;
  margin-left: 2%;
  width: 32%;
}
#Recommend .lineup a {
  color: #2f353d;
  text-decoration: none;
}
#Recommend .lineup a:hover {
  text-decoration: none;
}
#Recommend .lineup .float-box:first-child {
  margin-left: 0;
}
#Recommend .lineup p {
  margin-bottom: 25px;
  font-size: 100%;
  line-height: 1.5;
}
#Recommend .lineup .img-box {
  margin: 0 auto;
  max-width: 320px;
}
#Recommend .lineup .txt-box p {
  display: none;
}
#Recommend .lineup strong {
  display: block;
  font-size: 93.8%;
  font-weight: normal;
  line-height: 1.2;
}
#Recommend .lineup h4 {
  margin-top: 3px;
  font-size: 150%;
  line-height: 1.4;
}
#Recommend .lineup .button {
  margin-top: 15px;
  padding: 8px 18px;
  width: 130px;
  font-size: 87.5%;
}

@media(max-width:960px) {
  #Recommend .lineup .float-box {
    margin-left: 3.5%;
    width: 31%;
  }
  #Recommend .lineup p br {
    display: none;
  }
  #Recommend .lineup strong {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  #Recommend .lineup .float-box {
    display: block;
    margin: 60px 0 0;
    width: auto;
  }
  #Recommend .lineup .float-box:first-child {
    padding-top: 0;
    border-top: none;
  }
  #Recommend .lineup a > p {
    display: none;
  }
  #Recommend .lineup .img-box {
    width: 94%;
  }
  #Recommend .lineup .txt-box {
    margin: 0 auto;
    width: 92%;
  }
  #Recommend .lineup .txt-box p {
    display: block;
    margin-bottom: 15px;
  }
  #Recommend .lineup .button {
    margin-top: 10px;
    font-size: 16px;
    width: auto;
  }
}

/*----------------------------------------
  #Recommend .column
----------------------------------------*/
#Recommend .column {
  box-sizing: border-box;
  margin-top: 70px;
  padding: 30px;
  background: #f1f5f9;
}
#Recommend .column strong {
  display: block;
  font-size: 125%;
  line-height: 1.4;
}
#Recommend .column a{
	color: #191919;
}
#Recommend .column .img-box {
  float: right;
  margin: -28px 0 0 40px;
  width: 31.9148936%;
}
#Recommend .column .img-box span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 98.7%;
  line-height: 1.2;
}

@media(max-width:960px) {
  #Recommend .column .img-box {
    margin: 20px 0 0 40px;
  }
}
@media(max-width:640px) {
  #Recommend .column {
    margin-top: 40px;
    padding: 20px 20px 30px;
  }
  #Recommend .column .img-box {
    float: none;
    margin: 15px 0 0;
    width: auto;
  }
}


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

  .end-line

========================================*/
.end-line {
  display: table;
  margin-top: 100px;
  padding-top: 75px;
  border-top: 1px dotted #000;
}
.end-line .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8%;
  font-size: 131.3%;
  font-weight: 700;
  line-height: 1.8;
}
.end-line .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

@media(max-width:960px) {
  .end-line .txt-box {
    padding-right: 5%;
    font-size: 118.8%;
  }
}
@media(max-width:640px) {
  .end-line {
    display: block;
    margin-top: 50px;
    padding-top: 40px;
  }
  .end-line .txt-box {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .end-line .img-box {
    display: block;
    width: auto;
  }
}



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

  .banner

========================================*/
.banner {
  margin-top: 120px;
}
.banner a {
  margin-left: 1.33334%;
  width: 49.3334%;
}
.banner a:first-child {
  margin-left: 0;
}

@media(max-width:640px) {
  .banner {
    margin-top: 80px;
  }
  .banner a {
    display: block;
    margin: 10px 0 0 !important;
    width: auto;
  }
}


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

  footer

========================================*/
footer {
  margin-top: 50px;
  background-color: #eaeaea;
}
footer .inner {
  color: #555;
  text-align: center;
}
footer strong {
  display: block;
  padding-top: 50px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.4;
}
footer p {
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.77;
}
footer .btn {
  display: block;
  margin: 30px auto 0;
  padding: 18px 0;
  max-width: 745px;
  background: #1a1a1a;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
}
footer small {
  display: block;
  margin-top: 50px;
  padding: 0 0 20px;
  font-size: 10px;
}
footer .s5-returnToTop {
  margin-top: 0;
}
footer .s5-returnToTop__button {
  top: -60px;
}

@media(max-width:960px) {
  footer {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  footer {
    margin-top: 50px;
  }
  footer strong {
    padding-top: 30px;
  }
  footer small {
    margin-top: 30px;
  }
  footer .s5-returnToTop__button {
    top: -50px;
  }
}

