@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 
 *  Common
 */
* {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}

html {
  min-width: 1300px;
}

@media screen and (max-width: 800px) {
  html {
    min-width: 375px;
  }
}

img {
  -webkit-backface-visibility: hidden;
}

hr {
  margin: 0;
}

li {
  list-style: none;
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .sp-only {
    display: block !important;
  }
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.noto-regular {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.noto-medium,
#firstview .contain .tel .time,
.form .contain .balloon-left .time,
.form .contain .balloon-right>p,
.cta .contain .flex-box .middle .time,
#company .contain .flex-box .list-left .flex-box .right,
#company .contain .flex-box .list-right .flex-box .right,
footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.noto-bold,
#firstview .contain .tel .tel-number,
.form .contain .balloon-left .kochira,
.form .contain .balloon-left .tel-number,
#voice .contain .company .flex-box .right .author,
.cta .contain .flex-box .middle .odenwa,
.cta .contain .flex-box .right a>p,
#comment .contain .header-box .author,
#company .contain .flex-box .list-left .flex-box .left,
#company .contain .flex-box .list-right .flex-box .left {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.noto-black,
#firstview .contain .fv-title h1.big,
#firstview .contain .price-box .price>span,
.form .contain form input[type="submit"],
.cta .contain .flex-box .middle .tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

/* 
 *  
 */
#sticky {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

#sticky .contain .flex-box .left,
#sticky .contain .flex-box .right {
  width: 50%;
  height: 52px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sticky .contain .flex-box .left {
  background-color: #00CABB;
}

#sticky .contain .flex-box .left>img {
  width: 70px;
  height: auto;
}

#sticky .contain .flex-box .right {
  background-color: #FF7B4A;
}

#sticky .contain .flex-box .right>img {
  width: 116px;
  height: auto;
}

#firstview {
  height: 710px;
  background-color: white;
}

#firstview .contain {
  margin: 0 auto;
  width: 1270px;
  height: 100%;
  position: relative;
  background-image: url("../img/01_first/back.png");
  background-size: 1266px;
  background-position: center 10px;
}

#firstview .contain .logo {
  width: 130px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 0;
}

#firstview .contain .tel {
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 290px;
  height: 80px;
  background-color: #00CABB;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

#firstview .contain .tel .tel-icon {
  width: 37px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 12px;
}

#firstview .contain .tel .tel-number {
  position: absolute;
  top: 8px;
  left: 70px;
  font-size: 30px;
  color: #ffffff;
}

#firstview .contain .tel .time {
  position: absolute;
  top: 50px;
  left: 21px;
  font-size: 14px;
  color: #ffffff;
}

#firstview .contain .slash-left,
#firstview .contain .slash-right {
  position: absolute;
  top: 200px;
  font-size: 25px;
}

#firstview .contain .slash-left {
  left: calc(50% - 220px);
}

#firstview .contain .slash-right {
  left: calc(50% + 206px);
}

#firstview .contain .fv-title {
  width: 100%;
  position: absolute;
  top: 200px;
}

#firstview .contain .fv-title .small,
#firstview .contain .fv-title .big {
  display: block;
  text-align: center;
}

#firstview .contain .fv-title .small {
  font-size: 25px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#firstview .contain .sub {
  width: 100%;
  position: absolute;
  top: 410px;
  font-size: 25px;
  text-align: center;
  line-height: 1.6em;
}

#firstview .contain .price-box {
  position: absolute;
  bottom: 90px;
  left: calc(50% - 235px);
  width: 470px;
  height: 126px;
}

#firstview .contain .price-box .price-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: auto;
}

#firstview .contain .price-box .price {
  position: absolute;
  top: 15px;
  right: 2px;
  color: #3E9BF7;
  font-size: 65px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}

#firstview .contain .price-box .price>span {
  font-size: 45px;
  color: #3E9BF7;
}

@media screen and (max-width: 800px) {
  #firstview {
    height: 610px;
  }

  #firstview .contain {
    margin: 0 auto;
    width: 335px;
    height: 100%;
    position: relative;
    background-image: url("../img/01_first_sp/back.png");
    background-size: 335px 517px;
    background-position: center 80px;
  }

  #firstview .contain .logo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 0;
  }

  #firstview .contain .tel {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    width: 154px;
    height: 46px;
    background-color: #00CABB;
    color: white;
    border-radius: 5px;
    text-decoration: none;
  }

  #firstview .contain .tel .tel-icon {
    width: 24px;
    height: auto;
    position: absolute;
    left: 12px;
    top: 6px;
  }

  #firstview .contain .tel .tel-number {
    position: absolute;
    top: 7px;
    left: 40px;
    font-size: 15px;
    color: #ffffff;
  }

  #firstview .contain .tel .time {
    width: 210px;
    position: absolute;
    top: 28px;
    left: -18px;
    font-size: 10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    color: #ffffff;
  }

  #firstview .contain .slash-left,
  #firstview .contain .slash-right {
    position: absolute;
    top: 166px;
    font-size: 14px;
  }

  #firstview .contain .slash-left {
    left: calc(50% - 125px);
  }

  #firstview .contain .slash-right {
    left: calc(50% + 116px);
  }

  #firstview .contain .fv-title {
    width: 100%;
    position: absolute;
    top: 165px;
  }

  #firstview .contain .fv-title .small,
  #firstview .contain .fv-title .big {
    display: block;
    text-align: center;
  }

  #firstview .contain .fv-title .small {
    font-size: 14px;
  }

  #firstview .contain .fv-title h1.big {
    color: #00CABB;
    font-size: 42px;
  }

  #firstview .contain .sub {
    width: 100%;
    position: absolute;
    top: 255px;
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
  }

  #firstview .contain .price-box {
    position: absolute;
    bottom: 430px;
    left: calc(50% - 60px);
    width: 200px;
    height: 85px;
  }

  #firstview .contain .price-box .price-circle {
    display: none;
  }

  #firstview .contain .price-box .price {
    position: absolute;
    top: 235px;
    right: 2px;
    color: #3E9BF7;
    font-size: 38px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  #firstview .contain .price-box .price>span {
    font-size: 27px;
  }
}

/** partner **/
section#partner.partner {
  margin: min(100vw / 750 * 24, 24px) auto;
}

section#partner.partner div.partner__container.container {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  display: block;
}

section#partner.partner div.partner__container.container div.partner__body {
  overflow-x: hidden;
  display: flex;
  gap: min(100vw / 750 * 24, 24px);
}

section#partner.partner div.partner__container.container div.partner__body ul {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
  gap: min(100vw / 750 * 24, 24px);
}

section#partner.partner div.partner__container.container div.partner__body ul li {
  width: min(100vw / 750 * 256, 256px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 0;
}

section#partner.partner div.partner__container.container div.partner__body ul li img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

@keyframes infinity-scroll-left {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 800px) {
  .form-bottom-cover {
    padding-top: 36px;
  }
}

.form {
  background-color: #FED84D;
}

.form .contain {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}

.form .contain form {
  width: 632px;
  height: 895px;
  position: relative;
  left: calc(50% - 316px);
  background-image: url("../img/02_form/back.png");
  background-size: 632px 824px;
  background-position: center 70px;
}

