html {
  font-size: 62.5%; }

@media screen and (min-width: 768px) {
  .scrollbarV {
    height: 0; } }

#main {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.7;
  position: relative; }
  @media screen and (max-width: 768px) {
    #main {
      font-size: 1.3rem; } }
  @media screen and (min-width: 768px) {
    #main {
      margin: 96px 0 0; } }
  #main a:link {
    color: #91B23A; }
  #main a:visited {
    color: #91B23A; }

.grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -99; }
  .grid div {
    height: 100%;
    border-right: 1px solid #eee;
    width: calc(100% / 6); }

.pc-show {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-show {
      display: none; } }

.sp-show {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-show {
      display: block; } }

.hero {
  background: url("../img2/bg_hero-pc.jpg") no-repeat center center;
  background-size: cover !important; }
  @media screen and (max-width: 768px) {
    .hero {
      background: url("../img2/bg_hero-sp.jpg") no-repeat center bottom; } }
  .hero_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 110px 0 130px; }
    @media screen and (max-width: 768px) {
      .hero_inner {
        width: 100%;
        padding: 80px 50px 280px; } }
  .hero .wivia_title {
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .hero .wivia_title {
        font-size: 1.2rem; } }
  .hero .wivia_logo {
    margin: 20px 0 80px; }
    @media screen and (max-width: 768px) {
      .hero .wivia_logo {
        margin: 20px 0 40px; } }
  .hero_title {
    font-size: 2.2rem;
    font-weight: bold; }

.btn_green a {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 26px 62px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  outline: none;
  transition: all .2s linear;
  background: linear-gradient(to right, #459D62, #1D6434);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /*&::after{
  	content:"";
  	position: absolute;
  	top: 37%;
  	right: 20px;
  	width:3px;
  	height:12px;
  	background:#fff;
  	transform:skewX(45deg);
  	transition: all .2s linear;
  	@include mq(md){
  		top: 40%;
  		right:16px;
  		height:8px;
  	}
  }*/ }
  @media screen and (max-width: 768px) {
    .btn_green a {
      text-align: center;
      padding: 18px 30px;
      font-size: 1.4rem; } }
  .btn_green a:link, .btn_green a:visited {
    color: #fff !important; }
  .btn_green a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 26px;
    height: 18px;
    background: url("../img2/ico_arrow-white.svg") no-repeat;
    transform: translateY(-50%);
    transition: all .2s linear; }
    @media screen and (max-width: 768px) {
      .btn_green a::before {
        right: 14px;
        width: 26px; } }
  .btn_green a:hover {
    transform: translateY(-4px);
    transition: all 0.2s;
    text-decoration: none !important;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5); }
.btn_white {
  text-align: center; }
  .btn_white a {
    width: 100%;
    max-width: 400px;
    position: relative;
    padding: 26px 62px;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    color: #298948 !important;
    font-weight: bold;
    outline: none;
    transition: all .2s linear;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    /*&::after{
    	content:"";
    	position: absolute;
    	top: 37%;
    	right: 20px;
    	width:3px;
    	height:12px;
    	background:$color-green;
    	transform:skewX(45deg);
    	transition: all .2s linear;
    	@include mq(md){
    		top: 40%;
    		right:16px;
    		height:8px;
    	}
    }*/ }
    @media screen and (max-width: 768px) {
      .btn_white a {
        padding: 18px 30px;
        font-size: 1.4rem; } }
    .btn_white a:link, .btn_white a:visited {
      color: #298948 !important; }
    .btn_white a::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 26px;
      height: 18px;
      background: url("../img2/ico_arrow-green.svg") no-repeat;
      transform: translateY(-50%);
      transition: all .2s linear; }
      @media screen and (max-width: 768px) {
        .btn_white a::before {
          right: 14px;
          width: 26px; } }
    .btn_white a:hover {
      transform: translateY(-4px);
      transition: all 0.2s;
      text-decoration: none !important;
      box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5); }
