.fc-green {
  color: #009B63; }

.fc-orange {
  color: #DD890F; }

.fc-blue {
  color: #4EB3BF; }

a.line {
  color: #000; }
  a.line:hover {
    text-decoration: underline; }

.btn.outline:hover span {
  color: inherit; }

#contents {
  width: auto; }

.layout-inner {
  max-width: 960px; }

.page-head_example {
  background: url(../images/img_main.jpg) no-repeat 50% 50%/cover;
  height: 500px;
  position: relative; }
  .page-head_example .head-text {
    background: #FFF;
    border-radius: 10px;
    width: 767px;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .page-head_example .head-text::before {
      background: #FFF url(../images/icon_title.png) no-repeat 50% 20px/60px auto;
      border-radius: 222px;
      content: "";
      display: block;
      width: 222px;
      height: 222px;
      position: absolute;
      top: -88px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
  .page-head_example .head-title {
    color: #000;
    font-size: 5.2rem;
    line-height: 1;
    margin-top: -14px;
    position: relative; }
    .page-head_example .head-title .sub {
      font-size: 3.3rem; }
    .page-head_example .head-title .num {
      font-size: 6.8rem;
      font-family: Arial, Helvetica, sans-serif; }
    .page-head_example .head-title .tag {
      background: #009B63;
      border-radius: 6px;
      color: #FFF;
      display: inline-block;
      font-size: 2.0rem;
      padding: .5em 1em; }
  .page-head_example .head-date {
    font-size: 2.4rem;
    margin-top: .75em; }

@media screen and (max-width: 767px) {
  .page-head_example {
    background: none;
    height: auto; }
    .page-head_example::before, .page-head_example::after {
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: block;
      padding-top: 23%;
      width: 100%; }
    .page-head_example::before {
      background-image: url(../images/img_main_sp_01.jpg); }
    .page-head_example::after {
      background-image: url(../images/img_main_sp_02.jpg); }
    .page-head_example .head-text {
      border-radius: 0;
      padding: 9px 0 30px;
      width: 100%;
      position: relative;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      top: auto;
      left: auto; }
      .page-head_example .head-text::before {
        background-size: 44px auto;
        background-position: 50% 16px;
        border-radius: 172px;
        width: 172px;
        height: 172px;
        top: -67px; }
    .page-head_example .head-title {
      font-size: 3.0rem; }
      .page-head_example .head-title .sub {
        display: inline-block;
        font-size: 2.6rem;
        line-height: 1.15;
        margin-bottom: .25em; }
      .page-head_example .head-title .num {
        font-size: 3.8rem; }
      .page-head_example .head-title .tag {
        border-radius: 4px;
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding: .4em .8em; }
    .page-head_example .head-date {
      font-size: 1.8rem;
      margin-top: .75em; } }

.page-main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 14px; }
  .page-main a {
    color: inherit;
    text-decoration: none; }

.wrap-btn {
  margin-top: 56px; }
  .wrap-btn .btn {
    font-size: 1.8rem;
    min-width: 43.33%;
    padding: 1em 2em 1em 3em; }

.section {
  padding: 0 0 80px; }
  .section-title {
    background: #009B63;
    color: #FFF;
    font-size: 3.7rem;
    margin-bottom: 80px;
    padding: 30px 0;
    position: relative;
    text-align: center; }
    .section-title::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 18px 0 18px;
      border-color: #009B63 transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .section-title span {
      display: inline-block;
      position: relative; }
      .section-title span::before, .section-title span::after {
        background: #FFF;
        content: "";
        display: block;
        height: 1px;
        width: 1em;
        position: absolute;
        top: 50%; }
      .section-title span::before {
        left: -57px; }
      .section-title span::after {
        right: -57px; }

@media screen and (max-width: 767px) {
  .page-main {
    margin-bottom: 18px;
    overflow: hidden; }
  .wrap-btn {
    margin-top: 32px; }
    .wrap-btn .btn {
      font-size: 1.6rem;
      min-width: 0;
      padding: 1em .5em 1em 1em; }
  .section {
    padding-bottom: 48px; }
    .section .layout-inner {
      padding-right: 16px;
      padding-left: 16px; }
    .section-title {
      font-size: 2.8rem;
      line-height: 1.14;
      margin-bottom: 48px;
      padding: 24px 0; }
      .section-title::after {
        border-width: 20px 14px 0 14px; }
      .section-title span::before, .section-title span::after {
        width: 18px; }
      .section-title span::before {
        left: -28px; }
      .section-title span::after {
        right: -28px; } }

.section-index {
  margin-top: 48px; }
  .section-index .lead {
    font-size: 1.7rem;
    line-height: 1.65; }
  .section-index .block-index {
    background: #F8F6F1;
    border-radius: 6px;
    max-width: 880px;
    margin: 48px auto 0;
    padding: 52px 50px 40px; }
    .section-index .block-index_title {
      color: #009B63;
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 24px;
      text-align: center; }
    .section-index .block-index ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      max-width: 630px; }
    .section-index .block-index li {
      font-size: 16px;
      padding: 24px 0; }
      .section-index .block-index li a {
        color: inherit;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        padding-left: 20px;
        position: relative;
        text-decoration: none; }
        .section-index .block-index li a::before {
          content: "";
          display: block;
          border-right: 2px solid #008546;
          border-bottom: 2px solid #008546;
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 0;
          left: 0; }
        .section-index .block-index li a:hover {
          color: #009B63; }
      .section-index .block-index li + li {
        border-top: 1px dotted #C7C7C7; }
      .section-index .block-index li ul {
        margin-top: .5em; }
      .section-index .block-index li li {
        display: inline-block;
        font-size: 1.4rem;
        margin-top: .9em;
        margin-right: 1.75em;
        padding: 0 1em 0 0; }
        .section-index .block-index li li + li {
          border-top: none; }
        .section-index .block-index li li.delimiter {
          border-left: 1px solid #D3D3D3;
          padding-left: 1.5em; }
          .section-index .block-index li li.delimiter + li {
            min-width: 30%; }

@media screen and (max-width: 767px) {
  .section-index {
    margin-top: 40px;
    padding-bottom: 0; }
    .section-index .lead {
      font-size: 1.6rem;
      line-height: 1.75;
      margin: 0 16px;
      text-align: left; }
    .section-index .block-index {
      border-radius: 0;
      margin: 40px auto 0;
      padding: 32px 16px 30px; }
      .section-index .block-index_title {
        font-size: 2.0rem;
        line-height: 1.2;
        margin-bottom: 4px;
        text-align: center; }
      .section-index .block-index li {
        padding: 20px 0; }
        .section-index .block-index li a {
          line-height: 1.46;
          padding-left: 18px; }
          .section-index .block-index li a::before {
            width: 6px;
            height: 6px;
            top: 5px; }
        .section-index .block-index li ul {
          margin-top: 0;
          margin-left: 18px; }
        .section-index .block-index li li.delimiter {
          border-left: none;
          padding-left: 0; } }

.section-about {
  font-size: 1.5rem;
  line-height: 1.86;
  margin-top: 56px;
  margin-bottom: 80px;
  padding-bottom: 0;
  position: relative; }
  .section-about::before {
    background: #F2F2F2 url(../images/bg_about.png) repeat 0 0/544px auto;
    border-radius: 0 6px 6px 0;
    content: "";
    height: 100%;
    width: 1040px;
    position: absolute;
    top: -44px;
    left: 0;
    z-index: -1; }
  .section-about_title {
    color: #009B63;
    font-size: 3.0rem;
    line-height: 1.33; }
    .section-about_title span::after {
      background: url(../images/img_about.png) no-repeat 0 0/contain;
      content: "";
      display: block;
      width: 210px;
      height: 390px;
      position: absolute;
      right: -30px;
      bottom: -3px; }
  .section-about .inner {
    background: #FFF;
    border: 3px solid #DDD;
    border-radius: 6px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 48px 214px 48px 52px;
    position: relative; }
  .section-about p {
    margin-top: 1em; }

@media screen and (max-width: 767px) {
  .section-about {
    margin-top: 88px;
    margin-bottom: 48px; }
    .section-about::before {
      width: 86%;
      top: -40px; }
    .section-about_title {
      font-size: 2.3rem;
      line-height: 1.21; }
      .section-about_title span {
        display: inline-block;
        margin: 0 auto;
        padding-right: 88px;
        position: relative; }
        .section-about_title span::after {
          background-size: 100% auto;
          width: 87px;
          height: 162px;
          right: -12px;
          bottom: 0; }
    .section-about .inner {
      border: 3px solid #DDD;
      border-right: none;
      border-radius: 6px 0 0 6px;
      margin: 0 auto 0 16px;
      padding: 40px 20px 40px 16px; } }

.section-merit .section-head {
  text-align: center; }
  .section-merit .section-head_img {
    max-width: 264px;
    margin: 0 auto; }
  .section-merit .section-head .title {
    font-size: 3.4rem;
    line-height: 1.35;
    margin-top: 40px; }
    .section-merit .section-head .title .large {
      font-size: 4.6rem; }

.section-merit .block-merit {
  margin: 0 -16px;
  position: relative;
  counter-reset: num; }

.section-merit .box-merit {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 64px;
  padding: 0 16px;
  width: 50%;
  counter-increment: num; }
  .section-merit .box-merit_title {
    background: #4EB3BF;
    border-radius: 6px;
    color: #FFF;
    font-size: 2.6rem;
    margin-bottom: 25px;
    padding: 7px;
    position: relative;
    text-align: center; }
    .section-merit .box-merit_title .small {
      font-size: 2.0rem; }
    .section-merit .box-merit_title .marker {
      border-bottom: 2px solid #FFE200;
      padding-bottom: 3px; }
    .section-merit .box-merit_title::before {
      background: #FFF;
      border-radius: 50px;
      color: #4EB3BF;
      content: "0" counter(num);
      display: block;
      font-size: 2.4rem;
      line-height: 50px;
      width: 50px;
      height: 50px;
      position: absolute;
      top: -25px;
      left: -25px;
      text-align: center; }

@media screen and (max-width: 767px) {
  .section-merit .section-head_img {
    max-width: 164px; }
  .section-merit .section-head .title {
    font-size: 2.8rem;
    margin-top: 32px; }
    .section-merit .section-head .title .large {
      font-size: 3.6rem; }
  .section-merit .block-merit {
    margin: 0; }
  .section-merit .box-merit {
    margin-top: 46px;
    padding: 0;
    width: 100%; }
    .section-merit .box-merit_title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 25px;
      padding: 14px 7px; }
      .section-merit .box-merit_title::before {
        border-radius: 48px;
        font-size: 2.0rem;
        line-height: 48px;
        width: 48px;
        height: 48px;
        top: -16px;
        left: -16px; } }

.section-reason {
  background: #F2F5F2;
  padding-bottom: 100px; }
  .section-reason .section-head {
    background: #FFF;
    padding-bottom: 90px;
    position: relative;
    text-align: center; }
    .section-reason .section-head::before, .section-reason .section-head::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: 0; }
    .section-reason .section-head::before {
      border-width: 146px 0 0 50vw;
      border-color: transparent transparent transparent #F2F5F2;
      left: 0; }
    .section-reason .section-head::after {
      border-width: 0 0 146px 50vw;
      border-color: transparent transparent #F2F5F2 transparent;
      right: 0; }
    .section-reason .section-head_img {
      margin: 0 auto 16px;
      max-width: 300px; }
    .section-reason .section-head .title {
      font-size: 3.4rem;
      line-height: 1.3;
      position: relative;
      z-index: 1; }
    .section-reason .section-head .fc-orange {
      font-size: 4.6rem; }
  .section-reason .layout-inner {
    padding-top: 94px;
    position: relative; }
  .section-reason .txt-balloon {
    background: #009B63;
    border-radius: 49px;
    color: #FFF;
    display: inline-block;
    font-size: 3.2rem;
    padding: 24px 90px;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap; }
    .section-reason .txt-balloon::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 21px 16px 0 16px;
      border-color: #009B63 transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .section-reason .txt-catch {
    color: #000;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center; }
    .section-reason .txt-catch .large {
      font-size: 4.6rem; }
    .section-reason .txt-catch .marker {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(253, 189, 16, 0.3)));
      background: -webkit-linear-gradient(transparent 65%, rgba(253, 189, 16, 0.3) 65%);
      background: linear-gradient(transparent 65%, rgba(253, 189, 16, 0.3) 65%);
      padding-bottom: 5px; }
  .section-reason .box-text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 50px; }
    .section-reason .box-text p + p {
      margin-top: 1.25em; }
  .section-reason .box-graph {
    background: #FFF;
    font-size: 1.3rem;
    margin-top: 48px;
    padding: 40px 37px 20px; }
    .section-reason .box-graph_label {
      color: #009B63;
      font-size: 2.2rem;
      font-weight: bold;
      padding-bottom: 16px;
      position: relative;
      text-align: center; }
      .section-reason .box-graph_label::before {
        background: #DDD;
        content: "";
        display: block;
        width: 56px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .section-reason .box-graph figure {
      margin: 36px 0 0; }
    .section-reason .box-graph p {
      border-top: 1px solid #DDD;
      font-size: 1.1rem;
      margin-top: 40px;
      padding-top: 16px;
      text-indent: -1.25em;
      padding-left: 1.25em;
      word-break: break-all; }
  .section-reason .box-balloon {
    background: #FFF;
    border-radius: 6px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.75;
    margin: 100px auto 0;
    max-width: 880px;
    padding: 48px 0 40px;
    position: relative;
    text-align: center; }
    .section-reason .box-balloon span {
      font-size: 4.0rem; }
    .section-reason .box-balloon::before, .section-reason .box-balloon::after {
      content: "";
      display: block;
      position: absolute; }
    .section-reason .box-balloon::before {
      background: url(../images/parts_merit.png) no-repeat 0 0/contain;
      width: 44px;
      height: 52px;
      bottom: -33px;
      left: 56px; }
    .section-reason .box-balloon::after {
      background: url(../images/img_merit.png) no-repeat 0 0/contain;
      bottom: -100px;
      left: -116px;
      width: 195px;
      height: 243px; }

@media screen and (max-width: 767px) {
  .section-reason {
    padding-bottom: 73px; }
    .section-reason .section-head {
      padding-bottom: 100px; }
      .section-reason .section-head::before {
        border-width: 130px 0 0 100vw;
        bottom: -30px; }
      .section-reason .section-head::after {
        border-width: 0 0 130px 100vw;
        bottom: -30px; }
      .section-reason .section-head_img {
        max-width: 260px; }
      .section-reason .section-head .title {
        font-size: 2.8rem; }
      .section-reason .section-head .fc-orange {
        font-size: 3.6rem; }
    .section-reason .layout-inner {
      padding-top: 0; }
    .section-reason .txt-balloon {
      font-size: 2.6rem;
      padding: 20px 36px;
      top: -107px; }
      .section-reason .txt-balloon::after {
        border-width: 17px 15px 0 15px; }
    .section-reason .txt-catch {
      font-size: 2.8rem;
      line-height: 1.3; }
      .section-reason .txt-catch .large {
        font-size: 3.8rem; }
      .section-reason .txt-catch .marker {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(253, 189, 16, 0.3)));
        background: -webkit-linear-gradient(transparent 75%, rgba(253, 189, 16, 0.3) 75%);
        background: linear-gradient(transparent 75%, rgba(253, 189, 16, 0.3) 75%);
        padding-bottom: 5px; }
    .section-reason .box-text {
      margin-top: 32px;
      word-break: break-all; }
    .section-reason .box-graph {
      font-size: 1.2rem;
      margin-top: 32px;
      padding: 32px 16px 20px; }
      .section-reason .box-graph_label {
        font-size: 2.0rem;
        line-height: 1.4; }
      .section-reason .box-graph figure {
        margin: 28px auto 0;
        text-align: center;
        max-width: 382px; }
      .section-reason .box-graph p {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 32px; }
    .section-reason .box-balloon {
      font-size: 2.3rem;
      margin: 40px 14px 0;
      padding: 32px 23px 40px; }
      .section-reason .box-balloon span {
        font-size: 2.8rem;
        line-height: 1.2; }
      .section-reason .box-balloon::before, .section-reason .box-balloon::after {
        content: "";
        display: block;
        position: absolute; }
      .section-reason .box-balloon::before {
        width: 29px;
        height: 35px;
        bottom: -22px;
        left: 77px; }
      .section-reason .box-balloon::after {
        bottom: -73px;
        left: -29px;
        width: 124px;
        height: 155px; } }

