@charset "UTF-8";
/* -------------------------- */
/* basis */
/* -------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #1E2D3D;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  overflow-y: scroll;
  position: relative;
  word-wrap: break-word;
}

_:-ms-input-placeholder, :root body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* コンテンツ幅 */
.container {
  width: 100%;
  padding: 0 15px;
}

/* 表示制御 */

.hidden_xs {
  display: none;
}

.hidden_all {
  display: none;
}

/* フォント制御 */
.txt_normal {
  font-size: 1.4rem;
  line-height: 1.6;
}

.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

/* 画像制御 */
.img_responsive {
  width: 100%;
  height: auto;
}

.thum_img {
  line-height: 0;
}

.icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

/* -------------------------- */
/* reset */
/* -------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* -------------------------- */
/* link */
/* -------------------------- */
a {
  outline: none;
  transition: all 0.3s;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  text-decoration: none;
}

/* -------------------------- */
/* flexbox */
/* -------------------------- */
/* x_type01 スマホ縦並び、TB横並び */
.flexible_x_type01 {
  display: flex;
  flex-direction: column;
}

/* x_type02 スマホ横並び、TB縦並び */
.flexible_x_type02 {
  display: flex;
  flex-direction: row;
}

/* x_type03 横並び */
.flexible_x_type03 {
  display: flex;
  flex-direction: row;
}

/* x_type04 横並び折返し */
.flexible_x_type04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* y_type01 縦並び */
.flexible_y_type01 {
  display: flex;
  flex-direction: column;
}

/* -------------------------- */
/* bg */
/* -------------------------- */
.bg_color01 {
  background: #ddd;
}

