@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

*01. pc common

---------------------------*/
html {
  font-size: 62.5%; }

/* 10px */
body {
  background-color: #FFF;
  color: #252525;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Lato', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 30px;
  line-height: 3.0rem;
  overflow-x: hidden;
  position: relative;
  width: 100%; }

img {
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast; }

.pc_none {
  display: none !important; }

.pc_tablet_only {
  display: block; }

.pc_nocontact_dl {
  display: block;
  white-space: nowrap; }

.pc_left {
  text-align: left !important; }

.pc_center {
  text-align: center; }

.pc_mgb0 {
  margin-bottom: 0 !important; }

.pc_w-50 {
  width: 50% !important; }

.w-100 {
  width: 100% !important; }

@media screen and (min-width: 1281px) {
  #wrapper {
    margin: 0 0 0;
    width: 100%; } }
@media screen and (max-width: 1280px) {
  #wrapper {
    margin: 0 0 0;
    width: 100%; } }
.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1280px; }

.l_container {
  width: 95%;
  max-width: 1284px;
  margin: 0 auto; }

.section {
  margin-bottom: 120px !important; }

.section_s {
  margin-bottom: 80px !important; }

.section_ss {
  margin-bottom: 60px !important; }

.section_l {
  margin-bottom: 150px !important; }