.section-ob .block-ob .tab-menu {
  border-bottom: 2px solid #DD890F;
  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;
  list-style: none;
  margin: 0;
  padding: 0; }
  .section-ob .block-ob .tab-menu li {
    background: #EBEBEB;
    border-radius: 6px 6px 0 0;
    color: #000;
    position: relative;
    width: 32.7%; }
    .section-ob .block-ob .tab-menu li:hover, .section-ob .block-ob .tab-menu li.is-active {
      background: #DD890F;
      color: #FFF; }
    .section-ob .block-ob .tab-menu li::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12px 0 12px;
      border-color: transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .section-ob .block-ob .tab-menu li:hover::after, .section-ob .block-ob .tab-menu li.is-active::after {
      border-top-color: #DD890F; }
  .section-ob .block-ob .tab-menu a {
    color: inherit;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .section-ob .block-ob .tab-menu {
    margin-bottom: 30px; }
    .section-ob .block-ob .tab-menu a {
      font-size: 1.6rem;
      padding: 16px 10px; }
  .section-ob .wrap-btn {
    margin-right: auto;
    margin-left: auto;
    width: 83%; } }

.section-purpose {
  background: #F5F5F5; }
  .section-purpose .block-purpose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%; }
  .section-purpose .item {
    background: #FFF;
    border-radius: 12px 12px 4px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-purpose .item:nth-child(n+3) {
      margin-top: 32px; }
    .section-purpose .item ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .section-purpose .item li {
      font-size: 1.5rem; }
    .section-purpose .item-title {
      background: #CCC;
      border-radius: 12px 12px 0 0;
      color: #FFF;
      font-size: 2.6rem;
      padding: 20px 0;
      text-align: center; }
    .section-purpose .item-main {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      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;
      padding: 24px 38px 40px; }
    .section-purpose .item-thumb {
      margin: 0 auto 30px;
      width: 290px; }
    .section-purpose .item dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #DDD;
      border-radius: 6px;
      margin-bottom: 20px;
      position: relative; }
    .section-purpose .item dt {
      background: #FFF;
      display: inline-block;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      padding: 0 1em;
      position: absolute;
      top: -.5em;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; }
    .section-purpose .item dd {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 22px 16px 16px;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 120px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .section-purpose .item dd ul {
        display: inline-block; }
      .section-purpose .item dd li {
        line-height: 1.46;
        padding-left: 16px;
        text-align: left;
        position: relative; }
        .section-purpose .item dd li + li {
          margin-top: .5em; }
        .section-purpose .item dd li::before {
          background: #CCC;
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 8px;
          position: absolute;
          top: .73em;
          left: 0;
          margin-top: -4px; }
    .section-purpose .item-links li {
      margin-top: 12px; }
      .section-purpose .item-links li a {
        background: #CCC;
        border-radius: 3px;
        display: block;
        font-weight: bold;
        padding: .7em .75em;
        position: relative;
        text-decoration: none; }
        .section-purpose .item-links li a::after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          position: absolute;
          top: 50%;
          right: 12px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: -2px; }
        .section-purpose .item-links li a:hover {
          opacity: .6; }
  .section-purpose .item-01 .item-title,
  .section-purpose .item-01 dd li::before {
    background-color: #37A9D3; }
  .section-purpose .item-01 dt {
    color: #37A9D3; }
  .section-purpose .item-01 .item-links a {
    background-color: #DCEEF5;
    color: #0997CB; }
    .section-purpose .item-01 .item-links a::after {
      border-color: #0997CB #0997CB transparent transparent; }
  .section-purpose .item-02 .item-title,
  .section-purpose .item-02 dd li::before {
    background-color: #E076AB; }
  .section-purpose .item-02 dt {
    color: #E076AB; }
  .section-purpose .item-02 .item-links a {
    background-color: #FAEAF2;
    color: #E2589D; }
    .section-purpose .item-02 .item-links a::after {
      border-color: #E2589D #E2589D transparent transparent; }
  .section-purpose .item-03 .item-title,
  .section-purpose .item-03 dd li::before {
    background-color: #DE8A28; }
  .section-purpose .item-03 dt {
    color: #DE8A28; }
  .section-purpose .item-03 .item-links a {
    background-color: #FCEBDD;
    color: #D87501; }
    .section-purpose .item-03 .item-links a::after {
      border-color: #D87501 #D87501 transparent transparent; }
  .section-purpose .item-04 .item-title,
  .section-purpose .item-04 dd li::before {
    background-color: #72B93E; }
  .section-purpose .item-04 dt {
    color: #72B93E; }
  .section-purpose .item-04 .item-links a {
    background-color: #E6F5DA;
    color: #49A803; }
    .section-purpose .item-04 .item-links a::after {
      border-color: #49A803 #49A803 transparent transparent; }

@media screen and (max-width: 767px) {
  .section-purpose .item {
    width: 100%; }
    .section-purpose .item + .item, .section-purpose .item:nth-child(n+3) {
      margin-top: 23px; }
    .section-purpose .item-title {
      font-size: 2.4rem;
      padding: 18px 0; }
    .section-purpose .item-main {
      padding: 24px 16px 28px; }
    .section-purpose .item-thumb {
      margin: 0 auto 28px;
      width: 248px; }
    .section-purpose .item dl {
      margin-bottom: 12px; }
    .section-purpose .item dd {
      min-height: 0;
      padding: 22px 16px 16px; } }

.aside .example_tool_area {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .aside {
    margin: 0 16px; } }

@media print, screen and (min-width: 768px) {
  .section-all .section-title span {
    white-space: nowrap; }
    .section-all .section-title span::before,
    .section-all .section-title span::after {
      display: none;
    }

}
@media screen and (max-width: 767px) {
  .section-all {
    padding-bottom: 28px; } }

.example-list .example_box,
.example-list .example_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.example-list .example-label {
  margin-bottom: .25em; }

.example-list .example_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.example-list .example_info_area {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.example-list .example_detail_pickup {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-top: auto;
  margin-bottom: 0;
  padding: 2px; }
  .example-list .example_detail_pickup table {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%; }
    .example-list .example_detail_pickup table th {
      background: #B2984D;
      color: #FFF;
      font-size: 11px;
      padding: 2px 8px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      word-break: keep-all; }
    .example-list .example_detail_pickup table td {
      vertical-align: middle; }
      .example-list .example_detail_pickup table td ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        margin: -2px 0 -2px -4px;
        list-style: none;
        padding: 0;
        position: relative; }
        .example-list .example_detail_pickup table td ul li {
          border: 1px solid #BCD294;
          border-radius: 2px;
          color: #7BA72C;
          display: inline-block;
          font-size: 10px;
          font-weight: bold;
          line-height: 1.2;
          margin: 2px 3px;
          padding: 3px 10px; }

@media screen and (max-width: 767px) {
  .example-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .example-list .example_box {
      width: 47.5%;
      width: calc( 50% - 6px); }
    .example-list .example_detail_pickup table tbody, .example-list .example_detail_pickup table tr, .example-list .example_detail_pickup table th, .example-list .example_detail_pickup table td {
      display: block; }
    .example-list .example_detail_pickup table th {
      background: #E7E0C9;
      color: #694E00;
      text-align: left; }
    .example-list .example_detail_pickup table td {
      margin-top: 8px; }
      .example-list .example_detail_pickup table td ul {
        margin: -2px -2px 8px -2px; }
        .example-list .example_detail_pickup table td ul li {
          color: #7BA72C;
          font-size: 9.5px;
          line-height: 1.8;
          margin: 2px;
          padding: 0 4px; }
  .example-large .example_link {
    padding-top: 75%; }
  .example-large .example_image {
    padding-bottom: 75%; } }
