.pc {
  display: inline-block !important; }

.sp {
  display: none !important; }

.sec__ttl {
  margin: 0 0 50px; }
  .sec__ttl img {
    margin-left: 0; }

#anc1 {
  margin-bottom: 30px; }

.sec__content {
  max-width: 1040px;
  margin: 0 auto 120px;
  padding: 0 20px; }

.sec__subttl_2 {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 26px;
  color: #ed9600;
  border-bottom: 2px dashed #ed9600;
  text-align: center;
  margin-bottom: 50px; }

.sec__txt {
  font-size: 18px;
  line-height: 1.67; }

.color__box_txt {
  display: inline-block;
  color: #ed9600;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 10px 1em;
  border-radius: 6px;
  background-color: #fddda0;
  border: 2px solid #ed9600; }

a.c5__link {
  display: inline-block;
  min-width: 293px;
  border-radius: 6px;
  margin: 0 auto;
  padding: 5px 2em;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: url("../../common/img/icn_arrow.png") no-repeat 5% 50% #f1af3d;
  background-size: auto; }
  a.c5__link:hover {
    color: #fff; }

.content__inner {
  max-width: 980px;
  margin: 0 auto; }

small {
  display: block;
  font-size: 14px;
  color: #666;
  padding-left: 1em !important;
  text-indent: -1em; }

.sec_1 .sec__subttl_2 {
  margin-bottom: 40px; }
  .sec_1 .sec__subttl_2.bottom {
    margin-bottom: 10px; }

.sec_1 .content__inner.small__wrap {
  margin-bottom: 20px; }

.sec_1 .content_1 {
  margin-bottom: 100px;
  background: url("../img/img_2_pc.png") no-repeat 80% 0;
  background-size: 48%; }
  .sec_1 .content_1 p {
    max-width: 550px;
    margin-bottom: 20px; }
  .sec_1 .content_1 p.txt__note {
    max-width: 100%;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding-left: 2em;
    text-indent: -2em; }
  .sec_1 .content_1 img {
    margin-left: 0;
    margin-bottom: 20px; }

.sec_1 .content_2 {
  margin-bottom: 50px; }
  .sec_1 .content_2 .c5__flexbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sec_1 .content_2 .c5__flexbox .fl__left {
      width: 40.5%; }
    .sec_1 .content_2 .c5__flexbox .fl__right {
      width: 50.5%; }
      .sec_1 .content_2 .c5__flexbox .fl__right img {
        margin-bottom: 40px; }
      .sec_1 .content_2 .c5__flexbox .fl__right p {
        font-size: 18px;
        text-align: center; }
        .sec_1 .content_2 .c5__flexbox .fl__right p span {
          color: #ed9600;
          font-weight: bold;
          font-size: 24px;
          line-height: 1.6; }

.sec_1 .content_3 .c5__link_wrap {
  margin-bottom: 60px; }

.sec_2 .content_1 {
  margin-bottom: 60px; }
  .sec_2 .content_1 img {
    margin-bottom: 20px; }

.sec_2 .content_2 .c5__flexbox {
  max-width: 910px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center; }
  .sec_2 .content_2 .c5__flexbox img:first-child {
    width: 24.065%; }
  .sec_2 .content_2 .c5__flexbox img:nth-child(2) {
    width: 14.395%; }
  .sec_2 .content_2 .c5__flexbox img:nth-child(3) {
    width: 16.043%; }
  .sec_2 .content_2 .c5__flexbox img:nth-child(4) {
    width: 21.868%; }
  .sec_2 .content_2 .c5__flexbox img:last-child {
    width: 20.439%; }

@media screen and (max-width: 1100px) {
  .sec_1 .content_1 {
    background: url("../img/img_2_pc.png") no-repeat 100% 60%;
    background-size: 48%; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .sec_1 .content_1 {
    background: none; }
    .sec_1 .content_1 p {
      max-width: 100%; }
    .sec_1 .content_1 img {
      margin: 0 auto 20px; }
  .sec_2 .content_2 .c5__flexbox {
    display: block; }
    .sec_2 .content_2 .c5__flexbox img {
      display: block;
      margin: 0 auto 10px; }
      .sec_2 .content_2 .c5__flexbox img:first-child {
        width: 100%;
        max-width: 80%; }
      .sec_2 .content_2 .c5__flexbox img:nth-child(2) {
        width: 100%;
        max-width: 80%; }
      .sec_2 .content_2 .c5__flexbox img:nth-child(3) {
        width: 100%;
        max-width: 80%; }
      .sec_2 .content_2 .c5__flexbox img:nth-child(4) {
        width: 100%;
        max-width: 80%; }
      .sec_2 .content_2 .c5__flexbox img:last-child {
        width: 100%;
        max-width: 80%; } }

@media screen and (max-width: 640px) {
  .sec__content {
    margin-bottom: 35px;
    padding: 0; }
  .sec__ttl {
    margin: 0 0 25px; }
    .sec__ttl img {
      max-width: 70%; }
  #anc1 {
    margin-bottom: 25px; }
  .sec__subttl {
    border-radius: 15px;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 8px;
    line-height: 1.5; }
  .sec__subttl_2 {
    font-size: 14px;
    margin-bottom: 20px; }
  .sec__txt {
    font-size: 12px; }
  .color__box_txt {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px 1em;
    border-radius: 4px; }
  a.c5__link {
    min-width: 145px;
    border-radius: 4px;
    font-size: 13px;
    background-size: 10%; }
  small {
    font-size: 10px;
    line-height: 1.2;
    display: inline-block; }
  .c5__flexbox img {
    margin: 0 auto; }
  .sec_1 .sec__subttl_2 {
    margin-bottom: 20px; }
  .sec_1 .content_1 {
    margin-bottom: 50px; }
    .sec_1 .content_1 p.txt__note {
      font-size: 10px; }
  .sec_1 .content_2 {
    margin-bottom: 25px; }
    .sec_1 .content_2 .c5__flexbox {
      display: block; }
      .sec_1 .content_2 .c5__flexbox .fl__left {
        width: 90%;
        margin: 0 auto 25px; }
      .sec_1 .content_2 .c5__flexbox .fl__right {
        width: 100%; }
        .sec_1 .content_2 .c5__flexbox .fl__right img {
          max-width: 80%;
          margin-bottom: 20px; }
        .sec_1 .content_2 .c5__flexbox .fl__right p {
          font-size: 12px; }
          .sec_1 .content_2 .c5__flexbox .fl__right p span {
            font-size: 12px; }
  .sec_1 .content_3 .c5__link_wrap {
    margin-bottom: 10px; }
  .sec_2 .content_1 {
    margin-bottom: 30px; } }

@media screen and (max-width: 350px) {
  a.c5__link {
    min-width: 135px;
    font-size: 11px; } }
