@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a:hover {
    color: #171717; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
main {
  width: 90%;
  margin: 0 auto 15%;
  padding-top: 60px;
  overflow-x: hidden;
  max-width: 1500px; }
  @media screen and (max-width: 1920px) {
    main {
      max-width: 1200px; } }
  @media screen and (max-width: 600px) {
    main {
      margin-bottom: 15%;
      width: 94%; } }

.opinionsBox {
  margin: 24px auto;
  text-align: left; }
  .opinionsBox h2 {
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: .1em;
    margin-bottom: 24px; }
    @media screen and (max-width: 600px) {
      .opinionsBox h2 {
        font-size: 4.0vw; } }
  .opinionsBox h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 0.3em 0.5em;
    line-height: 1.0;
    border-left: 3px solid #171717; }
    @media screen and (max-width: 600px) {
      .opinionsBox h3 {
        font-size: 3.8vw; } }
  .opinionsBox p {
    font-size: 1.0em; }
    @media screen and (max-width: 600px) {
      .opinionsBox p {
        font-size: 3.2vw; } }
    .opinionsBox p.attention a {
      border-bottom: 1px solid #171717; }
  .opinionsBox .entry_form {
    border-top: 1px solid #E6E6E6;
    padding-top: 24px;
    margin-top: 24px; }
    .opinionsBox .entry_form .come_point {
      margin-bottom: 24px; }
    .opinionsBox .entry_form span.come::before {
      content: "*";
      color: #ec6800; }
    .opinionsBox .entry_form input {
      font-size: 1.0em;
      border: 1px solid #B8B8B8;
      padding: 0.5em;
      border-radius: 3px;
      margin-bottom: 0.5em;
      outline: none;
      max-width: 500px; }
      .opinionsBox .entry_form input:focus {
        outline: none; }
      @media screen and (max-width: 600px) {
        .opinionsBox .entry_form input {
          width: 100%; } }
      .opinionsBox .entry_form input#file_design {
        border: none;
        font-size: 1.0em; }
        @media screen and (max-width: 600px) {
          .opinionsBox .entry_form input#file_design {
            font-size: 3.2vw; } }
    .opinionsBox .entry_form .select_wrapper {
      position: relative;
      margin-bottom: 0.5em;
      max-width: 500px;
      width: fit-content;
      min-width: 170px; }
      .opinionsBox .entry_form .select_wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 7px;
        height: 7px;
        border-right: 1px solid #B8B8B8;
        border-bottom: 1px solid #B8B8B8;
        transform: translateY(-50%) rotate(45deg); }
      .opinionsBox .entry_form .select_wrapper select {
        border: 1px solid #B8B8B8 !important;
        padding: 0.5em;
        border-radius: 3px;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        position: relative;
        font-size: 1.0em; }
        @media screen and (max-width: 600px) {
          .opinionsBox .entry_form .select_wrapper select {
            font-size: 3.2vw; } }
    .opinionsBox .entry_form textarea {
      border: 1px solid #B8B8B8;
      padding: 0.5em;
      border-radius: 3px;
      margin-bottom: 0.5em;
      width: 100%;
      max-width: 500px; }
    .opinionsBox .entry_form .at_box {
      background: #f2f2f2;
      padding: 24px; }
      @media screen and (max-width: 600px) {
        .opinionsBox .entry_form .at_box {
          padding: 16px; } }
      .opinionsBox .entry_form .at_box p {
        font-size: 1.2em; }
        @media screen and (max-width: 600px) {
          .opinionsBox .entry_form .at_box p {
            font-size: 3.7vw; } }
      .opinionsBox .entry_form .at_box ul {
        margin-top: 16px; }
        .opinionsBox .entry_form .at_box ul li {
          position: relative;
          font-size: 1.0em;
          padding-left: 1.0em;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 600px) {
            .opinionsBox .entry_form .at_box ul li {
              font-size: 3.2vw; } }
          .opinionsBox .entry_form .at_box ul li::before {
            content: "※";
            position: absolute;
            top: 0;
            left: 0; }
          .opinionsBox .entry_form .at_box ul li a {
            border-bottom: 1px solid #171717; }
    .opinionsBox .entry_form .btn {
      margin: 24px auto; }
      @media screen and (max-width: 600px) {
        .opinionsBox .entry_form .btn {
          text-align: center; } }
    .opinionsBox .entry_form .button {
      background: #404040;
      color: #ffffff;
      padding: 0.5em 2.0em;
      font-size: 1.0em;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 600px) {
        .opinionsBox .entry_form .button {
          font-size: 3.2vw;
          width: 80%;
          padding: 0.7em; } }
