@charset "utf-8";

/* reset */
body {margin: 0;}
ul {margin: 0; padding: 0;}
li {list-style: none;}

h3 {
  padding: 0;
  background: none;
  color: inherit;
  border-bottom: none;
}

/* common */
#content {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  width: 100%;
}

#content img {
  width: 100%;
}

.outer-block {
  position: relative;
  width: 100%;
}

.inner-block {
  margin: 0 30px;
  position: relative;
  width: auto;
  zoom: 1;
}

/* main-visual */
#main-visual,
#bottom-main-visual {
  position: relative;
}

#main-visual img,
#bottom-main-visual img {
  vertical-align: top;
}

#main-visual:after {
  background: url(../image/bg-wave-top.png) center top repeat-x;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
}

#main-visual:before {
  background: url(../image/icon-cnt.png) no-repeat center top;
  background-size: 100%;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 108px;
  height: 54px;
  z-index: 50;
}

#main-visual .logo {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 273px;
  z-index: 50;
}

/* content-area */
#content-area {
  background:url(../image/content-bg.png);
  background-size: auto 200px;
  padding: 20px 0;
}

.header-text{
  display:block;
  margin:0 0 40px;
}
.banner-contnets {
  display:block;
  margin:0 0 50px 0;
}
.cassette-ul li {
  background: #fff;
  border-radius: 5px 5px 0 0;
  min-height: 358px;
  position: relative;
}

.cassette-ul li + li {
  margin-top: 40px;
}

.cassette-ul li > a {
  display: block;
  text-decoration: none;
}

.cassette-ul li.new:after {
  background: url(../image/icon-new.png) no-repeat;
  background-size: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 80px;
  height: 35px;
}

.cassette-ul li.pickup:after {
  background: url(../image/icon-pickup.png) no-repeat;
  background-size: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  width: 62px;
  height: 33px;
}

.cassette-ul li .img-box {
  position: relative;
}

.cassette-ul li .img-box img {
  vertical-align: top;
}

.cassette-ul li .img-box .icon,
.cassette-ul li .img-box .tag {
  position: absolute;
  z-index: 50;
}

#content .cassette-ul li .img-box .icon  img,
#content .cassette-ul li .tag img {
  height: 100%;
  width: auto;
}

.cassette-ul li .img-box .icon {
  height: 52px;
  top: 10px;
  left: 10px;
}

.cassette-ul li .tag {
  height: 38px;
  bottom: -20px;
  left: 0;
}

.cassette-ul li .text-box {
  color: #0166c5;
  font-size: 13px;
  line-height: 1.7;
  padding: 35px 25px 20px;
}

.cassette-ul li .text-box h3,
.cassette-ul li .text-box p {
  margin: 0;
}

.cassette-ul li .text-box h3 {
  color: #0e4ca8;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.cassette-ul li .share-box a {
  background-color: #f0f0f0;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  float: left;
  text-indent: -9999px;
  height: 25px;
  width: 50%;
}

.cassette-ul li .share-box .facebook {
  background-image: url(../image/sns-icon-fb.png);
  background-size: 16px 16px;
}

.cassette-ul li .share-box .twitter {
  background-image: url(../image/sns-icon-tw.png);
  background-size: 22px 18px;
  border-left: 1px solid #fff;
  float: right;
}

.cassette-ul li.coming-soon {
  background: url(../image/coming-soon-bg.png);
  border: 10px solid #9fd6f4;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
}

.cassette-ul li.coming-soon img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* footer */
#foot-area {
  background: url(../image/bg-footer.png);
  background-size: 2px 2px;
}

#foot-area:after {
  background: url(../image/bg-wave-bottom.png) repeat-x center top;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
}

#foot-area .inner-block {
  box-sizing: border-box;
  padding-top: 50px;
  height: 185px;
}

#foot-area .logo {
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;;
  z-index: 50;
}

#foot-area .share-box a {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 46%;
  height: 50px;
}

#foot-area .share-box .facebook {
  background-image: url(../image/sns-btn-fb.png);
  background-size: 78px 23px;
}

#foot-area .share-box .twitter {
  background-image: url(../image/sns-btn-tw.png);
  background-size: 83px 23px;
  float: right;
}

/* bottom */
#bottom-main-visual {
  position: relative;
}

#bottom-main-visual .img01 {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 42.13333vw;
  /*height: 70px;*/
}

#bottom-main-visual:after {
  background: url(../image/bg-wave-top-bottom.png) center top repeat-x;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
}

