@charset "UTF-8";
/*----------------------------

リード

----------------------------*/
section.lead {
  background: url("../img/bg_wave.png") top center repeat-x;
  background-size: 87px auto;
  padding-bottom: 0; }
  section.lead p.lead {
    text-align: center;
    font-size: min(2.4vw, 2.4rem);
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px; }

    p.lead_org {
        text-align: center;
        font-size: min(2.4vw, 2.4rem);
        line-height: 1.6;
        font-weight: bold;
        color: #EC4E20;
        display:block;
        margin-bottom: 10px;
        margin-top: 20px; }

    section.lead p.lead span.st {
      color: #016FB9; }

.imgscroll ul.imgscroll_list {
  display: flex; }
  .imgscroll ul.imgscroll_list li {
    flex-shrink: 0; }
    .imgscroll ul.imgscroll_list li img {
/*      width: 150px;*/
      height: 150px;
      object-fit: cover; }

#loopslider {
  height: 150px;
  position: relative;
  overflow: hidden; }

#loopslider_wrap {
  display: flex; }

@media screen and (max-width: 768px) {
  section.lead {
     background: url("../img/bg_wave.png") top -14px center repeat-x;
     background-size: 87px auto;
    /*background: url("../img/bg_wave.png") top -55px center repeat-x;
    background-size: 200px auto;*/ }
    section.lead p.lead {
      font-size: 1.6rem;
      margin-bottom: 30px;
      margin-top: 0; }
        p.lead_org {
            color: #EC4E20;
            display:block;
            font-size: 1.6rem;
            margin-bottom: 6px;
            margin-top: 0; }

  .imgscroll ul.imgscroll_list li img {
    width: 120px;
    height: 120px; }

  #loopslider {
    height: 120px; } }
/*----------------------------

ニュース

----------------------------*/
ul.newslist > li {
  border-bottom: 1px solid #B8B8B8; }
  ul.newslist > li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 1.4rem 0 1.6rem 0; }
  ul.newslist > li p.date {
    color: #FF9505;
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
    font-weight: bold; }
  ul.newslist > li p.ttl {
    font-size: 1.6rem;
    line-height: 2.0rem; }

/*----------------------------

釣果

----------------------------*/
section.chouka {
  background-color: #ECF6FF;
  background-image: url("../img/bg_wave.png"), url("../img/bg_wave_b.png");
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  background-size: 87px auto;
  padding: 90px 0 90px 0; }

.topchouka {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff; }
  .topchouka .img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box; }
    .topchouka .img img {
      width: 100%;
      border-radius: 10px 0 0 10px; }
  .topchouka .cont {
    width: 100%;
    padding: 2rem 3rem;
    box-sizing: border-box; }
    .topchouka .cont .date {
      color: #FF9505;
      font-size: 1.6rem;
      padding-bottom: 0.5rem;
      font-weight: bold; }
    .topchouka .cont .ttl {
      font-size: 1.8rem;
      font-weight: bold;
      color: #001C4E;
      line-height: 1.6; }

@media screen and (max-width: 768px) {
  section.chouka {
    background-color: #ECF6FF;
    background-image: url("../img/bg_wave.png"), url("../img/bg_wave_b.png");
    background-position: top -45px center, bottom -45px center;
    background-repeat: repeat-x;
    background-size: 200px auto;
    padding: 70px 0 70px 0; }

  .topchouka {
    display: flex;
    flex-direction: column; }
    .topchouka .img {
      border-radius: 10px 10px 0 0; }
      .topchouka .img img {
        border-radius: 10px 10px 0 0; }
    .topchouka .cont {
      padding: 2rem 2rem; } }