.form .contain form h2 {
  position: absolute;
  top: 215px;
  left: 90px;
  font-size: 30px;
  color: white;
}

.form .contain form>ul {
  position: absolute;
  top: 290px;
  left: 70px;
}

.form .contain form>ul li {
  position: relative;
}

.form .contain form>ul li input[type="text"] {
  width: 454px;
  height: 76px;
  margin-bottom: 26px;
  padding-left: 70px;
  font-size: 18px;
  border: 5px solid #3E9BF7;
  border-radius: 10px;
  outline: none;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.form .contain form>ul li input[type="text"]::-webkit-input-placeholder {
  color: #AFAFAF;
}

.form .contain form>ul li input[type="text"]:-ms-input-placeholder {
  color: #AFAFAF;
}

.form .contain form>ul li input[type="text"]::-ms-input-placeholder {
  color: #AFAFAF;
}

.form .contain form>ul li input[type="text"]::placeholder {
  color: #AFAFAF;
}

.form .contain form>ul li input[type="text"]:focus {
  border-color: #FFCF21;
}

.form .contain form>ul li>img {
  width: 104px;
  height: auto;
  position: absolute;
  top: -19px;
  left: -50px;
}

.form .contain form input[type="submit"] {
  width: 430px;
  height: 74px;
  position: absolute;
  top: 770px;
  left: 90px;
  display: block;
  background-color: #FF7B4A;
  font-size: 25px;
  letter-spacing: 1px;
  color: white;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px #AFAFAF;
  box-shadow: 5px 5px 0px #AFAFAF;
  cursor: pointer;
}

.form .contain .balloon-left,
.form .contain .balloon-right {
  position: absolute;
}

.form .contain .balloon-left {
  width: 316px;
  height: 684px;
  bottom: 0;
  left: -10px;
  background-image: url("./../img/02_form/balloon1.png");
  background-size: 316px auto;
}

.form .contain .balloon-left .kochira {
  position: absolute;
  top: 30px;
  left: 90px;
  font-size: 20px;
  color: #3E9BF7;
}

.form .contain .balloon-left .tel-icon {
  width: 37px;
  height: auto;
  position: absolute;
  top: 79px;
  left: 33px;
}

.form .contain .balloon-left .tel-number {
  position: absolute;
  top: 73px;
  left: 80px;
  font-size: 30px;
  color: #484848;
}

.form .contain .balloon-left .time {
  position: absolute;
  top: 122px;
  left: 32px;
  font-size: 14px;
  color: #484848;
}

.form .contain .balloon-right {
  width: 348px;
  height: 682px;
  bottom: 0;
  right: -5px;
  background-image: url("../img/02_form/balloon2.png");
  background-size: 348px auto;
}

.form .contain .balloon-right>p {
  position: absolute;
  top: 43px;
  right: 16px;
  font-size: 18px;
  text-align: center;
  color: #292929;
}

@media screen and (max-width: 800px) {
  .form .contain {
    width: 375px;
    height: 480px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
  }

  .form .contain form {
    width: 335px;
    height: 480px;
    position: absolute;
    top: -40px;
    left: 18px;
    background-image: url("../img/02_form_sp/back.png");
    background-size: 334px 478px;
    background-position: center top;
  }

  .form .contain form h2 {
    position: absolute;
    top: 86px;
    left: 48px;
    font-size: 16px;
    color: white;
  }

  .form .contain form>ul {
    position: absolute;
    top: 118px;
    left: 0;
  }

  .form .contain form>ul li {
    position: relative;
  }

  .form .contain form>ul li input[type="text"],
  .form .contain form>ul li textarea {
    width: 278px;
    height: 43px;
    margin-bottom: 14px;
    padding-left: 45px;
    font-size: 11px;
    border: 3px solid #3E9BF7;
    border-radius: 10px;
  }

  .form .contain form>ul li input[type="text"]::-webkit-input-placeholder,
  .form .contain form>ul li textarea::-webkit-input-placeholder {
    color: #AFAFAF;
  }

  .form .contain form>ul li input[type="text"]:-ms-input-placeholder,
  .form .contain form>ul li textarea:-ms-input-placeholder {
    color: #AFAFAF;
  }

  .form .contain form>ul li input[type="text"]::-ms-input-placeholder,
  .form .contain form>ul li textarea::-ms-input-placeholder {
    color: #AFAFAF;
  }

  .form .contain form>ul li input[type="text"]::placeholder,
  .form .contain form>ul li textarea::placeholder {
    color: #AFAFAF;
  }

  .form .contain form>ul li>img {
    width: 60px;
    height: auto;
    position: absolute;
    top: -10px;
    left: -20px;
  }

  .form .contain form input[type="submit"] {
    width: 300px;
    height: 53px;
    position: absolute;
    top: 395px;
    left: 16px;
    display: block;
    background-color: #FF7B4A;
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px #AFAFAF;
    box-shadow: 5px 5px 0px #AFAFAF;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .form .contain .balloon-left,
  .form .contain .balloon-right {
    display: none;
  }

  .form .contain .balloon-left {
    width: 316px;
    height: 684px;
    bottom: 0;
    left: -10px;
    background-image: url("../img/02_form/balloon1.png");
    background-size: 316px auto;
  }

  .form .contain .balloon-left .kochira {
    position: absolute;
    top: 30px;
    left: 90px;
    font-size: 20px;
    color: #3E9BF7;
  }

  .form .contain .balloon-left .tel-icon {
    width: 37px;
    height: auto;
    position: absolute;
    top: 79px;
    left: 33px;
  }

  .form .contain .balloon-left .tel-number {
    position: absolute;
    top: 73px;
    left: 80px;
    font-size: 30px;
    color: #484848;
  }

  .form .contain .balloon-left .time {
    position: absolute;
    top: 122px;
    left: 32px;
    font-size: 14px;
    color: #484848;
  }

  .form .contain .balloon-right {
    width: 348px;
    height: 682px;
    bottom: 0;
    right: -5px;
    background-image: url("../img/02_form/balloon2.png");
    background-size: 348px auto;
  }

  .form .contain .balloon-right>p {
    position: absolute;
    top: 43px;
    right: 16px;
    font-size: 18px;
    text-align: center;
    color: #292929;
  }
}

#achievement {
  padding: 50px 0 50px;
  background-color: #F5F5F5;
}

#achievement .contain {
  width: 1080px;
  margin: 0 auto;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#achievement .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#achievement .contain>hr {
  width: 100px;
  margin: 0 auto 80px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

#achievement .contain .flex-box {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#achievement .contain .flex-box .company {
  width: 505px;
  background-color: #E2F0FE;
}

#achievement .contain .flex-box .company .top-box {
  width: 396px;
  height: 330px;
  position: relative;
  margin: 55px 53px 24px;
  background-color: white;
  border-radius: 10px;
}

#achievement .contain .flex-box .company .top-box>h3>img {
  display: block;
  margin: 0 auto;
  height: auto;
}

#achievement .contain .flex-box .company .top-box>h3>img.matsumoto {
  width: 246px;
  padding: 30px 0 0;
}

