#content h3 img, #content h4 img {
  display: block !important; }

@media (max-width: 479px) {
  .pc_only {
    display: none; } }
@media (min-width: 480px) {
  .sp_only {
    display: none; } }
.h4_stiry {
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .h4_stiry img {
      height: 25px;
      width: auto; } }

.h5_title {
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .h5_title img {
      height: 21px;
      width: auto; }
    .h5_title.double img {
      height: 47px; } }

.sec_top {
  margin-bottom: 7px; }
  @media (min-width: 480px) {
    .sec_top {
      margin-bottom: 11px; } }

.sec_01 {
  margin: auto auto 30px; }
  @media (min-width: 480px) {
    .sec_01 {
      margin: auto auto 45px; } }
  .sec_01 .wrap01 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sec_01 .wrap01 div:first-of-type {
      width: 100%;
      margin-bottom: 7px; }
    .sec_01 .wrap01 div:nth-of-type(2) {
      width: 54%; }
    .sec_01 .wrap01 div:last-of-type {
      width: 46%; }
    @media (min-width: 480px) {
      .sec_01 .wrap01 {
        width: 100%; }
        .sec_01 .wrap01 div:first-of-type {
          width: 60.7%;
          margin-bottom: 7px; }
        .sec_01 .wrap01 div:nth-of-type(2) {
          width: 37.8%; } }
  .sec_01 .wrap02 {
    width: 90%;
    margin: auto auto 20px;
    clear: both; }
    .sec_01 .wrap02 h3.h3_01 img {
      width: 100%; }
    .sec_01 .wrap02 .p_01 {
      overflow: hidden; }
      .sec_01 .wrap02 .p_01 p {
        margin: auto; }
      .sec_01 .wrap02 .p_01 .space {
        float: left;
        height: 12.5em; }
      .sec_01 .wrap02 .p_01 .img {
        float: left;
        clear: both;
        width: 140px;
        margin: .5em 1em 0 0; }
    @media (min-width: 480px) {
      .sec_01 .wrap02 {
        margin: auto auto 50px; }
        .sec_01 .wrap02 .p_01 {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .sec_01 .wrap02 .p_01 .space {
            display: none; }
          .sec_01 .wrap02 .p_01 .img {
            float: none;
            margin: 0;
            width: 220px; }
          .sec_01 .wrap02 .p_01 p {
            width: calc(100% - 240px);
            text-align: justify;
            margin: 0; } }
  .sec_01 .wrap03 {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .sec_01 .wrap03 > div {
      width: 65%; }
      .sec_01 .wrap03 > div img {
        width: 100%;
        height: auto; }
    .sec_01 .wrap03 img.person {
      width: 30%;
      height: auto; }
    @media (min-width: 480px) {
      .sec_01 .wrap03 img.iwate {
        width: 24%;
        height: auto;
        transform: translateY(-53px); }
      .sec_01 .wrap03 > div {
        width: 43%; }
        .sec_01 .wrap03 > div img {
          width: 95%; }
      .sec_01 .wrap03 img.person {
        width: 24%; } }

.sec_02 {
  margin: auto auto 30px; }
  @media (min-width: 480px) {
    .sec_02 {
      margin: auto auto 45px; } }
  .sec_02 .sec_02_top {
    width: 100%;
    margin-bottom: 22px; }
    .sec_02 .sec_02_top img {
      width: 100%; }
  .sec_02 .wrap01 {
    width: 90%;
    margin: auto auto 30px; }
    .sec_02 .wrap01 p {
      margin-top: 0;
      margin-bottom: 30px; }
    .sec_02 .wrap01 .p_01 {
      overflow: hidden; }
      .sec_02 .wrap01 .p_01 .space {
        float: right;
        height: 25em; }
      .sec_02 .wrap01 .p_01 .img {
        float: right;
        clear: both;
        width: 140px;
        margin: .5em 0 0 1em; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .p_01 .space {
          height: 12em; }
        .sec_02 .wrap01 .p_01 .img {
          width: 200px; } }
    .sec_02 .wrap01 .p_02 {
      overflow: hidden; }
      .sec_02 .wrap01 .p_02 .img {
        float: right;
        clear: both;
        width: 140px;
        margin: .5em 0 0 1em; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .p_02 .img {
          width: 150px; } }
    .sec_02 .wrap01 .oraho {
      width: 100%;
      position: relative; }
      .sec_02 .wrap01 .oraho img {
        width: 100%;
        height: auto; }
        .sec_02 .wrap01 .oraho img.photo {
          width: 105px;
          position: absolute;
          transform: rotate(-5deg);
          top: -25px;
          right: 10px; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .oraho {
          margin-top: 20px; }
          .sec_02 .wrap01 .oraho img.photo {
            width: 150px;
            top: -15px;
            left: 0;
            right: auto; } }

.youtube {
  margin: auto auto 30px; }
  .youtube h3 {
    background: #ae2d4c;
    width: 260px;
    height: 25px;
    position: relative;
    border-radius: 13px;
    margin: auto auto 9px; }
    .youtube h3 img {
      position: absolute;
      width: 86px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .youtube .thumbnail {
    width: 300px;
    margin: auto; }
  @media (min-width: 480px) {
    .youtube {
      margin: auto auto 90px; }
      .youtube h3 {
        width: 360px;
        height: 40px;
        border-radius: 20px;
        margin: auto auto 15px; }
        .youtube h3 img {
          width: 132px; }
      .youtube .thumbnail {
        width: 430px; } }

.sec_04 {
  margin: auto auto 70px; }
  .sec_04 .h3_02 {
    width: 90%;
    margin: auto auto 10px; }
  .sec_04 .sec_04_top {
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      .sec_04 .sec_04_top {
        margin-bottom: 30px; } }
  .sec_04 .wrap01 {
    width: 90%;
    margin: auto auto 30px; }
    .sec_04 .wrap01 .ippin {
      margin: 30px auto auto;
      position: relative;
      border-top: 1px solid #ee782b;
      border-bottom: 1px solid #ee782b;
      box-sizing: border-box;
      padding: 8px 10px 8px 60px; }
      .sec_04 .wrap01 .ippin .title_ippin {
        position: absolute;
        top: -10px;
        left: 0; }
      .sec_04 .wrap01 .ippin h4 {
        color: #ee782b;
        font-size: 16px;
        margin-bottom: 5px; }
      .sec_04 .wrap01 .ippin p {
        margin: auto;
        font-size: 11px; }
    @media (min-width: 480px) {
      .sec_04 .wrap01 {
        margin: auto auto 40px;
        display: flex;
        justify-content: space-between; }
        .sec_04 .wrap01 .sec_04_story {
          width: 67%; }
        .sec_04 .wrap01 .ippin {
          width: 24%;
          border: 1px solid #ee782b;
          padding: 30px 10px 8px; }
          .sec_04 .wrap01 .ippin .title_ippin {
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%); }
          .sec_04 .wrap01 .ippin h4 {
            text-align: center;
            font-size: 14px;
            margin-bottom: .8em; } }
  .sec_04 .wrap02 {
    width: 82%;
    margin: auto auto 30px; }
    .sec_04 .wrap02 .person {
      display: flex;
      align-items: flex-end; }
      .sec_04 .wrap02 .person > img {
        width: 30%; }
      .sec_04 .wrap02 .person .text {
        width: 70%; }
        .sec_04 .wrap02 .person .text p.name {
          border-bottom: 1px black solid;
          box-sizing: border-box;
          padding: 10px; }
        .sec_04 .wrap02 .person .text p.t_small {
          margin: auto;
          box-sizing: border-box;
          padding: 0 10px;
          font-size: 10px; }
    .sec_04 .wrap02 .shop {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .sec_04 .wrap02 .shop .name {
        width: 100%;
        border-bottom: 1px black solid;
        box-sizing: border-box;
        padding: 10px; }
      .sec_04 .wrap02 .shop .info {
        width: calc(100% - 140px); }
        .sec_04 .wrap02 .shop .info p {
          font-size: 10px;
          margin: auto; }
        .sec_04 .wrap02 .shop .info .eigyo {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .sec_04 .wrap02 .shop .info .eigyo .title_eigyo {
            width: 45px;
            height: 23px;
            position: relative;
            background-color: #d3d1d0;
            margin: 0; }
            .sec_04 .wrap02 .shop .info .eigyo .title_eigyo img {
              width: 40px;
              height: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
      .sec_04 .wrap02 .shop > img {
        order: 3;
        width: 140px; }
    @media (min-width: 480px) {
      .sec_04 .wrap02 {
        width: 90%;
        margin: auto auto 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .sec_04 .wrap02 .person {
          width: 52%; }
          .sec_04 .wrap02 .person > img {
            width: 46%; }
          .sec_04 .wrap02 .person .text {
            width: 64%; }
            .sec_04 .wrap02 .person .text p.t_small {
              padding: 0 0 0 10px;
              font-size: 11px; }
        .sec_04 .wrap02 .shop {
          width: 37%; }
          .sec_04 .wrap02 .shop .name {
            padding: 5px 0;
            margin: 5px auto; }
          .sec_04 .wrap02 .shop .info {
            width: 100%; }
            .sec_04 .wrap02 .shop .info p {
              font-size: 11px; }
            .sec_04 .wrap02 .shop .info .eigyo {
              margin-top: 5px; }
              .sec_04 .wrap02 .shop .info .eigyo .title_eigyo {
                width: 80px;
                height: 40px; }
                .sec_04 .wrap02 .shop .info .eigyo .title_eigyo img {
                  width: 50px; }
          .sec_04 .wrap02 .shop > img {
            order: 0;
            width: 100%; } }

.kyoryoku {
  width: 90%;
  margin: auto;
  position: relative;
  background-color: #fce4d5;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center; }
  .kyoryoku .title_kyoryoku {
    width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .kyoryoku h5 {
    line-height: 1.4em;
    margin-top: 1.2em; }
  .kyoryoku p {
    margin: auto;
    font-size: 10px; }
  @media (min-width: 480px) {
    .kyoryoku {
      display: flex;
      padding: 40px 0 0; }
      .kyoryoku .title_kyoryoku {
        width: 400px; }
      .kyoryoku div {
        width: 50%;
        box-sizing: border-box; }
        .kyoryoku div:last-of-type {
          border-left: 1px solid #ee782b; }
        .kyoryoku div:nth-of-type(2), .kyoryoku div:last-of-type {
          text-align: left;
          box-sizing: border-box;
          padding: 0 10% 15px; }
          .kyoryoku div:nth-of-type(2) h5, .kyoryoku div:last-of-type h5 {
            margin-top: 0; } }