/*----------------------------

サービス

----------------------------*/
section.service {
  background-color: #FAFAFA; }

.service_box_wrap {
  display: flex; }

.service_box {
  width: calc(50% - 10px); }
  .service_box:first-child {
    margin-right: 20px; }
  .service_box .box {
    background-color: #fff;
    border: 1px solid #001C4E;
    border-radius: 5px;
    padding: 2.27rem 3rem;
    margin-bottom: 20px; }
    .service_box .box > a {
      text-decoration: none;
      color: inherit; }
    .service_box .box .ttl {
      display: flex;
      align-items: center; }
      .service_box .box .ttl .icon {
        width: 80px; }
        .service_box .box .ttl .icon img {
          border-radius: 10px; }
      .service_box .box .ttl .txt {
        font-size: 2.2rem;
        font-weight: bold;
        padding-left: 1em;
        color: #001C4E; }
        .service_box .box .ttl .txt img {
          height: 1em;
          margin-bottom: -2px;
          margin-right: 0.8rem; }
    .service_box .box .cont {
      font-size: 1.6rem;
      line-height: 1.6;
      margin-top: 1em; }
  .service_box #movie .ttl {
    justify-content: center; }
    .service_box #movie .ttl .txt {
      padding-left: 0; }
  .service_box .iconlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 10px 0; }
    .service_box .iconlist > li {
      text-align: center;
      padding-bottom: 20px; }
      .service_box .iconlist > li .icon {
        width: 130px;
        height: 130px;
        border-radius: 50vw;
        background-color: #D2EAFF;
        margin-left: auto;
        margin-right: auto; }
      .service_box .iconlist > li .txt {
        padding-top: 1rem;
        font-size: 1.5rem;
        color: #001C4E;
        line-height: 1.4;
        font-weight: bold; }
      .service_box .iconlist > li.category .icon {
        width: 124px;
        height: 124px;
        background-color: #fff;
        border: 3px #196FDD dashed;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #196FDD; }
    .service_box .iconlist.brown > li .icon {
      background-color: #EFE5C5; }
    .service_box .iconlist.brown > li .txt {
      color: #4D3B0E; }
    .service_box .iconlist.brown > li.category .icon {
      border: 3px #896918 dashed;
      background-color: #fff;
      color: #4D3B0E; }

#faq_pc{ padding: 2.65rem 3rem;}

@media screen and (max-width: 768px) {
  .service_box_wrap {
    display: flex;
    flex-direction: column; }

  .service_box {
    width: 100%; }
    .service_box:first-child {
      margin-right: 0; }
    .service_box .box {
      padding: 1.6rem;
      margin-bottom: 1.6rem; }
      .service_box .box .ttl .icon {
        width: 70px; }
      .service_box .box .ttl .txt {
        font-size: 2.0rem; }
      .service_box .box .cont {
        font-size: 1.5rem;
        margin-top: 8px; }
    .service_box .iconlist {
      margin: 20px 0 10px 0; }
      .service_box .iconlist > li {
        text-align: center;
        width: calc(100% / 3);
        padding-bottom: 20px; }
        .service_box .iconlist > li .icon {
          width: 25vw;
          height: 25vw;
          border-radius: 50vw;
          background-color: #D2EAFF;
          margin-left: auto;
          margin-right: auto; }
        .service_box .iconlist > li .txt {
          padding-top: 0.8rem;
          font-size: 1.3rem; }
        .service_box .iconlist > li.category .icon {
          width: calc(25vw - 3px);
          height: calc(25vw - 3px); }
      .service_box .iconlist.brown > li .icon {
        background-color: #EFE5C5; }
      .service_box .iconlist.brown > li .txt {
        color: #4D3B0E; }
      .service_box .iconlist.brown > li.category .icon {
        border: 3px #896918 dashed;
        background-color: #fff;
        color: #4D3B0E; } }
/*----------------------------

リンク

----------------------------*/
section.link {
  background-color: #E8E8E8;
  padding-top: 40px;
  padding-bottom: 40px; }
  
/* ----------------------------*/

/*add */

.flex{
	display: flex;
	box-sizing:border-box;
	flex-wrap: wrap;
	text-align: center;
	justify-content :center;}
	
.topapp{
     display:block;
     width:100%;
     margin-top:-1em;
        font-size: 2.4rem;
        color: #001C4E;
        line-height: 1.4;
        font-weight: bold;
}
.topmat4{margin-top:-4em;}
.topmat4pl{margin-top:4em !important;}
.topmat4sp{margin-top:-4em;}
.wdpc{width:50%;}
.wdpc2{width:50%; text-align:center; margin:0 auto;}
@media screen and (max-width: 768px) {
    .topmat4{margin-top:0em;}
    .topmat4sp{margin-top:-2em;}
    .wdpc{width:60%;}
    .wdpc2{width:90%;}
}
  .btn.xxsmall, button.xxsmall {
    margin-top:-0.0678rem;
    max-width: 1.2rem;
    min-width: 6rem;
    height: 26px; 
    font-size: 1.1rem; }

.boxbdr{border:thin solid #999;}
.youtubetop{width:100%;}
.blk{display:inline-block;}
