@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
.award_title_bg {
  background-color: #444;
  background-image: url(../event/award_img/093_DSC_8281.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .award_title_bg .ins {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }
  .award_title_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 80vh;
    min-height: 750px; }
    @media screen and (max-width: 999px) {
      .award_title_bg .cons {
        height: auto;
        min-height: auto;
        padding: 3em 0; } }
    @media screen and (max-width: 599px) {
      .award_title_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .award_title_bg .cons .card_block {
      background: rgba(255, 51, 51, 0.7);
      padding: 8px; }
      .award_title_bg .cons .card_block .in_border {
        border: 1px solid #fff;
        padding: 3em 6em; }
      @media screen and (max-width: 599px) {
        .award_title_bg .cons .card_block {
          padding: 4px; }
          .award_title_bg .cons .card_block .in_border {
            padding: 2em; } }
      @media screen and (max-width: 349px) {
        .award_title_bg .cons .card_block .in_border {
          padding: 1em; } }
    .award_title_bg .cons p.cap {
      font-size: 1.5em;
      line-height: 1.325; }
      @media screen and (max-width: 999px) {
        .award_title_bg .cons p.cap {
          font-size: 1.125em; } }
      @media screen and (max-width: 599px) {
        .award_title_bg .cons p.cap {
          font-size: 1em; }
          .award_title_bg .cons p.cap br {
            display: none; } }
      @media screen and (max-width: 349px) {
        .award_title_bg .cons p.cap {
          font-size: 0.825em; } }
    .award_title_bg .cons h1.title {
      font-size: 4em;
      margin: 1rem 0;
      padding: 1.5rem 0.25em;
      font-family: 'Lora', serif;
      font-weight: 700;
      border: solid white;
      border-width: 1px 0; }
      @media screen and (max-width: 999px) {
        .award_title_bg .cons h1.title {
          font-size: 3em; } }
      @media screen and (max-width: 767px) {
        .award_title_bg .cons h1.title {
          font-size: 2em; } }
      @media screen and (max-width: 349px) {
        .award_title_bg .cons h1.title {
          font-size: 1.5em; } }
      @media screen and (max-width: 599px) {
        .award_title_bg .cons h1.title {
          padding: 1.5rem 0; } }
      @media screen and (max-width: 349px) {
        .award_title_bg .cons h1.title {
          padding: 1.25rem 0; } }
      .award_title_bg .cons h1.title span {
        display: block; }
        .award_title_bg .cons h1.title span.t1 {
          line-height: 1;
          margin-bottom: 0.25em; }
        .award_title_bg .cons h1.title span.t2 {
          font-size: 170%;
          line-height: 1; }
    .award_title_bg .cons h2.celemony {
      font-size: 1.25em; }
      .award_title_bg .cons h2.celemony .c3 br {
        display: none; }
      @media screen and (max-width: 999px) {
        .award_title_bg .cons h2.celemony {
          font-size: 1.125em; } }
      @media screen and (max-width: 599px) {
        .award_title_bg .cons h2.celemony {
          font-size: 1em; }
          .award_title_bg .cons h2.celemony .c3 br {
            display: block; } }
      @media screen and (max-width: 349px) {
        .award_title_bg .cons h2.celemony {
          font-size: 0.825em; } }
      .award_title_bg .cons h2.celemony > span {
        display: block; }
      .award_title_bg .cons h2.celemony .c1 span {
        font-size: 175%; }
      .award_title_bg .cons h2.celemony .c2 {
        margin-top: 0.325em; }
      .award_title_bg .cons h2.celemony .c3 {
        margin-bottom: 0.5em;
        line-height: 1.325; }

p.tyu2018 {
  margin: 0 0 2em; }

.prizewinner_bg {
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#7d5c26));
  background-image: -webkit-linear-gradient(top, #f6d365 0%, #7d5c26 100%);
  background-image: -o-linear-gradient(top, #f6d365 0%, #7d5c26 100%);
  background-image: linear-gradient(180deg, #f6d365 0%, #7d5c26 100%); }

.prizewinner_ins {
  background: #fff;
  border-radius: 0em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999; }

.prizewinner_head {
  background: #fff;
  padding: 2em 4em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .prizewinner_head .logo {
    margin-right: 2em;
    width: 240px; }
    .prizewinner_head .logo img {
      width: 100%; }
  .prizewinner_head .head_title_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .prizewinner_head .head_title_txt .t01 {
      font-size: 38px;
      font-family: 'Lora', serif;
      font-weight: 500; }
    .prizewinner_head .head_title_txt .t02 {
      font-family: "Sawarabi Mincho";
      font-size: 78px;
      margin: 8px 0; }
    .prizewinner_head .head_title_txt .t03 {
      line-height: 1.5; }
  @media screen and (max-width: 999px) {
    .prizewinner_head {
      padding: 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .prizewinner_head .logo {
        margin-right: 0em;
        width: 80%;
        max-width: 280px; }
      .prizewinner_head .head_title_txt {
        text-align: center;
        margin-top: 1em; }
        .prizewinner_head .head_title_txt .t01 {
          font-size: 22px; }
        .prizewinner_head .head_title_txt .t02 {
          font-size: 48px; }
        .prizewinner_head .head_title_txt .t03 {
          text-align: left;
          max-width: 30em; } }

.prizewinner_body {
  padding: 2em; }
  @media screen and (max-width: 599px) {
    .prizewinner_body {
      padding: 1em; } }
  .prizewinner_body h3 {
    margin: 0 0 1em;
    background: #7f7777;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.5em 0.75em;
    border-radius: 5px; }
    .prizewinner_body h3.grp {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e33), to(#c44));
      background-image: -webkit-linear-gradient(top, #e33 0%, #c44 100%);
      background-image: -o-linear-gradient(top, #e33 0%, #c44 100%);
      background-image: linear-gradient(to bottom, #e33 0%, #c44 100%); }
    .prizewinner_body h3.j {
      background: #ccc;
      color: #333; }
    @media screen and (max-width: 599px) {
      .prizewinner_body h3 {
        border-radius: 5px; } }
  .prizewinner_body .one + h3 {
    margin-top: 2em; }

.one {
  margin: 0 0.75em; }
  .one .head {
    margin-bottom: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .one .prize {
    margin-right: 0.75em;
    width: 100px; }
    @media screen and (max-width: 599px) {
      .one .prize {
        width: 70px; } }
    .one .prize img {
      width: 100%; }
  .one .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold; }
    .one .txt .name {
      font-size: 1.25em; }
    .one .txt .title {
      font-size: 1.25em;
      margin: 0.25em 0; }
  .one .comments {
    line-height: 1.5; }
  .one .product2019 {
    text-align: center;
    width: 100%;
    margin: 1em auto 2em; }
    @media screen and (min-width: 600px) {
      .one .product2019.tusSet {
        max-width: 750px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .one .product2019.tusSet > div {
          width: 50%; }
          .one .product2019.tusSet > div img {
            width: 100%; }
      .one .product2019 img.ll {
        width: 70%; }
      .one .product2019 img.ls {
        width: 70%;
        max-width: 750px; } }
    @media screen and (max-width: 599px) {
      .one .product2019 img {
        width: 90%;
        margin: 1em auto 2em; } }

.one + .one {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #999; }

@media screen and (max-width: 599px) {
  .award_head h2 br {
    display: none; } }

.award_head .pavilion_image {
  text-align: center;
  margin-top: 2em; }
  .award_head .pavilion_image img {
    width: 100%;
    max-width: 587px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

ul.award_photo_last {
  margin: 2em 2em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.award_photo_last {
      margin: 2em auto 5em; } }
  @media screen and (max-width: 499px) {
    ul.award_photo_last {
      margin: 2em 1em;
      width: calc(100% - 2em);
      max-width: none; } }
  ul.award_photo_last li {
    margin: 4px;
    width: calc(33.33% - 8px); }
    @media screen and (max-width: 499px) {
      ul.award_photo_last li {
        margin: 4px 0;
        width: 100%; } }
  ul.award_photo_last img {
    width: 100%;
    border: 1px solid #ccc; }

.award2017_bg {
  background: rgba(77, 194, 187, 0.15); }

.last_prize {
  margin: 2em 0.5em 0; }
  .last_prize h2.aw_title {
    font-size: 1.5em;
    border-top: 2px solid #00a99d;
    color: #00a99d;
    padding-top: 0.325em;
    margin-bottom: 1em; }
  .last_prize .flex_hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .last_prize .flex_hold {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1em; } }
    .last_prize .flex_hold .aw17_one {
      width: calc(50% - 1em);
      margin-bottom: 1em; }
      @media screen and (max-width: 767px) {
        .last_prize .flex_hold .aw17_one {
          width: 100%;
          margin-bottom: 2em; } }
      .last_prize .flex_hold .aw17_one .heads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.75em; }
        .last_prize .flex_hold .aw17_one .heads .icon_holder {
          margin-right: 0.75em; }
          .last_prize .flex_hold .aw17_one .heads .icon_holder img {
            width: 100px; }
            @media screen and (max-width: 599px) {
              .last_prize .flex_hold .aw17_one .heads .icon_holder img {
                width: 70px; } }
      .last_prize .flex_hold .aw17_one p {
        line-height: 1.5em; }
        .last_prize .flex_hold .aw17_one p.name {
          font-size: 1.25em;
          line-height: 1.25em;
          font-weight: bold;
          margin-bottom: 0.1em; }
        .last_prize .flex_hold .aw17_one p.title {
          font-size: 1em;
          line-height: 1.325em;
          font-weight: bold; }
        .last_prize .flex_hold .aw17_one p.summary {
          font-size: 1em;
          margin-bottom: 0.5em;
          font-weight: bold; }
        .last_prize .flex_hold .aw17_one p.review {
          font-size: 1em;
          margin-bottom: 0; }

.table_ins {
  margin: 0 10px; }
  .table_ins h4 {
    font-weight: bold;
    margin: 2em 0 0.75em; }

table.awardjudge {
  border-top: 1px solid #ccc; }
  table.awardjudge td {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0.5em; }
    table.awardjudge td:nth-of-type(1), table.awardjudge td:nth-of-type(2) {
      white-space: nowrap; }
    @media screen and (max-width: 599px) {
      table.awardjudge td {
        vertical-align: top;
        padding: 0.325em 0.5em; }
        table.awardjudge td:nth-of-type(1) {
          white-space: inherit;
          width: 4em; } }

.page_title_area .title_layout .title_txt h1.mmin {
  font-size: 2em; }

.interview_aperza_area .f_title {
  border-left: 8px solid #000;
  padding-left: 0.75em;
  margin-bottom: 2em; }

.interview_aperza_area h2,
.interview_aperza_area h3 {
  font-weight: bold;
  margin-bottom: 0.25em; }

.interview_aperza_area h2 {
  font-size: 1.5em; }

.interview_aperza_area h3 {
  font-size: 2em; }

.interview_aperza_area h4 {
  margin: 1em 0;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: bold; }

.interview_aperza_area p {
  margin: 1em 0;
  font-size: 1.125em;
  line-height: 1.7; }
  .interview_aperza_area p img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 3em auto; }
  .interview_aperza_area p.abstract {
    display: none;
    font-size: 1em;
    margin-bottom: 3em;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1em;
    background-color: #fcfcfc; }

.interview_aperza_area .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 3em auto;
  text-align: center; }
  .interview_aperza_area .aligncenter p {
    margin: 0.5em 0;
    font-size: 1em; }

.other_article {
  margin-top: 5em; }
  .other_article h3 {
    color: #fff;
    font-size: 1.5em;
    padding: 0.25em 0.75em;
    border-radius: 2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
    background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
    background-image: -o-linear-gradient(top, #555 0%, #000 100%);
    background-image: linear-gradient(to bottom, #555 0%, #000 100%);
    margin-bottom: 1em; }
  .other_article p.capo {
    margin-bottom: 1em; }
  .other_article ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .other_article li {
    background: #fff;
    width: calc(25% - 1em);
    margin: 0 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 0.325em;
    overflow: hidden; }
    @media screen and (max-width: 999px) {
      .other_article li {
        width: calc(50% - 1em); } }
    .other_article li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      padding: 0.75em; }
      .other_article li a:hover {
        background: #f2f2f2; }
  .other_article .cc_img {
    margin-bottom: 0.5em; }
  .other_article img {
    width: 100%; }
  .other_article .num {
    font-size: 85%;
    margin-bottom: 0.25em; }
  .other_article .title {
    font-size: 85%;
    line-height: 1.325; }

.first_round {
  margin-top: 8em; }
  .first_round p.intro {
    line-height: 1.5;
    margin-bottom: 2em; }
  .first_round table {
    margin: 0 auto 4em;
    table-layout: fixed; }
    .first_round table th {
      text-align: center;
      background: rgba(0, 0, 0, 0.05);
      color: #000;
      padding: 0.75em;
      border: 1px solid rgba(0, 0, 0, 0.25); }
    .first_round table td {
      font-size: 0.875em;
      line-height: 1.5;
      background: rgba(255, 255, 255, 0.35);
      padding: 0.5em 0.75em;
      border: 1px solid rgba(0, 0, 0, 0.25); }

.award_logo_title_bg {
  background-image: url(../event/award_img/1115_040.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .award_logo_title_bg .ins {
    background-color: rgba(6, 125, 141, 0.8);
    width: 100%;
    height: 100%; }
  .award_logo_title_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5em 0;
    min-height: 500px; }
    @media screen and (max-width: 999px) {
      .award_logo_title_bg .cons {
        height: auto;
        min-height: auto; } }
    @media screen and (max-width: 559px) {
      .award_logo_title_bg .cons {
        padding: 3em 0;
        width: calc(100% - 1em);
        margin: 0 auto; } }
  .award_logo_title_bg .logosets {
    max-width: 550px;
    margin-bottom: 1em; }
    .award_logo_title_bg .logosets img {
      width: 100%; }
    @media screen and (max-width: 999px) {
      .award_logo_title_bg .logosets {
        max-width: 450px; } }
  .award_logo_title_bg .d {
    font-size: 2.5em;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin-bottom: 0.5em; }
  .award_logo_title_bg h1 {
    font-size: 4em;
    font-weight: bold; }
  .award_logo_title_bg .limit {
    font-size: 1.75em;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .award_logo_title_bg .limit > p {
      margin: 0 0.25em; }
      .award_logo_title_bg .limit > p:nth-child(1) {
        background: #e33;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        font-size: 60%;
        line-height: 1;
        padding: 0.5em 0.75em; }
  .award_logo_title_bg .end_msg {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    margin-top: 1em;
    padding: 0.5em 0;
    width: 90%;
    max-width: 20em;
    border-radius: 2.5em;
    background: #fff;
    color: #f00; }
  @media screen and (max-width: 999px) {
    .award_logo_title_bg .d {
      font-size: 1.75em; }
    .award_logo_title_bg h1 {
      font-size: 2.75em; } }
  @media screen and (max-width: 399px) {
    .award_logo_title_bg .limit {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .award_logo_title_bg .limit p:nth-child(1) {
        width: 100%;
        margin-bottom: 0.5em; } }

.lastaward_img_outwrap {
  margin-bottom: 3em; }
  .lastaward_img_outwrap p {
    margin-top: 0.75em;
    text-align: center;
    font-size: 0.875em; }

.lastaward_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .lastaward_img p {
    width: calc((100% - 0.5em)/3); }
    .lastaward_img p:nth-child(4) {
      display: none; }
    .lastaward_img p img {
      width: 100%; }
  @media screen and (max-width: 559px) {
    .lastaward_img {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .lastaward_img p {
        width: calc((100% - 1em)/2);
        margin: 0.25em auto; }
        .lastaward_img p:nth-child(4) {
          display: block; } }

.concept_sum {
  line-height: 1.5; }
  .concept_sum h2 {
    color: #067d8d;
    margin-top: 2.5em;
    border-top: 1px solid #067d8d;
    border-bottom: 1px solid #067d8d;
    padding: 0.25em 0;
    margin-bottom: 0.75em; }
    .concept_sum h2:first-child {
      margin-top: 0; }
  .concept_sum p {
    line-height: 1.75; }
    .concept_sum p span.bb {
      font-weight: bold;
      color: #067d8d; }
  .concept_sum p + p {
    margin-top: 0.5em; }

.spJudge_bg_color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebf0), to(#cfd9df));
  background-image: -webkit-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: -o-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: linear-gradient(180deg, #e2ebf0 0%, #cfd9df 100%); }

h2.spj_h2 {
  margin-bottom: 1em;
  background: #000;
  color: #fff;
  border-radius: 1em;
  padding: 0.25em 0.75em;
  line-height: 1; }

.Special_judges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (min-width: 1000px) {
    .Special_judges {
      margin: 0 1em; }
      .Special_judges .spj_block:nth-child(1) {
        width: 20%;
        background: #fff;
        padding: 0.5em; }
      .Special_judges .spj_block:nth-child(2) {
        width: calc(40% - 1.5em); }
      .Special_judges .spj_block:nth-child(3) {
        width: calc(40% - 1.5em); } }
  @media screen and (max-width: 999px) {
    .Special_judges {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0; }
      .Special_judges .spj_block {
        width: 100%; }
        .Special_judges .spj_block:nth-child(1) {
          max-width: 200px;
          margin: 0 auto 1em; } }
  .Special_judges .ph {
    margin-bottom: 0.5em; }
    .Special_judges .ph img {
      width: 100%; }
  .Special_judges .name {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold; }
  .Special_judges .kana {
    text-align: center;
    font-size: 0.8125em;
    margin-top: 0.25em; }
  .Special_judges h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 0.25em 0.75em; }
  .Special_judges dl {
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0 0.5em 1.5em; }
    .Special_judges dl dt, .Special_judges dl dd {
      padding: 0.25em 0; }
    .Special_judges dl dt {
      width: 4em;
      float: left; }
    .Special_judges dl dd {
      padding-left: 4em;
      border-bottom: 1px dotted #999; }
      .Special_judges dl dd:last-child {
        border-bottom: none; }
    .Special_judges dl.from_n dt {
      width: 6em; }
    .Special_judges dl.from_n dd {
      padding-left: 6em; }
  .Special_judges ul {
    margin: 0 0.5em 1.5em; }
    .Special_judges ul li {
      font-size: 0.875em;
      line-height: 1.5;
      padding: 0.25em 0; }

.guide_all {
  line-height: 1.5; }
  .guide_all .guide_md {
    font-size: 1.75em;
    line-height: 1.0;
    padding: 0.75em;
    border: 2px solid #000;
    text-align: center;
    margin-bottom: 1.75rem; }
  .guide_all h2 {
    margin-top: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0.125em;
    margin-bottom: 0.5em; }
    .guide_all h2:first-child {
      margin-top: 0; }
    .guide_all h2:before {
      display: none;
      content: "\f15c";
      font-family: "Font Awesome 5 Regular"; }
    .guide_all h2 .svg-inline--fa {
      margin-right: 0.325em; }
  .guide_all p {
    line-height: 1.75; }
    .guide_all p.emp {
      font-size: 125%;
      font-weight: bold;
      color: #e33; }
  .guide_all p + p {
    margin-top: 0.5em; }
  .guide_all ul + p,
  .guide_all p + ul {
    margin-top: 0.5em; }
  .guide_all ul {
    list-style-type: disc;
    margin-left: 1.5em; }
    .guide_all ul li + li {
      margin-top: 0.5em; }
  .guide_all .pattern {
    margin: 1.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 999px) {
      .guide_all .pattern {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .guide_all .pattern > div {
      margin: 0 10px; }
      .guide_all .pattern > div .wrap2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1em; }
        @media screen and (max-width: 599px) {
          .guide_all .pattern > div .wrap2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            max-width: 240px;
            margin: 0 auto; }
            .guide_all .pattern > div .wrap2 img {
              width: 100%; } }
    .guide_all .pattern p {
      text-align: center;
      background: #ccc;
      border-radius: 4px; }

.column_pack.present {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background-image: linear-gradient(180deg, #fff 0%, #f6f6f6 100%); }
  .column_pack.present h2 {
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 0.25em 0; }
    @media screen and (min-width: 600px) {
      .column_pack.present h2 br {
        display: none; } }
  .column_pack.present .logo {
    margin: 6em auto;
    text-align: center; }
    .column_pack.present .logo img {
      width: 95%;
      max-width: 600px; }
    @media screen and (max-width: 599px) {
      .column_pack.present .logo {
        margin: 2em auto; } }
  .column_pack.present p {
    font-size: 1.125em;
    line-height: 1.75; }
    .column_pack.present p.point3 {
      margin: 0.75em 1em 0;
      border: 1px dotted #bbb;
      padding: 1em; }
      @media screen and (max-width: 599px) {
        .column_pack.present p.point3 {
          margin: 0.75em 0 0; } }
  .column_pack.present h3 {
    font-size: 1.5em;
    margin: 2em 0 0.5em;
    border-top: 1px solid #bbb;
    padding-top: 0.75em; }