#achievement .contain .flex-box .company .top-box>h3>img.jcd {
  width: 246px;
}

#achievement .contain .flex-box .company .top-box>h3>img.mind {
  width: 246px;
}

#achievement .contain .flex-box .company .top-box>h3>img.santa {
  width: 246px;
}

#achievement .contain .flex-box .company .top-box>ul {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  top: 115px;
}

#achievement .contain .flex-box .company .top-box>ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#achievement .contain .flex-box .company .top-box>ul li .li-left,
#achievement .contain .flex-box .company .top-box>ul li .li-right {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

#achievement .contain .flex-box .company .top-box>ul li .li-left>span,
#achievement .contain .flex-box .company .top-box>ul li .li-right>span {
  font-size: 23px;
  font-weight: 400;
  text-align: right;
}

#achievement .contain .flex-box .company .top-box>table {
  width: 330px;
  position: absolute;
  top: 105px;
  right: 35px;
}

#achievement .contain .flex-box .company .top-box>table tr th {
  font-size: 18px;
  font-weight: 400;
}

#achievement .contain .flex-box .company .top-box>p {
  position: absolute;
  right: 35px;
  bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

#achievement .contain .flex-box .company .top-box>p>span {
  font-size: 23px;
  font-weight: 400;
}

#achievement .contain .flex-box .company .mid-box {
  padding: 16px;
  position: relative;
  background-color: #3E9BF7;
}

#achievement .contain .flex-box .company .mid-box>p {
  color: white;
  font-size: 25px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#achievement .contain .flex-box .company .mid-box>hr {
  position: absolute;
  bottom: -27px;
  left: calc(50% - 7px);
  border: 14px solid;
  border-color: #3E9BF7 transparent transparent transparent;
}

#achievement .contain .flex-box .company .bottom-box {
  padding: 50px 36px 30px;
}

@media screen and (max-width: 800px) {
  #achievement {
    padding: 30px 0 0;
  }

  #achievement .contain {
    width: 375px;
    margin: 0 auto;
  }

  #achievement .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #achievement .contain>hr {
    width: 100px;
    margin: 0 auto 30px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #achievement .contain .flex-box {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #achievement .contain .flex-box .company {
    width: 100%;
    margin-bottom: 36px;
    background-color: #E2F0FE;
  }

  #achievement .contain .flex-box .company .top-box {
    width: 335px;
    height: 250px;
    position: relative;
    margin: 30px 20px 20px;
    background-color: white;
    border-radius: 10px;
  }

  #achievement .contain .flex-box .company .top-box>h3>img {
    display: block;
    margin: 0 auto;
    height: auto;
  }

  #achievement .contain .flex-box .company .top-box>h3>img.matsumoto {
    width: 163px;
    padding: 26px 0 0;
  }

  #achievement .contain .flex-box .company .top-box>h3>img.jcd {
    width: 190px;
    padding: 6px 0 0;
  }

  #achievement .contain .flex-box .company .top-box>h3>img.mind {
    width: 192px;
    padding: 6px 0 0;
  }

  #achievement .contain .flex-box .company .top-box>h3>img.santa {
    width: 179px;
    padding: 4px 0 0;
  }

  #achievement .contain .flex-box .company .top-box>ul {
    width: 100%;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    top: 90px;
  }

  #achievement .contain .flex-box .company .top-box>ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #achievement .contain .flex-box .company .top-box>ul li .li-left,
  #achievement .contain .flex-box .company .top-box>ul li .li-right {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }

  #achievement .contain .flex-box .company .top-box>ul li .li-left>span,
  #achievement .contain .flex-box .company .top-box>ul li .li-right>span {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
  }

  #achievement .contain .flex-box .company .top-box>table {
    width: 330px;
    position: absolute;
    top: 105px;
    right: 35px;
  }

  #achievement .contain .flex-box .company .top-box>table tr th {
    font-size: 18px;
    font-weight: 400;
  }

  #achievement .contain .flex-box .company .top-box>p {
    position: absolute;
    right: 35px;
    bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
  }

  #achievement .contain .flex-box .company .top-box>p>span {
    font-size: 23px;
    font-weight: 400;
  }

  #achievement .contain .flex-box .company .mid-box {
    padding: 10px;
    position: relative;
    background-color: #3E9BF7;
  }

  #achievement .contain .flex-box .company .mid-box>p {
    color: white;
    font-size: 16px;
    text-align: center;
  }

  #achievement .contain .flex-box .company .mid-box>hr {
    position: absolute;
    bottom: -23px;
    left: calc(50% - 16px);
    border: 14px solid;
    border-color: #3E9BF7 transparent transparent transparent;
  }

  #achievement .contain .flex-box .company .bottom-box {
    padding: 30px 20px 30px;
  }
}

#voice {
  padding: 80px 0 100px;
  background-color: white;
}

#voice .contain {
  width: 1106px;
  margin: 0 auto;
  position: relative;
}

#voice .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#voice .contain>hr {
  width: 150px;
  margin: 0 auto 80px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

#voice .contain .check {
  width: 93px;
  position: absolute;
  top: -50px;
  right: 340px;
}

#voice .contain .company .flex-box {
  height: 306px;
  margin-bottom: 10px;
}

#voice .contain .company .flex-box .left,
#voice .contain .company .flex-box .right {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#voice .contain .company .flex-box .left {
  width: 467px;
}

#voice .contain .company .flex-box .left>img {
  display: inline-block;
  width: 426px;
}

#voice .contain .company .flex-box .right .catchcopy {
  margin-bottom: 20px;
  padding: 10px 0 0;
}

#voice .contain .company .flex-box .right .catchcopy>p {
  font-size: 40px;
}

#voice .contain .company .flex-box .right .catchcopy>p>span {
  color: #FFCF21;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#voice .contain .company .flex-box .right .catchcopy>p.mb {
  margin-bottom: 42px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#voice .contain .company .flex-box .right .catchcopy>p.ml {
  margin-left: 20px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#voice .contain .company .flex-box .right .catchcopy.box1 {
  width: 629px;
  height: 182px;
  background-image: url("../img/04_voice/box1.png");
  background-size: 630px 183px;
  background-position: center;
}

#voice .contain .company .flex-box .right .catchcopy.box2 {
  width: 577px;
  height: 182px;
  background-image: url("../img/04_voice/box2.png");
  background-size: 577px 183px;
  background-position: center;
}

#voice .contain .company .flex-box .right .author {
  font-size: 18px;
  line-height: 36px;
}

#voice .contain .company .flex-box .right.pt {
  padding-top: 20px;
}

#voice .contain .company .flex-box.jcd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#voice .contain .company .flex-box.jcd>.left {
  text-align: right;
}

#voice .contain .company .balloon {
  width: 100%;
  padding: 110px 32px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#voice .contain .company .balloon .left,
#voice .contain .company .balloon .right {
  width: 500px;
  line-height: 2.4em;
}

#voice .contain .company .balloon .left p,
#voice .contain .company .balloon .right p {
  font-size: 18px;
  font-weight: 400;
}

#voice .contain .company .balloon .left p.mb,
#voice .contain .company .balloon .right p.mb {
  margin-bottom: 30px;
}

