/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*input, select {
  vertical-align: middle;
}*/
input, textarea, button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

select {
  outline: none;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

input::-ms-clear {
  visibility: hidden; }

select:disabled,
select:disabled::-ms-value {
  background: none;
  color: #333; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a; }

button,
input[typr="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="submit"], input[type="button"] {
  -webkit-appearance: none; }

/* setting */
* {
  box-sizing: border-box; }

*::before, *::after {
  box-sizing: inherit; }

html {
  width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media print, screen and (min-width: 768px) {
  img {
    width: auto; } }
@media print {
  .bg_inner.-check {
    padding-top: 0;
    padding-bottom: 0; }
    .bg_inner.-check h2.sec_ttl {
      font-size: 1.8rem !important; }

  .check {
    width: 100%; }
    .check_box {
      display: flex;
      width: 100%;
      border: solid 2px #e3e3e3;
      margin-bottom: 12px;
      padding-bottom: 0px;
      overflow: hidden !important; }
      .check_box_ttl {
        position: relative;
        width: 25%;
        height: auto;
        pointer-events: none;
        border-right: 2px solid #e3e3e3;
        overflow: hidden !important; }
        .check_box_ttl::after {
          top: -45%;
          left: -25%;
          display: block;
          width: 120%;
          height: 100%;
          transform: rotate(150deg); }
        .check_box_ttl h3 {
          width: 100%;
          padding: 15px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #fff;
          line-height: 22px; }
          .check_box_ttl h3 span {
            font-size: 1.4rem; }
      .check_box_open {
        display: block;
        width: 75%; }
      .check_box_container {
        width: 100%;
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px; }
        .check_box_container_item {
          display: flex;
          align-items: center;
          width: 50%;
          margin-left: 0;
          margin-right: 0;
          margin-top: 0; }
          .check_box_container_item:nth-child(n+3)::before {
            display: none; }
          .check_box_container_item:nth-child(n+4)::before {
            content: none;
            position: absolute;
            width: 90%;
            height: 1px;
            top: -7px;
            left: 5%;
            bottom: 0;
            display: inline-block;
            background-color: #f1f1f1 !important; }
          .check_box_container_item_inner {
            width: 100%;
            height: 30px;
            margin: 0 auto;
            padding: 0 10px;
            border: none; }
            .check_box_container_item_inner .checkbox {
              height: 26px;
              margin-top: 0;
              margin-left: -150px; }
              .check_box_container_item_inner .checkbox_txt span {
                visibility: hidden; }
              .check_box_container_item_inner .checkbox label {
                top: 8px; }
          .check_box_container_item:nth-child(2n) .check_box_container_item_inner {
            border: none; }
          .check_box_container_item:nth-child(3n) .check_box_container_item_inner {
            border: none; }
          .check_box_container_item_bg {
            visibility: hidden;
            height: 30px;
            padding-top: 6%;
            padding-bottom: 0%; }
            .check_box_container_item_bg::after {
              width: 6%; }
            .check_box_container_item_bg:hover {
              opacity: .6; }
          .check_box_container_item_head {
            padding-top: 0%;
            padding-bottom: 7%; }
            .check_box_container_item_head_p {
              text-align: center;
              font-size: 1.1rem;
              font-weight: bold; }
            .check_box_container_item_head_img {
              padding-top: 0; }
              .check_box_container_item_head_img::before {
                top: -58%;
                width: 22px;
                height: 22px; }
              .check_box_container_item_head_img img {
                width: 38%;
                height: auto; }
            .check_box_container_item_head_txt {
              visibility: visible;
              position: absolute;
              top: -23px;
              left: 82px;
              padding-top: 6px;
              padding-bottom: 0; }
              .check_box_container_item_head_txt h4 {
                text-align: start;
                font-size: 1.2rem;
                font-weight: 400;
                margin-top: 1px;
                margin-left: -45px; }
          .check_box_container_item_foot {
            display: none;
            padding-top: 7%;
            margin-bottom: 8%; }
            .check_box_container_item_foot a:hover {
              opacity: .6; }
            .check_box_container_item_foot p {
              text-align: center;
              font-size: 1.2rem;
              font-weight: 400; }
              .check_box_container_item_foot p::before {
                top: 5px;
                left: 0px;
                width: 20px;
                height: 20px; }

  .acc_list .check_acc_trigger ::after {
    content: "";
    display: none; }
  .acc_list .on ::after {
    transform: rotate(-135deg);
    right: 10px; }

  .col2_box-right {
    display: none; } }