.btn_pdf {
  text-align: center; }
  .btn_pdf a {
    width: 100%;
    max-width: 400px;
    position: relative;
    padding: 26px 62px;
    margin: 30px 0 0;
    display: inline-block;
    border: 2px solid #000;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
    outline: none;
    transition: all .2s linear;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      .btn_pdf a {
        padding: 18px 30px;
        font-size: 1.4rem; } }
    .btn_pdf a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 18px;
      height: 18px;
      background: url("../img2/ico_pdf.svg") no-repeat;
      transform: translateY(-50%); }
    .btn_pdf a:hover {
      transform: translateY(-4px);
      transition: all 0.2s;
      text-decoration: none !important;
      box-shadow: 0 9px 15px rgba(0, 0, 0, 0.4); }
.btn_download a {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  padding: 20px 50px;
  display: inline-block;
  border: 2px solid #298948;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #298948 !important;
  font-weight: bold;
  outline: none;
  transition: all .2s linear;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .btn_download a {
      padding: 15px 30px;
      font-size: 1.4rem;
      min-width: 170px; } }
  .btn_download a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url("../img2/ico_download.svg") no-repeat;
    transform: translateY(-50%); }
  .btn_download a:hover {
    transform: translateY(-4px);
    transition: all 0.2s;
    text-decoration: none !important;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.4); }
.btn_back a {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 26px 62px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #000 !important;
  font-weight: bold;
  outline: none;
  transition: all .2s linear;
  background: #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .btn_back a {
      text-align: center;
      padding: 18px 30px;
      font-size: 1.4rem; } }
  .btn_back a:link, .btn_back a:visited {
    color: #000 !important; }
  .btn_back a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 26px;
    height: 2px;
    background: #000;
    transition: all .2s linear; }
    @media screen and (max-width: 768px) {
      .btn_back a::before {
        right: 14px;
        width: 18px; } }
  .btn_back a::after {
    content: "";
    position: absolute;
    top: 37%;
    left: 19px;
    width: 3px;
    height: 12px;
    background: #000;
    transform: skewX(-45deg);
    transition: all .2s linear; }
    @media screen and (max-width: 768px) {
      .btn_back a::after {
        top: 40%;
        right: 16px;
        height: 8px; } }
  .btn_back a:hover {
    transform: translateY(-4px);
    transition: all 0.2s;
    text-decoration: none !important;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5); }
.btn_wrap {
  display: flex;
  margin: 40px auto 100px;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .btn_wrap {
      width: 95%;
      display: block;
      margin: 30px auto 70px; } }
  .btn_wrap div {
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .btn_wrap div {
        margin: 15px 0; } }
    .btn_wrap div a {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .btn_wrap div a {
          font-size: 1.2rem; } }

.text_note {
  color: #666;
  margin: 20px 0 0;
  font-size: small;
  line-height: 1.6; }
.text-right {
  text-align: right; }

.section .inner {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .section .inner {
      width: 100%;
      padding: 0 20px; } }