.border_gray {
  border: 1px solid #DDD; }

.bg_gray {
  background-color: #eee; }

.bg_white {
  background-color: #FFF; }

.text_white {
  color: #FFF; }

.text_gray {
  color: #999; }

.text_red {
  color: #a70000; }

.text_blue {
  color: #3b5998; }

.font-weight-medium {
  font-weight: 600; }

.d_block {
  display: block; }

.d-flex {
  display: flex; }

.pc_d-flex {
  display: flex; }

.pc_center {
  text-align: center; }

.pc_right {
  text-align: right; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-flex-end {
  justify-content: flex-end; }

.pc_justify-content-between {
  justify-content: space-between; }

.pc_justify-content-flex-end {
  justify-content: flex-end; }

.pc_flex-direction-row-reverse {
  flex-direction: row-reverse; }

.pc_flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.align-self-center {
  align-self: center; }

.flex-wrap {
  flex-wrap: wrap; }

.pc_flex-wrap {
  flex-wrap: wrap; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.pc_float-left {
  float: left; }

.pc_float-right {
  float: right; }

.position_relative {
  position: relative; }

.ankerlink {
  padding-top: 30px;
  margin-top: -30px; }

p {
  margin-bottom: 1.5em; }

.gothic, .tit_border_left {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.mincho, .qa_dl dt:before, .qa_dl dd:before {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.text_small {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 18px !important;
  line-height: 1.8rem !important; }

.text_ss {
  font-size: 10px;
  font-size: 1.0rem; }

.text_medium {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.text_large {
  font-size: 18px;
  font-size: 1.8rem; }

/**
* title
*/
h1, h2, h3, h4, h5 {
  color: #252525; }

.tit_border_left {
  border-left: 3px solid #000;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 13px; }

.strong {
  font-weight: bold; }

/* pankuzu */
.breadCrumb {
  margin-bottom: 30px; }

.pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0; }
  .pankuzu ul li {
    float: left;
    padding: 0 3px;
    color: #868686; }
    .pankuzu ul li:after {
      content: ">";
      margin-left: 10px; }
    .pankuzu ul li:last-child:after {
      content: ""; }
  .pankuzu a {
    color: #000; }
    .pankuzu a:hover {
      color: #999;
      opacity: 0.6; }
    .pankuzu a:active {
      color: #000;
      opacity: 0.6; }

hr {
  border-top: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0; }

.list_circle {
  list-style: none;
  margin-bottom: 2em; }
  .list_circle li {
    padding-left: 8px;
    position: relative; }
    .list_circle li:before {
      background-color: #252525;
      border-radius: 20px;
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 0.8em; }

.img_w_100 {
  width: 100%;
  height: auto; }

.w_23 {
  width: 23%; }

.w_35 {
  width: 35%; }

.w_45 {
  width: 45%; }

.w_48 {
  width: 48%; }

.w_49 {
  width: 49%; }

.w_70 {
  width: 70%; }

.w_80 {
  width: 80%; }

.w_100 {
  width: 100%; }

.link_border {
  text-decoration: underline !important; }

/* button */
input[type="submit"].btn_submit {
  background-color: #252525;
  border: none;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  outline: none;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 280px; }

.btn_back {
  background-color: #252525;
  border: none;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  outline: none;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 280px; }
  .btn_back:before {
    background: url(../images/common/icon_arrow_white_02.png);
    background-size: 8px;
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 15px;
    width: 8px;
    height: 15px;
    transform: rotate(180deg); }

.size_btn_m {
  text-align: center;
  width: 280px; }

.btn_pink {
  background-color: #d71c47;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 5px 8px; }

/* list */
.list-style-disc {
  margin-left: 3em; }
  .list-style-disc li {
    list-style: disc; }

.list_center {
  text-align: center; }
  .list_center li {
    display: inline-block;
    margin: 0 13px; }

/* link */
a {
  cursor: pointer; }

a:link, a:visited {
  cursor: pointer;
  color: #252525;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover, a:active {
  color: #252525;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px; }

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px; }
  .select-wrap:before {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 5px;
    right: 15px;
    position: absolute;
    top: 16px;
    transform: rotate(135deg);
    width: 5px;
    z-index: 1; }
  .select-wrap select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d6d6d6;
    color: #828c9a;
    width: 100%;
    border-radius: 3px; }
    .select-wrap select option {
      background-color: #fff;
      color: #333; }
      .select-wrap select option::-ms-expand {
        display: none; }
      .select-wrap select option:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #828c9a; }

.select-wrap.select-primary:before {
  color: #fff; }
  .select-wrap.select-primary:before > select {
    background: #0084B4;
    color: #fff;
    border-color: #0084B4; }
  .select-wrap.select-primary:before :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }

.select-wrap.select-inverse:before {
  color: #fff; }
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff; }

/* -------------------------------

*02. header

------------------------------- */

/* ----------------------------------------------

*04. 共通CSS (第2階層)

----------------------------------------------*/
.tit_container {
  background-size: cover;
  background-position: center;
  height: 280px;
  margin: 0 auto;
  max-width: 1505px;
  width: 100%;
  position: relative; }

.tit_area {
  align-items: center;
  background-color: #FFF;
  box-shadow: 0 9px 21px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  width: 435px;
  height: 280px;
  position: absolute;
  top: 70px;
  left: 53px; }
  .tit_area:before {
    background-color: #d71c47;
    content: "";
    display: block;
    width: 129px;
    height: 9px;
    position: absolute;
    top: 20px;
    left: 10px; }

.tit_area_text {
  color: #252525;
  font-weight: bold;
  font-size: 28px; }

.contents_container {
  border-left: 1px solid #EEE;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  width: 95%; }
  .contents_container p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem; }
    .contents_container p a {
      text-decoration: underline; }

.contents_inner {
  border-bottom: 1px solid #EEE;
  padding: 100px 6.6%; }
  .contents_inner h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 48px;
    line-height: 4.8rem;
    margin-bottom: 35px; }
    .contents_inner h2 span {
      color: #d71c47;
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: -10px; }
  .contents_inner table {
    border: 1px solid #DDD;
    border-collapse: collapse;
    width: 100%; }
    .contents_inner table th {
      background-color: #252525;
      border: 1px solid #DDD;
      border-collapse: collapse;
      color: #FFF;
      line-height: 24px;
      line-height: 2.4rem;
      padding: 10px 15px; }
    .contents_inner table td {
      border: 1px solid #DDD;
      border-collapse: collapse;
      line-height: 24px;
      line-height: 2.4rem;
      padding: 10px 15px; }

/*  --------------------------------------


self check 

--------------------------------------*/

.check_com_tit_area {
  background: url("../images/check_com_bg.png") center no-repeat;
  background-size: 1505px;
  height: 280px;
  margin-bottom: 55px;
  width: 100%; }

.check_com_tit {
  margin: 0 auto;
  width: 495px;
  height: auto; }

.check_container {
  width: 943px;
  margin: 0 auto 150px; }

.check_intro_text_01 {
  color: 000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center; }

.check_img_type {
  line-height: 0;
  margin: 0 auto 33px;
  width: 704px; }

.check_intro_text_02 {
  border-top: 1px solid #DDD;
  padding-top: 42px;
  padding-bottom: 48px; }
  .check_intro_text_02 p {
    margin-bottom: 0; }

.check_q_tit {
  background-color: #f8f6f6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 8px 9px; }
  .check_q_tit span {
    color: #d71c47;
    font-size: 36px;
    font-size: 3.6rem;
    padding-right: 17px; }

.check_ul {
  width: 704px;
  margin: 0 auto 20px; }
  .check_ul > li {
    display: flex;
    margin-bottom: 30px; }
    .check_ul > li .radio_input {
      display: none; }
    .check_ul > li .radio_input + label {
      line-height: 0;
      padding-left: 34px;
      position: relative; }
    .check_ul > li .check_ul_checked {
      border: 3px solid #DDD; }
    .check_ul > li .radio_input + label::before {
      background-color: #f8f6f6;
      border: 1px solid #c1c7ca;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%; }
    .check_ul > li .radio_input:checked + label .check_ul_checked {
      border: 3px solid #c62b56; }
    .check_ul > li .radio_input:checked + label::after {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 6px;
      width: 10px;
      height: 10px;
      background: #d01137;
      border-radius: 50%; }
    .check_ul > li img {
      line-height: 0;
      width: 294px; }
  .check_ul .check_ul_text, .check_ul .check_text {
    border: 3px solid #DDD;
    font-weight: bold;
    line-height: 30px;
    width: 294px;
    padding: 20px 30px; }
    .check_ul .check_ul_text li, .check_ul .check_text li {
      width: 48%; }

input[type="submit"].btn_check {
  background-color: #c62b56;
  border: none;
  border-radius: 0;
  color: #FFF !important;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  outline: none;
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 372px; }



/*  --------------------------------------

contact 

--------------------------------------*/
.tit_container_common {
  margin: 0 auto 30px;
  max-width: 1505px;
  text-align: center;
  width: 100%; }
  .tit_container_common h1 {
    font-size: 28px;
    font-weight: bold; }

.contact_tit_img {
  width: 117px;
  margin: 0 auto 10px; }

.contact_ul {
  margin-bottom: 10px; }
  .contact_ul li:nth-child(odd) {
    background-color: #f4f4f5; }

.contact_dl dt {
  line-height: 34px;
  padding: 10px 2% 10px;
  width: 20%; }
.contact_dl dd {
  width: 80%;
  padding: 10px 0; }

input[type="text"], input[type="tel"], textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 8px; }

textarea {
  width: 100%; }

