@charset "utf-8";
/* TOP CSS Document */
/*---------------------------------
  about top
---------------------------------*/
body.lower.about #headImg {
  background-image: url(../images/about/head_bg01@2x.jpg);
}
body.lower.about .picture {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px
}
@media screen and (max-width: 767px) {
  body.lower.about .picture {
    margin-bottom: 20px
  }
  body.lower.about #headImg {
    background-image: url(../images/about/head_bg01_sp.jpg);
  }
}
body.lower.about #sec01 {
  padding: 0px 0 0px;
}
@media screen and (max-width: 767px) {
  body.lower.about #sec01 {
    padding: 0px 0% 0px;
  }
}
body.lower.about #sec02 {
  padding: 40px 0 0px;
}
body.lower.about #sec02 .ttl {
	background-color: #4B537A;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin-bottom: 10px;
  letter-spacing: 0
}
body.lower.about #sec02 .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #4B537A;
}

body.lower.about #sec02 .graph {
  margin-top: 30px;
  margin-bottom: 20px;
}
body.lower.about #sec02 .graph p {
  margin-top: 10px;
  font-size: 14px
}
@media screen and (max-width: 767px) {
  body.lower.about #sec02 {
    padding: 20px 0 0px;
  }
  body.lower.about #sec02 .picture {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.lower.about #sec02 p.aR {
    margin-bottom: 0
  }
  #body.lower.about sec02 .picture p, #sec02 .picture .fR {
    margin-top: 20px
  }
  body.lower.about #sec02 .picture .fL, #sec02 .picture .fR {
    width: 100%
  }
  body.lower.about #sec02 .picture .fL {
    padding: 0 10%
  }
}
body.lower.about #sec03 {
  padding: 40px 0 0px;
}
@media screen and (max-width: 767px) {
  body.lower.about #sec03 {
    padding: 30px 0 0px;
  }
}
body.lower.about #sec04 {
  padding: 40px 0 80px;
}
body.lower.about #sec04 .selectBox {
  margin: 40px 0 0px
}
body.lower.about #sec04 .selectBox li {
  margin-bottom: 50px
}
body.lower.about #sec04 .selectBox li:last-child {
  margin-bottom: 0
}
body.lower.about #sec04 .selectBox li > dl > dt {
  background-image: url(../images/about/select_bg.png);
  width: 158px;
  height: 158px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  float: left;
}
body.lower.about #sec04 .selectBox li > dl > dt > span {
  font-size: 56px;
  font-family: 'roboto';
  display: block;
  margin-top: -10px;
}
body.lower.about #sec04 .selectBox li > dl > dd {
  float: right;
  width: 750px;
  margin-top: 20px;
}
body.lower.about #sec04 .selectBox dl.point {
  background-color: #FFFFFF;
  font-size: 24px
}
body.lower.about #sec04 .selectBox dl.point dt {
  color: #fff;
  padding: 0px 0px;
  background-color: #4B537A;
}
body.lower.about #sec04 .selectBox dl.point dt .num {
  display: inline-block;
  background-color: #192041;
  padding: 15px 25px;
  margin-right: 20px;
}
body.lower.about #sec04 .selectBox dl.point dt .txt {
  display: inline-block;
}
body.lower.about #sec04 .selectBox dl.point dd {
  padding: 30px 30px 20px
}
body.lower.about #sec04 h4 {
  font-size: 28px;
  font-weight: 500;
  color: #192041;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0.5em;
}
body.lower.about #sec04 h4 span {
  font-size: 40px;
}
body.lower.about #sec04 .note {
  font-size: 12px
}
body.lower.about #sec04 .imgBox {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.lower.about #sec04 {
    padding: 20px 0 30px;
  }
  body.lower.about #sec04 .selectBox {
    margin: 20px 0 0px
  }
  body.lower.about #sec04 .selectBox li {
    margin-bottom: 20px;
  }
  body.lower.about #sec04 .selectBox li > dl > dt {
    width: 100px;
    height: 100px;
    font-size: 13px;
    padding-top: 20px;
    float: none;
    margin: 0 auto;
    background-size: cover;
  }
  body.lower.about #sec04 .selectBox li > dl > dt > span {
    font-size: 40px;
    margin-top: -5px;
  }
  body.lower.about #sec04 .selectBox li > dl > dd {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  body.lower.about #sec04 .selectBox dl.point {
    font-size: 16px
  }
  body.lower.about #sec04 .selectBox dl.point dt {
    padding: 0px 0px;
    display: table;
    width: 100%
  }
  body.lower.about #sec04 .selectBox dl.point dt .num {
    display: table-cell;
    padding: 15px 0px;
    margin-right: 0px;
    width: 10%;
    text-align: center;
    vertical-align: middle
  }
  body.lower.about #sec04 .selectBox dl.point dt .txt {
    display: table-cell;
    width: 90%;
    padding: 15px;
    vertical-align: middle
  }
  body.lower.about #sec04 .selectBox dl.point dd {
    padding: 20px;
  }
  body.lower.about #sec04 h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  body.lower.about #sec04 h4 span {
    font-size: 25px;
  }
  body.lower.about #sec04 .note {
    font-size: 12px
  }
  body.lower.about #sec04 .imgBox {
    margin: 20px 0 30px;
    text-align: center;
  }
}
/*---------------------------------
  howto
---------------------------------*/
body.lower.howto #headImg {
  background-color: #a8cfec;
  background-image: url(../images/about/head_bg02@2x.jpg);
}
body.lower.howto #headImg h2 {
	color: #192041
}
body.lower.howto .headding02 {
  line-height: 1.5;
  border: none
}
body.lower.howto .headding02:before {
  display: none
}
body.lower.howto .boxList {
  margin-bottom: 40px
}
body.lower.howto .boxList li {
  width: 100%;
  border: none;
  padding: 45px 45px
}
body.lower.howto .boxList li .fL {
  width: 480px
}
body.lower.howto .boxList li .fR {
  width: 340px;
  border-radius: 5px;
  overflow: hidden
}
body.lower.howto .boxList li a {
  color: #0e28a6
}
@media screen and (max-width: 767px) {
  body.lower.howto #headImg {
	background-position: 0% 0%;    
  }
  body.lower.howto .boxList {
    margin-bottom: 20px
  }
  body.lower.howto .boxList li {
    padding: 20px 20px;
  }
  body.lower.howto .boxList li .fL {
    width: 100%;
    margin-bottom: 20px
  }
  body.lower.howto .boxList li .fR {
    width: 100%
  }
  body.lower.howto .boxList li a {
    display: block;
  }
}
/*---------------------------------
  option
---------------------------------*/
body.lower.option #headImg {
  background-image: url(../images/about/head_bg01@2x.jpg);
}
body.lower.option #sec01 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
body.lower.option #sec01 ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6
}
body.lower.option #sec01 ul li .fL {
  width: 270px;
  border-radius: 5px;
  overflow: hidden
}
body.lower.option #sec01 ul li .fR {
  width: 650px;
}
body.lower.option #sec01 ul li a {
  color: #0e28a6;
  display: block;
}
@media screen and (max-width: 767px) {
  body.lower.option #sec01 h4 {
    font-size: 16px;
  }
  body.lower.option #sec01 ul li {
    padding: 30px 0 10px;
  }
  body.lower.option #sec01 ul li .fL {
    width: 100%;
    margin-bottom: 20px;
  }
  body.lower.option #sec01 ul li .fR {
    width: 100%;
  }
  body.lower.option #sec01 ul li a {
    color: #0e28a6;
    display: block;
  }
}
body.lower.option #sec02 {
  margin: 70px 0 90px
}
body.lower.option #sec02 h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 1.2em 0 0.2em;
}
body.lower.option #sec02 h4 span {
  font-size: 16px
}
body.lower.option #sec02 .fL, body.lower.option #sec02 .fR {
  width: 48%
}
@media screen and (max-width: 767px) {
  body.lower.option #sec02 {
    margin: 30px 0 40px
  }
  body.lower.option #sec02 h4 {
    font-size: 16px;
  }
  body.lower.option #sec02 h4 span {
    font-size: 13px
  }
  body.lower.option #sec02 .fL, body.lower.option #sec02 .fR {
    width: 100%
  }
  body.lower.option #sec02 .fL {
    margin-bottom: 20px
  }
}
/*---------------------------------
  delivery
---------------------------------*/
body.lower.delivery #headImg {
  background-image: url(../images/about/head_bg01@2x.jpg);
}
body.lower.delivery #sec01 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
body.lower.delivery #sec01,
body.lower.delivery #sec02,
body.lower.delivery #sec03,
body.lower.delivery #sec04,
body.lower.delivery #sec05,
body.lower.delivery #sec06 {
	margin-bottom: 70px
}
@media screen and (max-width: 767px) {

	body.lower.delivery #sec01,
	body.lower.delivery #sec02,
	body.lower.delivery #sec03,
	body.lower.delivery #sec04,
	body.lower.delivery #sec05,
	body.lower.delivery #sec06 {
		margin-bottom: 20px
	}
}