.section_title {
  text-align: center;
  margin: 0 0 60px 0; }
  @media screen and (max-width: 768px) {
    .section_title {
      margin: 0 0 30px 0; } }
  .section_title span {
    font-size: 3rem;
    font-weight: bold;
    color: 000;
    border: 1px solid;
    border-image: linear-gradient(to right, #459D62, #1D6434) 1/0 0 15px;
    padding: 0 0 20px 0;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .section_title span {
        font-size: 1.8rem;
        padding: 0 0 10px 0;
        border-image: linear-gradient(to right, #459D62, #1D6434) 1/0 0 10px; } }
  .section_title-left {
    text-align: left; }

.about {
  background: linear-gradient(to right, #459D62, #1D6434);
  color: #fff;
  position: relative; }
  .about::after {
    content: '';
    position: absolute;
    background: url("../img2/logo_wivia.svg") no-repeat;
    background-size: cover;
    right: -10px;
    bottom: -5px;
    width: 568px;
    height: 155px;
    opacity: 0.1; }
    @media screen and (max-width: 768px) {
      .about::after {
        width: 331px;
        height: 90px; } }
  .about .inner {
    padding: 130px 0 150px; }
    @media screen and (max-width: 768px) {
      .about .inner {
        padding: 60px 20px 110px; } }
  .about_read {
    font-size: 3rem;
    margin: 0 0 40px 0;
    line-height: 1.9; }
    @media screen and (max-width: 768px) {
      .about_read {
        font-size: 2rem;
        margin: 0 0 30px 0; } }
  .about_text {
    font-size: 1.7rem;
    line-height: 1.9; }
    @media screen and (max-width: 768px) {
      .about_text {
        font-size: 1.4rem; } }

.situation .inner {
  width: 100%;
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .situation .inner {
      padding: 60px 0 0; } }
.situation_block {
  align-items: flex-start;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: flex;
  height: 524px;
  margin: 80px 0 0;
  overflow: visible; }
  @media screen and (max-width: 768px) {
    .situation_block {
      display: block;
      margin: 0;
      height: auto; } }
  .situation_block01 {
    background: url("../img2/img01.png") right; }
    @media screen and (max-width: 768px) {
      .situation_block01 {
        background-position: top; } }
  .situation_block02 {
    background: url("../img2/img02.png"); }
    @media screen and (max-width: 768px) {
      .situation_block02 {
        background-position: top; } }
  .situation_block03 {
    background: url("../img2/img03.png") right; }
    @media screen and (max-width: 768px) {
      .situation_block03 {
        background-position: top; } }
  .situation_block .inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .situation_block .inner {
        width: 100%;
        padding: 180px 20px 60px; } }
.situation_text {
  background-color: #fff;
  box-sizing: border-box;
  overflow: visible;
  padding: 30px 50px 50px;
  width: 500px;
  opacity: 0.9; }
  @media screen and (max-width: 768px) {
    .situation_text {
      width: 100%;
      padding: 20px 30px 30px; } }
  .situation_text-left {
    box-shadow: -10px 10px 30px rgba(41, 137, 72, 0.15); }
  .situation_text-right {
    margin-left: auto;
    box-shadow: 10px 10px 30px rgba(41, 137, 72, 0.15); }
.situation_title {
  font-size: 2.4rem;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .situation_title {
      font-size: 1.8rem; } }
  .situation_title .num {
    font-size: 5rem;
    font-weight: bold;
    color: #BBDDC6;
    padding: 0 10px 0 0; }
    @media screen and (max-width: 768px) {
      .situation_title .num {
        font-size: 4rem; } }
.situation_list {
  line-height: 2; }
  .situation_list dt {
    color: #298948;
    font-weight: bold;
    margin: 10px 0 0 0; }

.feature {
  background: #F6F6F6; }
  .feature .inner {
    padding: 120px 0; }
    @media screen and (max-width: 768px) {
      .feature .inner {
        padding: 60px 20px; } }
  .feature_block {
    display: grid;
    grid-template-columns: 480px 480px;
    gap: 40px; }
    @media screen and (max-width: 768px) {
      .feature_block {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px; } }
    .feature_block > div {
      background: #fff;
      box-shadow: 10px 10px 30px rgba(41, 137, 72, 0.15);
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .feature_block > div {
          padding: 20px; } }
      .feature_block > div.col1 {
        grid-column: 1 / 3; }
        @media screen and (max-width: 768px) {
          .feature_block > div.col1 {
            grid-column: 1 / 1; } }
  .feature_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #298948;
    position: relative;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 768px) {
      .feature_title {
        font-size: 1.8rem;
        margin: 0 0 20px 0; } }
    .feature_title::before {
      content: '';
      position: absolute;
      width: 32px;
      height: 2px;
      background: #666;
      left: -40px;
      top: 50%; }
      @media screen and (max-width: 768px) {
        .feature_title::before {
          width: 26px;
          left: -30px; } }
  .feature01_list li {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0; }
    .feature01_list li span {
      margin: 0 0 0 10px; }
  .feature01_list .num {
    font-size: 4rem;
    font-weight: bold;
    color: #BBDDC6; }
  .feature01_img {
    width: 70px; }
  .feature02_img {
    width: 290px;
    margin: 0 auto; }
  .feature_text {
    margin: 30px 0 0 0; }

.function_block {
  display: grid;
  grid-template-columns: 278px 278px 278px;
  gap: 52px; }
  @media screen and (max-width: 768px) {
    .function_block {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px; } }
  @media screen and (max-width: 768px) {
    .function_block figure {
      width: 100%; } }
.function_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0 15px; }
  @media screen and (max-width: 768px) {
    .function_title {
      font-size: 1.6rem; } }

.system .inner {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .system .inner {
      padding: 60px 20px; } }
.system_block {
  background: #fff;
  border: 3px solid #298948;
  box-shadow: 10px 10px 30px rgba(41, 137, 72, 0.15);
  padding: 0 50px 70px; }
  @media screen and (max-width: 768px) {
    .system_block {
      border-width: 2px;
      padding: 0 40px 40px; } }
  .system_block figure {
    text-align: center; }
.system_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 20px; }
  @media screen and (max-width: 768px) {
    .system_title {
      font-size: 1.6rem;
      margin: 40px 0 20px; } }
.system01_img {
  width: 362px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .system01_img {
      width: 100%; } }

.support {
  background: #F0F6F2; }
  .support .inner {
    padding: 140px 0 90px; }
    @media screen and (max-width: 768px) {
      .support .inner {
        padding: 120px 30px 60px; } }
  .support_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #298948;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0; }
    @media screen and (max-width: 768px) {
      .support_title {
        font-size: 1.8rem;
        margin: 0 0 30px 0; } }
    .support_title::before {
      content: '';
      position: absolute;
      background: url("../img2/ico01.svg") no-repeat;
      left: 50%;
      top: -70px;
      width: 60px;
      height: 60px;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .support_title::before {
          top: -60px;
          width: 50px;
          height: 50px;
          background-size: cover; } }
  .support_text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .support_text {
        font-size: 1.4rem; } }
  .support_btn {
    text-align: center; }

.case .inner {
  padding: 100px 0;
  display: flex; }
  @media screen and (max-width: 768px) {
    .case .inner {
      padding: 60px 20px;
      display: block; } }
.case .section_title {
  text-align: left;
  justify-content: space-between;
  width: 40%; }
.case .link_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 100px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .case .link_list {
      margin: 0 0 0 30px; } }
  .case .link_list li {
    margin: 10px 5px;
    width: calc(50% - 10px); }
    @media screen and (max-width: 768px) {
      .case .link_list li {
        margin: 10px 0;
        width: 100%; } }
  .case .link_list a {
    color: #333 !important;
    font-weight: bold; }

.link_text a {
  padding: 0 0 0 35px;
  transition: all .2s;
  position: relative;
  /*&::after{
  	content:"";
  	position: absolute;
  	top: 26%;
  	left: 15px;
  	width:3px;
  	height:7px;
  	background:$color-green;
  	transform:skewX(45deg);
  	transition: all .2s linear;
  	@include mq(md){
  		top: 3px;
  	}
  }*/ }
  .link_text a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 18px;
    background: url("../img2/ico_arrow-green.svg") no-repeat;
    transform: translateY(-50%);
    transition: all .2s linear; }
    @media screen and (max-width: 768px) {
      .link_text a::before {
        top: 8px; } }
  .link_text a:hover {
    text-decoration: underline; }
    .link_text a:hover::before {
      left: 5px; }
    .link_text a:hover::after {
      left: 20px; }

.info {
  background: url("../img2/bg_info.jpg") no-repeat center center;
  background-size: cover; }
  .info .inner {
    padding: 140px 0 100px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .info .inner {
        display: block;
        padding: 10px 30px 50px; } }
  .info_block {
    width: 50%;
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .info_block {
        width: 100%;
        margin: 0; } }
  .info .catalogue_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0; }
    @media screen and (max-width: 768px) {
      .info .catalogue_title {
        font-size: 1.8rem;
        margin: 100px 0 30px 0; } }
    .info .catalogue_title::before {
      content: '';
      position: absolute;
      background: url("../img2/ico02.svg") no-repeat;
      left: 50%;
      top: -70px;
      width: 60px;
      height: 60px;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .info .catalogue_title::before {
          background-size: cover;
          top: -60px;
          width: 50px;
          height: 50px; } }
  .info .contact_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0; }
    @media screen and (max-width: 768px) {
      .info .contact_title {
        font-size: 1.8rem;
        margin: 100px 0 30px 0; } }
    .info .contact_title::before {
      content: '';
      position: absolute;
      background: url("../img2/ico03.svg") no-repeat;
      left: 50%;
      top: -70px;
      width: 60px;
      height: 60px;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .info .contact_title::before {
          background-size: cover;
          top: -60px;
          width: 50px;
          height: 50px; } }