#voice .contain .company .balloon .left p>span,
#voice .contain .company .balloon .right p>span {
  font-size: 23px;
  color: #3E9BF7;
}

#voice .contain .company .balloon.balloon1 {
  height: 702px;
  margin-top: -30px;
  background-image: url("../img/04_voice/balloon1.png");
  background-size: 1106px 702px;
  background-position: center;
}

#voice .contain .company .balloon.balloon2 {
  height: 771px;
  background-image: url("../img/04_voice/balloon2.png");
  background-size: 1106px 771px;
  background-position: center;
}

#voice .contain .company.mb {
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  #voice {
    padding: 50px 0 60px;
    background-color: white;
  }

  #voice .contain {
    width: 335px;
    margin: 0 auto;
    position: relative;
  }

  #voice .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #voice .contain>hr {
    width: 113px;
    margin: 0 auto 0px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #voice .contain .check {
    width: 50px;
    position: absolute;
    top: -38px;
    right: 58px;
  }

  #voice .contain .company {
    padding-top: 120px;
  }

  #voice .contain .company .flex-box {
    margin-top: 0;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  #voice .contain .company .flex-box .left,
  #voice .contain .company .flex-box .right {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #voice .contain .company .flex-box .left {
    width: 100%;
  }

  #voice .contain .company .flex-box .left img {
    margin: 0 auto;
    width: 335px;
  }

  #voice .contain .company .flex-box .right {
    width: 100%;
  }

  #voice .contain .company .flex-box .right .catchcopy {
    margin-bottom: 20px;
    padding: 8px 0 0;
  }

  #voice .contain .company .flex-box .right .catchcopy>p {
    font-size: 18px;
  }

  #voice .contain .company .flex-box .right .catchcopy>p>span {
    color: #FFCF21;
  }

  #voice .contain .company .flex-box .right .catchcopy>p.mb {
    margin-bottom: 28px;
  }

  #voice .contain .company .flex-box .right .catchcopy>p.ml {
    margin-left: 9px;
  }

  #voice .contain .company .flex-box .right .catchcopy.box1 {
    width: 100%;
    height: 98px;
    background-image: url("../img/04_voice/box1_sp.png");
    background-size: 280px 98px;
    background-position: top left;
  }

  #voice .contain .company .flex-box .right .catchcopy.box2 {
    width: 100%;
    height: 108px;
    background-image: url("../img/04_voice/box2_sp.png");
    background-size: 293px 108px;
    background-position: top left;
  }

  #voice .contain .company .flex-box .right .catchcopy.box2>p {
    font-size: 21px;
  }

  #voice .contain .company .flex-box .right .author {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  #voice .contain .company .flex-box .right.pt {
    padding-top: 0px;
  }

  #voice .contain .company .flex-box.matsumoto .left {
    height: 213px;
  }

  #voice .contain .company .flex-box.matsumoto .left>img {
    margin: 0 auto;
    width: 335px;
  }

  #voice .contain .company .flex-box.jcd .left {
    height: 241px;
  }

  #voice .contain .company .flex-box.jcd .left>img {
    margin: 0 auto;
    width: 335px;
  }

  #voice .contain .company.mb {
    margin-bottom: 50px;
  }

  #voice .contain .company .balloon {
    width: 335px;
    margin: 0 auto;
    padding: 50px 16px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #voice .contain .company .balloon .left,
  #voice .contain .company .balloon .right {
    width: 500px;
    line-height: 1.6em;
  }

  #voice .contain .company .balloon .left p,
  #voice .contain .company .balloon .right p {
    font-size: 14px;
    font-weight: 400;
  }

  #voice .contain .company .balloon .left p.mb,
  #voice .contain .company .balloon .right p.mb {
    margin-bottom: 30px;
  }

  #voice .contain .company .balloon .left p>span,
  #voice .contain .company .balloon .right p>span {
    font-size: 14px;
    color: #3E9BF7;
  }

  #voice .contain .company .balloon.balloon1 {
    height: 880px;
    margin-top: 0px;
    padding: 65px 16px 60px;
    background-image: url("../img/04_voice/balloon1_sp.png");
    background-size: 335px 862px;
    background-position: bottom center;
  }

  #voice .contain .company .balloon.balloon2 {
    height: 1170px;
    padding: 80px 16px 60px;
    background-image: url("../img/04_voice/balloon2_sp.png");
    background-size: 335px 1142px;
    background-position: bottom center;
  }
}

.cta {
  background-color: #3E9BF7;
}

.cta .contain {
  padding: 50px 0;
}

.cta .contain .flex-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta .contain .flex-box .left>img {
  width: 250px;
  height: auto;
}

.cta .contain .flex-box .middle {
  width: 380px;
  height: 120px;
  margin: 0 50px 0 0;
  position: relative;
}

.cta .contain .flex-box .middle>p {
  position: absolute;
  color: white;
}

.cta .contain .flex-box .middle .odenwa {
  top: 0;
  left: 0;
  font-size: 22px;
}

.cta .contain .flex-box .middle .tel {
  top: 26px;
  right: 0;
  font-size: 47px;
}

.cta .contain .flex-box .middle .tel>img {
  width: 50px;
  height: auto;
  position: absolute;
  left: -57px;
  top: 14px;
}

.cta .contain .flex-box .middle .time {
  bottom: 0;
  left: 0;
  font-size: 16px;
}

.cta .contain .flex-box .right {
  position: relative;
  background-color: lightblue;
}

.cta .contain .flex-box .right a {
  display: block;
  position: absolute;
  top: 13px;
  background-color: #FED84D;
  text-decoration: none;
  border-radius: 8px;
}

.cta .contain .flex-box .right a>img {
  width: 47px;
  height: auto;
  position: absolute;
  top: 32px;
  left: 36px;
}

.cta .contain .flex-box .right a>p {
  position: absolute;
  top: 17px;
  left: 103px;
  font-size: 20px;
  color: black;
  line-height: 1.5em;
}

.cta .contain .flex-box .right a hr {
  position: absolute;
  margin: 0;
}

.cta .contain {
  width: 1080px;
  margin: 0 auto;
}

.cta .contain .flex-box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta .contain .flex-box .left {
  padding: 25px 60px 0 25px;
}

.cta .contain .flex-box .center {
  width: 360px;
}

.cta .contain .flex-box .right>a {
  width: 320px;
  height: 94px;
}

.cta .contain .flex-box .right>a hr {
  top: calc(50% - 10px);
  right: 36px;
  border: 10px solid;
  border-color: transparent transparent transparent #a08f4d;
}

@media screen and (max-width: 800px) {
  .cta {
    display: none;
  }
}

#merit {
  background-color: #E2F0FE;
}

#merit .contain {
  width: 1106px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

#merit .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  background-image: url("./../img/06_merit/line.png");
  background-size: 802px 45px;
  background-position: center 10px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#merit .contain>hr {
  width: 544px;
  margin: 0 auto 40px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

#merit .contain .flex-box {
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#merit .contain .flex-box .text {
  width: 514px;
  padding: 150px 0 0 40px;
  position: relative;
}

#merit .contain .flex-box .text>h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#merit .contain .flex-box .text>p {
  font-size: 18px;
  line-height: 2.2em;
}

