@charset "UTF-8";

.sp {display: none;}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
  min-width: 1200px;
  background: #e4f0f7;
  color: #666;
}

h1, h2, h3, h4, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

img {
  vertical-align: top;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  margin:0 auto; width: 1200px;
  background: #fff;
}

.header .header_logo { margin:0px 20px; padding-top:20px; }

.block.block-mt {
  margin-top: 50px;
}

.block.block-mtM {
  margin-top: 30px;
}

.block.block-mtS {
  margin-top: 15px;
}

.block.block-mtMS {
  margin-top: 25px;
}

.block.block-center {
  margin-left: auto;
  margin-right: auto;
}

.block.block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.block-1 .block_item.block_item-mrS {
  margin-right: 15px;
}

.block.block-1 .block_item.block_item-mr {
  margin-right: 30px;
}

.block.block-1 .block_item.block_item-mrM {
  margin-right: 50px;
}

.block.block-1 .block_item.block_item-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.block.block-2 {
  width: 956px;
}

.block.block-3 {
  width: 876px;
  background: url(../img/icon3.png) no-repeat right bottom;
}

.block.block-4 {
  margin-left: 110px;
  padding-top: 70px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/pic1.png) no-repeat right 30px bottom;
}

.block.block-4 .block_item:first-child {
  margin-right: 46px;
}

.block.block-8 {
  width: 1010px;
  height: 760px;
  background: url(../img/bg1.png);
}

.block.block-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.block-9 .block_item {
  margin: 60px 15px 0;
}

.heading.heading-center {
  text-align: center;
}

.heading.heading-mt {
  margin-top: 30px;
}

.heading.heading-pt {
  padding-top: 50px;
}

.text.text-center {
  text-align: center;
}

.text.text-mt {
  margin-top: 1em;
}

.text.text-1 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.text.text-2 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.6;
  color: #595757;
  margin:5px;
}

.text.text-2 span{
  font-size: 150%;
  display:block;
}