.heading {
  background: url("../img2/bg_heading.jpg") no-repeat center center;
  background-size: cover !important;
  margin: 0 0 50px 0; }
  @media screen and (max-width: 768px) {
    .heading {
      background-position: center right; } }
  .heading_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 60px; }
    @media screen and (max-width: 768px) {
      .heading_inner {
        width: 100%;
        padding: 40px 20px 50px; } }
  .heading .wivia_logo {
    margin: 10px 0 30px; }
    @media screen and (max-width: 768px) {
      .heading .wivia_logo {
        margin: 10px 0; } }
    .heading .wivia_logo img {
      width: 170px; }
      @media screen and (max-width: 768px) {
        .heading .wivia_logo img {
          width: 100px; } }
  .heading_title {
    font-size: 3.6rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .heading_title {
        font-size: 2.6rem; } }

.page_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #298948;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 768px) {
    .page_title {
      font-size: 2rem;
      line-height: 1.5;
      margin: 0 0 20px 0; } }

.download {
  line-height: 2; }
  .download_block {
    background: #fff;
    border: 3px solid #298948;
    box-shadow: 10px 10px 30px rgba(41, 137, 72, 0.15);
    padding: 35px 40px 20px;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      .download_block {
        border-width: 2px;
        padding: 15px;
        margin: 30px 0; } }
  .download_title {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 768px) {
      .download_title {
        font-size: 1.8rem; } }
    .download_title::before {
      content: '';
      position: absolute;
      width: 32px;
      height: 10px;
      background-image: linear-gradient(to right, #459D62, #1D6434);
      left: -40px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .download_title::before {
          width: 15px;
          height: 6px;
          left: -17px; } }
  .download_group {
    background: #F6F6F6;
    padding: 30px;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      .download_group {
        padding: 15px;
        margin: 15px 0; } }
    .download_group h4 {
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 768px) {
        .download_group h4 {
          font-size: 1.4rem; } }
  .download_box {
    display: flex; }
    @media screen and (max-width: 768px) {
      .download_box {
        display: block; } }
    .download_box > div {
      width: 300px; }
      @media screen and (max-width: 768px) {
        .download_box > div {
          width: 100%; } }
  .download_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px dashed #91B23A;
    margin: 0 60px 0 0;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .download_list {
        margin: 0 0 30px 0; } }
    .download_list dt, .download_list dd {
      width: 50%;
      border-top: 1px dashed #91B23A;
      padding: 5px; }
    .download_list dt {
      width: 40%; }
    .download_list dd {
      width: 60%; }