#merit .contain .flex-box .text>img {
  width: 251px;
  height: auto;
  position: absolute;
  top: 18px;
  left: -10px;
}

#merit .contain .flex-box .image {
  width: 527px;
}

#merit .contain .otoku-header {
  width: 352px;
  height: 55px;
  margin-bottom: 10px;
}

#merit .contain .otoku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-radius: 12px 0 0 0;
}

#merit .contain .otoku .left {
  width: 292px;
  height: auto;
}

#merit .contain .otoku .right {
  width: 744px;
  padding: 55px 0 55px;
}

#merit .contain .otoku .right>h3 {
  margin-bottom: 28px;
  font-size: 30px;
  color: #3E9BF7;
}

#merit .contain .otoku .right>p {
  font-size: 18px;
}

#merit .contain .otoku .right>p:first-of-type {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #merit .contain {
    width: 335px;
    margin: 0 auto;
    padding: 50px 0 50px;
  }

  #merit .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
    background-image: url("../img/06_merit/line_sp.png");
    background-size: 334px 27px;
    background-position: center 32px;
  }

  #merit .contain>hr {
    width: 180px;
    margin: 0 auto 30px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #merit .contain .flex-box {
    margin-bottom: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #merit .contain .flex-box .text {
    width: 514px;
    padding: 64px 0 0;
    position: relative;
  }

  #merit .contain .flex-box .text>h3 {
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
  }

  #merit .contain .flex-box .text>h3.mt {
    margin-top: 24px;
  }

  #merit .contain .flex-box .text>p {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
  }

  #merit .contain .flex-box .text>img {
    width: 142px;
    height: auto;
    position: absolute;
    top: -4px;
    left: 0;
  }

  #merit .contain .flex-box .image {
    width: 100%;
  }

  #merit .contain .flex-box .image.point1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #merit .contain .flex-box .image.point2 {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  #merit .contain .flex-box .image.point3 {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  #merit .contain .flex-box .image.point4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #merit .contain .otoku-header {
    width: 182px;
    height: 28px;
    margin-bottom: 10px;
  }

  #merit .contain .otoku {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 12px 0 0 0;
  }

  #merit .contain .otoku .left {
    width: 292px;
    height: auto;
  }

  #merit .contain .otoku .right {
    width: 744px;
    padding: 20px 20px 25px;
  }

  #merit .contain .otoku .right>h3 {
    margin-bottom: 28px;
    font-size: 21px;
    color: #3E9BF7;
    text-align: center;
  }

  #merit .contain .otoku .right>img {
    width: 223px;
    margin: 0 auto 30px;
  }

  #merit .contain .otoku .right>p {
    font-size: 14px;
    font-weight: 300;
  }

  #merit .contain .otoku .right>p:first-of-type {
    margin-bottom: 30px;
  }
}

#good,
#visit {
  background-color: white;
}

#good .contain,
#visit .contain {
  width: 1056px;
  margin: 0 auto;
  position: relative;
}

#good .contain .check,
#visit .contain .check {
  width: 95px;
  height: auto;
  position: absolute;
}

#good .contain .flex-box,
#visit .contain .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#good .contain .flex-box .case,
#visit .contain .flex-box .case {
  width: 332px;
  height: 322px;
}

#good .contain .flex-box .case>img,
#visit .contain .flex-box .case>img {
  display: block;
  width: 100%;
  height: 238px;
  margin-bottom: 15px;
}

#good .contain .flex-box .case>p,
#visit .contain .flex-box .case>p {
  width: 318px;
  height: 68px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#good .contain .flex-box .case>p.yellow1,
#visit .contain .flex-box .case>p.yellow1 {
  background-image: url("../img/07_good/yellow1.png");
  background-size: 318px 68px;
}

#good .contain .flex-box .case>p.yellow2,
#visit .contain .flex-box .case>p.yellow2 {
  background-image: url("../img/08_visit/yellow2.png");
  background-size: 318px 68px;
}

#good .contain .flex-box .case>p.blue1,
#visit .contain .flex-box .case>p.blue1 {
  background-image: url("../img/07_good/blue1.png");
  background-size: 318px 68px;
}

#good .contain .flex-box .case>p.blue2,
#visit .contain .flex-box .case>p.blue2 {
  background-image: url("../img/08_visit/blue2.png");
  background-size: 318px 68px;
}

#good .contain .flex-box.mb,
#visit .contain .flex-box.mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {

  #good .contain,
  #visit .contain {
    width: 335px;
    margin: 0 auto;
    position: relative;
  }

  #good .contain .check,
  #visit .contain .check {
    width: 56px;
    height: auto;
    position: absolute;
  }

  #good .contain .flex-box,
  #visit .contain .flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #good .contain .flex-box .case,
  #visit .contain .flex-box .case {
    width: 332px;
    height: 322px;
    margin-bottom: 30px;
  }

  #good .contain .flex-box .case>img,
  #visit .contain .flex-box .case>img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #good .contain .flex-box .case>p,
  #visit .contain .flex-box .case>p {
    width: 318px;
    height: 68px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #good .contain .flex-box .case>p.yellow1,
  #visit .contain .flex-box .case>p.yellow1 {
    background-image: url("../img/07_good/yellow1.png");
    background-size: 318px 68px;
  }

  #good .contain .flex-box .case>p.yellow2,
  #visit .contain .flex-box .case>p.yellow2 {
    background-image: url("../img/08_visit/yellow2.png");
    background-size: 318px 68px;
  }

  #good .contain .flex-box .case>p.blue1,
  #visit .contain .flex-box .case>p.blue1 {
    background-image: url("../img/07_good/blue1.png");
    background-size: 318px 68px;
  }

  #good .contain .flex-box .case>p.blue2,
  #visit .contain .flex-box .case>p.blue2 {
    background-image: url("../img/08_visit/blue2.png");
    background-size: 318px 68px;
  }

  #good .contain .flex-box.mb,
  #visit .contain .flex-box.mb {
    margin-bottom: 0px;
  }
}

#good .contain {
  padding: 100px 0;
}

#good .contain .check {
  top: 16px;
  left: 240px;
}

#good .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#good .contain>hr {
  width: 335px;
  margin: 0 auto 50px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

@media screen and (max-width: 800px) {
  #good .contain {
    padding: 64px 0 100px;
  }

  #good .contain .check {
    top: 6px;
    left: 0;
  }

  #good .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #good .contain>hr {
    width: 253px;
    margin: 0 auto 30px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }
}

#visit {
  background-color: white;
}

#visit .contain {
  padding-bottom: 100px;
}

#visit .contain .check {
  top: -84px;
  left: 60px;
}

#visit .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#visit .contain>hr {
  width: 698px;
  margin: 0 auto 50px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

@media screen and (max-width: 800px) {
  #visit .contain {
    padding-bottom: 20px;
  }

  #visit .contain .check {
    top: -74px;
    left: 0;
  }

  #visit .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #visit .contain>hr {
    width: 152px;
    margin: 0 auto 30px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #visit .contain .flex-box .case>p {
    font-size: 22px;
  }
}

#notmatch {
  background-color: #F5F5F5;
}