/* -------------------------- */
/* title */
/* -------------------------- */
/* title_section */
.title_section {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.92rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

.title_section:after {
  width: 30px;
  height: 1px;
  background: #00A0E8;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}

.title_section span {
  padding-left: 10px;
  font-size: 1.2rem;
}

/* title_contents01 */
.title_contents01 {
  margin-bottom: 15px;
  color: #00A0E8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.title_contents01 span {
  display: inline-block;
  font-size: 1.2rem;
}

/* title_contents02 */
.title_contents02 {
  padding: 10px 15px;
  background: #00A0E8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

/* title_contents03 */
.title_contents03 {
  margin-bottom: 5px;
  color: #00A0E8;
  font-size: 1.6rem;
  font-weight: bold;
}

/* -------------------------- */
/* text */
/* -------------------------- */
/* txt_catch */
.txt_catch {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  text-align: center;
}

/* txt_caution */
.txt_caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.4;
}

.time {
  color: #d9d9d9;
  font-size: 1.2rem;
}

.time span {
  font-size: 1.6rem;
}

/* -------------------------- */
/* btn */
/* -------------------------- */
/* btn_more01 */
.btn_default01 {
  box-sizing: border-box;
  min-height: 47px;
  padding: 15px;
  background: #00A0E8;
  border-radius: 100px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  text-align: center;
  z-index: 1;
}

.btn_default01 .icon {
  margin-left: 10px;
  fill: #fff;
}

.btn_default01.btn_back {
  padding: 15px 28px 15px 50px;
  color: #fff;
  justify-content: flex-start;
}

.btn_default01.btn_back .icon {
  margin: auto;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  transform: scale(-1, 1);
}

.btn_default01.btn_icon {
  padding: 15px 40px 15px 15px;
  justify-content: flex-start;
}

.btn_default01.btn_icon .icon {
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.btn_default01.btn_dl {
  padding: 15px 15px 15px 45px;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  justify-content: center;
}

.btn_default01.btn_dl .icon {
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  left: 15px;
}

.btn_default01.btn_dl span {
  font-size: 1.2rem;
}

.btn_default01.btn_color01 {
  background: #006EC2;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  transition: all 0.3s;
}

.btn_default01.btn_color02 {
  background: #fff;
  color: #1E2D3D;
}

.btn_default01.btn_color02 .icon {
  fill: #1E2D3D;
}

.btn_default01.btn_color02:hover {
  background: #00A0E8;
  color: #fff;
}

.btn_default01.btn_color02:hover .icon {
  fill: #fff;
}

.btn_default01.btn_color03 {
  background: #fff;
  color: #00A0E8;
}

.btn_default01.btn_color03 .icon {
  fill: #00A0E8;
}

.btn_default01.btn_color04 {
  background: #fff;
  border: 1px solid #00A0E8;
  color: #00A0E8;
}

.btn_default01.btn_color04 .icon {
  fill: #00A0E8;
}

.btn_default01.btn_color04:hover {
  background: #00A0E8;
  color: #fff;
}

.btn_default01.btn_color04:hover .icon {
  fill: #fff;
}

.btn_default01.btn_color05 {
  background: #fff;
  color: #00ACBF;
}

.btn_default01.btn_color05 .icon {
  fill: #00ACBF;
}

.btn_default01.btn_color05:hover {
  background: #f9cc46;
  color: #fff;
}

.btn_default01.btn_color05:hover .icon {
  fill: #fff;
}

.btn_default01.btn_color06 {
  background: #EE464C;
  color: #fff;
}

.btn_default01.btn_color06 .icon {
  fill: #fff;
}

.btn_default01.btn_color06:hover {
  opacity: 0.7;
}

/* btn_default02 */
.btn_default02 {
  padding-bottom: 5px;
  color: #00A0E8;
  font-family: "Roboto";
  position: relative;
}

.btn_default02:after {
  width: 45px;
  height: 2px;
  margin: auto;
  background: #00A0E8;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

/* btn_fix_back */
.btn_fix_back {
  display: none;
  position: fixed;
  left: 0;
  top: 67px;
  z-index: 999;
}

.btn_fix_back a {
  width: 55px;
  padding: 27px 0;
  background: #fff;
  border: 1px solid #006EC2;
  color: #006EC2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
}

.btn_fix_back a:hover {
  opacity: 1;
}

.btn_fix_back a span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
}

.btn_fix_back a .icon {
  margin-top: 10px;
  transform: scale(-1, 1);
  fill: #006EC2;
}

/* btn_back */
.btn_back {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}

.btn_back.color_white {
  color: #fff;
}

.btn_back.color_white .icon {
  fill: #fff;
}

.btn_back .icon {
  margin-right: 10px;
}

.btn_center .btn_back {
  justify-content: center;
}

/* btn_contact */
.btn_contact a {
  height: 100px;
  background: #EE464C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.btn_contact a .btn_contact_txt em {
  margin-bottom: 5px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.7rem;
  font-style: normal;
}

.btn_contact a .btn_contact_txt span {
  display: block;
  font-size: 1.2rem;
}

.btn_contact a .icon {
  margin-left: 10px;
  fill: #fff;
}

/* -------------------------- */
/* form */
/* -------------------------- */
.input {
  width: 100%;
  height: 42px;
  padding: 15px 10px;
  background: #F3F3F3;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

.input:focus {
  background-color: #EAF3F9;
}

.input_size01 {
  width: 100%;
}

.input_size02 {
  width: 100%;
  height: 100px;
}

.input_size03 {
  width: 150px;
}

.input_size04 {
  width: 100%;
}

.input_size05 {
  width: 100%;
}

.input_size06 {
  width: 100%;
}

.input_size07 {
  width: 30%;
}

.input_size07 {
  width: 25%;
}

.cms_input_bottom {
  margin-bottom: 10px;
}

.input_btn {
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.input_btn:hover {
  opacity: 0.7;
}

.input_check {
  cursor: pointer;
  display: block;
  position: relative;
}

.input_check input[type=radio],
.input_check input[type=checkbox] {
  display: none;
  position: relative;
}

.input_check input[type=radio] + span,
.input_check input[type=checkbox] + span {
  height: 20px;
  padding-left: 30px;
  display: inline-block;
}

.input_check input[type=radio] + span::before,
.input_check input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #00A0E8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .2s;
}

.input_check input[type=radio] + span::before {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border-width: 2px;
}

.input_check input[type=checkbox] + span::before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.input_check input[type=checkbox]:checked + span::before {
  background: #00A0E8;
}

.input_check input[type=checkbox]:checked + span::after {
  width: 21px;
  height: 21px;
  background: url(/images/icon/icon_check.svg) no-repeat center/13px auto;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  line-height: 1;
  vertical-align: middle;
}

.input_check input[type=radio]:checked + span::after {
  width: 12px;
  height: 12px;
  background: #00A0E8;
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
}

/* input_check_btn */
.input_check_btn {
  width: 100%;
  height: 42px;
  display: block;
  cursor: pointer;
  position: relative;
}

.input_check_btn input {
  display: none;
  position: relative;
}

.input_check_btn input + span {
  width: 100%;
  height: 44px;
  color: #00ACBF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.input_check_btn input + span:before {
  width: calc(100% - 4px);
  height: 40px;
  background: #fff;
  border: 2px solid #00ACBF;
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .2s;
  z-index: -1;
}

.input_check_btn input:checked + span {
  color: #fff !important;
}

.input_check_btn input:checked + span:before {
  background: #00ACBF;
}

.input_check_btn input:checked + span:after {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  background: url(/images/icon/icon_check.svg) no-repeat left top/15px auto;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  vertical-align: middle;
  z-index: 2;
}

.input_check_btn img {
  width: 32px;
  height: auto;
  border: 1px solid #d4dbe1;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

/* select */
.select_box {
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #ececec;
  position: relative;
}

.select_box:before {
  width: 45px;
  height: 100%;
  background: #ececec;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.select_box:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #000 transparent;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
}

.select_box .input_select {
  width: 100%;
  background: #fbf6f0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  text-indent: 0.01px;
  text-overflow: "";
  height: 45px;
  padding: 0 25px 0 10px;
  border: none;
  border-radius: 3px;
  text-indent: .01px;
  background-size: auto 45px;
  font-size: 1.6rem;
  position: relative;
  z-index: 4;
}

.select_box::-ms-expand {
  display: none;
}

.select_box select {
  width: 100%;
  background: #f4f4f4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  text-indent: 0.01px;
  text-overflow: "";
  height: 40px;
  padding: 0 25px 0 10px;
  border: none;
  border-radius: 3px;
  text-indent: .01px;
  background-size: auto 45px;
  font-size: 1.4rem;
  position: relative;
  z-index: 4;
}

.select_box select::-ms-expand {
  display: none;
}

/* file */
.input_fileUpload {
  display: none;
}

.file_label {
  display: block;
}

.file_label_btn,
.file_label_del {
  width: 138px;
  height: 40px;
  background: #00ACBF;
  border-radius: 100px;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file_label_btn:hover,
.file_label_del:hover {
  opacity: 0.7;
}

.file_label_txt {
  margin: 5px 20px 5px 0;
  color: #00A0E8;
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}

.file_label_del {
  width: 80px;
  height: 40px;
  margin: 5px 0 10px;
  background: #EE464C;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
}

.filesend {
  display: none;
}

.error {
  margin-bottom: 30px;
  border: 1px solid #dc0101;
}

.error .errorTitle {
  margin-bottom: 0;
  padding: 15px;
  background-color: #dc0101;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
}

.error .errorTxt {
  padding: 15px;
  color: #ce463c;
}

.error_txt {
  padding-top: 5px;
  color: #EE464C;
}

.error_txt:empty {
  display: none;
}

/* required */
.required {
  width: 42px;
  height: 20px;
  margin-left: 10px;
  background: #EE464C;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------- */
/* list */
/* -------------------------- */
/* list_disc */
.list_disc li {
  padding-left: 15px;
  line-height: 1.6;
  position: relative;
}

.list_disc li:before {
  width: 8px;
  height: 8px;
  background: #00A0E8;
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.list_disc.list_color01 li:before {
  background: #6e6e6e;
}

/* list_arrow */
.list_arrow li {
  padding-left: 20px;
  position: relative;
}

.list_arrow li:not(:last-child) {
  margin-bottom: 5px;
}

.list_arrow li:before {
  width: 12px;
  height: 12px;
  background: url(/images/icon/icon_arrow_color.svg) no-repeat center center/12px auto;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(90deg);
}

.list_arrow li a {
  color: #00A0E8;
  text-decoration: underline;
}

/* list_outline */
.list_outline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_outline dt {
  width: 55px;
  height: 20px;
  background: #006EC2;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.list_outline dd {
  width: calc(100% - 55px);
  padding-left: 10px;
  font-weight: bold;
}

/* list_anker */
.list_anker {
  margin: 50px 0 80px;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  border: 1px solid #00A0E8;
  display: flex;
  flex-wrap: wrap;
}

.list_anker li {
  width: 100%;
}

.list_anker li:not(:last-child) {
  border-bottom: 1px solid #00A0E8;
}

.list_anker li a {
  height: 50px;
  padding: 0 10px;
  background: #fff;
  color: #00A0E8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.list_anker li a:hover {
  background: #00A0E8;
  color: #fff;
  opacity: 1;
}

/* list_decimel */
.list_decimel {
  padding: 0;
}

.list_decimel li {
  margin-left: 1.5em;
  list-style: decimal;
  line-height: 1.6;
}

/* list_caution */
.list_caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.4;
}

.list_caution li:not(:last-child) {
  margin-bottom: 5px;
}

.list_caution a {
  color: #444;
  text-decoration: underline;
}

/* list_count */
.list_count {
  padding: 0;
}

.list_count > li {
  padding-left: 2.6em;
  counter-increment: cnt;
  text-indent: -2.6em;
  line-height: 1.6;
}

.list_count > li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}

/* pager */
.pager {
  overflow: hidden;
}

.pager .pager_list {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -4px;
}

.pager .pager_list li {
  margin: 0 2px;
  letter-spacing: 0;
}

.pager .pager_list li a, .pager .pager_list li span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  line-height: 1;
}

.pager .pager_list li a {
  background: #fff;
  border: 1px solid #00A0E8;
  border-radius: 5px;
  color: #00A0E8;
  cursor: pointer;
}

.pager .pager_list li span, .pager .pager_list li a:hover {
  background-color: #00A0E8;
  border: 1px solid #00A0E8;
  color: #fff;
  border-radius: 5px;
  opacity: 1;
  text-decoration: none;
}

/* -------------------------- */
/* table */
/* -------------------------- */
/* table_wrap */
.table_wrap {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* table_default */
.table_default {
  width: 100%;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_default thead th {
  padding: 15px 10px;
  background: #00A0E8;
  border-bottom: 2px solid #e8e8e8;
  color: #fff;
  text-align: left;
}

.table_default thead th:not(:last-child) {
  border-right: 2px solid #e8e8e8;
}

.table_default tbody tr:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}

.table_default tbody th {
  padding: 5px 10px;
  background: #00A0E8;
  border-right: 2px solid #e8e8e8;
  color: #fff;
  text-align: left;
}

.table_default tbody th:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.table_default tbody td {
  padding: 10px;
}

.table_default tbody td:not(:last-child) {
  border-right: 2px solid #e8e8e8;
}

.table_default tbody .table_color01 {
  background: #e5f8ff;
  color: #00A0E8;
}

.table_default.table_column01 th {
  width: 100%;
  display: block;
  border-right: none;
}

.table_default.table_column01 td {
  width: 100%;
  display: block;
}

/* table_line */
.table_line {
  width: auto;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  align-items: center;
}

.table_line > dt, .table_line > dd {
  width: 100%;
}

.table_line > dt {
  padding: 10px 0 5px;
  font-weight: bold;
}

.table_line > dd {
  padding: 0 0 10px;
}

.table_line > dd:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}

.table_line > dd a {
  color: #EE464C;
  text-decoration: underline;
  word-break: break-all;
}

/* -------------------------- */
/* header */
/* -------------------------- */
#_cmp_elm_0_1,
#_cmp_elm_0_0 {
  display: none !important;
}

.scroll {
  overflow: hidden !important;
}

/* header */
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}

.header .logo {
  width: 150px;
  margin-left: 15px;
}

.header .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.header .logo a img {
  width: 100%;
  height: auto;
}

.header .header_inner {
  width: 100%;
}

.header .header_inner #___gcse_0 {
  margin-bottom: 15px;
}

.header .header_inner table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.header .header_inner .gsc-search-button {
  margin-left: 0;
}

.header .header_inner .gsc-input-box {
  border: none !important;
}

.header .header_inner .gsib_a {
  padding: 0;
}

.header .header_inner .gsst_b {
  padding: 0;
}

.header .header_inner input.gsc-input {
  height: 43px !important;
  padding: 10px !important;
  background: #ececec;
  border-radius: 5px 0 0 5px;
  font-size: 1.6rem;
}

.header .header_inner .gsc-search-button-v2 {
  width: 43px;
  height: 43px;
  padding: 0;
  background: #00A0E8;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.header .header_inner .gsc-search-button-v2 svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.header .header_inner .gsc-search-button-v2:hover {
  opacity: 0.7;
}

.header .language {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
}

.header .language dt {
  padding-right: 10px;
  color: #00A0E8;
}

.header .language dd {
  width: 35px;
  height: 35px;
  background: #00A0E8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .language dd a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header_navi {
  width: 100%;
}

.header .global_navi_sub {
  margin-bottom: 15px;
}

.header .global_navi_sub li:not(:last-child) {
  margin-bottom: 5px;
}

.header .global_navi_sub li a {
  color: #1E2D3D;
  font-size: 1.2rem;
}

.header .global_navi_sub li a .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #00A0E8;
}

.header .header_btn {
  width: 100%;
}

.header .header_btn a {
  height: 55px;
  padding: 15px 30px;
  background: #00A0E8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header .header_btn a span {
  padding-right: 10px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

.header .header_btn a .icon {
  fill: #fff;
}

.header .js_hamburger,
.header .js_hamburger span {
  display: inline-block;
  box-sizing: border-box;
}

.header .js_hamburger {
  width: 60px;
  height: 60px;
  background: #00A0E8;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 100;
}

.header .js_hamburger span {
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 17px;
  transition: all .4s;
}

.header .js_hamburger span:nth-of-type(1) {
  top: 22px;
}

.header .js_hamburger span:nth-of-type(2) {
  top: 29px;
}

.header .js_hamburger span:nth-of-type(3) {
  top: 36px;
}

.header .js_hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.header .js_hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.header .js_hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header .js_hamburger.active + .global_navi {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header .global_navi {
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.header .global_navi .global_navi_wrap {
  width: 80%;
}

.header .global_navi .global_navi_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header .global_navi .global_navi_inner .global_navi_inner_list {
  width: 100%;
  margin: 15px 0 25px;
  border-top: 1px solid #ddd;
}

.header .global_navi .global_navi_inner .global_navi_inner_list > li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.header .global_navi .global_navi_inner .global_navi_inner_list > li > a, .header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none {
  padding: 12px 15px;
  color: #1E2D3D;
  display: block;
  font-weight: bold;
  transition: inherit;
  opacity: 1;
}

.header .global_navi .global_navi_inner .global_navi_inner_list > li > a:hover, .header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none:hover {
  background: #00A0E8;
  color: #fff;
}

.header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none {
  color: #aaa;
}

.header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none:hover {
  background: none;
  color: #aaa;
}

.header .global_navi .global_navi_inner .global_navi_inner_list .link_contact a {
  height: auto;
  background: #006EC2;
  color: #fff;
}

.header .global_navi .global_navi_inner .global_navi_inner_list .link_contact a:hover {
  background: #00A0E8;
  color: #fff;
  opacity: 1;
}

.header .global_navi .global_navi_inner .menu_pc {
  display: none;
}

.header .product_wrap_intro {
  width: 1230px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_contents {
  width: 100%;
  background: #fff;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
}

.menu_contents .container {
  display: flex;
  justify-content: space-between;
}

.menu_contents .menu_list {
  margin: 0 -12px;
  padding: 37px 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.menu_contents .menu_list li {
  width: 25%;
  margin-bottom: 25px;
  padding: 0 12px;
}

.menu_contents .menu_list li a {
  color: #1E2D3D;
  display: block;
}

.menu_contents .menu_list li a .thum_img {
  margin-bottom: 10px;
}

.menu_contents .menu_list li a .menu_list_txt {
  padding-left: 20px;
  position: relative;
}

.menu_contents .menu_list li a .menu_list_txt .icon {
  width: 14px;
  height: 14px;
  fill: #00ACBF;
  position: absolute;
  left: 0;
  top: 5px;
}

.menu_contents .menu_btn {
  width: 198px;
  margin: 37px 0 0 25px;
}

.menu_products {
  height: auto !important;
  max-height: 530px;
  overflow: hidden;
  overflow-y: scroll;
}

.menu_products .menu_products_topics a {
  width: 100%;
  height: 70px;
  background: #00ACBF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.menu_products .menu_products_topics a .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #fff;
}

.overlay {
  position: relative;
}

.overlay:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
}

.overlay .header:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 400;
}

.overlay .menu_contents, .overlay .global_navi_inner_list {
  z-index: 10000;
}

.overlay .menu_contents {
  display: block;
}

.overlay .global_navi_inner_list {
  background: transparent !important;
}

.overlay .global_navi_inner_list .menu_pc > a:hover {
  background: #00A0E8;
  color: #fff !important;
}

.overlay .global_navi_inner_list .link_contact > a {
  color: #fff !important;
}

/* -------------------------- */
/* content */
/* -------------------------- */
.content {
  padding-top: 60px;
}

/* contents_head */
.contents_head {
  min-height: 170px;
  background: url(/images/common/bg_header.jpg) no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contents_head:after {
  width: 100%;
  height: 100%;
  background: rgba(5, 20, 49, 0.35);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.contents_head .container {
  margin: auto;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.contents_head .contents_head_title {
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.contents_head .contents_head_title span {
  display: block;
  font-size: 1.2rem;
}

.contents_head .contents_head_title em {
  display: block;
  font-style: normal;
}

.contents_head .contents_head_txt {
  margin-top: 8px;
}

/* contents_head_under */
.contents_head_under {
  min-height: 170px;
}

.contents_head_under .contents_head_txt {
  margin-top: 8px;
}

/* breadcrumb */
.breadcrumb {
  background: #00A0E8;
  color: #fff;
  position: relative;
}

.breadcrumb.breadcrumb_margin01 {
  margin-bottom: 30px;
}

.breadcrumb.breadcrumb_margin02 {
  margin-bottom: 30px;
}

.breadcrumb.breadcrumb_margin03 {
  margin-bottom: 30px;
}

.breadcrumb .container {
  height: 100%;
}

.breadcrumb .breadcrumb_list {
  padding: 10px 0;
  background: #00A0E8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.breadcrumb .breadcrumb_list li {
  max-width: 300px;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .breadcrumb_list li a {
  padding-right: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.breadcrumb .breadcrumb_list li:not(:last-child):after {
  margin: 0 5px 0 0;
  content: "/";
  color: #fff;
}

.breadcrumb .breadcrumb_list li:not(:last-child) a {
  color: #fff;
  text-decoration: underline;
}

/* link_anchor */
.link_anchor {
  margin-top: -60px;
  padding-top: 60px;
}

/* contents_wrap */
.contents_wrap {
  position: relative;
}

.contents_wrap > .container {
  padding: 0;
}

.contents_wrap .side {
  padding: 30px 15px;
  background: #F8F8F8;
  border-bottom: 1px solid #00A0E8;
  position: relative;
  z-index: 1;
}

.contents_wrap .side .side_search_title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contents_wrap .side .side_search_title .side_title {
  margin-right: 15px;
  font-size: 2rem;
  font-weight: bold;
}

.contents_wrap .side .side_search_title .btn_default01 {
  height: 35px;
  min-height: 35px;
  padding: 0 15px;
  font-size: 1.4rem;
}

.contents_wrap .side .side_select {
  margin-bottom: 40px;
}

.contents_wrap .side .side_select dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contents_wrap .side .side_select dd {
  margin-bottom: 15px;
}

.contents_wrap .side .side_select dd:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}

.contents_wrap .side .side_select hr {
  margin-bottom: 15px;
}

.contents_wrap .side .side_select .side_select_list {
  display: flex;
  flex-wrap: wrap;
}

.contents_wrap .side .side_select .side_select_list li {
  margin: 0 20px 10px 0;
}

.contents_wrap .side .side_select .side_select_list li:not(:last-child) {
  margin: 0 20px 10px 0;
}

.contents_wrap .side .side_select .side_select_list li .input_check span {
  font-weight: bold;
}

.contents_wrap .main {
  padding: 30px 15px 0;
}

/* contents_box */
.contents_box {
  padding-bottom: 30px;
}

/* contents_box */
.contents_box02 {
  padding-bottom: 40px;
}

/* box_layout01 */
.box_layout01 {
  padding: 15px;
  background: #EAF3F9;
}

.box_layout01.box_layout_color01 {
  background: #fff;
}

/* item_box01 */
/* SPサムネイル小、PC画像＋テキスト縦並び */
.item_box01 {
  border-top: 1px solid #ddd;
}

.item_box01 .item_list01 {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.item_box01 .item_list01 .item_list01_link {
  padding: 15px 0;
  color: #1E2D3D;
  display: flex;
  flex-wrap: wrap;
}

.item_box01 .item_list01 .item_list01_inner {
  padding-left: 15px;
  order: 2;
  flex: 1;
}

.item_box01 .item_list01 .item_list01_inner .item_box01_title {
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.item_box01 .item_list01 .item_list01_inner .item_box01_title:before {
  width: 12px;
  height: 12px;
  background: url(/images/icon/icon_arrow_color.svg) no-repeat center center/12px auto;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.item_box01 .item_list01 .thum_img {
  width: 80px;
  min-height: 10px;
  order: 1;
}

/* item_list03 */
/* スマホ：縦並び、タブレット・PC：テキスト＋画像横並び */
.item_list03 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.item_list03:not(:last-of-type) {
  margin-bottom: 25px;
}

.item_list03 .item_list03_inner {
  width: 100%;
  margin-bottom: 15px;
}

.item_list03 .item_list03_inner .txt_normal:not(:last-child) {
  margin-bottom: 15px;
}

.item_list03 .thum_img {
  width: 250px;
  min-height: 10px;
  margin: 0 auto;
}

/* list_gallery */
.list_gallery {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.list_gallery li {
  margin: 0 5px 25px;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  overflow: hidden;
  position: relative;
}

.list_gallery li:before, .list_gallery li:after {
  width: 30px;
  height: 30px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.list_gallery li:before {
  background: #00A0E8;
}

.list_gallery li:after {
  background: url(/images/icon/icon_zoom.svg) no-repeat center center/17px auto;
}

.list_gallery li a {
  width: 100%;
  height: 100%;
  background: #2A2E2D;
  display: block;
}

.list_gallery li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_gallery.list_gallery_column03 li {
  width: calc(33.3333% - 10px);
  height: 150px;
}

.list_gallery.list_gallery_column04 li {
  width: calc(50% - 10px);
  height: 150px;
  margin-bottom: 10px;
}

/* movie */
.movie {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.movie .movie_iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* news */
.news_list {
  width: 100%;
}

.news_list li {
  width: 100%;
  padding: 10px 0;
}

.news_list li:not(:last-child) {
  margin-bottom: 10px;
}

.news_list li a {
  width: 100%;
  color: #1E2D3D;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news_list .news_list_time {
  margin-right: 10px;
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
}

.news_list .news_list_category {
  width: 150px;
  padding: 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.news_list .category01 {
  background: #00ACBF;
}

.news_list .category02 {
  background: #00A0E8;
}

.news_list .category03 {
  background: #006EC2;
}

.news_list .news_list_title {
  width: 100%;
  margin-top: 5px;
  display: block;
  line-height: 1.4;
}

/* top_contents */
.top_contents_wrap {
  box-shadow: 0 8px 5px 3px rgba(10, 10, 10, 0.1);
  position: relative;
  z-index: 1;
}

.top_contents {
  width: 100%;
}

.top_contents a {
  width: 100%;
  padding: 30px 15px;
  background: no-repeat center center/cover;
  color: #fff;
  display: block;
  text-align: center;
}

.top_contents a > .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  fill: #fff;
}

.top_contents a .top_contents_title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.top_contents a .txt_normal {
  margin-bottom: 20px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.top_contents a .btn_default01 {
  margin: 0 auto;
  padding: 15px 20px;
  display: inline-block;
}

.top_contents.top_blog a {
  background: #00A0E8;
}

.top_contents.top_mail a {
  background: #006EC2;
}

.top_contents.top_mail a .btn_default01 {
  color: #006EC2;
}

.top_contents.top_mail a .btn_default01 .icon {
  fill: #006EC2;
}

.top_contents.top_contact a {
  background: #00ACBF;
}

/* contact_form */
.contact_form {
  margin-top: 30px;
}

.contact_form .txt_normal a {
  color: #00A0E8;
  text-decoration: underline;
}

.contact_form .table_line {
  margin-bottom: 15px;
}

.contact_form .table_line > dt {
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
}

.contact_form .table_line > dt .required {
  position: absolute;
  right: 0;
  top: 10px;
}

.contact_form .table_line > dd a {
  color: #00A0E8;
  text-decoration: underline;
}

.contact_form .table_line > dd > .txt_normal {
  margin-bottom: 5px;
}

.contact_form .table_line .add {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_form .table_line .add span {
  width: 25px;
  display: inline-block;
}

.contact_form .table_line .add input:first-of-type,
.contact_form .table_line .add input:nth-of-type(2) {
  margin-bottom: 10px;
}

.contact_form .table_line .add input:last-of-type {
  width: calc(100% - 25px);
  margin-left: 25px;
}

.contact_form .table_line .add .txt_normal {
  padding: 0 0 10px 30px;
}

.contact_form .table_line .add .add_txt {
  width: 100%;
}

.contact_form .input_check_list02 li:not(:last-child) {
  margin-bottom: 12px;
}

.contact_form .ex .txt_normal {
  margin-top: 10px;
}

.contact_form .ex .txt_normal br {
  display: none;
}

.contact_form .file_label + .txt_normal {
  margin: 15px 0 0;
}

.contact_form .submit_box {
  margin: 30px 0 50px;
  position: relative;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
}

.contact_form .submit_box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.contact_form .submit_box .icon {
  margin-left: 9.5em;
}

.contact_form .confirm > dt:first-child {
  padding: 15px;
}

.contact_form.thanks {
  margin-bottom: 50px;
  text-align: center;
}

.contact_form.thanks .txt_normal:not(:last-of-type) {
  margin-bottom: 15px;
}

/* contact_us */
.contact_us {
  margin-bottom: 30px;
  text-align: center;
}

.contact_us .title_contents01 {
  color: #00ACBF;
}

.contact_us .contact_us_box {
  margin-bottom: 10px;
  color: #00ACBF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us .contact_us_box .icon {
  width: 40px;
  height: 43px;
  margin-right: 10px;
  fill: #00ACBF;
}

.contact_us .contact_us_box .contact_us_link {
  display: flex;
  align-items: center;
}

.contact_us .contact_us_box .contact_us_link dt {
  width: 60px;
  height: 25px;
  margin-right: 10px;
  background: #00ACBF;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.contact_us .contact_us_box .contact_us_link dd {
  font-family: "Roboto";
  font-size: 2.4rem;
  font-weight: 700;
}

.contact_us .contact_us_box .contact_us_link dd a {
  color: #00ACBF;
}

.contact_us .contact_us_mail {
  margin-bottom: 20px;
}

.contact_us .contact_us_mail a {
  color: #00ACBF;
  font-weight: bold;
}

.contact_us .txt_normal a {
  color: #00A0E8;
  text-decoration: underline;
}

/* information */
.information {
  padding: 30px 0 40px;
  position: relative;
}

.information .container {
  position: relative;
  z-index: 1;
}

.information .information_tab {
  border: 1px solid #D2EAFF;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}

.information .information_tab li {
  width: 50%;
  border-bottom: 1px solid #D2EAFF;
}

.information .information_tab li:nth-child(odd) {
  border-right: 1px solid #D2EAFF;
}

.information .information_tab li a {
  width: 100%;
  height: 42px;
  color: #00A0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.information .information_tab li a:hover {
  opacity: 1;
}

.information .information_tab li a.current {
  background: #D2EAFF;
}

.information .news_list {
  margin-bottom: 30px;
}

.information .information_bnr {
  margin: 0 -15px;
  padding: 15px;
  background: #F3F3F3;
  text-align: center;
}

.information .information_bnr li {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  box-shadow: 0 8px 5px 3px rgba(10, 10, 10, 0.1);
  line-height: 0;
}

.information .information_bnr li:not(:last-child) {
  margin-bottom: 15px;
}

/* input_check_list */

.input_check_list li {
  margin-bottom: 10px;
}

.input_check_list li:not(:last-child) {
  margin-bottom: 10px;
}

/* keywords */

.keywords {
  margin-bottom: 15px;
  display: flex;
}

.keywords .input {
  width: calc(100% - 60px);
  background: #fff;
  border-radius: 5px 0 0 5px;
  letter-spacing: -1px;
}

.keywords .keywords_btn {
  width: 60px;
  background: #00A0E8;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-weight: bold;
}

.keywords + .input_check_list {
  display: flex;
}

.keywords + .input_check_list li:not(:last-child) {
  margin-right: 15px;
}

/* search_result */
.search_result {
  margin-bottom: 30px;
}

.search_result .search_result_txt {
  margin-bottom: 10px;
  font-weight: bold;
}

.search_result .search_result_txt span {
  padding-left: 15px;
  color: #00A0E8;
}

.search_result .search_result_conditions {
  display: flex;
}

.search_result .search_result_conditions dt {
  width: 70px;
  font-weight: bold;
}

.search_result .search_result_conditions dd {
  width: calc(100% - 70px);
}

.search_result .search_result_conditions dd .search_result_list {
  display: flex;
  flex-wrap: wrap;
}

.search_result .search_result_conditions dd .search_result_list li {
  margin: 0 5px 5px 0;
}

.search_result .search_result_conditions dd .search_result_list li a {
  height: 30px;
  padding: 0 25px 0 10px;
  background: #00A0E8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}

.search_result .search_result_conditions dd .search_result_list li a:after {
  margin: auto;
  content: "×";
  position: absolute;
  right: 5px;
}

/* modal */
.modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -55px !important;
}

/* -------------------------- */
/* footer */
/* -------------------------- */
.footer {
  position: relative;
  z-index: 1;
}

/* footer_navi */
.footer_navi {
  background: #F3F3F3;
}

.footer_navi .container {
  padding: 0;
}

.footer_navi .footer_navi_none {
  display: none;
}

.footer_navi .footer_navi_list > li {
  border-bottom: 1px solid #d9d9d9;
}

.footer_navi .footer_navi_list > li > a, .footer_navi .footer_navi_list > li > span {
  height: 45px;
  padding: 0 15px;
  color: #1E2D3D;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.footer_navi .footer_navi_list > li > a br, .footer_navi .footer_navi_list > li > span br {
  display: none;
}

.footer_navi .footer_navi_list > li > a .icon, .footer_navi .footer_navi_list > li > span .icon {
  margin-right: 10px;
  fill: #00A0E8;
}

.footer_navi .footer_navi_list > li > a:hover {
  color: #00A0E8;
  opacity: 1;
}

.footer_navi .footer_navi_list > li > span {
  color: #aaa;
}

.footer_navi .footer_navi_list > li > span .icon {
  fill: #aaa;
}

.footer_navi .footer_navi_third {
  padding: 10px 0 0 25px;
}

.footer_navi .footer_navi_third li:not(:last-child) {
  margin-bottom: 10px;
}

.footer_navi .footer_navi_third li a {
  color: #1E2D3D;
  white-space: nowrap;
}

.footer_navi .footer_navi_third li a:hover {
  color: #00A0E8;
  opacity: 1;
}

.footer_navi .footer_navi_third li span {
  color: #aaa;
}

/* footer_company */
.footer_company {
  padding: 30px 15px;
}

.footer_company .footer_logo {
  width: 170px;
  margin: 0 auto 10px;
}

.footer_company .footer_add {
  margin-bottom: 20px;
  text-align: center;
}

.footer_company .footer_add address {
  display: block;
  font-style: normal;
}

.footer_company .footer_group {
  text-align: center;
}

.footer_company .footer_group img {
  width: 140px;
  margin: 0 auto 5px;
  display: block;
}

.footer_company .footer_group span {
  display: block;
}

/* copy */
.copy {
  height: 55px;
  padding-right: 15px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* btn_pagetop */
.btn_pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.btn_pagetop a {
  width: 55px;
  height: 55px;
  background: #00A0E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_pagetop a .icon {
  fill: #fff;
  transform: rotate(-90deg);
}

/* -------------------------- */
/* flexbox */
/* -------------------------- */
/* product_wrap */
.product_wrap .title_contents01 {
  margin-bottom: 10px;
  text-align: center;
}

.product_wrap .refined_list {
  width: calc(100% - 30px);
  margin: 0 auto 25px;
  border: 1px solid #00A0E8;
  display: flex;
}

.product_wrap .refined_list li {
  width: 50%;
  height: 70px;
  background: #fff;
  color: #00A0E8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}

.product_wrap .refined_list li .icon {
  margin-right: 10px;
  fill: #00A0E8;
}

.product_wrap .refined_list li.current {
  background: #00A0E8;
  color: #fff;
}

.product_wrap .refined_list li.current:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #00A0E8 transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}

.product_wrap .refined_list li.current .icon {
  fill: #fff;
}

.product_wrap .refined_list li:not(:last-child) {
  border-right: 1px solid #00A0E8;
}

.product_wrap .product_tab {
  padding-bottom: 70px;
  display: none;
  position: relative;
}

.product_wrap .product_tab.show {
  display: block;
}

.product_wrap .accordion_trigger {
  width: calc(100% - 30px);
  margin: -1px auto 0;
  padding: 24px;
  border: 1px solid #00A0E8;
  color: #00A0E8;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.product_wrap .accordion_trigger .icon {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  fill: #00A0E8;
}

.product_wrap .accordion_trigger span {
  display: block;
  font-size: 1.3rem;
}

.product_wrap .accordion_trigger span em {
  display: block;
  font-style: normal;
  font-size: 1.8rem;
}

.product_wrap .accordion_trigger.selected {
  margin-bottom: 25px;
  background: #00A0E8;
  color: #fff;
}

.product_wrap .accordion_trigger.selected .icon {
  fill: #fff;
}

.product_wrap .accordion_trigger.selected:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #00A0E8 transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}

.product_wrap .accordion_box {
  padding: 40px 0 55px;
  background: #D2EAFF;
}

.product_wrap .accordion_box:not(:last-of-type) {
  margin-bottom: 85px;
}

.product_wrap .accordion_box .container {
  position: relative;
}

.product_wrap .accordion_box .product_more {
  width: calc(100% - 30px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -115px;
}

.product_wrap .accordion_box .product_more .btn_default01 {
  height: 70px;
  padding-left: 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_wrap .accordion_box .product_more .btn_default01 .icon {
  margin-left: 10px;
  transform: rotate(90deg);
}

.product_index {
  margin-bottom: 15px;
}

.product_index a {
  height: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 5px 3px rgba(10, 10, 10, 0.1);
  display: block;
}

.product_index a .thum_img {
  display: none;
}

.product_index a .product_index_point {
  height: 20px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #00ACBF;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 20px;
}

.product_index a .product_index_category {
  width: 100%;
  margin-bottom: 10px;
  color: #00A0E8;
  font-size: 1.4rem;
  font-weight: bold;
}

.product_index a .product_index_title {
  margin-bottom: 10px;
  color: #1E2D3D;
  font-size: 1.6rem;
  font-weight: bold;
}

.product_index a .product_index_txt {
  color: #1E2D3D;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
  .visible_xs {
    display: none;
  }
  .hidden_xs {
    display: block;
  }
  .flexible_x_type01 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flexible_x_type02 {
    flex-direction: column;
  }
  .txt_catch {
    font-size: 2.6rem;
  }
  .txt_catch rt {
    margin-bottom: -5px;
    font-size: 1rem;
  }
  .txt_caution {
    font-size: 1.4rem;
  }
  .btn_center {
    display: inline-block;
    text-align: center;
  }
  .input_check_btn input + span {
    font-size: 1.4rem;
  }
  .list_outline dd {
    width: auto;
  }
  .list_outline dd:not(:last-of-type) {
    width: auto;
    margin-right: 25px;
  }
  .list_anker {
    flex-wrap: nowrap;
  }
  .list_anker li:not(:last-child) {
    border-right: 1px solid #00A0E8;
    border-bottom: none;
  }
  .pager .pager_list li a, .pager .pager_list li span {
    width: 45px;
    height: 45px;
  }
  .table_default tbody th {
    min-width: 100px;
  }
  .table_default.table_column01 th {
    width: auto;
    border-right: 2px solid #e8e8e8;
    display: table-cell;
  }
  .table_default.table_column01 td {
    width: auto;
    display: table-cell;
  }
  .table_line {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .table_line > dt {
    width: 20%;
    padding: 15px;
    font-weight: normal;
  }
  .table_line > dt:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
  }
  .table_line > dt:first-of-type {
    border-top: 1px solid #ececec;
  }
  .table_line > dd {
    width: 80%;
    padding: 15px;
  }
  .table_line > dd:first-of-type {
    border-top: 1px solid #ececec;
  }
  .table_line .tel a {
    color: #000;
    pointer-events: none;
    text-decoration: none;
  }
  .header .global_navi_sub {
    display: flex;
  }
  .header .global_navi_sub li {
    padding: 0 10px;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list > li > a, .header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none {
    padding: 12px;
    font-size: 1.4rem;
  }
  .contents_head .container {
    padding: 0 30px;
  }
  .contents_head_under .container {
    display: flex;
    align-items: center;
  }
  .contents_head_under .container .contents_head_title {
    width: auto;
    padding-right: 30px;
  }
  .contents_head_under .container .contents_head_txt {
    flex: 1;
  }
  .contents_head_under .contents_head_txt {
    margin-top: 2px;
  }
  .breadcrumb .breadcrumb_list li {
    max-width: 350px;
  }
  .contents_wrap .side {
    width: 260px;
    border-bottom: none;
    border-right: 1px solid #00A0E8;
  }
  .contents_wrap .side .side_search_title .btn_default01 {
    font-size: 1.4rem;
  }
  .contents_wrap .side .side_select .side_select_list {
    display: block;
  }
  .contents_wrap .main {
    flex: 1;
  }
  .contents_box {
    padding-bottom: 50px;
  }
  .contents_box02 {
    padding-bottom: 60px;
  }
  .item_box01 {
    margin: 0 -10px;
    border-top: none;
  }
  .item_box01 .item_list01 {
    width: 33.3333%;
    margin-bottom: 30px;
    padding: 0 10px;
    border-bottom: none;
  }
  .item_box01 .item_list01 .item_list01_link {
    padding: 0;
  }
  .item_box01 .item_list01 .item_list01_inner {
    padding-left: 0;
    flex: inherit;
  }
  .item_box01 .item_list01 .item_list01_inner .txt_normal {
    padding-left: 20px;
  }
  .item_box01 .item_list01 .thum_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .item_list03 {
    flex-direction: row;
  }
  .item_list03 .item_list03_inner {
    margin-bottom: 0;
    flex: 1;
  }
  .item_list03 .item_list03_inner .txt_normal:not(:last-child) {
    margin-bottom: 0;
  }
  .item_list03 .thum_img {
    margin-left: 25px;
  }
  .list_gallery.list_gallery_column04 li {
    width: calc(25% - 10px);
  }
  .top_contents_wrap {
    display: flex;
  }
  .top_contents {
    width: 100%;
  }
  .contact_form .table_line {
    margin-bottom: 25px;
  }
  .contact_form .table_line > dt {
    margin-bottom: 0;
    padding: 25px 15px;
  }
  .contact_form .table_line > dt .required {
    top: 26px;
  }
  .contact_form .table_line > dt.radio_box {
    padding: 20px 15px;
  }
  .contact_form .table_line > dt.radio_box .required {
    top: 22px;
  }
  .contact_form .table_line .add .txt_normal {
    padding: 0 0 0 15px;
  }
  .contact_form .input_check_list02 {
    margin: 10px 0 -10px;
  }
  .contact_form .submit_box {
    width: 370px;
    margin: 30px auto 50px;
  }
  .contact_form .confirm > dt {
    padding: 15px;
  }
  .contact_form .confirm > dt .required {
    top: 15px;
  }
  .contact_form .confirm > dt:first-child .required {
    top: 15px;
  }
  .contact_us {
    margin-bottom: 50px;
  }
  .contact_us .flexible_x_type01 {
    justify-content: center;
  }
  .contact_us .contact_us_box {
    padding: 0 15px;
  }
  .information .container {
    display: flex;
    flex-wrap: wrap;
  }
  .information .information_wrap {
    padding-right: 30px;
    flex: 1;
  }
  .information .information_tab {
    border: none;
  }
  .information .information_tab li {
    width: auto;
    border-bottom: none;
  }
  .information .information_tab li:nth-child(odd) {
    border-right: none;
  }
  .information .information_tab li a {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .information .information_tab li a.current {
    border-radius: 100px;
  }
  .information .news_list {
    padding-right: 15px;
  }
  .information .information_bnr {
    margin: 0;
    padding: 0;
    background: none;
  }
  .information .information_bnr li {
    margin: 0;
  }
  .input_check_list {
    margin: 10px 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .input_check_list li {
    margin-right: 25px;
  }
  .keywords_wrap {
    margin-bottom: 50px;
  }
  .search_result .search_result_conditions dt {
    padding-top: 5px;
  }
  .product_wrap .refined_list {
    width: calc(100% - 60px);
  }
  .product_wrap .accordion_trigger {
    width: calc(100% - 60px);
  }
  .product_wrap .accordion_box .container {
    padding: 0 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_index {
    width: 50%;
    padding: 0 8px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0;
  }
  .txt_normal {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .title_section {
    margin-bottom: 25px;
    padding-bottom: 12px !important;
    font-size: 2.6rem !important;
  }
  .title_section:after {
    width: 50px;
  }
  .title_section span {
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .title_contents01 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .title_contents01 span {
    font-size: 1.8rem;
  }
  .title_contents02 {
    padding: 15px 25px;
    font-size: 2rem;
  }
  .title_contents03 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .txt_catch {
    margin-top: -30px;
    font-size: 4.3rem;
  }
  .txt_catch rt {
    margin-bottom: -8px;
    font-size: 1.6rem;
  }
  .txt_caution {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .time {
    font-size: 1.4rem;
    line-height: 1;
  }
  .time span {
    font-size: 2rem;
  }
  .btn_default01 {
    font-size: 1.6rem;
  }
  .btn_default01 .icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .btn_default01.btn_back .icon {
    left: 25px;
  }
  .btn_default01.btn_icon {
    padding: 15px 50px 15px 28px;
  }
  .btn_default01.btn_icon .icon {
    right: 25px;
  }
  .btn_default01.btn_dl {
    min-height: 75px;
    padding: 24px 45px 24px 90px;
    font-size: 2rem;
  }
  .btn_default01.btn_dl .icon {
    width: 43px;
    height: 43px;
    right: inherit;
    left: 35px;
  }
  .btn_default01.btn_dl span {
    font-size: 1.6rem;
  }
  .btn_back {
    font-size: 1.6rem;
  }
  .btn_back .icon {
    margin: 0 15px 3px;
  }
  .btn_contact a {
    height: 230px;
  }
  .btn_contact a .btn_contact_txt em {
    margin-bottom: 13px;
    font-size: 3.4rem;
  }
  .btn_contact a .btn_contact_txt span {
    font-size: 1.4rem;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
  .btn_contact a .icon {
    width: 25px;
    height: 25px;
    margin-left: 30px;
  }
  .input {
    height: 70px;
    padding: 15px;
  }
  .input_size02 {
    height: 200px;
  }
  .input_size04 {
    width: 50%;
  }
  .input_size05 {
    width: 400px;
  }
  .input_size06 {
    width: 70%;
  }
  .input_size07 {
    width: 25%;
  }
  .input_size07 {
    width: 187px;
  }
  .input_check {
    height: 30px;
  }
  .input_check input[type=radio] + span,
  .input_check input[type=checkbox] + span {
    height: 30px;
    padding-left: 45px;
    line-height: 25px;
  }
  .input_check input[type=radio] + span {
    line-height: 35px;
  }
  .input_check input[type=radio] + span::before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .input_check input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
    top: -3px;
  }
  .input_check input[type=checkbox]:checked + span::before {
    width: 30px;
    height: 30px;
  }
  .input_check input[type=checkbox]:checked + span::after {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    top: -2px;
  }
  .input_check input[type=radio]:checked + span::after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    left: 8px;
    top: 8px;
  }
  .input_check_btn {
    height: 65px;
  }
  .input_check_btn input + span {
    height: 65px;
    font-size: 1.8rem;
  }
  .input_check_btn input + span:before {
    height: 65px;
  }
  .input_check_btn img {
    width: 62px;
    left: 50px;
  }
  .input_check_btn input:checked + span:after {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    background-size: 25px auto;
    right: 35px;
  }
  .file_label_btn,
  .file_label_del {
    height: 45px;
  }
  .required {
    width: 75px;
    height: 30px;
    font-size: 1.4rem;
  }
  .list_disc li {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .list_disc li:before {
    top: 10px;
  }
  .list_arrow li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .list_arrow li:not(:last-child) {
    margin-bottom: 10px;
  }
  .list_outline dt {
    height: 30px;
    font-size: 1.6rem;
  }
  .list_outline dd {
    font-size: 1.8rem;
  }
  .list_anker li a {
    height: 70px;
    font-size: 1.6rem;
  }
  .list_decimel {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .list_caution li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .list_count > li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .pager .pager_list {
    margin: 0 -6px;
  }
  .pager .pager_list li {
    margin: 0 6px;
  }
  .pager .pager_list li a, .pager .pager_list li span {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
  .table_wrap {
    overflow-x: inherit;
    white-space: inherit;
  }
  .table_default thead th {
    padding: 20px 15px;
    font-size: 1.6rem;
  }
  .table_default tbody th {
    padding: 20px;
    font-size: 1.6rem;
  }
  .table_default tbody td {
    padding: 20px;
    font-size: 1.6rem;
  }
  .table_line {
    font-size: 1.6rem;
  }
  .table_line > dt {
    width: 15%;
    padding: 22px;
  }
  .table_line > dd {
    width: 75%;
    padding: 22px;
  }
  .header {
    height: auto;
    position: relative;
    left: inherit;
    top: inherit;
  }
  .header .logo {
    width: 200px;
    margin-left: 50px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 999;
  }
  .header .header_inner {
    width: auto;
    height: 67px;
  }
  .header .header_inner #___gcse_0 {
    margin-bottom: 0;
    position: absolute;
    left: 280px;
    top: 11px;
  }
  .header .header_inner .gsc-search-button-v2 svg {
    width: 20px;
    height: 20px;
  }
  .header .language {
    height: 67px;
    margin-bottom: 0;
    position: absolute;
    left: 275px;
    top: 0;
  }
  .header .language dd {
    width: 44px;
    height: 44px;
  }
  .header .header_navi {
    width: auto;
    height: 67px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 360px;
    top: 0;
  }
  .header .global_navi_sub {
    margin-bottom: 0;
  }
  .header .global_navi_sub li {
    padding: 0 25px 0 0;
  }
  .header .global_navi_sub li:not(:last-child) {
    margin-bottom: 0;
  }
  .header .header_btn {
    width: auto;
    height: 67px;
  }
  .header .header_btn a {
    font-size: 1.8rem;
    height: 100%;
  }
  .header .js_hamburger,
  .header .js_hamburger span {
    display: none;
  }
  .header .global_navi {
    background: none;
    display: block !important;
    position: absolute;
  }
  .header .global_navi .global_navi_wrap {
    width: 100%;
  }
  .header .global_navi .global_navi_inner {
    width: auto;
    background: #fff;
    flex-direction: row;
    justify-content: flex-end;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list {
    height: 70px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 67px;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list > li {
    width: auto;
    height: 100%;
    border-bottom: none;
    display: flex;
    align-items: center;
    overflow: inherit;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list > li.menu_sp {
    display: none;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list > li > a, .header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none {
    height: 100%;
    padding: 0 25px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list > li .link_none {
    color: #aaa;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list .link_contact a {
    margin-left: 15px;
    padding: 10px 25px;
    border-radius: 100px;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_info > a,
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_service > a,
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_company > a {
    position: relative;
  }
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_info > a:after,
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_service > a:after,
  .header .global_navi .global_navi_inner .global_navi_inner_list .js_company > a:after {
    width: 12px;
    height: 12px;
    margin: auto;
    background: url(/images/icon/icon_arrow_white.svg) no-repeat center center/12px auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
  }
  .header .global_navi .global_navi_inner .menu_pc {
    display: block;
  }
  .overlay .global_navi_inner_list .js_info > a:after,
  .overlay .global_navi_inner_list .js_service > a:after {
    background-image: url(/images/icon/icon_arrow_white.svg) !important;
  }
  .content {
    padding-top: 67px;
  }
  .contents_head {
    min-height: 300px;
  }
  .contents_head .container {
    margin-top: 30px;
    padding: 0;
  }
  .contents_head .contents_head_title {
    font-size: 5rem;
    line-height: 1.2;
  }
  .contents_head .contents_head_title span {
    font-size: 2.4rem;
  }
  .contents_head .contents_head_txt {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .contents_head_under {
    min-height: 193px;
  }
  .contents_head_under .contents_head_txt {
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .breadcrumb {
    height: 68px;
    background: none;
  }
  .breadcrumb:after {
    width: 50%;
    height: 68px;
    background: #00A0E8;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }
  .breadcrumb.breadcrumb_color01:before {
    width: 50%;
    height: 68px;
    background: #F8F8F8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .breadcrumb.breadcrumb_margin01 {
    margin-bottom: 50px;
  }
  .breadcrumb.breadcrumb_margin02 {
    margin-bottom: 40px;
  }
  .breadcrumb.breadcrumb_margin03 {
    margin-bottom: 100px;
  }
  .breadcrumb .breadcrumb_list {
    height: 100%;
    padding-left: 25px;
  }
  .breadcrumb .breadcrumb_list li {
    max-width: 750px;
  }
  .breadcrumb .breadcrumb_list li a {
    padding-right: 15px;
    font-size: 1.6rem;
  }
  .breadcrumb .breadcrumb_list li:not(:last-child):after {
    margin: 0 10px 0 0;
  }
  .link_anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
  .link_anchor_first {
    margin-top: -200px;
    padding-top: 200px;
  }
  .contents_wrap:before {
    width: 23vw;
    height: 100%;
    background: #F8F8F8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .contents_wrap .side {
    width: 305px;
    padding: 90px 20px 30px 0;
  }
  .contents_wrap .side .side_search_title .side_title {
    font-size: 2.2rem;
  }
  .contents_wrap .side .side_search_title .btn_default01 {
    width: 90px;
    height: 47px;
    min-height: 47px;
  }
  .contents_wrap .side .side_select {
    margin-bottom: 80px;
  }
  .contents_wrap .side .side_select dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .contents_wrap .side .side_select dd {
    margin-bottom: 25px;
  }
  .contents_wrap .side .side_select hr {
    margin-bottom: 25px;
  }
  .contents_wrap .side .side_select .side_select_list li {
    margin: 0 0 12px;
  }
  .contents_wrap .side .side_select .side_select_list li:not(:last-child) {
    margin: 0 0 12px;
  }
  .contents_wrap .main {
    padding: 85px 0 0 50px;
  }
  .contents_box {
    padding-bottom: 85px;
  }
  .contents_box02 {
    padding-bottom: 100px;
  }
  .box_layout01 {
    padding: 25px;
  }
  .item_box01 {
    margin: 0 -15px;
  }
  .item_box01 .item_list01 {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .item_box01 .item_list01 .item_list01_inner .item_box01_title {
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .item_box01 .item_list01 .item_list01_inner .item_box01_title:before {
    width: 17px;
    height: 17px;
    background-size: 17px auto;
  }
  .item_box01 .item_list01 .item_list01_inner .txt_normal {
    padding-left: 25px;
  }
  .item_box01 .item_list01 .thum_img {
    margin-bottom: 15px;
  }
  .item_list03:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .item_list03 .thum_img {
    width: 410px;
    margin-left: 45px;
  }
  .list_gallery {
    margin: 0 -13px;
  }
  .list_gallery li {
    margin: 0 13px 25px;
  }
  .list_gallery li:before, .list_gallery li:after {
    width: 40px;
    height: 40px;
  }
  .list_gallery li:after {
    background-size: 25px auto;
  }
  .list_gallery.list_gallery_column03 li {
    width: calc(33.3333% - 26px);
    height: 240px;
  }
  .list_gallery.list_gallery_column04 li {
    width: calc(25% - 26px);
    height: 180px;
    margin-bottom: 26px;
  }
  .news_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .news_list li a {
    align-items: flex-start;
  }
  .news_list .news_list_time {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .news_list .news_list_category {
    width: 180px;
    font-size: 1.4rem;
  }
  .news_list .news_list_title {
    margin-top: 0;
    padding-left: 20px;
    flex: 1;
    font-size: 1.6rem;
  }
  .top_contents a {
    padding: 40px 0 50px;
  }
  .top_contents a > .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .top_contents a .top_contents_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .top_contents a .txt_normal {
    margin-bottom: 25px;
  }
  .contact_form {
    margin-top: 50px;
  }
  .contact_form .table_line {
    margin-bottom: 50px;
  }
  .contact_form .table_line > dt {
    width: 25%;
    padding: 45px 0 35px 25px;
    font-size: 1.8rem;
  }
  .contact_form .table_line > dt .required {
    top: 45px;
  }
  .contact_form .table_line > dt.radio_box {
    padding: 28px 0 25px 25px;
  }
  .contact_form .table_line > dt.radio_box .required {
    top: 32px;
  }
  .contact_form .table_line > dd {
    width: 75%;
    padding: 25px 25px 25px 50px;
  }
  .contact_form .table_line .add .txt_normal {
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .contact_form .input_check_list02 {
    margin-top: 15px;
  }
  .contact_form .ex {
    display: flex;
    align-items: center;
  }
  .contact_form .ex .txt_normal {
    margin: 0 0 0 25px;
  }
  .contact_form .ex .txt_normal br {
    display: block;
  }
  .contact_form .submit_box {
    height: 70px;
    margin: 50px auto 100px;
  }
  .contact_form .submit_box input {
    font-size: 2rem;
  }
  .contact_form .submit_box .icon {
    width: 18px;
    height: 18px;
    margin: 10px 0 0 12em;
  }
  .contact_form .confirm {
    margin-bottom: 50px;
  }
  .contact_form .confirm > dt {
    padding: 25px;
  }
  .contact_form .confirm > dt .required {
    top: 28px;
  }
  .contact_form .confirm > dt:first-child {
    padding: 25px;
  }
  .contact_form .confirm > dt:first-child .required {
    top: 28px;
  }
  .contact_form .confirm > dd {
    padding-top: 27px;
  }
  .contact_form.thanks {
    margin-bottom: 100px;
  }
  .contact_us {
    margin-bottom: 100px;
  }
  .contact_us .contact_us_box {
    margin-bottom: 25px;
    padding: 0 25px;
  }
  .contact_us .contact_us_box .icon {
    width: 65px;
    height: 67px;
    margin-right: 25px;
  }
  .contact_us .contact_us_box .contact_us_link dt {
    width: 70px;
    height: 45px;
    margin-right: 12px;
    font-size: 2rem;
  }
  .contact_us .contact_us_box .contact_us_link dd {
    font-size: 5.2rem;
  }
  .contact_us .contact_us_box .contact_us_link dd a {
    pointer-events: none;
  }
  .contact_us .contact_us_mail {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .information {
    padding: 100px 0;
  }
  .information .information_wrap {
    padding-right: 45px;
  }
  .information .title_top_wrap {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
  }
  .information .title_top_wrap .title_top {
    margin-bottom: 0;
    flex: 1;
  }
  .information .title_top_wrap .title_top:after {
    bottom: -30px;
  }
  .information .information_tab li a {
    padding: 0 20px;
  }
  .information .news_list {
    padding-right: 0;
  }
  .information .information_bnr li {
    width: 330px;
  }
  .information .information_bnr li:not(:last-child) {
    margin-bottom: 25px;
  }
  .input_check_list {
    margin-top: 15px;
  }
  .input_check_list li {
    margin-right: 30px;
  }
  .keywords .input {
    height: 60px;
    letter-spacing: 0;
  }
  .keywords .keywords_btn {
    width: 90px;
    font-size: 1.8rem;
  }
  .search_result {
    margin-bottom: 50px;
  }
  .search_result .search_result_txt {
    font-size: 1.8rem;
  }
  .search_result .search_result_txt span {
    padding-left: 20px;
  }
  .search_result .search_result_conditions dt {
    width: 90px;
    font-size: 1.8rem;
  }
  .search_result .search_result_conditions dd {
    width: calc(100% - 90px);
  }
  .search_result .search_result_conditions dd .search_result_list li {
    margin: 0 10px 10px 0;
  }
  .search_result .search_result_conditions dd .search_result_list li a {
    font-size: 1.4rem;
  }
  .footer_navi {
    padding: 50px 0;
  }
  .footer_navi .container {
    display: flex;
  }
  .footer_navi .container > .footer_navi_list {
    padding: 0 23px;
    border-left: 1px solid #d9d9d9;
  }
  .footer_navi .footer_navi_none {
    display: block;
  }
  .footer_navi .footer_navi_inner {
    margin-right: 23px;
  }
  .footer_navi .footer_navi_inner:not(:last-of-type) {
    margin-right: 30px;
  }
  .footer_navi .footer_navi_list > li {
    border-bottom: none;
  }
  .footer_navi .footer_navi_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer_navi .footer_navi_list > li > a, .footer_navi .footer_navi_list > li > span {
    padding: 0;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .footer_navi .footer_navi_list > li > a br, .footer_navi .footer_navi_list > li > span br {
    display: block;
  }
  .footer_company {
    padding: 50px 0;
  }
  .footer_company .footer_logo {
    width: 370px;
    margin-bottom: 20px;
  }
  .footer_company .footer_add {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  .footer_company .footer_add address {
    padding: 0 5px;
    font-size: 1.6rem;
  }
  .footer_company .footer_group img {
    width: 170px;
    margin: 0 auto 12px;
  }
  .copy {
    height: 80px;
  }
  .copy small {
    font-size: 1.4rem;
  }
  .btn_pagetop {
    display: block;
    position: fixed;
  }
  .product_wrap .refined_list {
    width: 1230px;
    margin: 0 auto 25px;
  }
  .product_wrap .refined_list li {
    font-size: 1.8rem;
  }
  .product_wrap .product_tab {
    width: 1230px;
    min-height: 125px;
    margin: 0 auto;
  }
  .product_wrap .accordion_trigger {
    width: 25%;
    margin: 0;
    justify-content: center;
    position: absolute;
    top: 0;
  }
  .product_wrap .accordion_trigger:not(:last-of-type) {
    border-right: none;
  }
  .product_wrap .accordion_trigger.accordion_trigger01 {
    left: 0;
  }
  .product_wrap .accordion_trigger.accordion_trigger02 {
    left: 25%;
  }
  .product_wrap .accordion_trigger.accordion_trigger03 {
    left: 50%;
  }
  .product_wrap .accordion_trigger.accordion_trigger04 {
    left: 75%;
  }
  .product_wrap .accordion_box {
    margin: 0 -500%;
    margin-bottom: 130px;
    padding: 25px 500% 70px;
    position: relative;
    top: 125px;
  }
  .product_wrap .accordion_box:not(:last-of-type) {
    margin-bottom: 130px;
  }
  .product_wrap .accordion_box .container {
    margin: 0 -12px;
    padding: 0;
  }
  .product_wrap .accordion_box .product_more {
    width: 100%;
    bottom: -110px;
  }
  .product_index {
    margin-bottom: 25px;
    padding: 0 12px;
  }
  .product_index a {
    padding: 24px;
    display: flex;
  }
  .product_index a .thum_img {
    width: 130px;
    display: block;
  }
  .product_index a .product_index_inner {
    padding-left: 24px;
    flex: 1;
  }
  .product_index a .product_index_category {
    margin-bottom: 5px;
  }
  .product_index a .product_index_title {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1366px) {
  .btn_fix_back {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .btn_pagetop {
    display: none !important;
  }
}

/*# sourceMappingURL=map/import.css.map */
