.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../../img/add-value/tegata/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../../img/add-value/tegata/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.sheet, .detail {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .sheet, .detail {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet, .detail {
    margin-top: 8vw;
  }
}

.sheet .title-h2, .detail .title-h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .sheet .title-h2, .detail .title-h2 {
    margin-bottom: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .title-h2, .detail .title-h2 {
    margin-bottom: 5.33333vw;
  }
}

.sheet .subtitle-h3, .detail .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .sheet .subtitle-h3, .detail .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .subtitle-h3, .detail .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.sheet .text, .detail .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .sheet .text, .detail .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .text, .detail .text {
    font-size: 2.93333vw;
  }
}

.sheet .sheet-table {
  margin-top: 35px;
}

.sheet .sheet-table .sheet-table__inner {
  width: 100%;
}

.sheet .sheet-table .sheet-table__inner table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner table {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner table {
    font-size: 2.13333vw;
  }
}

.sheet .sheet-table .sheet-table__inner td {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  border-right: solid 1px #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-collapse: collapse;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner td {
    padding: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner td {
    padding: 1.33333vw;
  }
}

.sheet .sheet-table .sheet-table__inner th {
  box-sizing: border-box;
  padding: 15px;
  border-top: #e4e4e4 solid 1px;
  border-right: none;
  border-bottom: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background-color: #0a2986;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}

.sheet .sheet-table .sheet-table__inner .color_head01 {
  padding-top: 30px;
  background-color: #80c269;
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner .color_head01 {
    padding-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner .color_head01 {
    padding-top: 4vw;
  }
}

.sheet .sheet-table .sheet-table__inner .icon01 {
  display: block;
  position: relative;
}

.sheet .sheet-table .sheet-table__inner .icon01:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 27px;
  margin-top: -45px;
  margin-left: -30px;
  background-image: url("./../../../../../img/add-value/tegata/icon-payable02_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  content: "";
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner .icon01:before {
    width: 4.7619rem;
    height: 2.22222rem;
    margin-top: -3.57143rem;
    margin-left: -2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner .icon01:before {
    width: 8vw;
    height: 3.73333vw;
    margin-top: -6vw;
    margin-left: -4vw;
  }
}

.sheet .sheet-table .sheet-table__inner .color_head02 {
  padding-top: 50px;
  background-color: #00a0e9;
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner .color_head02 {
    padding-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner .color_head02 {
    padding-top: 6.66667vw;
  }
}

.sheet .sheet-table .sheet-table__inner .color_head03 {
  background-color: #2669b4;
}

.sheet .sheet-table .sheet-table__inner .color01 {
  background-color: #f7fbff;
}

.sheet .sheet-table .sheet-table__inner .color02 {
  background-color: #ebf4ff;
}

.sheet .sheet-table .sheet-table__inner .icon02 {
  display: block;
  position: relative;
}

.sheet .sheet-table .sheet-table__inner .icon02:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 53px;
  margin-top: -70px;
  margin-left: -26px;
  background-image: url("./../../../../../img/add-value/tegata/icon-payable01_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  content: "";
}

@media screen and (max-width: 980px) {
  .sheet .sheet-table .sheet-table__inner .icon02:before {
    width: 3.96825rem;
    height: 4.20635rem;
    margin-top: -5.55556rem;
    margin-left: -2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .sheet .sheet-table .sheet-table__inner .icon02:before {
    width: 7vw;
    height: 7.5vw;
    margin-top: -10vw;
    margin-left: -3.46667vw;
  }
}

.detail {
  padding-bottom: 80px;
}
.mt25{margin-top: 25px!important;}
.detail .application-btn {
    position: relative;
	width: 400px;
    margin: 37px auto 0;
    padding: 29px 0 29px 36px;
    background-color: #007aff;
    text-align: center;
    cursor: pointer;
}

.detail .application-btn a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: opacity 0.5s ease-out;
}
.detail .application-btn a:before {
    position: absolute;
    top: 36%;
    left: 67px;
    width: 26px;
    height: 22px;
    background-image: url(./../../../../../img/leaflets_videos/icon-movie.png);
    background-size: 100%;
    content: "";
    transition: opacity 0.5s ease-out;
}
.detail .application-btn a:after {
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: '';
    right: 28px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
	
}
.detail .application-btn:hover a {
    opacity: 0.5;
}
@media screen and (max-width: 980px){
	.mt25{margin-top: 2.98413rem!important;}
	.detail .application-btn {
    width: 31.74603rem;
    padding: 2.30159rem 0 2.30159rem 2.96825rem;
    margin: 2.93651rem auto 0;
	}
	.detail .application-btn a {
	font-size: 1.11111rem;
	}
	.detail .application-btn a:before {
	top: 37%;
	left: 5.1873rem;
    width: 2rem;
    height: 2.7rem;
}
	.detail .application-btn a:after {
	right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
	}
}
@media screen and (max-width: 500px) {
	.mt25{margin-top: 7.33333vw!important;}
	.detail .application-btn {
    width: 80.533%;
    padding: 3.89105% 0 3.89105% 6%;
    margin: 4.93333vw auto 0;
	}
	.detail .application-btn a {
	font-size: 3.2vw;
	}
	.detail .application-btn a:before {
	left: 3.2rem;
    top: 33%;
	width: 2.61905rem;
    height: 2.77778rem;
	}
	.detail .application-btn a:after {
	right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
	}
}

/*-------------------------------------------------------------------------------------*/
.mt25{margin-top: 25px!important;}
@media screen and (max-width: 980px){
	.mt25{margin-top: 2.98413rem!important;}
}
@media screen and (max-width: 500px) {
	.mt25{margin-top: 7.33333vw!important;}
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}
.btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 37px auto 0;
  padding: 29px 0;
  border: 1px solid #00367e;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 31.74603rem;
    padding: 2.30159rem 0;
	margin-top: 2.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 80.533%;
    padding: 3.89105% 0;
	margin-top: 4.93333vw;
  }
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

.btnbox .btnlink span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .btnbox .btnlink:hover span {
    color: #0a2986;
  }
}

.btnbox .btnlink:after {
  background-color: #00367e;
}

.introduction {
  margin: 80px 0 30px;
  padding-bottom: 35px;
}

@media screen and (max-width: 980px) {
  .introduction {
    margin-top: 6.34921rem;
	padding-bottom: 2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction {
    margin-top: 8vw;
	padding-bottom: 5.33333vw;
  }
}

.introduction .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .introduction .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.introduction .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .introduction .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .text {
    font-size: 2.93333vw;
  }
}

.introduction .btn-group {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .introduction .btn-group {
    width: 68.25397rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btn-group {
    width: 100%;
  }
}

.introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink {
  border: 1px solid #00a0e9;
}

@media screen and (min-width: 501px) {
  .introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:hover span {
    color: #00a0e9;
  }
}

.introduction .btn-group--payablebtn .btnbox:first-of-type .btnlink:after {
  background-color: #00a0e9;
}

.introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink {
  border: 1px solid #80c269;
}

@media screen and (min-width: 501px) {
  .introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:hover span {
    color: #80c269;
  }
}

.introduction .btn-group--payablebtn .btnbox:last-of-type .btnlink:after {
  background-color: #80c269;
}

.introduction .btnbox:first-of-type .btnlink {
  padding-left: 50px;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink {
    padding-left: 3.96825rem;
  }
}

.introduction .btnbox:first-of-type .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink span {
  transition: none;
}

.introduction .btnbox:first-of-type .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:first-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 18px;
  height: 16px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-list_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink .icon:before {
    left: 5.55556rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btnbox:first-of-type .btnlink .icon:before {
    left: 10.333vw;
    width: 4vw;
    height: 3.7vw;
  }
}

.introduction .btnbox:first-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:first-of-type .btnlink .icon:after {
    left: 5.55556rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (min-width: 501px) {
  .introduction .btnbox:first-of-type .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .introduction .btnbox:first-of-type .btnlink:hover .icon {
    color: #1056a5;
    transition: none !important;
  }
  .introduction .btnbox:first-of-type .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.introduction .btnbox:last-of-type .btnlink {
  padding-left: 30px;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink {
    padding-left: 2.38095rem;
  }
}

.introduction .btnbox:last-of-type .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink span {
  transition: none;
}

.introduction .btnbox:last-of-type .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .btnbox:last-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 18px;
  height: 16px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-list_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink .icon:before {
    left: 7.93651rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .btnbox:last-of-type .btnlink .icon:before {
    left: 16.333vw;
    width: 4vw;
    height: 3.7vw;
  }
}

.introduction .btnbox:last-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .btnbox:last-of-type .btnlink .icon:after {
    left: 7.93651rem;
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (min-width: 501px) {
  .introduction .btnbox:last-of-type .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .introduction .btnbox:last-of-type .btnlink:hover .icon {
    color: #1056a5;
    transition: none !important;
  }
  .introduction .btnbox:last-of-type .btnlink:hover .icon:after {
    opacity: 1;
  }
}



.introduction .application-btn.btnbox:last-of-type .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 20px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../../img/add-value/tegata/icon-movie_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
    left: 2.53651rem;
    width: 1.82857rem;
    height: 1.59984rem;
  }
}

@media screen and (max-width: 500px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:before {
    left: 1.133vw;
    width: 4.2vw;
    height: 3.6vw;
  }
}

.introduction .application-btn.btnbox:last-of-type .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("./../../../../../img/add-value/tegata/icon-movie_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .introduction .application-btn.btnbox:last-of-type .btnlink .icon:after {
    left: 2.53651rem;
    width: 1.82857rem;
    height: 1.59984rem;
  }
}
.introduction .application-btn.btnbox:last-of-type .btnlink:hover .icon:after {
    opacity: 1;
}



/*-------------------------------------------------------------------------------------*/

/*# sourceMappingURL=../../../../../css-map/pages/add-value/tegata/hearingsheet/index.css.map */