#notmatch .contain {
  width: 1106px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

#notmatch .contain .h2-box,
#notmatch .contain .h3-box {
  width: 100%;
  height: 170px;
  position: relative;
}

#notmatch .contain .h2-box .speaker {
  width: 282px;
  height: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#notmatch .contain .h2-box>h2 {
  position: absolute;
  top: 10px;
  left: 320px;
  font-size: 33px;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  line-height: 55px;
}

#notmatch .contain .h2-box>h2 span {
  display: inline-block;
  background-color: #FED84D;
  line-height: 33px;
  padding: 5px 10px;
}

#notmatch .contain .h3-box .line {
  width: 351px;
  height: auto;
  position: absolute;
  right: 260px;
  bottom: 10px;
}

#notmatch .contain .h3-box>h3 {
  width: 100%;
  position: absolute;
  top: 47px;
  font-size: 40px;
  text-align: center;
}

#notmatch .contain .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#notmatch .contain .flex-box .left {
  width: 580px;
  font-size: 18px;
  line-height: 36px;
}

#notmatch .contain .flex-box .left>span {
  font-size: 23px;
  color: #3E9BF7;
}

#notmatch .contain .flex-box .right {
  width: 427px;
  height: 387px;
}

#notmatch .contain .flex-box.mt {
  margin-top: 170px;
}

@media screen and (max-width: 800px) {
  #notmatch .contain {
    width: 335px;
    margin: 0 auto;
    padding: 10px 0 60px;
    position: relative;
  }

  #notmatch .contain .h2-box,
  #notmatch .contain .h3-box {
    width: 100%;
    position: relative;
  }

  #notmatch .contain .h2-box {
    height: 150px;
    margin-bottom: -10px;
  }

  #notmatch .contain .h2-box .speaker {
    width: 104px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -6px;
  }

  #notmatch .contain .h2-box>h2 {
    position: absolute;
    top: 10px;
    left: 90px;
    font-size: 22px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    line-height: 35px;
  }

  #notmatch .contain .h2-box>h2 span {
    display: inline-block;
    background-color: #FED84D;
    line-height: 18px;
    padding: 5px 10px;
  }

  #notmatch .contain .h3-box {
    height: 94px;
    margin: 30px auto 40px;
  }

  #notmatch .contain .h3-box .line {
    width: 184px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -22px;
  }

  #notmatch .contain .h3-box>h3 {
    width: 100%;
    position: absolute;
    top: 47px;
    font-size: 21px;
    text-align: center;
  }

  #notmatch .contain .flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #notmatch .contain .flex-box .left {
    width: 580px;
    font-size: 14px;
    line-height: 1.7em;
  }

  #notmatch .contain .flex-box .left>span {
    font-size: 14px;
    color: #3E9BF7;
  }

  #notmatch .contain .flex-box .right {
    width: 100%;
    height: auto;
  }

  #notmatch .contain .flex-box .right>img {
    width: 272px;
    margin: 0 auto;
  }

  #notmatch .contain .flex-box .right.mb1 {
    margin-bottom: 10px;
  }

  #notmatch .contain .flex-box .right.mb2 {
    margin-bottom: 30px;
  }

  #notmatch .contain .flex-box.mt {
    margin-top: 170px;
  }
}

#cost {
  background-color: white;
}

#cost .contain {
  width: 1110px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

#cost .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#cost .contain>hr {
  width: 108px;
  margin: 0 auto 50px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

#cost .contain>.flex-box {
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cost .contain>.flex-box .left {
  width: 436px;
}

#cost .contain>.flex-box .left>img {
  width: 436px;
  height: auto;
  margin: 0 auto;
}

#cost .contain>.flex-box .right {
  width: 640px;
  position: relative;
}

#cost .contain>.flex-box .right .number {
  width: 92px;
  height: 92px;
  position: absolute;
  top: -6px;
  left: -88px;
}

#cost .contain>.flex-box .right .number .number-text {
  width: 76px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: white;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#cost .contain>.flex-box .right>h3 {
  margin: 30px 0 6px;
  font-size: 30px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#cost .contain>.flex-box .right>hr {
  width: 635px;
  height: 7px;
  margin-bottom: 10px;
  border: none;
  background-image: url("../img/10_cost/border.png");
  background-size: 100% 100%;
  background-position: left center;
}

#cost .contain>.flex-box .right .price {
  font-size: 30px;
  color: #3E9BF7;
}

#cost .contain>.flex-box .right .price>span {
  font-size: 45px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3E9BF7;
}

#cost .contain>.flex-box .right .detail {
  margin: 0;
  padding: 0;
}

#cost .contain>.flex-box .right .detail li {
  padding-left: 1em;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
}

#cost .contain>.flex-box .right .detail li:before {
  content: "・";
  margin-left: -1em;
}

#cost .contain .attention {
  padding: 44px 34px;
  position: relative;
  border: 2px solid black;
}

#cost .contain .attention .header-box {
  width: 235px;
  height: 38px;
  position: absolute;
  top: -16px;
  left: 50px;
  background-color: white;
}

#cost .contain .attention .header-box>hr {
  width: 170px;
  position: absolute;
  top: 22px;
  left: 33px;
  border: solid #FED84D;
  border-width: 10px 0 0 0;
}

#cost .contain .attention .header-box>h3 {
  position: absolute;
  top: 0;
  left: 46px;
  font-size: 28px;
  line-height: 1em;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#cost .contain .attention>.description {
  margin-bottom: 30px;
}

#cost .contain .attention>.description ul {
  margin: 0;
  padding: 0;
}

#cost .contain .attention>.description ul li {
  padding-left: 1em;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
}

#cost .contain .attention>.description ul li:before {
  content: "・";
  margin-left: -1em;
}

#cost .contain .attention>.flex-box {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#cost .contain .attention>.flex-box .left,
#cost .contain .attention>.flex-box .right {
  width: 49%;
  padding: 38px;
  background-color: #F5F5F5;
}

#cost .contain .attention>.flex-box .left>h4,
#cost .contain .attention>.flex-box .right>h4 {
  margin-bottom: 30px;
  font-size: 25px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#cost .contain .attention>.flex-box .left>ul,
#cost .contain .attention>.flex-box .right>ul {
  margin: 0;
  padding: 0;
}

#cost .contain .attention>.flex-box .left>ul li,
#cost .contain .attention>.flex-box .right>ul li {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 400;
}

#cost .contain .attention>.flex-box .left>ul li:last-of-type,
#cost .contain .attention>.flex-box .right>ul li:last-of-type {
  margin-bottom: 0;
}

#cost .contain .attention>.caution {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
}