.text.text-3 {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.text.text-4 {
  font-size: 18px;
  color: #fff;
}

.text.text-5 {
  font-size: 15px;
  color: #fff;
}

.text.text-6 {
  font-size: 16px;
  color: #333;
  letter-spacing: -1px;
}

.button {
  border-radius: 16px;
  width: 425px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button:hover {
  opacity: 0.85;
}

.button.button-1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#7fa92c), color-stop(50%, #7fa92c), color-stop(50%, #98bc2c), to(#98bc2c));
  background: -webkit-linear-gradient(bottom, #7fa92c 0%, #7fa92c 50%, #98bc2c 50%, #98bc2c 100%);
  background: -o-linear-gradient(bottom, #7fa92c 0%, #7fa92c 50%, #98bc2c 50%, #98bc2c 100%);
  background: linear-gradient(0deg, #7fa92c 0%, #7fa92c 50%, #98bc2c 50%, #98bc2c 100%);
}

.button.button-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#d23649), color-stop(50%, #d23649), color-stop(50%, #d75f5c), to(#d75f5c));
  background: -webkit-linear-gradient(bottom, #d23649 0%, #d23649 50%, #d75f5c 50%, #d75f5c 100%);
  background: -o-linear-gradient(bottom, #d23649 0%, #d23649 50%, #d75f5c 50%, #d75f5c 100%);
  background: linear-gradient(0deg, #d23649 0%, #d23649 50%, #d75f5c 50%, #d75f5c 100%);
}

.button.button-3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#e5a823), color-stop(50%, #e5a823), color-stop(50%, #e8be5f), to(#e8be5f));
  background: -webkit-linear-gradient(bottom, #e5a823 0%, #e5a823 50%, #e8be5f 50%, #e8be5f 100%);
  background: -o-linear-gradient(bottom, #e5a823 0%, #e5a823 50%, #e8be5f 50%, #e8be5f 100%);
  background: linear-gradient(0deg, #e5a823 0%, #e5a823 50%, #e8be5f 50%, #e8be5f 100%);
}

.button.button-3 .button_text {
  margin-left: 0;
}

.button.button-4 {
  background: -webkit-gradient(linear, left bottom, left top, from(#2072b8), color-stop(50%, #2072b8), color-stop(50%, #3083c6), to(#3083c6));
  background: -webkit-linear-gradient(bottom, #2072b8 0%, #2072b8 50%, #3083c6 50%, #3083c6 100%);
  background: -o-linear-gradient(bottom, #2072b8 0%, #2072b8 50%, #3083c6 50%, #3083c6 100%);
  background: linear-gradient(0deg, #2072b8 0%, #2072b8 50%, #3083c6 50%, #3083c6 100%);
}

.button .button_text {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin-left: 10px;
}

.button.button-small {
  width: 134px;
  height: 33px;
  border-radius: 3px;
  background: #9daab1;
}

.button.button-small .button_text {
  font-size: 14px;
  margin-left: 0px;
  margin-top: -1px;
}

.button.button-short {
  width: 167px;
  height: 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button.button-short .button_icon {
  margin-bottom: 2px;
}

.button.button-short .button_text {
  margin-left: 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.icon:before {
  content: "";
  display: inline-block;
}

.icon.icon-1:before {
  width: 62px;
  height: 54px;
  background: url(../img/icon1.png) no-repeat center;
  background-size: contain;
}

.icon.icon-2:before {
  width: 44px;
  height: 44px;
  background: url(../img/icon2.png) no-repeat center;
  background-size: contain;
}

.icon.icon-3:before {
  margin-right: 0;
  width: 48px;
  height: 44px;
  background: url(../img/icon4.png) no-repeat center;
  background-size: contain;
}

.icon.icon-4:before {
  margin-right: 0;
  width: 51px;
  height: 26px;
  background: url(../img/icon9.png) no-repeat center;
  background-size: contain;
}

.icon.icon-small:before {
  margin: 0;
  height: 30px;
}

.support {
  width: 439px;
  height: 204px;
  background: url(../img/bg2.png) no-repeat 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 150px;
}

.support:before {
  position: absolute;
  top: -35px;
  left: 41px;
}

.support:after {
  position: absolute;
}

.support.support-1:before {
  content: url(../img/support1.png);
}

.support.support-1:after {
  content: url(../img/icon5.png);
  top: 70px;
  left: 35px;
}

.support.support-2:before {
  content: url(../img/support2.png);
}

.support.support-2:after {
  content: url(../img/icon6.png);
  top: 85px;
  left: 40px;
}

.support.support-3:before {
  content: url(../img/support3.png);
}

.support.support-3:after {
  content: url(../img/icon7.png);
  top: 85px;
  left: 35px;
}

.support.support-4:before {
  content: url(../img/support4.png);
}

.support.support-4:after {
  content: url(../img/icon8.png);
  top: 85px;
  left: 48px;
}

.support .support_heading {
  padding-top: 30px;
  font-size: 25px;
  color: #4864a5;
  font-weight: bold;
}

.support .support_text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
}

.support .support_button {
  width: 134px;
  height: 33px;
  position: absolute;
  right: 13px;
  bottom: 13px;
}

.arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}

.arrow.arrow-1:before {
  margin-top: -2px;
  margin-right: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}

.flow {
  margin-right: 80px;
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow .flow_item {
  width: 130px;
}

.flow .flow_item:not(:last-child) {
  padding-right: 50px;
  background: url(../img/arrow1.png) no-repeat 140px 55px;
}

.flow .flow_item:nth-child(2n-1) .flow_header {
  background: #a6c2d1;
}

.flow .flow_item:nth-child(2n) .flow_header {
  background: #7dbdc4;
}

.flow .flow_item .flow_header {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.flow .flow_item .flow_step {
  padding-top: 18px;
  text-align: center;
  color: #595757;
  font-size: 15px;
  line-height: 1.2;
}

.flow .flow_item .flow_step .flow_number {
  font-size: 18px;
  font-weight: bold;
}

.flow .flow_item .flow_heading {
  margin-top: 4px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.flow .flow_item .flow_body {
  margin-top: 20px;
}

.flow .flow_item .flow_text {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -1px;
}

.shopInfo {
  margin-top: 10px;
  background: #80c4eb;
}

.shopInfo:before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url(../img/bg3.png) no-repeat top center #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #80c4eb;
}