.news {
  background: #eee;
  padding: 60px 0; }
  .news_title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #298948;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 768px) {
      .news_title {
        font-size: 2rem;
        margin: 0 0 20px 0; } }
  .news_list {
    width: 90%;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 768px) {
      .news_list {
        width: 100%;
        display: block; } }
    .news_list dt {
      width: 20%;
      border-bottom: 1px solid #ccc;
      padding: 15px 10px;
      margin: 0 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .news_list dt {
          width: 100%;
          border: none;
          text-align: left;
          padding: 10px 10px 0;
          margin: 0; } }
    .news_list dd {
      width: 80%;
      border-bottom: 1px solid #ccc;
      padding: 15px 10px; }
      @media screen and (max-width: 768px) {
        .news_list dd {
          width: 100%;
          padding: 10px; } }

.contract_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 50px 0 20px 0; }
  @media screen and (max-width: 768px) {
    .contract_title {
      font-size: 1.8rem;
      margin: 30px 0 10px 0;
      line-height: 1.5; } }
.contract_block {
  border: 1px solid #ccc;
  padding: 40px;
  background: #fff;
  height: 500px;
  overflow-y: scroll;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .contract_block {
      padding: 15px;
      height: 300px;
      font-size: 1.2rem; } }
  .contract_block h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px 0; }
    @media screen and (max-width: 768px) {
      .contract_block h3 {
        font-size: 1.5rem; } }
  .contract_block p {
    padding: 0 0 0 1em; }
  .contract_block .list-katakana {
    list-style-type: katakana;
    margin: 0 0 0 3em; }

footer {
  margin: 0 !important; }