@media screen and (max-width: 800px) {
  #cost .contain {
    width: 335px;
    margin: 0 auto;
    padding: 50px 0 70px;
  }

  #cost .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #cost .contain>hr {
    width: 92px;
    margin: 0 auto 30px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #cost .contain>.flex-box {
    margin-bottom: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #cost .contain>.flex-box .left {
    display: none;
    width: 100%;
  }

  #cost .contain>.flex-box .left>img {
    width: 436px;
    height: auto;
  }

  #cost .contain>.flex-box .right {
    width: 100%;
    padding-top: 80px;
    position: relative;
  }

  #cost .contain>.flex-box .right .number {
    width: 334px;
    height: auto;
    position: absolute;
    top: -6px;
    left: 0;
  }

  #cost .contain>.flex-box .right .number .number-text {
    width: 56px;
    height: 42px;
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 28px;
  }

  #cost .contain>.flex-box .right>h3 {
    position: absolute;
    top: 0;
    left: 75px;
    margin: 0;
    font-size: 15px;
  }

  #cost .contain>.flex-box .right>hr {
    width: 635px;
    height: 7px;
    margin-bottom: 10px;
    border: none;
    background-image: url("../img/10_cost/border.png");
    background-size: 100% 100%;
    background-position: left center;
  }

  #cost .contain>.flex-box .right .price {
    position: absolute;
    top: 33px;
    left: 80px;
    font-size: 16px;
    color: #3E9BF7;
  }

  #cost .contain>.flex-box .right .price>span {
    font-size: 24px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3E9BF7;
  }

  #cost .contain>.flex-box .right .illust {
    width: 254px;
    margin: 0 auto 20px;
  }

  #cost .contain>.flex-box .right .illust-h-wide {
    width: 335px;
    margin: 0 auto;
  }

  #cost .contain>.flex-box .right .detail {
    margin: 0;
    padding: 0;
  }

  #cost .contain>.flex-box .right .detail li {
    padding-left: 1em;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }

  #cost .contain>.flex-box .right .detail li:before {
    content: "・";
    margin-left: -1em;
  }

  #cost .contain .attention {
    margin-top: -10px;
    padding: 30px 12px;
    position: relative;
    border: 2px solid black;
  }

  #cost .contain .attention .header-box {
    width: 115px;
    height: 38px;
    position: absolute;
    top: -16px;
    left: 105px;
    background-color: white;
  }

  #cost .contain .attention .header-box>hr {
    width: 89px;
    position: absolute;
    top: 18px;
    left: 13px;
    border: solid #FED84D;
    border-width: 6px 0 0 0;
  }

  #cost .contain .attention .header-box>h3 {
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 16px;
    line-height: 1em;
  }

  #cost .contain .attention>.description {
    margin-bottom: 12px;
  }

  #cost .contain .attention>.description ul {
    margin: 0;
    padding: 0;
  }

  #cost .contain .attention>.description ul li {
    padding-left: 1em;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
  }

  #cost .contain .attention>.description ul li:before {
    content: "・";
    margin-left: -1em;
  }

  #cost .contain .attention>.flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }

  #cost .contain .attention>.flex-box .left,
  #cost .contain .attention>.flex-box .right {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding: 20px;
    background-color: #F5F5F5;
  }

  #cost .contain .attention>.flex-box .left>h4,
  #cost .contain .attention>.flex-box .right>h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #cost .contain .attention>.flex-box .left>ul,
  #cost .contain .attention>.flex-box .right>ul {
    margin: 0;
    padding: 0;
  }

  #cost .contain .attention>.flex-box .left>ul li,
  #cost .contain .attention>.flex-box .right>ul li {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  #cost .contain .attention>.caution {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
  }
}

#flows {
  background-color: #E2F0FE;
}

#flows .contain {
  width: 1074px;
  margin: 0 auto;
  padding: 100px 0;
}

#flows .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#flows .contain>hr {
  width: 150px;
  margin: 0 auto 60px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

#flows .contain .flow {
  margin: 0 auto 80px;
  padding: 100px 50px 50px 50px;
  position: relative;
  background-color: white;
  border-radius: 20px;
}

#flows .contain .flow> :last-of-type {
  margin: 0 auto;
}

#flows .contain .flow .icon {
  width: 138px;
  height: 138px;
  position: absolute;
  top: -35px;
  right: 40px;
}

#flows .contain .flow>h3 {
  width: 100%;
  height: 107px;
  padding: 40px 0 0 148px;
  top: -20px;
  left: 0;
  position: absolute;
  font-size: 30px;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#flows .contain .flow>h3 .back {
  width: 638px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#flows .contain .flow>p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.2em;
}

#flows .contain .flow>p>span {
  font-size: 23px;
  line-height: 2.2em;
  color: #3E9BF7;
}

#flows .contain .flow>ul {
  margin: 20px 0;
  padding: 0;
}

#flows .contain .flow>ul li {
  padding-left: 1em;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.2em;
}

#flows .contain .flow>ul li:before {
  content: "・";
  margin-left: -1em;
}

@media screen and (max-width: 800px) {
  #flows .contain {
    width: 335px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }

  #flows .contain>h2 {
    margin-bottom: 3px;
    font-size: 22px;
    text-align: center;
  }

  #flows .contain>hr {
    width: 133px;
    margin: 0 auto 50px;
    border: solid #3E9BF7;
    border-width: 3px 0 0 0;
  }

  #flows .contain .flow {
    margin: 0 auto 40px;
    padding: 56px 16px 24px 16px;
    position: relative;
    background-color: white;
    border-radius: 10px;
  }

  #flows .contain .flow> :last-of-type {
    margin: 0 auto;
  }

  #flows .contain .flow .icon {
    width: 60px;
    height: auto;
    position: absolute;
    top: -28px;
    right: 16px;
  }

  #flows .contain .flow>h3 {
    width: 100%;
    height: 63px;
    padding: 26px 0 0 70px;
    top: -20px;
    left: 0;
    position: absolute;
    font-size: 14px;
  }

  #flows .contain .flow>h3 .back {
    width: 242px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #flows .contain .flow>p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
  }

  #flows .contain .flow>p>span {
    font-size: 14px;
    line-height: 1.7em;
    color: #3E9BF7;
  }

  #flows .contain .flow>ul {
    margin: 20px 0;
    padding: 0;
  }

  #flows .contain .flow>ul li {
    padding-left: 1em;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
  }

  #flows .contain .flow>ul li:before {
    content: "・";
    margin-left: -1em;
  }
}

#comment {
  background-color: white;
}

#comment .contain {
  width: 1106px;
  height: 1170px;
  margin: 0 auto;
  padding: 80px 0 50px;
  position: relative;
}

#comment .contain .header-box {
  width: 100%;
  height: 526px;
  position: relative;
}

#comment .contain .header-box>img {
  width: 457px;
  height: 825px;
  position: absolute;
}

#comment .contain .header-box>h2 {
  width: 656px;
  height: 183px;
  padding-left: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 40px;
  line-height: 2em;
  background-image: url("../img/12_comment/box.png");
  background-size: 100% auto;
  background-position: left center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#comment .contain .header-box>h2>span {
  display: inline-block;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#comment .contain .header-box>h2>span.yellow {
  margin-bottom: 20px;
  color: #FFCF21;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#comment .contain .header-box .author {
  width: 280px;
  height: 70px;
  position: absolute;
  top: 230px;
  left: 487px;
  font-size: 18px;
  line-height: 2.2em;
}

#comment .contain .balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1106px;
  height: 702px;
  padding: 125px 36px 0;
  position: absolute;
  top: 420px;
  left: 5px;
  margin-top: -30px;
  background-image: url("../img/12_comment/balloon.png");
  background-size: 1106px 702px;
  background-position: center;
}