#bottom-content-area {
  background: #fff;
  padding: 30px 0;
}

#bottom-content-area:after {
  background: url(../image/bg-wave-top.png) repeat-x center top;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
}

#bottom-content-area .img-box {
  margin-bottom: 30px;
}

#bottom-content-area .img-box img {
  vertical-align: bottom;
}

#bottom-content-area .icon-box {
  border-bottom: 1px solid #62b5f6;
  display: table;
  padding-bottom: 5px;
  width: 100%;
}

#bottom-content-area .icon-box .icon-left,
#bottom-content-area .icon-box .icon-right {
  display: table-cell;
}

#bottom-content-area .icon-box .icon-left {text-align: left;}
#bottom-content-area .icon-box .icon-right {text-align: right;}

#bottom-content-area .icon-box .icon-left img {
  height: 32px;
  width: auto;
  vertical-align: bottom;
}
#bottom-content-area .icon-box .icon-right img {
  height: 37px;
  width: auto;
  vertical-align: bottom;
}

#bottom-content-area .icon-box .icon-right.icon-edit img {
  height: 28px;
}

#bottom-content-area h3 {
  color: #0e4ca8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0;
}

#bottom-content-area h3 .small {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
}

#bottom-content-area .text {
  color: #1e83c2;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

#bottom-content-area .share-box {
  margin: 35px 0 65px;
}

#bottom-content-area .share-box a {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: inline-block;
  text-indent: -9999px;
  width: 105px;
  height: 36px;
}

#bottom-content-area .share-box .facebook {
  background-image: url(../image/sns-btn-fb-bottom.png);
  background-size: 64px 18px;
  border: 1px solid #3b5998;
}

#bottom-content-area .share-box .twitter {
  background-image: url(../image/sns-btn-tw-bottom.png);
  background-size: 66px 18px;
  border: 1px solid #55acee;
  margin-left: 12px;
}

#bottom-content-area .return {
  background: url(../image/arrow-return.png) no-repeat center left;
  background-size: 7px 12px;
  border-bottom: 1px solid #0166c5;
  color: #0166c5;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: none;
}

#bottom-foot-area {
  background:url(../image/content-bg.png);
  background-size: auto 200px;
  padding: 20px 0 30px;
}

#bottom-foot-area .logo {
  margin: 0 auto;
  width: 300px;
}

#foot-area .share-box:after,
.cassette-ul li .share-box:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#bottom-content-area .text a {
    color: #1e83c2;
    text-decoration: underline;
}

#bottom-content-area .border-box {
    border: 1px solid #d5edff;
    margin-top: 30px;
    padding: 20px;
}


/* 20160721  nanaco */

#bottom-content-area .nanaco-btn li {
  padding: 10px 0;
}

#bottom-content-area .nanaco-btn a {
  display: block;
  line-height: 36px;
  width: 250px;
  background: #0e4ca8;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  position: relative;
}

#bottom-content-area .nanaco-btn a:after {
  content: "";
  display: block;
  background: url(../image/bottom-icon-nanaco.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 17px;
  height: 14px;
}

#bottom-content-area .nanaco-btn a.link-none {
  background: #aaaaaa;
  color: #ddd;
}

#bottom-content-area .nanaco-btn li.orange-btn a {
  background: #f39818;
}

#bottom-content-area .nanaco-btn span {
  display: block;
  margin-top: 5px;
  color: #1e83c2;
  font-size: 12px;
}

#bottom-content-area .nanaco-btn span.cap {
  margin-top: 50px;
}


/* 170712 arigatou.html */
.arigatou #bottom-content-area h3{
  margin-bottom: 10px;
}
.arigatou #bottom-content-area .text{
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #0e4ca8;
}


form select {
  padding: 5px 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4bb7ef;
  background: #fff url(/share/kyushu_support/image/input_arrow.gif) right 50% no-repeat;
  background-size: 20px, 100%;
  vertical-align: middle;
}
form button {
  border: none;
  padding: 0;
  background: none;
}

/*.arigatou .paramDateAdd10{
  position: relative;
}*/
.arigatou .paramDateAdd10 button{
  margin: 7.8125vw 0 25.33333vw;
}
.arigatou .paramDateAdd10 span{
  display: inline-block;
  width: 14.26666vw;
  font-size: 2.93333vw;
}
.arigatou .paramDateAdd10 select{
  width: 44.44444vw;
}

.arigatou .paramDateAdd10 .select01{
  margin: 0 0 2.4vw;
}