#comment .contain .balloon .left,
#comment .contain .balloon .right {
  width: 500px;
}

#comment .contain .balloon .left>p,
#comment .contain .balloon .right>p {
  font-size: 18px;
  line-height: 2.2em;
  font-weight: 300;
}

#comment .contain .balloon .left>p>span,
#comment .contain .balloon .right>p>span {
  font-size: 23px;
  color: #3E9BF7;
}

#comment .contain .balloon .left>p.md,
#comment .contain .balloon .right>p.md {
  margin-bottom: 2em;
}

@media screen and (max-width: 800px) {
  #comment .contain {
    width: 335px;
    height: 1030px;
    margin: 0 auto;
    padding: 30px 0 50px;
    position: relative;
  }

  #comment .contain .header-box {
    width: 100%;
    height: 526px;
    position: relative;
  }

  #comment .contain .header-box>img {
    width: 181px;
    height: auto;
    position: absolute;
    right: 0;
    top: 78px;
    z-index: 2;
  }

  #comment .contain .header-box>h2 {
    width: 100%;
    height: 183px;
    padding-top: 5px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 1.9em;
    background-image: url("../img/12_comment/box_sp.png");
    background-size: 296px auto;
    background-position: top left;
    z-index: 1;
  }

  #comment .contain .header-box>h2>span {
    display: inline-block;
  }

  #comment .contain .header-box>h2>span.yellow {
    margin-bottom: 20px;
    color: #FFCF21;
  }

  #comment .contain .header-box .author {
    width: 280px;
    height: 70px;
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    color: #4D4D4D;
  }

  #comment .contain .balloon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 335px;
    height: 767px;
    padding: 52px 16px 0;
    position: absolute;
    top: 270px;
    left: 0;
    z-index: 2;
    margin-top: -30px;
    background-image: url("../img/12_comment/balloon_sp.png");
    background-size: 335px 758px;
    background-position: center;
  }

  #comment .contain .balloon .left,
  #comment .contain .balloon .right {
    width: 100%;
  }

  #comment .contain .balloon .left>p,
  #comment .contain .balloon .right>p {
    font-size: 14px;
    line-height: 2.1em;
    font-weight: 300;
  }

  #comment .contain .balloon .left>p>span,
  #comment .contain .balloon .right>p>span {
    font-size: 14px;
    color: #3E9BF7;
  }

  #comment .contain .balloon .left>p.md,
  #comment .contain .balloon .right>p.md {
    margin-bottom: 2em;
  }
}

#company {
  background-color: white;
}

#company .contain {
  width: 1180px;
  margin: 0 auto;
  padding: 76px 0 48px;
}

#company .contain .logo {
  width: 405px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

#company .contain .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#company .contain .flex-box .list-left,
#company .contain .flex-box .list-right {
  width: 550px;
}

#company .contain .flex-box .list-left .flex-box,
#company .contain .flex-box .list-right .flex-box {
  padding: 30px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: solid #AFAFAF;
  border-width: 0 0 3px;
  line-height: 2em;
}

#company .contain .flex-box .list-left .flex-box:first-of-type,
#company .contain .flex-box .list-right .flex-box:first-of-type {
  border-width: 3px 0 3px;
}

#company .contain .flex-box .list-left .flex-box .left,
#company .contain .flex-box .list-right .flex-box .left {
  width: 140px;
  font-size: 18px;
  color: #484848;
}

#company .contain .flex-box .list-left .flex-box .right,
#company .contain .flex-box .list-right .flex-box .right {
  font-size: 18px;
  color: #484848;
}

#company .contain .flex-box .list-left .flex-box .right>a,
#company .contain .flex-box .list-right .flex-box .right>a {
  color: #00CABB;
}

@media screen and (max-width: 800px) {
  #company .contain {
    width: 335px;
    margin: 0 auto;
    padding: 70px 0 48px;
  }

  #company .contain .logo {
    width: 335px;
    height: 60px;
    margin-bottom: 20px;
    display: block;
  }

  #company .contain .flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #company .contain .flex-box .list-left,
  #company .contain .flex-box .list-right {
    width: 100%;
  }

  #company .contain .flex-box .list-left .flex-box,
  #company .contain .flex-box .list-right .flex-box {
    padding: 8px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid #AFAFAF;
    border-width: 0 0 1px;
    line-height: 2em;
  }

  #company .contain .flex-box .list-left .flex-box:first-of-type,
  #company .contain .flex-box .list-right .flex-box:first-of-type {
    border-width: 1px 0 1px;
  }

  #company .contain .flex-box .list-left .flex-box .left,
  #company .contain .flex-box .list-right .flex-box .left {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    color: #484848;
  }

  #company .contain .flex-box .list-left .flex-box .right,
  #company .contain .flex-box .list-right .flex-box .right {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #484848;
  }

  #company .contain .flex-box .list-left .flex-box .right>a,
  #company .contain .flex-box .list-right .flex-box .right>a {
    color: #00CABB;
  }

  #company .contain .flex-box .list-right .flex-box:first-of-type {
    border-width: 0 0 1px;
  }
}

footer {
  /*height: 50px;*/
  font-size: 18px;
  /*line-height: 50px;*/
  line-height: 2;
  text-align: center;
  background-color: #3E9BF7;
  color: white;
}

footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding-top: 12px;
}

@media screen and (max-width: 800px) {
  footer {
    font-size: 10px;
    margin-bottom: 52px;
    padding-bottom: 12px;
  }

  footer a {
    font-size: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
#tickets .contain {
  padding: 100px 0;
  width: 1080px;
  margin: 0 auto;
}

#tickets h3 {
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 30px;
  color: #3E9BF7;
}

#tickets .contain>h2 {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  font-family: m-plus-1c, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#tickets .contain>p {
  padding-left: 20px;
  padding-right: 20px;
}

#tickets .contain>hr {
  width: 810px;
  margin: 0 auto 50px;
  border: solid #3E9BF7;
  border-width: 3px 0 0 0;
}

.tickets {
  text-align: center;
  margin: 0 auto;
}

.tickets table {
  border-collapse: collapse;
  font-size: 160%;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

.tickets table tr:nth-child(odd) td {
  background: #E2F0FE;
}

.tickets td {
  text-align: left;
  padding: 1em;
  color: #3E9BF7;
}

.tickets th {
  padding: 10px;
  background-color: #f5f5f5
}

.del {
  background-image: linear-gradient(#FF7B4A, #FF7B4A);
  background-position: 0 50%;
  background-size: 100% 3px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}

.tickets_red {
  color: #FF7B4A !important;
}

@media screen and (max-width: 800px) {
  #tickets .contain {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }

  #tickets h3 {
    margin-top: 28px;
    font-size: 22px;
  }

  #tickets p {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  #tickets .contain>h2 {
    margin: 10px;
    font-size: 22px;
    text-align: center;
  }

  #tickets .contain>hr {
    width: 70%;
  }

  .tickets table {
    font-size: 76%;
    padding: .1em;
    margin: 0 auto 20px;
  }

  .tickets td {
    padding: 0.7em 2px;
  }
}