@charset "UTF-8";

img {
  vertical-align: bottom;
}

/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #111;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';

  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
textarea {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 180%;
  color: #111;
}

input,
select {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*utility*/
.m05 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.m40 {
  margin-bottom: 40px;
}

.m50 {
  margin-bottom: 50px;
}

.m60 {
  margin-bottom: 60px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clf:before,
.clf:after {
  content: "";
  display: block;
}

.clf:after {
  clear: both;
}

.clf {
  zoom: 1;
}

#wrapper {
  overflow: hidden;
}

a:hover img {
  opacity: 0.7;
}

@media print,
screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }

  body {
    background: #fff;
    line-height: 160%;
  }
/*
  .content {
    max-width: 1400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
*/
/* 2020/10/23 widthの変更とpaddingの追加 ここから */
  .content {
    max-width: 1380px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
/* 2020/10/23 widthの変更とpaddingの追加 ここまで */

  #header_wrap {
    /*
  height: 180px;*/
  }

  header {
    width: 100%;
    background: #fff;
  }

  header .header-description {
    font-size: 1.2rem;
    padding: 10px 0 20px;
  }

  header #logo {
    float: left;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 1020px) {
  header #logo {
    width: 16%;
  }

  header #logo img {
    width: 100%;
  }
}

@media print,
screen and (min-width: 769px) {
  header .h_cta {
    float: right;
    width: 723px;
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 900px) {
  header .h_cta {
    width: 623px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .h_cta ul {
    display: flex;
    font-size: 1.6rem;
    float: left;
    font-weight: bold;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 900px) {
  header .h_cta ul {
    font-size: 1.3rem;
  }
}

@media print,
screen and (min-width: 769px) {
  header .h_cta ul li {
    margin-right: 15px;
  }

  header .h_cta ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0 12px;
    text-align: center;
    line-height: 100%;
  }

  header .h_cta ul li a:hover {
    opacity: 0.7;
  }

  header .h_cta ul li:first-child a {
    background: #1a80d6;
    width: 240px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 900px) {
  header .h_cta ul li:first-child a {
    width: 200px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .h_cta ul li:first-child a i {
    color: #282e68;
  }

  header .h_cta ul li:last-child a {
    background: #282e68;
    width: 210px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 900px) {
  header .h_cta ul li:last-child a {
    width: 150px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .h_cta ul li:last-child a i {
    color: #1a80d6;
  }

  header .h_cta i {
    padding-right: 5px;
    font-size: 120%;
    vertical-align: middle;
  }

  header .h_cta .tel_area {
/*    padding-top: 12px; */
  }

  header .h_cta .tel_area i {
    font-size: 2.4rem;
    color: #1a3168;
  }

  header .line {
    position: relative;
  }

  header .line span:first-child {
    width: 0;
    background: #282e68;
    height: 4px;
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .line span:last-child {
    background: #dbdbdb;
    width: 100%;
    height: 4px;
    display: block;
  }
/*
  header nav {
    height: 67px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    max-width: 1400px;
  }
*/
/* 2020/10/23 widthの変更とpaddingの追加 ここから */
  header nav {
    height: 67px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    max-width: 1380px;
    padding: 0 10px;
  }
/* 2020/10/23 widthの変更とpaddingの追加 ここまで */


  header nav ul.main_nav {
    font-size: 0;
    display: flex;
    justify-content: space-between;
  }

  header nav ul.main_nav li {
    height: 67px;
    display: inline-block;
  }

/*
  header nav ul.main_nav li.item {
    position: relative;
  }

  header nav ul.main_nav li.item span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: calc(2em + 3px);
    content: '';
    width: 15px;
    height: 15px;
    background: #1a3168;
    display: inline-block;
  }

  header nav ul.main_nav li.item span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: calc(2em + 7px);
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
  }

  @-moz-document url-prefix() {
    header nav ul.main_nav li.item span:before {
      margin-top: -12px;
    }

    header nav ul.main_nav li.item span:after {
      margin-top: -9px;
    }
  }
*/

  header nav ul.main_nav li:last-child {
    border-bottom: none;
  }

  header nav ul.main_nav li.last_nav {
    padding-bottom: 38px;
  }

  header nav ul.main_nav li a {
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #000;
    padding: 25px 0;
    padding: 28px 0 \0;
    font-weight: bold;
    width: 100%;
  }

  header nav ul.main_nav li a:hover span,
  header nav ul.main_nav li a.current span {
    color: #1a80d6;
    display: inline-block;
    border-bottom: 2px solid #1a80d6;
    padding-bottom: 5px;
  }

  header #navItem_wrap {
    position: fixed;
    z-index: 100;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  header .modal_ol {
    height: 100vh;
    width: 100%;
    position: absolute;
  }

  header .modal_bg {
    height: 100%;
    min-height: 1400px;
    width: 96%;
    max-width: 1400px;
    position: absolute;
    background: rgba(255, 255, 255, .9);
    left: 50%;
    transform: translate(-50%, 0);
    margin: 60px 0;
  }

  header .modal_close {
    position: absolute;
    width: 50px;
    right: 20px;
    top: 20px;
  }

  header .modal_close img {
    width: 100%;
  }

  header #navItem_wrap .content {
    margin: 100px 3%;
    max-width: 94%;
  }

  header .nav_box {
    width: 250px;
  }

  header .nav_box:first-child .ttl {
    padding-top: 20px;
  }

  header .nav_box:last-child .ttl {
    padding-bottom: 20px;
  }

  header .nav_box .ttl {
    background: #282e68;
    width: 250px;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }

  header .nav_box .ttl img {
    width: 40px;
  }

  header .nav_box .ttl .thumb,
  header .nav_box .ttl span {
    display: inline-block;
    vertical-align: middle;
  }

  header .nav_box .ttl span {
    padding-left: 15px;
  }

  header .nav_box:hover {
    width: 100%;
  }

  header .nav_content {
    display: none;
  }

  header .nav_content.active {
    display: block;
  }

  /*header .nav_box:hover .nav_content {
    display: block;
  }*/

  header .nav_box:hover .ttl {
    position: relative;
    background: #10143a;
  }

  header .nav_box:hover .ttl:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #10143a;
    z-index: 100;
  }

  header .nav_box .nav_content {
    width: calc(94% - 250px);
    position: absolute;
    left: calc(3% + 250px);
    background: #dbdbdb;
    top: 0;
    box-sizing: border-box;
    padding: 30px;
    margin: 100px 0;
	min-height: 500px;
  }

  header .nav_box .nav_content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
  }

  header .nav_box .nav_content .all_item {
    font-size: 1.4rem;
    display: block;
    padding: 10px 0 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
  }

  header .nav_box .nav_content .all_item a {
    text-decoration: none;
    color: #282e68;
  }

  header .nav_box .nav_content .all_item a:hover {
    text-decoration: underline;
  }

  header .nav_box .nav_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    width: 100%;
  }

  header .nav_box .nav_content ul li {
    width: calc(25% - 2%);
    min-width: 160px;
    margin-bottom: 40px;
    margin-right: 2%;
  }

  header .nav_box .nav_content ul li a {
    color: #282e68;
    font-size: 1.4rem;
    line-height: 160%;
  }

  header .nav_box .nav_content ul li a:before {
    content: '＞';
  }

  header .nav_box .nav_content ul li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  header .nav_box .nav_content ul li img {
    padding-bottom: 10px;
    width: 100%;
  }

  header #header_fix.is_fixes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* 201910 update */
    background: rgba(255, 255, 255, 0.8);
    /* 201910 update end */
  }

  header #header_fix.is_fixes nav {
    /* 201910 add start */
    height: 56px;
  }

  header #header_fix.is_fixes nav ul.main_nav li {
    height: 56px;
  }

  header #header_fix.is_fixes nav ul.main_nav li a {
    font-size: 1.6rem;
    padding: 20px 0;
    transition: all 0.2s;
  }

  header #header_fix.is_fixes nav ul.main_nav li.item span:before {
    margin-top: -8px;
  }

  header #header_fix.is_fixes nav ul.main_nav li.item span:after {
    margin-top: -5px;
  }

  .basic_ttl {
    text-align: center;
    margin-bottom: 40px;
  }

  .basic_ttl span {
    font-size: 1.6rem;
    color: #0600ff;
    position: relative;
    line-height: 100%;
    margin-bottom: 12px;
    display: inline-block;
  }

  .basic_ttl span:before,
  .basic_ttl span:after {
    margin: 0 8px;
    content: '─';
    display: inline-block;
  }

/*
  .basic_ttl div {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 160%;
  }
*/

  #contents {
    margin-top: 95px;
    padding-bottom: 90px;
  }

  #contents.blk_bg {
    padding-bottom: 0;
  }

  .ttl_header {
    text-align: center;
    font-size: 2.8rem;
    background: #fff;
    padding: 30px;
    padding-bottom: 25px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 45px;
    -moz-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
  }

  .board {
    margin: 0 auto;
    max-width: 770px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
  }

  .board.no_header {
    padding-top: 30px;
  }

  .caution {
    margin-bottom: 20px;
    color: #e3353d;
    font-size: 1.4rem;
    line-height: 180%;
    background: #fbe3e3;
    border-radius: 5px;
    padding: 8px 10px 5px;
  }

  .caution.event {
    text-align: center;
    margin-bottom: 0;
  }

  .link_btn {
    text-align: center;
    margin-bottom: 65px;
  }

  .link_btn a {
    display: inline-block;
    width: 320px;
    padding: 25px 0;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 1.8rem;
    position: relative;
    transition: all 0.1s ease-in-out;
  }

  .link_btn a:before {
    content: '';
    width: 35px;
    border-bottom: 1px solid #227ac4;
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.1s ease-in-out;
  }

  .link_btn a:after {
    content: '';
    width: 5px;
    display: block;
    border-bottom: 1px solid #227ac4;
    transform: rotate(45deg);
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.1s ease-in-out;
  }

  .link_btn a:hover {
    background: #fff;
    color: #000;
  }

  .link_btn a:hover:before {
    right: -40px;
  }

  .link_btn a:hover:after {
    right: -40px;
  }

  footer {
    background: #e9eaef;
    position: relative;
  }

  footer .ft_slider {
    padding: 40px 40px;
  }

  footer .ft_slider .slick-slide {
    padding: 0 10px;
  }

  footer .ft_sitemap {
    width: calc(100% - 240px);
    float: left;
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.ft_pankuzu {
  background: #d7d8df;
  font-size: 1.4rem;
  padding: 15px 0;
  line-height: 1.8rem;
}

.ft_pankuzu ul li {
  display: inline-block;
}

.ft_pankuzu ul li:last-of-type {
  font-weight: bold;
}

.ft_pankuzu ul li+li:before {
  content: ">";
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
}

.ft_pankuzu i {
  color: #1a3168;
  margin-right: 10px;
}

.under .ft_pankuzu .breadcrumbs span.current-item{ font-weight: bold; }

@media screen and (max-width: 768px) and (max-width: 768px) {
  .ft_pankuzu {
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .ft_pankuzu i {
    margin-right: 5px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 1040px) {
  footer .ft_sitemap {
    width: 100%;
    float: none;
  }
}

#search {
  display: none;
  position: fixed;
  z-index: 1000;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#search .modal_ol {
  height: 100vh;
  width: 100%;
  position: absolute;
}

#search .modal_bg {
  height: auto;
  width: 90%;
  position: absolute;
  background: rgba(255, 255, 255, .9);
  left: 50%;
  transform: translate(-50%, 0);
  margin: 60px 0;
}

#search .modal_close {
  position: absolute;
  width: 50px;
  right: 20px;
  top: 20px;
}

#search .modal_close img {
  width: 100%;
}

#search .content {
  max-width: 90%;
  width: 1020px;
  margin: 100px auto;
}

#search .content .tab_btns {
  display: flex;
}

#search .content .tab_btn {
  width: 300px;
  background: #d7d8df;
  font-size: 1.6rem;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s
}

#search .content .tab_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #393939;
  position: relative;
}

#search .content .tab_btn:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #393939;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -14px;
}

#search .content .tab_btn.select {
  background: #282e68;
  color: #fff;
  position: relative;
}

#search .content .tab_btn.select:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #282e68;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -14px;
}

#search .content .tab_content {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  margin-bottom: 100px;
}

#search .content .search_tab {
  display: none;
}

#search .content .search_tab.show {
  display: block;
}

#search .content .search_tab button {
  width: 260px;
  color: #fff;
  font-size: 1.4rem;
  border: none;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  background: #227ac4 url(../img/top/search_arrow.png) 90% no-repeat;
  transition: .5s;
}

#search .content .search_tab button:hover {
  opacity: 0.7;
}

#search .content input {
  border: #cfcfcf solid 1px;
  height: 56px;
  line-height: 56px;
  padding-left: 2rem;
  box-sizing: border-box;
  transition: all 0.2s;
}

#search .content input:hover {
  border: 1px solid #1a3168;
}

#search .content .tab1 form {
  display: flex;
  justify-content: space-between;
}

#search .content .tab1 button {
  width: 260px;
  max-width: 24%;
}

#search .content .tab1 input {
  width: 680px;
  max-width: 74%
}

#search .content .tab2 .top {
  display: flex;
  flex-direction: column;
}

#search .content .tab2 .top .select_wrap {
  width: 32%;
}

#search .content .tab2 .bottom {
  overflow: hidden;
}

#search .content .tab2 label {
  margin: 27px 0 15px;
}

#search .content .tab2 .box {
  margin: 27px 2% 0 0;
  display: flex;
  flex-direction: column;
  width: 32%;
  float: left;
}

#search .content .tab2 .box:nth-of-type(3),
#search .content .tab2 .box:nth-of-type(6),
#search .content .tab2 .box:nth-of-type(9) {
  margin-right: 0;
}

#search .content .tab2 .box label {
  margin: 0px 0 15px;
}

#search .content .tab2 .select_wrap {
  display: inline-block;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  background: #fff;
  width: 100%;
  height: 40px;
}

#search .content .tab2 .select_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
  content: '▼';
  background: #cfcfcf;
  pointer-events: none;
}

#search .content .tab2 .select_wrap:hover {
  border: 1px solid #1a3168;
  transition: all 0.2s;
}

#search .content .tab2 .select_wrap:hover::before {
  background: #1a3168;
  color: #fff;
  transition: all 0.2s;
}

#search .content .tab2 .select_wrap select {
  width: 100%;
  line-height: 40px;
  padding-left: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#search .content .tab2 .select_wrap select::-ms-expend {
  display: none;
}

#search .content .tab2 button {
  width: 300px;
  margin: 27px auto 0;
}

#search .content .tab2 div.btn {
  width: 100%;
  margin: 0 auto;
  float: left;
  text-align: center;
}

#search .content .tab2 h4 {
  color: #fff;
  background: #282e68;
  text-align: center;
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

#search .content .tab2 h5 {
  color: #282e68;
  text-align: center;
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-top: #282e68 1px solid;
  border-bottom: #282e68 1px solid;
  float: left;
}

#search input::placeholder {
  color: #a4a4a4;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  #search {
    z-index: 1000;
  }

  #search .modal_bg {
    width: 100%;
  }

  #search .modal_close {
    right: 5%;
  }

  #search .content {
    width: 90%;
  }

  #search .content .tab_content {
    padding: 40px 15px;
  }

  #search .content .tab_btn {
    width: 50%;
  }

  #search .content .tab1 form {
    display: block;
  }

  #search .content .tab1 input {
    width: 100%;
    max-width: 100%;
  }

  #search .content .tab1 button {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    background-position: 60%;
    background-size: 1.6rem;
  }

  #search .content .tab2 .top {
    flex-wrap: wrap;
    flex-direction: row;
  }

  #search .content .tab2 .top label:first-of-type {
    width: 30%;
    line-height: 40px;
    margin: 0 0 15px;
  }

  #search .content .tab2 .top label:last-of-type {
    margin: 15px 0 15px;
  }

  #search .content .tab2 .top .select_wrap {
    max-width: 68%;
    width: 68%;
    margin-bottom: 15px;
  }

  #search .content .tab2 .top select {}

  #search .content .tab2 .top input {
    width: 100%;
  }

  #search .content .tab2 button {
    width: 100%;
    background-position: 60%;
    background-size: 1.6rem;
  }

  #search .content .tab2 h4 {
    margin-top: 30px;
  }

  #search .content .tab2 .box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  #search .content .tab2 .select_wrap {
    width: 68%;
    max-width: 68%;
  }

  #search .content .tab2 .box label {
    margin: 0;
    line-height: 40px;
    max-width: 28%
  }
}

@media print,
screen and (min-width: 769px) {
  footer .ft_sitemap a {
    text-decoration: none;
    color: #696a74;
    display: block;
    margin-bottom: 15px;
    position: relative;
  }

  footer .ft_sitemap a:hover {
    text-decoration: underline;
  }

  footer .ft_sitemap .ttl {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
  }

  footer .ft_sitemap .ttl a {
    position: relative;
    padding-left: 1.2em;
    color: #000;
  }

  footer .ft_sitemap .ttl a:before {
    width: 12px;
    height: 12px;
    content: '';
    background: #1a3168;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }

  footer .ft_sitemap .ttl a:after {
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: '';
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
  }

  footer .ft_sitemap .sitemap01 {
    width: 17%;
  }

  footer .ft_sitemap .sitemap01 a {
    margin-bottom: 21px;
  }

  footer .ft_sitemap li:not(.ttl){
  	margin-left: 15px;
  }

  footer .ft_sitemap .sitemap01 li:not(.ttl) a {
    position: relative;
  }

  footer .ft_sitemap .sitemap01 a:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid #696a74;
    border-bottom: 2px solid #696a74;
    transform: rotate(-45deg);
    margin-right: 10px;
    position: absolute;
    left: -18px;
    top: 4px;
  }

  footer .ft_sitemap .sitemap01 .ttl a:before {
    width: 12px;
    height: 12px;
    content: '';
    background: #1a3168;
    display: inline-block;
    position: absolute;
    border: none;
    left: 0;
    top: 50%;
    margin-top: -6px;
    transform: none;
  }
/*
  footer .ft_sitemap .sitemap02 {
    width: 83%;
  }

  footer .ft_sitemap .items {
    width: 16%;
    float: left;
    margin-bottom: 10px;
    min-height: 220px;
    margin-right: 4%;
  }
*/

  footer .ft_sitemap .items ul li {
  	margin-left: 0px;
  }

  footer .ft_sitemap .items ul li a {
    padding-left: 2em;
    position: relative;
  }

  footer .ft_sitemap .items ul li a:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid #696a74;
    border-bottom: 1px solid #696a74;
    transform: rotate(-45deg);
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 4px;
  }

  footer .ft_sitemap .items>a:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid #696a74;
    border-bottom: 2px solid #696a74;
    transform: rotate(-45deg);
    margin-right: 10px;
    position: absolute;
    left: -18px;
    top: 4px;
  }

  footer .calendar {
    width: 240px;
    float: right;
    border: 1px solid #e9eaef;
    box-sizing: border-box;
    background: #fff;
    position: relative;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 1040px) {
  footer .calendar {
    float: none;
    width: 640px;
    margin: 0 auto 20px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .calendar .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 7px;
    display: block;
  }

  footer .calendar ul {
    position: absolute;
    right: 20px;
    top: 8px;
  }

  footer .calendar ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.3rem;
  }

  footer .calendar table {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  footer .calendar table thead {
    background: #dedede;
  }

  footer .calendar table thead td {
    padding: 5px 0;
    font-weight: bold;
  }

  footer .calendar table .sun {
    color: #f00;
  }

  footer .calendar table .sat {
    color: #0600ff;
  }

  footer .calendar table .holiday {
    background: #45bf2d;
    color: #fff;
  }

  footer .calendar table td {
    padding: 5px 0;
  }

  footer .ft_sitemap03 {
    clear: both;
  }

  footer .ft_sitemap03 ul {
    border-top: 1px solid #d7d8df;
    border-bottom: 1px solid #d7d8df;
    margin-bottom: 15px;
  }

  footer .ft_sitemap03 ul li {
    display: inline-block;
    margin-right: 25px;
  }

  footer .ft_sitemap03 ul li a {
    color: #696a74;
    text-decoration: none;
    font-size: 1.4rem;
    display: inline-block;
    padding: 18px 0;
  }

  footer .ft_sitemap03 ul li a:hover {
    text-decoration: underline;
  }

  footer #copyright {
    color: #696a74;
    font-size: 1.4rem;
    padding-bottom: 15px;
  }

  footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 3rem;
    border: 1px solid #1a3168;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
  }

  footer #pagetop:hover {
    background: #1a3168;
  }

  footer #pagetop:hover:after {
    border-color: #fff;
  }

  footer #pagetop:after {
    content: '';
    display: inline-block;
    border-right: 3px solid #1a3168;
    border-bottom: 3px solid #1a3168;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    position: relative;
    top: 17px;
  }

  #item_search_btn,
  #item_list_btn {
    position: fixed;
    right: 0;
    top: 103px;
    z-index: 10;
    font-size: 1.8rem;
    right: -52px;
    transition: 0.5s all ease-in-out;
  }

  #item_list_btn {
    top: 283px;
  }

  #item_search_btn.active,
  #item_list_btn.active {
    right: 0;
  }

  #item_search_btn a,
  #item_list_btn a {
/*    color: #Fff; */
    text-decoration: none;
    line-height: 110%;
    display: block;
    padding: 22px 15px;
/*    background: #227ac4; */
    transition: .5s;
  }

  #item_search_btn a {
    color: #227ac4;
    background: #fff;
    border: 2px solid #227ac4;
    box-sizing: border-box;
  }

  #item_list_btn a {
/*    color: #f36c6c; */
    color: #DF7401;
    background: #fff;
/*    border: 2px solid #f36c6c; */
    border: 2px solid #DF7401;
  }

  #item_list_btn a {
/*    background: #fff url(../img/common/menu.png) 17px 17px /18px 16px no-repeat; */
    background: #fff;
    position: relative;
    line-height: 2.2rem;
  }

  #item_search_btn a:hover,
  #item_list_btn a:hover {
    padding-right: 60px;
/*    opacity: 0.7; */
  }

  #item_search_btn a:hover {
    color: #fff;
    background: #227ac4;
    border: 2px solid #fff;
  }
  #item_list_btn a:hover {
    color: #fff;
/*    background: #f36c6c url(../img/common/menu.png) 17px 17px /18px 16px no-repeat; */
/*    background: #f36c6c; */
    background: #DF7401;
    border: 2px solid #fff;
  }

  #item_search_btn i {
    color: #227ac4;
    margin-bottom: 15px;
  }
  #item_search_btn a:hover i {
    color: #1a3168;
  }
  #item_list_btn i {
/*    color: #f36c6c; */
    color: #DF7401;
    margin-bottom: 15px;
  }
  #item_list_btn a:hover i {
/*    color: #FE2E64; */
    color: #FFEDB6;
  }

  #item_list_btn a span {
    position: absolute;
    top: 8px;
    left: 26px;
    color: #fff;
    background: #c80000;
    font-size: 1.1rem;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
  }

  #sp_dropdown_menu {
    display: none;
  }
/*
  .sp {
    display: none !important;
  }
*/
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }

  header {
    padding: 15px 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    transition: .5s;
    background: #fff;
  }

  header.hide {
    transform: translateY(-100%);
  }

  header .header-description {
    display: none;
  }

/*
  header #logo {
    float: left;
    width: 43%;
  }
  header .h_cta {
    float: right;
    width: 40%;
  }
*/
/* 2020/10/26 wuidthの変更 ここから */
  header #logo {
    float: left;
    width: 45%;
  }
  header .h_cta {
    float: right;
    width: 45%;
  }
/* 2020/10/26 wuidthの変更 ここまで */

/*
  header .h_cta ul {
    font-size: 1.1rem;
    font-weight: bold;
  }
*/
/* 2020/10/26 font-sizeの変更 ここから */
  header .h_cta ul {
    font-size: 1.4rem;
    font-weight: bold;
  }
/* 2020/10/26 font-sizeの変更 ここまで */

  header .h_cta ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px;
    text-align: center;
    line-height: 100%;
  }

  header .h_cta ul li:first-child {
    display: none;
  }

  header .h_cta ul li:last-child a {
    background: #282e68;
  }

  header .h_cta ul li:last-child a i {
    color: #1a80d6;
  }

  header .h_cta i {
    padding-right: 5px;
    font-size: 120%;
    vertical-align: middle;
  }

  header .h_cta .tel_area {
    display: none;
  }

  header .menu-trigger {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 42px;
    width: 42px;
    z-index: 1001;
    background: #494d57;
    border-radius: 50%;
  }

  header .menu-trigger span {
    background: #9aa1b4;
    display: block;
    height: 2px;
    width: 50%;
  }

  header .menu-trigger span:first-child {
    position: absolute;
    top: 35%;
    left: 25%;
  }

  header .menu-trigger span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 25%;
  }

  header .menu-trigger span:last-child {
    position: absolute;
    bottom: 30%;
    left: 25%;
  }

  header .menu-trigger.active {
    color: #fff;
  }

  header .menu-trigger.active span {
    background: #fff;
    display: block;
    height: 33px;
    width: 2px;
    transition: 0.3s all ease-in-out;
  }

  header .menu-trigger.active span:first-child {
    top: 10px;
    left: 20px;
    transform: rotate(45deg);
    height: 22px;
  }

  header .menu-trigger.active span:nth-child(2) {
    top: 10px;
    left: 20px;
    transform: rotate(-45deg);
    height: 22px;
  }

  header .menu-trigger.active span:last-child {
    opacity: 0;
  }

  header .line {
    margin: 10px -20px 0;
    position: relative;
  }

  header .line span:first-child {
    width: 0;
    background: #282e68;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .line span:last-child {
    background: #dbdbdb;
    width: 100%;
    height: 4px;
    float: left;
  }

  header nav {
    display: none;
    box-sizing: border-box;
    position: relative;
  }

  header nav ul {
    font-size: 0;
    display: flex;
    justify-content: space-between;
  }

  header nav ul li {
    height: 67px;
    display: inline-block;
  }

  header nav ul li.item {
    position: relative;
  }

  header nav ul li.item span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: calc(2em + 3px);
    content: '';
    width: 15px;
    height: 15px;
    background: #1a3168;
    display: inline-block;
  }

  header nav ul li.item span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: calc(2em + 7px);
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
  }

  header nav ul li:last-child {
    border-bottom: none;
  }

  header nav ul li.last_nav {
    padding-bottom: 38px;
  }

  header nav ul li a {
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #000;
    padding: 25px 0;
    font-weight: bold;
    width: 100%;
  }

  header nav ul li a:hover span,
  header nav ul li a.current span {
    color: #1a80d6;
    display: inline-block;
    border-bottom: 2px solid #1a80d6;
    padding-bottom: 5px;
  }

  .basic_ttl {
    text-align: center;
    margin-bottom: 10px;
  }

  .basic_ttl span {
    font-size: 1.0rem;
    color: #0600ff;
    position: relative;
    line-height: 100%;
    margin-bottom: 5px;
    display: inline-block;
  }

  .basic_ttl span:before,
  .basic_ttl span:after {
    margin: 0 8px;
    content: '─';
    display: inline-block;
  }

/*
  .basic_ttl div {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 160%;
  }
*/

  #contents {
    margin-top: 95px;
    padding-bottom: 90px;
  }

  #contents.blk_bg {
    padding-bottom: 0;
  }

  .ttl_header {
    text-align: center;
    font-size: 2.8rem;
    background: #fff;
    padding: 30px;
    padding-bottom: 25px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 45px;
    -moz-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.1);
  }

  .board {
    margin: 0 auto;
    max-width: 770px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.34);
  }

  .board.no_header {
    padding-top: 30px;
  }

  .caution {
    margin-bottom: 20px;
    color: #e3353d;
    font-size: 1.4rem;
    line-height: 180%;
    background: #fbe3e3;
    border-radius: 5px;
    padding: 8px 10px 5px;
  }

  .caution.event {
    text-align: center;
    margin-bottom: 0;
  }

  .link_btn {
    text-align: center;
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .link_btn {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .link_btn a {
    display: inline-block;
    width: 250px;
    padding: 15px 0;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 1.8rem;
    position: relative;
    transition: all 0.1s ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .link_btn a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .link_btn a:before {
    content: '';
    width: 35px;
    border-bottom: 1px solid #227ac4;
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.1s ease-in-out;
  }

  .link_btn a:after {
    content: '';
    width: 5px;
    display: block;
    border-bottom: 1px solid #227ac4;
    transform: rotate(45deg);
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.1s ease-in-out;
  }

  .link_btn a:hover {
    background: #fff;
    color: #000;
  }

  .link_btn a:hover:before {
    right: -40px;
  }

  .link_btn a:hover:after {
    right: -40px;
  }

  footer {
    background: #e9eaef;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_slider {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .ft_slider {
    padding: 15px 30px;
  }

  footer .ft_slider .slick-prev {
    left: 15px;
  }

  footer .ft_slider .slick-next {
    right: 15px;
  }

  footer .ft_slider .slick-prev:before,
  footer .ft_slider .slick-next:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_slider .slick-slide {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .ft_slider .slick-slide {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_sitemap {
    width: calc(100% - 240px);
    float: left;
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .ft_sitemap {
    width: 100%;
    float: none;
  }

  footer .ft_sitemap a {
    display: block;
    border-bottom: 1px solid #b3b5c0;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_sitemap a {
    text-decoration: none;
    color: #696a74;
    display: block;
    margin-bottom: 15px;
  }

  footer .ft_sitemap .ttl {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .ft_sitemap .ttl {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_sitemap .ttl a {
    position: relative;
    padding-left: 1.2em;
    color: #000;
  }

  footer .ft_sitemap .ttl a:before {
    width: 12px;
    height: 12px;
    content: '';
    background: #1a3168;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }

  footer .ft_sitemap .ttl a:after {
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: '';
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .ft_sitemap .ttl a {
    color: #696a74;
  }

  footer .ft_sitemap .ttl a:before,
  footer .ft_sitemap .ttl a:after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_sitemap .sitemap01 {
    width: 100%;
  }

  footer .ft_sitemap .sitemap01 a {
    margin-bottom: 0;
    padding: 15px 20px;
  }

  footer .ft_sitemap .sitemap01 li>ul.sp {
    display: none;
  }

  footer .ft_sitemap .sitemap01 .sp_pulldown>a {
    position: relative;
    padding-left: 1.2em;
  }

  footer .ft_sitemap .sitemap01 .sp_pulldown>a:before {
    width: 13px;
    height: 13px;
    content: '';
    background: #1a3168;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }

  footer .ft_sitemap .sitemap01 .sp_pulldown>a:after {
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    content: '';
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -3px;
  }

  footer .ft_sitemap .sitemap01 .sp_pulldown>a.item_ttl:before,
  footer .ft_sitemap .sitemap01 .sp_pulldown>a.item_ttl:after {
    content: none;
  }
/*
  footer .ft_sitemap .sitemap02 {
    width: 83%;
  }
*/
/*
  footer .ft_sitemap .items {
    width: 100%;
  }
*/
  footer .ft_sitemap .items ul li a {
    padding-left: 3em;
  }

  footer .ft_sitemap .items ul li a:before,
  footer .ft_sitemap .items ul li a:after {
    content: none;
  }

  footer .ft_sitemap .items>a:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid #696a74;
    border-bottom: 2px solid #696a74;
    transform: rotate(-45deg);
    margin-right: 10px;
  }

  footer .calendar {
    margin: 0 20px 20px;
    border: 1px solid #e9eaef;
    box-sizing: border-box;
    background: #fff;
    position: relative;
  }

  footer .calendar .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 7px;
    display: block;
  }

  footer .calendar ul {
    position: absolute;
    right: 20px;
    top: 8px;
  }

  footer .calendar ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.3rem;
  }

  footer .calendar table {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  footer .calendar table thead {
    background: #dedede;
  }

  footer .calendar table thead td {
    padding: 5px 0;
    font-weight: bold;
  }

  footer .calendar table .sun {
    color: #f00;
  }

  footer .calendar table .sat {
    color: #0600ff;
  }

  footer .calendar table .holiday {
    background: #45bf2d;
    color: #fff;
  }

  footer .calendar table td {
    padding: 5px 0;
  }

  footer .ft_sitemap03 {
    clear: both;
    margin: 0 20px;
  }

  footer .ft_sitemap03 ul {
    border-top: 1px solid #d7d8df;
    margin-bottom: 15px;
  }

  footer .ft_sitemap03 ul li {
    display: inline-block;
    width: 48%;
    font-size: 0;
    border-bottom: 1px solid #d7d8df;
  }

  footer .ft_sitemap03 ul li a {
    color: #696a74;
    text-decoration: none;
    font-size: 1.4rem;
    display: inline-block;
    padding: 10px 0;
  }

  footer #copyright {
    color: #696a74;
    font-size: 1.0rem;
    text-align: center;
    padding-bottom: 80px;
  }

  footer #pagetop {
    display: none;
  }

  #item_search_btn,
  #item_list_btn {
    display: none;
  }


  #sp_fixed_nav {
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  #sp_fixed_nav ul {
    display: flex;
    text-align: center;
  }

  #sp_fixed_nav ul li {
    width: 20%;
    background: #282e68;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    height: 60px;
    box-sizing: border-box;
  }

  #sp_fixed_nav ul li:last-child {
    border-right: none;
  }

  #sp_fixed_nav ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 100%;
    display: block;
    padding: 10px 0;
    color: #fff;
    height: 60px;
    box-sizing: border-box;
  }

  #sp_fixed_nav ul li i {
    display: block;
    margin: 0 auto 12px;
    font-size: 1.5rem;
  }


  #sp_dropdown_menu {
    background: #282e68;
    position: fixed;
    bottom: 60px;
    width: 100%;
    left: 0;
    display: none;
    z-index: 99;
  }

  #sp_dropdown_menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  #sp_dropdown_menu ul li {
    width: 50%;
  }

  #sp_dropdown_menu ul li a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    border-bottom: 1px solid #b3b5c0;
  }

  #sp_dropdown_menu ul li:nth-of-type(even) a {
    border-left: 1px solid #b3b5c0;
  }
}

/*
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
*/

article {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  article {
    margin-top: 58px;
  }

  article img {
    max-width: 100%;
  }
}

/*
#mv .slick-slide img {
  max-width: 100%;
}

@media screen and (max-width: 1530px) {
  #mv .slick-slide img {
    width: 100%;
    height: auto;
  }
}
*/

#mv .slick-prev {
  left: 20px;
  width: 30px;
  height: 30px;
  z-index: 5;
}

@media screen and (min-width: 1530px) {
    #mv .slick-prev {
        left: calc(50% - 750px);
    }
}

#mv .slick-next {
  right: 25px;
  width: 30px;
  height: 30px;
  z-index: 5;
}

@media screen and (min-width: 1530px) {
    #mv .slick-next {
        right: calc(50% - 740px);
    }
}

#mv .slick-prev:before,
#mv .slick-next:before {
  width: 30px;
  height: 30px;
}

.top_news {
  background: #dc4545;
  color: #fff;
  padding-bottom: 15px;
}

/*
.top_news h2 {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.top_news h2 span {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}
*/


/*
@media screen and (max-width: 768px) {
  .top_news h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .top_news h2 span {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

*/

.top_news a {
  color: #fff;
}

.top_news a:hover {
  color: #1a80d6;
}

.top_news .news_wrap {
  background: #d36767;
  width: 100%;
}
/*
.top_news ul {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
*/
/* 2020/10/23 widthの変更とpaddingの追加 ここから */
.top_news ul {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 0 10px;
}
/* 2020/10/23 widthの変更とpaddingの追加 ここまで */

/*
.top_news ul li {
  font-size: 1.4rem;
  padding: 15px 0;
  padding-right: 20px;
  text-align: left;
  border-bottom: 1px solid #dc4545;
}
*/

/* 2020/10/23 font-sizeの変更 ここから */
.top_news ul li {
  font-size: 1.8rem;
  padding: 15px 0;
  padding-right: 20px;
  text-align: left;
  border-bottom: 1px solid #dc4545;
}
/* 2020/10/23 font-sizeの変更 ここまで */

.top_news ul span {
  display: inline-block;
  margin-right: 30px;
}

/*
.top_news ul span.tag {
  font-size: 1.2rem;
  border-radius: 3px;
  background: #dc4545;
  padding: 5px;
}
*/

/* 2020/10/23 font-sizeの変更 ここから */
.top_news ul span.tag {
  font-size: 1.4rem;
  border-radius: 3px;
  background: #dc4545;
  padding: 5px;
}
/* 2020/10/23 font-sizeの変更 ここまで */


@media screen and (min-width: 769px) {
	.top_news a {
	  width: calc(100% - 280px);
	  line-height: 1.6;
	}
	.top_news ul li {
	  display: flex;
	  align-items: center;
	}
	.top_news ul span.tag {
		text-align: center;
  		height: 16px;
  		line-height: 16px;
	}
}
@media screen and (max-width: 768px) {
/*
  .top_news ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
*/
/* 2020/10/26 font-sizeの変更 ここから */
  .top_news ul li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
/* 2020/10/26 font-sizeの変更 ここまで */

  .top_news ul a {
    display: block;
    margin-top: 10px;
    line-height: 1.6;
  }



  .top_news ul span {
    margin-right: 15px;
  }
/*
  .top_news ul span.tag {
    font-size: 1rem;
    border-radius: 3px;
    background: #dc4545;
    padding: 3px;
  }
*/
/* 2020/10/26 font-sizeとpaddingの変更 ここから */
  .top_news ul span.tag {
    font-size: 1.2rem;
    border-radius: 3px;
    background: #dc4545;
    padding: 5px;
  }
/* 2020/10/26 font-sizeとpaddingの変更 ここまで */

}

.top_pickup .slider {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top_pickup .slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.top_pickup .slider>div {
  width: 440px;
  margin: 0 17px;
}

@media screen and (max-width: 768px) {
  .top_pickup .slider>div {
    padding: 0;
    width: calc(50% - 7px);
    margin: 0 0 15px;
  }
}

.top_pickup .slider .slick-slide {
  width: 440px;
  padding: 0 20px;
}

.top_pickup .slider .slick-slide img {
  width: 100%;
}

.top_pickup .slider a {
  display: block;
}

.top_pickup .slider a:hover {
  color: #1a80d6;
}

.top_pickup .slider a:hover h3 {
  color: #1a80d6;
}

.top_pickup .slider div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .top_pickup .slider div h3 {
    display: none;
  }
}

/*
.top_pickup .slider div p {
  font-size: 1.4rem;
  line-height: 160%;
}
*/
/* 2020/10/26 margin-bottomを0に変更 ここから */

.top_pickup .slider div p {
  font-size: 1.4rem;
  line-height: 160%;
  margin-bottom: 0;
}
/* 2020/10/26 margin-bottomを0に変更 ここまで */

@media screen and (max-width: 768px) {
  .top_pickup .slider div p {
    display: none;
  }
}

.top_lineup {
  margin-bottom: 40px;
}
/*
@media screen and (max-width: 1400px) {
  .top_lineup .content {
    width: 1160px;
  }
  }

@media screen and (max-width: 1160px) {
  .top_lineup .content {
    width: 980px;
  }
  }

@media screen and (min-width: 769px) {
  .top_lineup .content {
    width: 90%;
    max-width: 1440px;
  }
  }
*/

/* 2020/10/23 widthの変更 ここから */
@media screen and (min-width: 769px) {
  .top_lineup .content {
    width: 94%;
    max-width: 1380px;
  }
  }
/* 2020/10/23 widthの変更 ここまで */

@media screen and (max-width: 768px) {
  .top_lineup .content {
    width: 100%;
  }
  }

@media screen and (max-width: 768px) {
  .top_lineup {
    margin-bottom: 0;
  }
}

.top_lineup .itemlist {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top_lineup .itemlist {
    display: block;
  }
}

.top_lineup .itemlist>div {
  width: 16%;
  min-width: 146px;
  margin: 0 2% 40px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .top_lineup .itemlist>div {
  width: 16%;
  }
  }

@media screen and (max-width: 1160px) {
  .top_lineup .itemlist>div {
  width: 27%;
  margin: 0 3% 40px;
  }
}

@media screen and (max-width: 768px) {
  .top_lineup .itemlist>div {
  width: 27%;
  }
  }

@media screen and (max-width: 768px) {
  .top_lineup .itemlist>div {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #bcbcbc;
    text-align: left;
    margin: 0;
    position: relative;
  }

  .top_lineup .itemlist>div:first-child a {
    border-top: 1px solid #bcbcbc;
  }
}

.top_lineup .itemlist>div a:hover {
  color: #1a80d6;
}

.top_lineup .itemlist>div a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_lineup .itemlist>div a {
    padding: 0 20px;
    display: flex;
  }

  .top_lineup .itemlist>div a+div {
    padding: 0 20px 15px;
  }

  .top_lineup .itemlist>div a div:first-of-type {
    width: 35%;
    padding-right: 3%;
    height: auto;
    padding: 15px 3% 15px 0;
  }

  .top_lineup .itemlist>div a div:last-of-type {
    width: 59%;
    height: auto;
    padding: 15px 3% 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top_lineup .itemlist>div a div:last-of-type div {
    width: 100%;
  }

  /*            .top_lineup .itemlist > div a div:after {
              content: '';
              width: 10px;
              height: 10px;
              display: block;
              border-right: 1px solid #1a3168;
              border-bottom: 1px solid #1a3168;
              transform: rotate(-45deg);
              position: absolute;
              right: 0px;
              top: 50%;
              margin-top: -8px; } */
}

.top_lineup .itemlist>div h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 17px 0 10px;
}

@media screen and (max-width: 768px) {
  .top_lineup .itemlist>div h3 {
    margin-top: 0;
    padding-right: 10px;
  }
}

/*
.top_lineup .itemlist>div p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 160%;
}
*/
/* 2020/10/26 margin-bottomを0に ここから */
.top_lineup .itemlist>div p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 160%;
  margin-bottom: 0;
}
/* 2020/10/26 margin-bottomを0に ここまで */

@media screen and (max-width: 768px) {
  .top_lineup .itemlist>div p {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}

.top_feature {
  padding: 55px 0;
  background: #e9eaef;
}

@media screen and (max-width: 768px) {
  .top_feature {
    padding: 10px 20px 25px;
  }
}

.top_feature .itemlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -2px;
}

.top_feature .itemlist+.itemlist {
  display: none;
}
/*
.top_feature .itemlist>div {
  width: 220px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 7px;
  margin-right: 7px;
}
*/
/* 2020/10/23 widthの変更 ここから */
.top_feature .itemlist>div {
  width: 215px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 7px;
  margin-right: 7px;
}
/* 2020/10/23 widthの変更 ここまで */

.top_feature .itemlist>div:hover {
  border: 2px solid #1a3168;
  padding: 8px;
}

@media screen and (max-width: 1400px) {
  .top_feature .itemlist>div {
    width: calc(20% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  }

@media screen and (max-width: 1160px) {
  .top_feature .itemlist>div {
    width: calc(25% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
}


@media screen and (max-width: 768px) {
  .top_feature .itemlist>div {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
}

.top_feature .itemlist>div>a>p {
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_feature .itemlist>div>a>p img {
  max-width: 100%;
  max-height: 215px;
  padding-bottom: 15px;
}

.top_feature .itemlist>div a:hover {
  text-decoration: none;
}

.top_feature .itemlist>div h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 17px 0 10px;
}

/*
.top_feature .itemlist>div p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 160%;
}
*/
/* 2020/10/26 margin-bottomを0に ここから */
.top_feature .itemlist>div p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 160%;
  margin-bottom: 0;
}
/* 2020/10/26 margin-bottomを0に ここまで */

.top_feature .itemlist>div .tag {
  min-height: 50px;
  text-align: left;
  padding-bottom: 10px;
}

.top_feature .itemlist>div .tag li {
  text-align: center;
  display: inline-block;
  background: #1a3168;
  color: #fff;
  margin-right: 5px;
  font-size: 1rem;
  padding: 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .top_feature .itemlist>div .tag {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_feature .itemlist>div .tag li {
    width: 48%;
    margin-right: 0;
    padding: 8px;
    box-sizing: border-box;
  }
}

.top_feature .itemlist>div .no {
  color: #1a3168;
  vertical-align: middle;
  margin-bottom: 5px;
  /*0330追加*/
  word-break: break-all;
}

.top_feature .itemlist>div .no span {
  display: inline-block;
  border: 1px solid #1a3168;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 100%;
  padding: 3px 4px;
  vertical-align: middle;
  margin-right: 5px;
}

.top_feature .itemlist>div .ttl {
  font-weight: bold;
  margin-top: 5px;
}

.top_feature .itemlist>div .price {
  border-top: 1px solid #c0c2c9;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  color: #f00;
  font-size: 1.6rem;
}

.top_feature .itemlist>div .price .before_sale {
  font-size: 90%;
  text-decoration: line-through;
  margin-right: 1em;
  color: #111;
}

@media screen and (max-width: 768px) {

/*
  .top_feature .itemlist>div .price {
    font-size: 1.4rem;
    margin-top: 5px;
    padding-top: 5px;
  }
*/
/* 2020/10/28 font-size-の変更 ここから */
  .top_feature .itemlist>div .price {
    font-size: 1.3rem;
    margin-top: 5px;
    padding-top: 5px;
  }
/* 2020/10/28 font-size-の変更 ここまで */

  .top_feature .itemlist>div .price .before_sale {
    margin-right: 0;
    display: block;
    color: #111;
  }
}

.top_feature .more_btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top_feature .more_btn {
    margin-top: 5px;
  }
}

.top_feature .more_btn span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  background: #000;
  padding: 25px 0;
  width: 290px;
  cursor: pointer;
  border: 1px solid #000;
  transition: 0.1s all ease-in;
}

@media screen and (max-width: 768px) {
  .top_feature .more_btn span {
    padding: 15px 0;
    width: 250px;
    font-size: 1.4rem;
  }
}

.top_feature .more_btn span:after {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

.top_feature .more_btn span:hover {
  background: #fff;
  color: #000;
}

.top_feature .more_btn span:hover:after {
  border-color: #000;
}

.top_intro {
  padding: 60px 0 70px;
}

@media screen and (max-width: 768px) {
  .top_intro {
    padding: 10px 0 0px;
  }
}
/*
.top_intro h2 {
  height: 475px;
  background: url("../img/top/intro_ttl_bg.png") no-repeat center;
  position: relative;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top_intro h2 {
    height: 240px;
    background: url("../img/top/intro_ttl_bg_sp.png") no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
  }
}

.top_intro h2 span {
  display: inline-block;
  font-size: 3.6rem;
  position: absolute;
  top: 390px;
  left: 0;
  background: #1a3168;
  color: #fff;
  line-height: 100%;
  font-weight: bold;
  padding: 10px 10px 5px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .top_intro h2 span {
    left: 20px;
    margin-left: 0;
    top: 180px;
    font-size: 2rem;
  }
}
*/
/* 2020/10/23 h2をh3に変更 ここから */
.top_intro h3 {
  height: 475px;
  background: url("../img/top/intro_ttl_bg.png") no-repeat center;
  position: relative;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top_intro h3 {
    height: 240px;
    background: url("../img/top/intro_ttl_bg_sp.png") no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
  }
}

.top_intro h3 span {
  display: inline-block;
  font-size: 3.6rem;
  position: absolute;
  top: 390px;
  left: 0;
  background: #1a3168;
  color: #fff;
  line-height: 100%;
  font-weight: bold;
  padding: 10px 10px 5px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .top_intro h3 span {
    left: 20px;
    margin-left: 0;
    top: 180px;
    font-size: 2rem;
  }
}
/* 2020/10/23 h2をh3に変更 ここまで */

.top_intro .lead {
  font-size: 1.8rem;
  line-height: 200%;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top_intro .lead {
    font-size: 1.6rem;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
/*
.top_faq h3 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top_faq h3 {
    font-size: 2rem;
    line-height: 160%;
    margin-bottom: 20px;
  }
}
*/

/* 2020/10/23 h3をh4に変更 ここから */
.top_faq h4 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top_faq h4 {
    font-size: 2rem;
    line-height: 160%;
    margin-bottom: 20px;
  }
}
/* 2020/10/23 h3をh4に変更 ここまで */

.top_faq .faqlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .top_faq .faqlist {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.top_faq .faqlist a {
  cursor: pointer;
  width: 19%;
  border: 2px solid #1a3168;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 1%;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  padding: 30px 15px;
  font-size: 1.8rem;
  color: #1a3168;
  line-height: 180%;
  box-sizing: border-box;
  position: relative;
}

.top_faq .faqlist a i {
  /*
                    font-family: "Font Awesome 5 Free";*/
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2rem;
}

.top_faq .faqlist a:hover {
  color: #fff;
  background: #1a3168;
}

@media screen and (max-width: 768px) {
  .top_faq .faqlist a {
    width: 100%;
    border: 1px solid #1a3168;
    margin-bottom: 10px;
    padding: 15px 20px;
    padding-right: 40px;
    font-size: 1.4rem;
  }

  .top_faq .faqlist a i {
    bottom: 50%;
    margin-bottom: -10px;
  }
}

.top_voice {
  background: #e9eaef;
  padding: 60px 0;
  margin-bottom: 60px;
}

.top_voice .box_pt01,
.top_voice .box_pt02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top_voice {
    background: #e9eaef;
    padding: 20px 0;
    margin-bottom: 0;
}

  .top_voice .box_pt01,
  .top_voice .box_pt02 {
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

.top_voice .box_pt01 .thumb {
  float: left;
  padding-right: 60px;
  width: 42%;
  box-sizing: border-box;
}

.top_voice .box_pt02 .thumb {
  float: right;
  padding-left: 60px;
  width: 42%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .thumb {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .top_voice .box_pt02 .thumb {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.top_voice .box_pt01 .thumb img,
.top_voice .box_pt02 .thumb img {
  width: 100%;
}

.top_voice .box_pt01 .txt,
.top_voice .box_pt02 .txt {
  width: 58%;
  float: left;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt,
  .top_voice .box_pt02 .txt {
    float: none;
    width: 100%;
  }
}

/*
.top_voice .box_pt01 .txt .hukidashi,
.top_voice .box_pt02 .txt .hukidashi {
  font-size: 2.4rem;
  padding: 30px 0 20px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px dotted #000;
  margin-bottom: 45px;
}
*/
/* 2020/10/26 padding-topを変更 ここから */
.top_voice .box_pt01 .txt .hukidashi,
.top_voice .box_pt02 .txt .hukidashi {
  font-size: 2.4rem;
  padding: 0 0 20px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px dotted #000;
  margin-bottom: 45px;
}
/* 2020/10/26 padding-topを変更 ここまで */

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .hukidashi,
  .top_voice .box_pt02 .txt .hukidashi {
    font-size: 1.6rem;
    line-height: 160%;
    padding-bottom: 10px;
    margin-bottom: 25px;
    padding-top: 20px;
  }
}

.top_voice .box_pt01 .txt .hukidashi:before,
.top_voice .box_pt02 .txt .hukidashi:before {
  border-bottom: 2px dotted #000;
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 60px;
  transform: rotate(-45deg);
  z-index: 2;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .hukidashi:before,
  .top_voice .box_pt02 .txt .hukidashi:before {
    border-bottom: 2px dotted #000;
    width: 20px;
    height: 20px;
    bottom: -13px;
    left: 28px;
  }
}

.top_voice .box_pt01 .txt .hukidashi:after,
.top_voice .box_pt02 .txt .hukidashi:after {
  border-left: 2px dotted #000;
  width: 23px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 74px;
  background: #e9eaef;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .hukidashi:after,
  .top_voice .box_pt02 .txt .hukidashi:after {
    border-left: 2px dotted #000;
    width: 14px;
    height: 18px;
    bottom: -18px;
    left: 36px;
  }
}

/*
.top_voice .box_pt01 .txt .name,
.top_voice .box_pt02 .txt .name {
  font-size: 1.4rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .name,
  .top_voice .box_pt02 .txt .name {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
*/
/* 2020/10/26 font-sizeを変更 ここから */
.top_voice .box_pt01 .txt .name,
.top_voice .box_pt02 .txt .name {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .name,
  .top_voice .box_pt02 .txt .name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
/* 2020/10/26 font-sizeを変更 ここまで */

/*
.top_voice .box_pt01 .txt .lead,
.top_voice .box_pt02 .txt .lead {
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt .lead,
  .top_voice .box_pt02 .txt .lead {
    font-size: 1.4rem;
    line-height: 180%;
  }
}
*/
/* 2020/10/26 hとpの切り分け ここから */
.top_voice .box_pt01 .txt h4.lead,
.top_voice .box_pt02 .txt h4.lead {
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt h4.lead,
  .top_voice .box_pt02 .txt h4.lead {
    font-size: 1.6rem;
    line-height: 180%;
    font-weight: bold;
  }
}

.top_voice .box_pt01 .txt p.lead,
.top_voice .box_pt02 .txt p.lead {
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {

  .top_voice .box_pt01 .txt p.lead,
  .top_voice .box_pt02 .txt p.lead {
    font-size: 1.4rem;
    line-height: 180%;
  }
}
/* 2020/10/26 hとpの切り分け ここまで */






.top_info ul {
  font-size: 1.8rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
/*
  .top_info ul {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
*/
/* 2020/10/26 font-sizeの変更 ここから */
  .top_info ul {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
/* 2020/10/26 font-sizeの変更 ここまで */

}

.top_info ul li {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.top_info ul li:nth-child(odd) {
  background: #e9eaef;
}

.top_info ul li:nth-child(even) {
  background: #d7d8df;
}
@media screen and (min-width: 769px) {
	.top_info ul li>div {
	  display: flex;
	    align-items: center;
	}
	.top_info ul li a {
	  width: calc(100% - 280px);
	  line-height: 1.6;
	}
	.top_info ul li {
	  display: flex;
	  align-items: center;
	}
	.top_info ul span.tag {
		text-align: center;
  		height: 16px;
  		line-height: 16px;
	}
}
@media screen and (max-width: 768px) {
  .top_info ul li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_info ul a {
    display: block;
    margin-top: 10px;
    line-height: 1.6;
  }

  .top_info ul span {
    margin-right: 15px;
  }

  .top_info ul span.tag {
    font-size: 1rem;
    border-radius: 3px;
    background: #dc4545;
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top_info ul li {
    padding: 10px 20px;
  }
}
.top_news ul span {
    display: inline-block;
    margin-right: 30px;
}
.top_info ul li a {
  color: #227ac4;
  line-height: 1.6;
}

.top_info ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top_info ul li a {
    display: block;
    margin-top: 10px;
    line-height: 1.6;
  }
}
/*
.top_info ul li>div {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}
*/
/* 2020/10/23 widthの変更とpaddingの追加 ここから */
.top_info ul li>div {
  width: 100%;
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 10px;
}

/* 2020/10/23 widthの変更とpaddingの追加 ここまで */

.top_info ul li .tag {
  background: #1a3168;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 7px 10px 7px;
  line-height: 100%;
  border-radius: 5px;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
/*
  .top_info ul li .tag {
    font-size: 1rem;
    border-radius: 3px;
    margin: 0 5px;
    padding: 4px;
  }
*/
/* 2020/10/26 font-sizeとpaddingの変更 ここから */
  .top_info ul li .tag {
    font-size: 1.2rem;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px;
  }
/* 2020/10/26 font-sizeとpaddingの変更 ここまで */

}

.remodal {
  font-size: 1.8rem;
  line-height: 180%;
  text-align: left;
  padding: 80px 75px;
  color: #1a3168;
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 768px) {
  .remodal {
/*    padding-left: 45px;
    padding-right: 45px; */
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem;
    line-height: 160%;
  }
}

/* _under.css */
/* mixin_flexbox */
.flex_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under {
  /* .under/E */
}

.under .breadcrumb {
  background: #e9eaef;
}
/*
.under .breadcrumb .breadcrumbs {
  padding: 10px 0;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
*/
.under .breadcrumb .breadcrumbs {
  padding: 10px;
  width: 94%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.under .breadcrumb .breadcrumbs span {
  font-size: 14px;
  line-height: 1.8rem;
}
.under .breadcrumb .breadcrumbs span a:hover{ text-decoration: underline; }

.under .breadcrumb .breadcrumbs span.current-item{ font-weight: bold; }

.under .breadcrumb .breadcrumbs span i {
  color: #1a3168;
  margin-right: 10px;
}

.under .under_lead {
  margin: 70px auto 0 auto;
}

.under .under_lead .basic_ttl {
  border-bottom: 1px solid #dbdbdb;
}

.under .under_lead .basic_ttl:after {
  content: "";
  background: #0600ff;
  height: 1px;
  width: 50px;
  margin: 70px auto -1px;
  display: block;
}

/*
.under .under_lead p, .ulp {
  font-size: 18px;
  line-height: 200%;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 70px auto;
  text-align: center;
}
*/
/* 2020/10/26 widthの変更 ここから */
.under .under_lead p, .ulp {
  font-size: 18px;
  line-height: 200%;
  width: 94%;
  max-width: 1380px;
  margin: 0 auto 70px auto;
  text-align: center;
  padding: 0 10px;
}
/* 2020/10/26 widthの変更 ここまで */

.under .under_lead .banner img {
  max-width: 100%;
}

/*
.under .bd_ttl {
  width: 1400px;
  max-width: 100%;
  line-height: 100%;
  margin: 0 auto 25px;
  font-weight: bold;
  border-left: 5px solid #282e68;
  background: #e9eaef;
  padding: 7px 0 4px 10px;
  box-sizing: border-box;
}
*/

/* 2020/10/26 widthの変更 ここから */
.under .bd_ttl {
  width: 100%;
  max-width: 1380px;
  line-height: 100%;
  margin: 0 auto 25px;
  font-weight: bold;
  border-left: 5px solid #282e68;
  background: #e9eaef;
  padding: 7px 0 4px 10px;
  box-sizing: border-box;
}
/* 2020/10/26 widthの変更 ここまで */

/*.under .bd_ttl:after {
      content: "";
      background: #282e68;
      height: 1px;
      width: 50px;
      margin: 10px 0 -1px;
      display: block; }*/


@media screen and (max-width: 768px) {
  .under .under_lead {
    margin: 85px auto 25px;
  }

  .under .under_lead .basic_ttl {
    margin-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
  }

  .under .under_lead .basic_ttl:after {
    content: "";
    background: #0600ff;
    height: 1px;
    margin: 25px auto -1px;
    display: block;
  }

  .under .under_lead p {
    max-width: 96%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 180%;
  }
}

@media screen and (max-width: 768px) {
  .under {
    /* sp/E */
  }

  .under .bd_ttl {
    width: 1400px;
    max-width: 100%;
    line-height: 100%;
    margin: 0 auto 25px;
    font-weight: bold;
    border-left: 4px solid #282e68;
  }

  /*.under .bd_ttl:after {
          content: "";
          background: #282e68;
          height: 1px;
          width: 50px;
          margin: 10px 0 -1px;
          display: block; }*/
  .under .bd_ttl div {
    font-size: 1.8rem;
    line-height: 160%;
  }
}

.under.search {
  margin-bottom: 0;
  /* .search/E */
}

@media print,
screen and (min-width: 769px) {
  .under.search {
    /* pc/E */
  }

  .under.search .search_result {
    padding-top: 0;
  }

  .under.search .search_result .search_content {
    background: #fff;
    padding-bottom: 15px;
  }

/*
  .under.search .search_result .search_content .search_ttl {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
  }
*/

  .under.search .search_result .search_content .bd_ttl {
    text-align: left;
  }

  .under.search .search_result .search_content .bd_ttl i {
    font-size: 2.4rem;
    margin-right: 5px;
    color: #1a3168;
    display: inline-block;
  }

  .under.search .search_result .search_detail {
    font-size: 1.8rem;
  }

  .under.search .search_result .search_detail .result {
    position: relative;
    background: #e9eaef;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
  }


  .under.search .search_result .search_content .search_detail .result:first-of-type .text_box {
    width: 75%;
    padding: 0 14px;
  }
  .under.search .search_result .search_content .search_detail .result.s-search:first-of-type .text_box {
    width: 75%;
    padding: 16.6px;
  }


  .under.search .search_result .search_detail .result .text_box p {
    font-size: 1.8rem;
    line-height: 180%;
  }

  .under.search .search_result .search_detail .result .text_box p span {
    font-size: 1.4rem;
  }

  .under.search .search_result .search_detail .result .keyword {
    display: block;
    background: #227ac4;
    color: #fff;
    height: 95px;
    line-height: 95px;
    padding: 0 15px;
    transition: all 0.3s;
    white-space: nowrap;
  }

  .under.search .search_result .search_detail .result .keyword:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .under.search .search_result .search_detail .result .keyword span {
    display: inline-block;
    width: 2.5rem;
    height: 0.5rem;
    transform: skewX(40deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem;
  }

  .under.search .search_result .search_detail .result .refine_search {
    position: absolute;
    width: auto;
    top: calc(100% + 15px);
    right: 0;
    font-size: 1.6rem;
    text-decoration: none;
    color: #2888d9;
    border: 1px solid #2888d9;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 260px;
    line-height: 32px;
    box-sizing: border-box;
    transition: all 0.3s;
  }

  .under.search .search_result .search_detail .result .refine_search:hover {
    background: #2888d9;
    color: #fff;
  }

  .under.search .search_result .search_detail .result .refine_search i {
    display: inline-block;
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: 5px;
  }

  .under.search .search_result .search_detail .result_board {
/*    margin-top: 17px; */
    padding-top: 60px;
    margin-bottom: 42px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_detail .result_board>p {
    font-size: 1.4rem;
  }

  .under.search .search_result .search_detail .result_board>p span {
    font-size: 1.8rem;
  }

  .under.search .search_result .search_detail .result_board>p .bold {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .under.search .search_result .search_detail .result_board ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_detail .result_board ul li {
    font-size: 1.4rem;
    line-height: 120%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_detail .card_sort {
    margin-left: auto;
    margin-right: 25px;
    padding: 8px 0
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)) {
    cursor: pointer;
    font-size: 1.2rem;
    width: 110px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 5px 8px 5px 5px;
    margin-left: 10px;
    transition: all 0.3s;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)) span {
    text-align: center;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)):hover,
  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)).now_list {
    background: #1a3168;
    color: #fff;
    border-color: #1a3168;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)):hover {
    background: rgba(26, 49, 104, 0.8);
  }

  .under.search .search_result .search_detail .list_sort li:nth-of-type(1) {
    margin-right: 50px;
  }

  .under.search .search_result .search_detail .select_wrap {
    display: inline-block;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 145px;
  }

  .under.search .search_result .search_detail .select_wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px;
    text-align: center;
    content: '▼';
    background: #cfcfcf;
    pointer-events: none;
  }

  .under.search .search_result .search_detail .select_wrap:hover {
    /* 201910 add */
    border: 1px solid #1a3168;
    transition: all 0.2s;
  }

  .under.search .search_result .search_detail .select_wrap:hover::before {
    background: #1a3168;
    color: #fff;
    transition: all 0.2s;
  }

  .under.search .search_result .search_detail .select_wrap select {
    width: 100%;
    padding: 4px 5px;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .under.search .search_result .search_detail .select_wrap select::-ms-expend {
    display: none;
  }

  .under.search .search_result .itemlist {
    padding-top: 25px;
  }

/*
  .under.search .search_result .itemlist>div {
    position: relative;
    min-height: 472px;
  }
*/
/* 2020/10/26 min-heightの削除 ここから */
  .under.search .search_result .itemlist>div {
    position: relative;
  }
/* 2020/10/26 min-heightの削除 ここまで */

  .under.search .search_result .itemlist>div img {
    max-height: 200px;
  }

  /* .under.search .search_result .itemlist>div .price {
    position: absolute;
    bottom: 10px;
    left: 7px;
    width: calc(100% - 14px);
  } */

  .under.search .search_result .itemlist .osusume:before {
    content: "";
    background: url(../img/search/osusume.png) no-repeat right bottom;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 145px;
    width: 145px;
    height: 68px;
    z-index: 1;
  }

  .under.search .search_result .itemlist .tag {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .itemlist .tag li {
    width: 48%;
    margin-right: 0;
    padding: 8px;
    box-sizing: border-box;
  }

  .under.search .search_result .page_list {
    margin: 50px auto;
    font-size: 1.8rem;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .page_list p {
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    line-height: 160%;
  }

  .under.search .search_result .page_list p span {
    font-size: 1.8rem;
  }

  .under.search .search_result .page_list p .bold {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .under.search .search_result .page_list p .tb {
    display: none;
  }

  @media only screen and (min-width: 769px) and (max-width: 926px) {
    .under.search .search_result .page_list p .tb {
      display: block;
    }
  }

  .under.search .search_result .page_list ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .page_list ul li {
    margin-left: 10px;
  }

  .under.search .search_result .page_list ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: all 0.1s;
  }

  .under.search .search_result .page_list ul li.now_page a,
  .under.search .search_result .page_list ul li:hover a {
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }

  .under.search .search_result .page_list ul li.next_page a {
    width: 75px;
  }
}

@media screen and (max-width: 768px) {
  .under.search {
    /* sp/E */
  }

  .under.search #acc_tab01,
  .under.search #acc_tab02 {
    position: relative;
  }

  .under.search #acc_tab01:after,
  .under.search #acc_tab02:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #1a3168;
    border-bottom: 2px solid #1a3168;
    transform: rotate(45deg);
    background: transparent;
    transition: all 0.1s;
  }

  .under.search #acc_tab01.open:after,
  .under.search #acc_tab02.open:after {
    top: 22px;
    transform: rotate(-135deg);
  }

  .under.search #acc_box01,
  .under.search #acc_box02 {
    display: none;
  }

  .under.search #acc_tab01 {
    border: 1px solid #1a3168;
    box-sizing: border-box;
    padding: 14px;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .under.search #acc_tab01 .bd_ttl {
    margin-bottom: 0;
    border: none;
    background: none;
  }

  .under.search #acc_tab01+.search_detail #acc_box01.result {
    margin-bottom: 70px;
  }

  .under.search #acc_tab02 {
    font-weight: bold;
    font-size: 1.8rem;
    padding: 15px 15px 15px 20px;
  }

  .under.search .top_feature {
    padding: 0;
    background: none;
  }

  .under.search .search_result .search_content {
    background: #fff;
    padding: 0 10px;
    padding-bottom: 15px;
  }

  .under.search .search_result .search_content .basic_ttl {
    text-align: left;
    max-width: 100%;
    margin: 0 auto 25px;
    border-bottom: 1px solid #dbdbdb;
  }

  .under.search .search_result .search_content .basic_ttl:after {
    content: "";
    background: #282e68;
    height: 1px;
    width: 50px;
    margin: 10px 0 -1px;
    display: block;
  }

  .under.search .search_result .search_content .basic_ttl div {
    font-size: 1.8rem;
  }

  .under.search .search_result .search_content .basic_ttl i {
    margin-right: 5px;
    color: #1a3168;
    display: inline-block;
  }

  .under.search .search_result .search_detail {
    font-size: 1.4rem;
  }

  .under.search .search_result .search_detail .result {
    position: relative;
    background: #e9eaef;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_content .search_detail .result.s-search:first-of-type .text_box {
    padding: 16.6px;
  }

  .under.search .search_result .search_detail .result .text_box {
    width: 100%;
    padding: 5px 15px;
    height: 55px;
    box-sizing: border-box;
  }

  .under.search .search_result .search_detail .result .text_box p {
    line-height: 160%;
  }

  .under.search .search_result .search_detail .result .keyword {
    display: block;
    background: #227ac4;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    transition: all 0.3s;
    text-align: center;
    box-sizing: border-box;
  }

  .under.search .search_result .search_detail .result .keyword:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .under.search .search_result .search_detail .result .keyword span {
    display: inline-block;
    width: 1.5rem;
    height: 0.5rem;
    transform: skewX(40deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem;
  }

  .under.search .search_result .search_detail .result .refine_search {
    display: block;
    border: 1px solid #227ac4;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 1.4rem;
    color: #227ac4;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
  }

  .under.search .search_result .search_detail .result .refine_search i {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -15px;
  }

  .under.search .search_result .search_detail .result_board {
    margin-top: 25px;
	padding-top: 10px;
    margin-bottom: 15px;
  }

  .under.search .search_result .search_detail .result_board>p {
    font-size: 1.4rem;
    margin: 25px 0;
  }

  .under.search .search_result .search_detail .result_board>p span {
    font-size: 1.6rem;
  }

  .under.search .search_result .search_detail .result_board>p .bold {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .under.search .search_result .search_detail .result_board ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_detail .result_board ul li {
    font-size: 1.2rem;
    line-height: 120%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .search_detail .card_sort {
    margin-right: 15px;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)) {
    cursor: pointer;
    font-size: 1rem;
    width: 25%;
    max-width: 110px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 3px;
    transition: all 0.3s;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)) img {
    max-width: 30%;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)) span {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)):hover,
  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)).now_list {
    background: #1a3168;
    color: #fff;
    border-color: #1a3168;
  }

  .under.search .search_result .search_detail .card_sort li:not(:nth-of-type(1)):hover {
    background: rgba(26, 49, 104, 0.8);
  }

  .under.search .search_result .search_detail .list_sort {
    max-width: 640px;
    margin-top: 25px;
  }

  .under.search .search_result .search_detail .list_sort li {
    width: 48%;
    max-width: 275px;
    margin-right: 5px;
  }

  .under.search .search_result .search_detail .select_wrap {
    display: inline-block;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 60%;
    max-width: 145px;
  }

  .under.search .search_result .search_detail .select_wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px;
    text-align: center;
    content: '▼';
    background: #cfcfcf;
    pointer-events: none;
  }

  .under.search .search_result .search_detail .select_wrap:hover {
    /* 201910 add */
    border: 1px solid #1a3168;
    transition: all 0.2s;
  }

  .under.search .search_result .search_detail .select_wrap:hover::before {
    background: #1a3168;
    color: #fff;
    transition: all 0.2s;
  }

  .under.search .search_result .search_detail .select_wrap select {
    width: 100%;
    padding: 4px 5px;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .under.search .search_result .search_detail .select_wrap select::-ms-expend {
    display: none;
  }

  .under.search .search_result .itemlist {
    padding: 25px 10px 0;
    background: #e9eaef;
  }

  .under.search .search_result .itemlist>div {
    position: relative;
  }

  /*.under.search .search_result .itemlist > div img {
              max-width: 240px;
              max-height: 240px; }*/
  .under.search .search_result .itemlist>div a>div {
    padding-bottom: 40px;
  }

  .under.search .search_result .itemlist>div .price {
    position: absolute;
    bottom: 10px;
    left: 7px;
    width: calc(100% - 14px);
  }

  .under.search .search_result .itemlist>div .price .before_sale {
    margin-right: 8px;
    display: inline-block;
  }

  .under.search .search_result .itemlist .osusume>div {
    position: relative;
  }

  .under.search .search_result .itemlist .osusume>div:before {
    content: "";
    background: url(../img/search/osusume.png) no-repeat right bottom;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: calc(100% + 15px);
    width: 75%;
    height: 68px;
    max-height: 47px;
    z-index: 0;
  }

  .under.search .search_result .itemlist .osusume>div .price {
    bottom: 0;
  }

  .under.search .search_result .page_list {
    margin: 0 auto;
    padding: 15px 0 50px;
    background: #e9eaef;
    font-size: 1.4rem;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .page_list p {
    position: absolute;
    left: 0;
    font-size: 1.4rem;
  }

  .under.search .search_result .page_list p span {
    font-size: 1.8rem;
  }

  .under.search .search_result .page_list p .bold {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .under.search .search_result .page_list ul {
    max-width: 96%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.search .search_result .page_list ul li {
    margin-left: 10px;
  }

  .under.search .search_result .page_list ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    width: 31px;
    height: 31px;
    transition: all 0.1s;
  }

  .under.search .search_result .page_list ul li.now_page a,
  .under.search .search_result .page_list ul li:hover a {
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }

  .under.search .search_result .page_list ul li.next_page a {
    width: 60px;
  }
}

.under.products {
  /* .products/E */
}

.under.products .banner {
  text-align: center;
}

.under.products .products_tab {
  background: #e9eaef;
  width: 100%;
}
.under.products .products_tab.products_tab1 {
  background: #F8E0E6;
}


/*
.under.products .products_tab ul {
  max-width: 100%;
  width: 1400px;
  margin: 50px auto;
  font-size: 1.6rem;
  line-height: 160%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
}
*/
/* 2020/10/26 widthの変更 ここから */
.under.products .products_tab ul {
  max-width: 1380px;
  width: 100%;
  margin: 50px auto;
  font-size: 1.6rem;
  line-height: 160%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
}
/* 2020/10/26 widthの変更 ここまで */

.under.products .products_tab ul li {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.under.products .products_tab ul li a {
  display: block;
  text-align: center;
  line-height: 62px;
  height: 62px;
  transition: all 0.2s;
  position: relative;
  min-width: 153px;
  padding: 0 10px;
  box-sizing: border-box;
  /* 201910 add */
}

.under.products .products_tab ul li a.now_page {
  background: #282e68;
  color: #fff;
}
.under.products .products_tab.products_tab1 ul li a.now_page {
  background: #dc4545;
  color: #fff;
}
.under.products .products_tab.products_tab1 ul li a.now_page:hover {
  background: #dc4545;
}

.under.products .products_tab ul li a.now_page::after {
  /* 201910 add */
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid #282e68;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.under.products .products_tab.products_tab1 ul li a.now_page::after {
  border-top: 12px solid #dc4545;
}



.under.products .products_tab ul li a.now_page:hover {
  background: #282e68;
}

.under.products .products_tab ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #393939;
}

.under.products .products_tab ul li a:hover::after {
  /* 201910 add */
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid #393939;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.under.products .search_result .search_content .bd_ttl:last-of-type {
  border-bottom: none;
}

.under.products .search_result .search_content .bd_ttl:last-of-type:after {
  display: none;
}

.under.products .search_result .search_content .bd_ttl div {
  font-size: 1.8rem;
}

.under.products .search_result .search_content .bd_ttl div span {
  font-size: 1.6rem;
}

.under.products .search_result .search_content .bd_ttl i,
.under.products .search_result .search_content .bd_ttl img {
  vertical-align: baseline;
  width: 22px;
  max-height: 18px;
  margin-right: 0.5rem;
  color: #1a3168;
}

/*
.under.products .search_result .search_content .search_detail .pickup {
  margin-top: 62px;
  margin-bottom: 50px;
}
*/
/* 2020/10/26 marginの変更 ここから */
.under.products .search_result .search_content .search_detail .pickup {
  margin-top: 0;
  margin-bottom: 30px;
}
/* 2020/10/26 marginの変更 ここまで */

.under.products .search_result .search_content .search_detail .pickup .bd_ttl {
  margin-bottom: 10px;
}

.under.products .search_result .search_content .search_detail .pickup+.bd_ttl {
  border-bottom: 1px solid #dbdbdb;
}

.under.products .search_result .search_content .search_detail .pickup+.bd_ttl:after {
  display: block;
}

.under.products .search_result .search_content .search_detail .pickup+.bd_ttl div {
  font-size: 2.4rem;
}

.under.products .search_result .search_content .search_detail .pickup+.bd_ttl div span {
  font-size: 1.8rem;
}

.under.products .search_result .search_content .search_detail .pickup ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex_start;
  -ms-justify-content: flex_start;
  justify-content: flex_start;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under.products .search_result .search_content .search_detail .pickup ul li {
  margin-bottom: 8px;
}
/*
.under.products .search_result .search_content .search_detail .pickup ul li a {
  display: block;
  font-size: 1.6rem;
  color: #1a3168;
  margin-right: 15px;
  height: 32px;
  line-height: 100%;
  padding: 8px 10px;
  border: 1px solid #1a3168;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.under.products .search_result .search_content .search_detail .pickup ul li a:hover {
  text-decoration: none;
  background: #1a3168;
  color: #fff;
}
*/
/* 2020/10/26 colorの変更 ここから */
.under.products .search_result .search_content .search_detail .pickup ul li a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  margin-right: 15px;
  height: 32px;
  line-height: 100%;
  padding: 8px 10px;
/*  border: 1px solid #fff; */
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.under.products .search_result .search_content .search_detail .pickup ul li a:hover {
/*  text-decoration: none; */
  background: #fff;
  color: #227ac4;
}
/* 2020/10/26 colorの変更 ここまで */

.under.products .search_result .search_content .search_detail .result .text_box {
  padding: 14.6px;
}

.under.products .search_result .search_content .search_detail .result .text_box .flex_box {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.under.products .search_result .search_content .search_detail .result .text_box .flex_box p {
  margin-right: 25px;
}

.under.products .search_result .search_content .search_detail .result .text_box .flex_box p:first-of-type {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

.under.products .search_result .search_content .search_detail .result .text_box .flex_box li {
  line-height: 2rem;
}

.under.products .search_result .search_content .search_detail .result .text_box .list_sort {
  margin-left: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under.products .search_result .search_content .search_detail .result .text_box .list_sort li {
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.under.products .search_result .search_content .search_detail .result .text_box .list_sort li span {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}

.under.products .search_result .search_content .search_detail .result .text_box .select_wrap::before {
  padding: 5px;
  line-height: 100%;
}

.under.products .search_result .search_content .search_detail .result .keyword {
  width: 260px;
  text-align: center;
  box-sizing: border-box;
}

.under.products .search_result .search_content .search_detail .result .keyword span {
  margin-left: 70px;
  margin-right: -90px;
}

.under.products .products_pickup {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*
.under.products .products_pickup .banner li {
  max-width: 32%;
  margin-bottom: 35px;
	margin-right: 2%;
  }

  .under.products .products_pickup .banner li:nth-child(3n) {
    margin-right: 0;
	}

.under.products .products_pickup .banner li a img {
  max-width: 100%;
}


.under.products .products_pickup .bd_ttl {
  text-align: left;
  width: 1400px;
  margin: 50px auto 25px;
}
*/
/* 2020/10/26 widthの変更 ここから */
.under.products .products_pickup .bd_ttl {
  text-align: left;
  width: 100%;
  max-width: 1380px;
  margin: 50px auto 25px;
}
/* 2020/10/26 widthの変更 ここまで */

.under.products .products_pickup .bd_ttl div {
  font-size: 2.4rem;
}

.under.products .products_pickup .bd_ttl i {
  font-size: 24px;
  margin-right: 5px;
  color: #1a3168;
  display: inline-block;
}

/*
.under.products .products_pickup .link_list ul {
  align-items: flex-start;
}

.under.products .products_pickup .link_list li {
  width: 32%;
  margin-bottom: 25px;
  max-width: 443px;
  margin-right: 2%;
}
.under.products .products_pickup .link_list li:nth-child(3n) {
    margin-right: 0;
}





.under.products .products_pickup .link_list li a {
  font-size: 1.8rem;
  line-height: 160%;
  border: 2px solid #1a3168;
  box-sizing: border-box;
  position: relative;
  padding: 14px 24px 14px 15px;
  display: block;
  color: #1a3168;
  transition: all 0.1s;
}

.under.products .products_pickup .link_list li a i {
  position: absolute;
  top: 20px;
  right: 15px;
}

.under.products .products_pickup .link_list li a:hover {
  text-decoration: none;
  background: #1a3168;
  color: #fff;
}


.under.products .products_pickup .video div {
  width: 48%;
  position: relative;
  padding-top: 27%;
  margin-bottom: 50px;
  margin-right: 4%;
}

.under.products .products_pickup .video div:nth-child(2n){
	margin-right: 0%;
}

.under.products .products_pickup .video div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
*/

@media screen and (max-width: 768px) {
  .under.products {
    /* sp/E */
  }

  .under.products .search_result .search_content .bd_ttl {
    margin-bottom: 15px;
  }

  .under.products .search_result .search_content .bd_ttl:last-of-type {
    border-bottom: none;
  }

  .under.products .search_result .search_content .bd_ttl:last-of-type:after {
    display: none;
  }

  .under.products .search_result .search_content .bd_ttl div {
    font-size: 1.8rem;
  }

  .under.products .search_result .search_content .bd_ttl div span {
    font-size: 1.6rem;
  }

  .under.products .search_result .search_content .bd_ttl i,
  .under.products .search_result .search_content .bd_ttl img {
    vertical-align: baseline;
    width: 22px;
    max-height: 18px;
    margin-right: 0.5rem;
    color: #1a3168;
  }

  .under.products .search_result .search_content .search_detail .pickup {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .under.products .search_result .search_content .search_detail .pickup .bd_ttl {
    margin-bottom: 10px;
  }

  .under.products .search_result .search_content .search_detail .pickup+.bd_ttl {
    border-bottom: 1px solid #dbdbdb;
  }

  .under.products .search_result .search_content .search_detail .pickup+.bd_ttl:after {
    display: block;
  }

  .under.products .search_result .search_content .search_detail .pickup+.bd_ttl div {
    font-size: 2rem;
  }

  .under.products .search_result .search_content .search_detail .pickup+.bd_ttl div span {
    font-size: 1.6rem;
  }

  .under.products .search_result .search_content .search_detail .pickup ul {
    display: block;
  }

  .under.products .search_result .search_content .search_detail .pickup ul li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .under.products .search_result .search_content .search_detail .pickup ul li a {
    display: block;
    font-size: 1.3rem;
    color: #1a3168;
    margin-right: 5px;
    height: 30px;
    line-height: 100%;
    padding: 8px;
    border: 1px solid #1a3168;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all 0.2s;
  }

  .under.products .search_result .search_content .search_detail .pickup ul li a:hover {
    text-decoration: none;
    background: #1a3168;
    color: #fff;
  }

  .under.products .search_result .search_content .search_detail .result .text_box {
    height: auto;
    padding: 0;
  }

  .under.products .search_result .search_content .search_detail .result .text_box .flex_box {
    display: block;
    margin-top: 0;
    padding: 14.6px;
  }

  .under.products .search_result .search_content .search_detail .result .text_box .flex_box p:first-of-type {
    margin-bottom: 5px;
  }

  .under.products .search_result .search_content .search_detail .result .text_box .list_sort li {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex_start;
    -ms-justify-content: flex_start;
    justify-content: flex_start;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under.products .search_result .search_content .search_detail .result .text_box .list_sort li span {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    min-width: 8.5rem;
  }

  .under.products .search_result .search_content .search_detail .result .text_box .select_wrap::before {
    padding: 5px;
    line-height: 100%;
  }

  .under.products .search_result .search_content .search_detail .result .keyword {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .under.products .search_result .search_content .search_detail .result .keyword span {
    margin-left: 2rem;
    margin-right: -2rem;
  }

  .under.products .products_tab {
    background: #e9eaef;
    max-width: 96%;
    margin: 0 auto;
  }

  .under.products .products_tab ul {
    font-size: 1.4rem;
    flex-wrap: wrap;
  }

  .under.products .products_tab ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .under.products .products_tab ul li+li {
    border-left: none;
  }

  .under.products .products_tab ul li+li:nth-of-type(2n) {
    border-right: none;
  }

  .under.products .products_tab ul li:last-of-type {
    border-bottom: none;
  }

  .under.products .products_tab ul li:last-of-type:nth-of-type(2n+1) {
    border-right: 1px solid #fff;
  }

  .under.products .products_tab ul li a {
    text-align: left;
    padding: 10px 15px;
    line-height: 160%;
    height: auto;
    min-width: auto;
  }

  .under.products .products_pickup {
    max-width: 96%;
    margin: 25px auto;
  }

  .under.products .products_pickup .bd_ttl {
    margin: 25px auto;
  }

  .under.products .products_pickup .bd_ttl div {
    font-size: 1.8rem;
  }
/*
  .under.products .products_pickup .banner li {
    width: 48%;
    max-width: none;
    margin-bottom: 25px;
  }

  .under.products .products_pickup .banner li:nth-child(3n) {
    margin-right: 2%;
	}


  .under.products .products_pickup .link_list {
    display: block;
    max-width: 440px;
    margin: 0 auto;
  }

  .under.products .products_pickup .link_list li {
    width: 100%;
    margin-bottom: 15px;
    max-width: 440px;
  }

  .under.products .products_pickup .link_list li a {
    font-size: 1.6rem;
    height: 45px;
    line-height: 45px;
    border: 2px solid #1a3168;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    display: block;
    color: #1a3168;
    transition: all 0.1s;
  }

  .under.products .products_pickup .link_list li a i {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 1.6rem;
  }

  .under.products .products_pickup .link_list li:nth-child(3n) {
    margin-right: 2%;
	}

  .under.products .products_pickup .link_list li a:hover {
    text-decoration: none;
    background: #1a3168;
    color: #fff;
  }


  .under.products .products_pickup .video {
    margin: 0 auto;
    display: block;
  }

  .under.products .products_pickup .video div {
    margin-bottom: 25px;
    width: 100%;
    padding-top: 56.25%;
  }
*/
}

.under.products .text_list {
  margin: 50px auto;
  font-size: 1.8rem;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .under.products .text_list {
    margin: 0 auto;
    padding: 25px 4% 0;
    background: #e9eaef;
  }
/*
  .under.products .text_list .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
*/
}

.under.products .text_list .bd_ttl {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .under.products .text_list .bd_ttl {
    /* 201910 add */
    margin-bottom: 0;
  }
}

.under.products .text_list .bd_ttl div {
  padding: 8px 15px;
}

@media screen and (max-width: 768px) {
  .under.products .text_list .bd_ttl div {
    font-size: 1.6rem;
  }
}

.under.products .text_list .bd_ttl:after {
  margin-top: 0;
}

.under.products .text_list .note {
  /* 201910 add */
  text-align: left;
  font-size: 1.2rem;
  color: #111;
}

.under.products .text_list table {
  width: 100%;
  background: #afb1b8;
  border: 1px solid #e9eaef;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width: 768px) {
/*
  .under.products .text_list table {
    width: 1400px;
  }
*/
}

.under.products .text_list table thead {
  font-size: 1.4rem;
  font-weight: normal;
}

.under.products .text_list table thead tr+tr th {
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .under.products .text_list table thead tr+tr th {
    padding: 0 5px;
  }
}

.under.products .text_list table tbody tr {
  background: #fff;
  font-size: 1.4rem;
  /* 201910 add */
}

.under.products .text_list table tbody tr:hover {
  background: #e0f1ff;
}

@media screen and (max-width: 768px) {
  .under.products .text_list table tbody {
    font-size: 1.6rem;
  }
}

.under.products .text_list table th,
.under.products .text_list table td {
  padding: 10px 10px;
  border: 1px solid #9396a0;
}

@media screen and (max-width: 768px) {

  .under.products .text_list table th,
  .under.products .text_list table td {
    padding: 5px 5px;
  }
}

.under.products .text_list table td {
  color: #000;
  text-align: left;
}

.under.products .text_list table td span.before_sale {
  color: #111;
  text-decoration: line-through;
}

.under.products .text_list table td:first-of-type {
  text-align: center;
  color: #ffc000;
}
/*
.under.products .text_list table td:nth-of-type(11) {
  text-align: right;
  color: #f00;
}
*/
/* 2020/10/26 価格の色付けの記述（順番）を変更 ここから */
.under.products .text_list table td:nth-last-of-type(2) {
  text-align: right;
  color: #f00;
}
/* 2020/10/26 価格の色付けの記述（順番）を変更 ここまで */


.under.products .text_list table td a {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1.4rem;
  color: #1a3168;
  background: #fff;
  border: 1px solid #1a3168;
  border-radius: 3px;
  box-sizing: border-box;
}

.under.products .text_list table td a:hover {
  text-decoration: none;
  color: #fff;
  background: #1a3168;
}

@media screen and (max-width: 768px) {
  .under.products .text_list table td {
    text-align: center;
  }
}

.under .item_short_code .text_list {
  margin: 50px auto;
  font-size: 1.8rem;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list {
    margin: 0 auto;
    padding: 25px 4% 0;
    background: #e9eaef;
  }

  .under .item_short_code .text_list .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}

.under .item_short_code .text_list .bd_ttl {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list .bd_ttl {
    /* 201910 add */
    margin-bottom: 0;
  }
}

.under .item_short_code .text_list .bd_ttl div {
  padding: 8px 15px;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list .bd_ttl div {
    font-size: 1.6rem;
  }
}

.under .item_short_code .text_list .bd_ttl:after {
  margin-top: 0;
}

.under .item_short_code .text_list .note {
  /* 201910 add */
  text-align: left;
  font-size: 1.2rem;
  color: #111;
}

.under .item_short_code .text_list table {
  width: 100%;
  background: #afb1b8;
  border: 1px solid #e9eaef;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list table {
    width: 1400px;
  }
}

.under .item_short_code .text_list table thead {
  font-size: 1.4rem;
  font-weight: normal;
}

.under .item_short_code .text_list table thead tr+tr th {
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list table thead tr+tr th {
    padding: 0 5px;
  }
}

.under .item_short_code .text_list table tbody tr {
  background: #fff;
  font-size: 1.4rem;
  /* 201910 add */
}

.under .item_short_code .text_list table tbody tr:hover {
  background: #e0f1ff;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list table tbody {
    font-size: 1.6rem;
  }
}

.under .item_short_code .text_list table th,
.under .item_short_code .text_list table td {
  padding: 10px 10px;
  border: 1px solid #9396a0;
}

@media screen and (max-width: 768px) {

  .under .item_short_code .text_list table th,
  .under .item_short_code .text_list table td {
    padding: 5px 5px;
  }
}

.under .item_short_code .text_list table td {
  color: #000;
  text-align: left;
}

.under .item_short_code .text_list table td:first-of-type {
  text-align: center;
  color: #ffc000;
}
/*
.under .item_short_code .text_list table td:nth-of-type(11) {
  text-align: right;
  color: #f00;
}
*/
/* 2020/10/26 価格の色付けの記述（順番）を変更 ここから */
.under .item_short_code .text_list table td:nth-last-of-type(2) {
  text-align: right;
  color: #f00;
}
/* 2020/10/26 価格の色付けの記述（順番）を変更 ここまで */


.under .item_short_code .text_list table td a {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1.4rem;
  color: #1a3168;
  background: #fff;
  border: 1px solid #1a3168;
  border-radius: 3px;
  box-sizing: border-box;
}

.under .item_short_code .text_list table td a:hover {
  text-decoration: none;
  color: #fff;
  background: #1a3168;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .text_list table td {
    text-align: center;
  }
}

.under.products .detail_list {
  font-size: 1.8rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    background: #e9eaef;
  }
}

.under.products .detail_list>ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul {
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

.under.products .detail_list>ul>li {
  width: 49%;
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li {
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px;
  }
}

.under.products .detail_list>ul>li h4 {
  font-weight: bold;
  line-height: 160%;
}

.under.products .detail_list>ul>li h4 a:hover {
  color: #1a80d6;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li h4 {
    font-size: 1.4rem;
  }
}

.under.products .detail_list>ul>li .flex_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.under.products .detail_list>ul>li .flex_box>p {
  width: 30%;
  max-width: 190px;
  max-height: 160px;
}

.under.products .detail_list>ul>li .flex_box>p img {
  max-width: 100%;
  max-height: 160px;
  margin: 0 auto;
  display: block;
}

.under.products .detail_list>ul>li .tag {
  margin: 20px 0;
  min-height: 50px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li .tag {
    margin: 10px 0;
    max-width: 380px;
  }
}

.under.products .detail_list>ul>li .tag li {
  text-align: center;
  display: inline-block;
  background: #1a3168;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 120px;
  line-height: 160%;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li .tag li {
    width: 30%;
    margin-right: 3.3%;
    padding: 4px;
    line-height: 160%;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .under.products .detail_list>ul>li .tag li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.under.products .detail_list>ul>li table {
  margin-top: 25px;
  font-size: 1.4rem;
  width: 100%;
  /* 20191102 add */
  line-height: 157%;
  border-top: 3px solid #9396a0;
  /*border: 1px solid #9396a0;*/
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li table {
    margin-top: 15px;
  }
}

.under.products .detail_list>ul>li table th,
.under.products .detail_list>ul>li table td {
  padding: 10px 15px;
  /* 20191102 update */
  font-size: 1.4rem;
  border-bottom: 1px solid #9396a0;
  /* 20191102 delete
							font-size: 1.8rem;
							border: 1px solid #9396a0;
							*/
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

  .under.products .detail_list>ul>li table th,
  .under.products .detail_list>ul>li table td {
    font-size: 1.3rem;
    /* 20191102 update 1.4rem */
    padding: 5px 10px;
    line-height: 180%;
  }
}

.under.products .detail_list>ul>li table th {
  /* 20191102 update 1.4rem */
  font-size: 1.3rem;
  min-width: 100px;
  vertical-align: top;
  font-weight: normal;
  /* 20191102 delete
							background: #afb1b8;
							color: #fff;*/
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li table th {
    /* 20191102 update 1.4rem */
    font-size: 1.3rem;
    /* 20191102 update 0px */
    min-width: 65px;
    /* 20191102 add */
    padding: 5px 5px;
  }
}

.under.products .detail_list>ul>li table td {
  border-right: none;
}

.under.products .detail_list>ul>li table td .txt_line {
  /* 20191102 add */
  font-size: 1.4rem;
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li table td .txt_line {
    /* display: block; 20191102 delete */
    font-size: 1.3rem;
    /* 20191102 update 1.2rem */
  }
}

.under.products .detail_list>ul>li table td .txt_red {
  /* 20191102 add */
  display: inline-block;
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: .4em;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li table td .txt_red {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.under.products .detail_list>ul>li table td .txt_small {
  /* 20191102 add */
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li table td .txt_small {
    font-size: 1.3rem;
  }
}

.under.products .detail_list>ul>li .comment_box {
  position: relative;
  margin-top: 30px;
  /* 20191102 update 50px */
  margin-left: 75px;
  padding: 20px;
  background: #dce0f7;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 140%;
}

.under.products .detail_list>ul>li .comment_box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 29px;
  left: -70px;
  top: 18px;
  background: url(../img/products/icon_megaphone.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.under.products .detail_list>ul>li .comment_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -10px;
  border-right-color: #dce0f7;
  right: 100%;
  top: 35px;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li .comment_box {
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 8px;
    margin-left: 40px;
  }

  .under.products .detail_list>ul>li .comment_box:before {
    width: 24px;
    left: -40px;
    top: 8px;
  }

  .under.products .detail_list>ul>li .comment_box:after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 10px;
    top: 25px;
  }
}

.under.products .detail_list>ul>li .button {
  margin-top: 30px;
  text-align: center;
}

.under.products .detail_list>ul>li .button a {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  height: 52px;
  line-height: 52px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
}

.under.products .detail_list>ul>li .button a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .under.products .detail_list>ul>li .button {
    margin-top: 20px;
  }

  .under.products .detail_list>ul>li .button a {
    width: 400px;
    max-width: 70%;
    height: 40px;
    line-height: 40px;
  }
}

.under .item_short_code .detail_list {
  font-size: 1.8rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    background: #e9eaef;
  }
}

.under .item_short_code .detail_list>ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul {
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

.under .item_short_code .detail_list>ul>li {
  width: 49%;
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li {
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px;
  }
}

.under .item_short_code .detail_list>ul>li h4 {
  font-weight: bold;
  line-height: 160%;
}

.under .item_short_code .detail_list>ul>li h4 a:hover {
  color: #1a80d6;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li h4 {
    font-size: 1.4rem;
  }
}

.under .item_short_code .detail_list>ul>li .flex_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.under .item_short_code .detail_list>ul>li .flex_box>p {
  width: 30%;
  max-width: 190px;
  max-height: 160px;
}

.under .item_short_code .detail_list>ul>li .flex_box>p img {
  max-width: 100%;
  max-height: 160px;
  margin: 0 auto;
  display: block;
}

.under .item_short_code .detail_list>ul>li .tag {
  margin: 20px 0;
  min-height: 50px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li .tag {
    margin: 10px 0;
    max-width: 380px;
  }
}

.under .item_short_code .detail_list>ul>li .tag li {
  text-align: center;
  display: inline-block;
  background: #1a3168;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 120px;
  line-height: 160%;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li .tag li {
    width: 30%;
    margin-right: 3.3%;
    padding: 4px;
    line-height: 160%;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .under .item_short_code .detail_list>ul>li .tag li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.under .item_short_code .detail_list>ul>li table {
  margin-top: 25px;
  font-size: 1.4rem;
  width: 100%;
  /* 20191102 add */
  line-height: 157%;
  border-top: 3px solid #9396a0;
  /*border: 1px solid #9396a0;*/
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li table {
    margin-top: 15px;
  }
}

.under .item_short_code .detail_list>ul>li table th,
.under .item_short_code .detail_list>ul>li table td {
  padding: 10px 15px;
  /* 20191102 update */
  font-size: 1.4rem;
  border-bottom: 1px solid #9396a0;
  /* 20191102 delete
							font-size: 1.8rem;
							border: 1px solid #9396a0;
							*/
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

  .under .item_short_code .detail_list>ul>li table th,
  .under .item_short_code .detail_list>ul>li table td {
    font-size: 1.3rem;
    /* 20191102 update 1.4rem */
    padding: 5px 10px;
    line-height: 180%;
  }
}

.under .item_short_code .detail_list>ul>li table th {
  /* 20191102 update 1.4rem */
  font-size: 1.3rem;
  min-width: 100px;
  vertical-align: top;
  font-weight: normal;
  /* 20191102 delete
							background: #afb1b8;
							color: #fff;*/
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li table th {
    /* 20191102 update 1.4rem */
    font-size: 1.3rem;
    /* 20191102 update 0px */
    min-width: 65px;
    /* 20191102 add */
    padding: 5px 5px;
  }
}

.under .item_short_code .detail_list>ul>li table td {
  border-right: none;
}

.under .item_short_code .detail_list>ul>li table td .txt_line {
  /* 20191102 add */
  font-size: 1.4rem;
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li table td .txt_line {
    /* display: block; 20191102 delete */
    font-size: 1.3rem;
    /* 20191102 update 1.2rem */
  }
}

.under .item_short_code .detail_list>ul>li table td .txt_red {
  /* 20191102 add */
  display: inline-block;
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: .4em;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li table td .txt_red {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.under .item_short_code .detail_list>ul>li table td .txt_small {
  /* 20191102 add */
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li table td .txt_small {
    font-size: 1.3rem;
  }
}

.under .item_short_code .detail_list>ul>li .comment_box {
  position: relative;
  margin-top: 30px;
  /* 20191102 update 50px */
  margin-left: 75px;
  padding: 20px;
  background: #dce0f7;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 140%;
}

.under .item_short_code .detail_list>ul>li .comment_box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 29px;
  left: -70px;
  top: 18px;
  background: url(../img/products/icon_megaphone.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.under .item_short_code .detail_list>ul>li .comment_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -10px;
  border-right-color: #dce0f7;
  right: 100%;
  top: 35px;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li .comment_box {
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 8px;
    margin-left: 40px;
  }

  .under .item_short_code .detail_list>ul>li .comment_box:before {
    width: 24px;
    left: -40px;
    top: 8px;
  }

  .under .item_short_code .detail_list>ul>li .comment_box:after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 10px;
    top: 25px;
  }
}

.under .item_short_code .detail_list>ul>li .button {
  margin-top: 30px;
  text-align: center;
}

.under .item_short_code .detail_list>ul>li .button a {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  height: 52px;
  line-height: 52px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
}

.under .item_short_code .detail_list>ul>li .button a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .under .item_short_code .detail_list>ul>li .button {
    margin-top: 20px;
  }

  .under .item_short_code .detail_list>ul>li .button a {
    width: 400px;
    max-width: 70%;
    height: 40px;
    line-height: 40px;
  }
}


.under.products .detail {
  /* .detail/E */
}

@media screen and (max-width: 768px) {
  .under.products .detail .content {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.under.products .detail .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 133%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 58px;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 768px) {
  .under.products .detail .ttl {
    font-size: 2rem;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}

/*
.under.products .detail .ttl div {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
*/
/* 2020/10/26 widthの変更 ここから */
.under.products .detail .ttl div {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  padding: 0 10px;
}
/* 2020/10/26 widthの変更 ここまで */

.under.products .detail .ttl::after {
  content: "";
  background: #0600ff;
  height: 1px;
  width: 58px;
  margin: 57px auto -1px;
  display: block;
}

@media screen and (max-width: 768px) {
  .under.products .detail .ttl::after {
    margin: 25px auto -1px;
  }
}

.under.products .detail .explain {
  margin-bottom: 65px;
  /* .explain/E */
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain {
    margin-bottom: 30px;
  }
}

.under.products .detail .explain .explain_top {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .explain_top {
    margin-bottom: 20px;
  }
}

.under.products .detail .explain .explain_top .tag {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .explain_top .tag {
    flex-flow: wrap;
    justify-content: space-between;
  }
}

.under.products .detail .explain .explain_top .tag li {
  box-sizing: border-box;
  background: #1a3168;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 160%;
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 8px;
  text-align: center;
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .explain_top .tag li {
    width: calc(50% - 10px);
    margin-right: 0;
    padding: 10px 5px;
    max-width: none;
  }
}
/*
.under.products .detail .explain .explain_top p {
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .explain_top p {
    font-size: 1.3rem;
  }
}
*/

.under.products .detail .explain .flex_box {
  align-items: flex-start;
}

/*
.under.products .detail .explain .flex_box .explain_left {
  width: calc(50% - 20px);
}
*/
/* 2020/10/26 marginの追加 ここから */
.under.products .detail .explain .flex_box .explain_left {
  width: calc(50% - 20px);
  margin-right: 10px;
}
/* 2020/10/26 marginの追加 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left {
    width: 100%;
  }
}

.under.products .detail .explain .flex_box .explain_left #slider_ex {
  max-width: 560px;
  width: calc(100% - 100px);
  margin: 0 auto 10px;
  opacity: 0;
}

.under.products .detail .explain .flex_box .explain_left #slider_ex.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left #slider_ex {
    width: calc(100% - 40px);
  }
}

.under.products .detail .explain .flex_box .explain_left #slider_ex .slick-list:hover {
  opacity: 0.7;
}

.under.products .detail .explain .flex_box .explain_left #slider_ex .slide-item {
  position: relative;
  width: 100%;
}

.under.products .detail .explain .flex_box .explain_left #slider_ex .slide-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.under.products .detail .explain .flex_box .explain_left #slider_ex .slide-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.under.products .detail .explain .flex_box .explain_left #slider_ex .slide-item:hover {
  opacity: 0.7;
}

.under.products .detail .explain .flex_box .explain_left p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left #thumbnail-list {
    margin-bottom: 20px;
  }
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item {
  position: relative;
  width: calc(100% / 6);
}

@supports (-ms-ime-align: auto) {
  .under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item {
    width: 16.66666%;
  }
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item:hover {
  opacity: 0.7;
  cursor: pointer;
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
}

.under.products .detail .explain .flex_box .explain_left #thumbnail-list .thumbnail-item.thumbnail-current img {
  border: 1px solid #1a3168;
}

.under.products .detail .explain .flex_box .explain_left .slick-next {
  right: -20px;
}

.under.products .detail .explain .flex_box .explain_left .slick-next::before {
  position: absolute;
  left: 0;
  top: -50%;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left .slick-next::before {
    width: 15px;
    height: 15px;
  }
}

.under.products .detail .explain .flex_box .explain_left .slick-prev {
  left: -20px;
}

.under.products .detail .explain .flex_box .explain_left .slick-prev::before {
  position: absolute;
  right: 0;
  top: -50%;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_left .slick-prev::before {
    width: 15px;
    height: 15px;
  }
}

/*
.under.products .detail .explain .flex_box .explain_right {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
*/
/* 2020/10/26 marginの追加 ここから */
.under.products .detail .explain .flex_box .explain_right {
  width: calc(50% - 20px);
  box-sizing: border-box;
  margin-left: 10px;
}

/* 2020/10/26 marginの追加 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_right {
    width: 100%;
  }
}

.under.products .detail .explain .flex_box .explain_right table {
  width: 100%;
  border-top: 3px solid #9396a0;
  border-bottom: 1px solid #9396a0;
}

.under.products .detail .explain .flex_box .explain_right table th {
  border-bottom: 1px solid #9396a0;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 160%;
  padding: 8px 15px;
  width: 110px;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_right table th {
    font-size: 1.3rem;
    line-height: 138%;
    padding: 8px 5px;
    width: 80px;
  }
}

.under.products .detail .explain .flex_box .explain_right table td {
  border-bottom: 1px solid #9396a0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 160%;
  padding: 8px 15px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .explain .flex_box .explain_right table td {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 138%;
    padding: 8px 5px;
  }
}

.under.products .detail .explain .flex_box .explain_right table td .txt_line {
  margin-top: .5em;
  text-decoration: line-through;
}

.under.products .detail .explain .flex_box .explain_right table td .txt_red {
  margin-top: 0.2em;
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: bold;
}

.under.products .detail .explain .flex_box .explain_right table td .txt_small {
  font-size: 1.6rem;
}

.under.products .detail .explain .flex_box .explain_right table td a {
  color: #227ac4;
  cursor: pointer;
}

.under.products .detail .feature {
  margin-bottom: 50px;
  /* .feature/E */
}

/*
@media screen and (max-width: 768px) {
  .under.products .detail .feature .bd_ttl div {
    font-size: 1.6rem;
  }
}
*/

@media screen and (max-width: 768px) {
  .under.products .detail .feature {
    margin-bottom: 20px;
  }
}

.under.products .detail .feature .freespase_01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .freespase_01 {
    margin-bottom: 20px;
  }
}

/* ここから削除

.under.products .detail .feature .freespase_01 p {
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .freespase_01 p {
    font-size: 1.3rem;
  }
}

.under.products .detail .feature .freespase_01 .txt_large {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .freespase_01 .txt_large {
    font-size: 1.6rem;
  }
}

.under.products .detail .feature h3 {
  font-size: 2.0rem;
  font-weight: bold;
  background: #e9eaef;
  padding: 12px;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature h3 {
    font-size: 1.6rem;
    letter-spacing: -.1em;
    line-height: 150%;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
}

ここまで削除 */

.under.products .detail .feature .flex_box {
  margin-bottom: 60px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box {
    margin-bottom: 20px;
  }
}

/*
.under.products .detail .feature .flex_box .freespace_02_left {
  width: calc(50% - 20px);
}
*/
/* 2020/10/26 marginを追加 ここから */
.under.products .detail .feature .flex_box .freespace_02_left {
  width: calc(50% - 20px);
  margin-right: 20px;
}
/* 2020/10/26 marginを追加 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}


/* ここから削除
.under.products .detail .feature .flex_box .freespace_02_left table {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left table {
    margin-top: 0;
  }
}

.under.products .detail .feature .flex_box .freespace_02_left table th {
  width: 140px;
  padding-bottom: 25px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left table th {
    width: 20%;
  }
}

.under.products .detail .feature .flex_box .freespace_02_left table th img {
  width: 100%;
}

.under.products .detail .feature .flex_box .freespace_02_left table td {
  vertical-align: top;
  padding-left: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left table td {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.under.products .detail .feature .flex_box .freespace_02_left table td h4 {
  color: #ff8542;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  padding-left: 1.2em;
  margin-bottom: .8em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left table td h4 {
    font-size: 1.3rem;
    margin-bottom: .5em;
  }
}

.under.products .detail .feature .flex_box .freespace_02_left table td h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1em;
  height: 1.5em;
  background: url(../img/products/icon_check.png) center center/contain no-repeat;
}

.under.products .detail .feature .flex_box .freespace_02_left table td p {
  font-size: 1.4rem;
  line-height: 171%;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_left table td p {
    font-size: 1.3rem;
  }
}

ここまで削除 */

/*
.under.products .detail .feature .flex_box .freespace_02_right {
  width: calc(50% - 20px);
}
*/
/* 2020/10/26 marginを追加 ここから */
.under.products .detail .feature .flex_box .freespace_02_right {
  width: calc(50% - 20px);
  margin-left: 20px;
}
/* 2020/10/26 marginを追加 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_right {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* ここから削除

.under.products .detail .feature .flex_box .freespace_02_right p {
  font-size: 1.4rem;
  line-height: 171%;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_right p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.under.products .detail .feature .flex_box .freespace_02_right .video {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.under.products .detail .feature .flex_box .freespace_02_right .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.under.products .detail .feature .flex_box .freespace_02_right .note_ttl {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_right .note_ttl {
    font-size: 1.6rem;
  }
}

.under.products .detail .feature .flex_box .freespace_02_right ul {
  padding-left: 1.5em;
}

.under.products .detail .feature .flex_box .freespace_02_right li {
  list-style: disc;
  padding-bottom: .5em;
  line-height: 150%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .flex_box .freespace_02_right li {
    font-size: 1.3rem;
  }
}

.under.products .detail .feature .freespase_03 p {
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .freespase_03 p {
    font-size: 1.3rem;
    line-height: 150%;
  }
}

.under.products .detail .feature .freespase_03 .txt_large {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .under.products .detail .feature .freespase_03 .txt_large {
    font-size: 1.6rem;
  }
}

ここまで削除 */

.under.products .detail .option {
  margin-bottom: 30px;
  /* .option/E */
	padding-top: 56px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option {
    margin-bottom: 60px;
	padding-top: 0;

  }
}

@media screen and (max-width: 768px) {
  .under.products .detail .option>.flex_box {
    display: block;
  }
}

.under.products .detail .option .item {
  width: calc(50% - 10px);
  border: 1px solid #e9eaef;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 23px;
  margin-right: 1.4%;
}

.under.products .detail .option .item:nth-child(2n) {
	margin-right: 0%;
}

.under.products .detail .option .item:hover {
  border: 2px solid #1a3168;
  padding: 14px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option .item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.under.products .detail .option .item a {
  text-decoration: none;
}

/*
.under.products .detail .option .item img {
  width: 18%;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
*/
/* 2020/10/26 widthの変更 ここから */
.under.products .detail .option .item img {
  width: 16%;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
}
/* 2020/10/26 widthの変更 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .option .item img {
    width: 40%;
    margin-bottom: 10px;
  }
}

.under.products .detail .option .item div {
  width: 82%;
  width: 100%;
  box-sizing: border-box;
}

.under.products .detail .option .item div h3 {
  font-size: 1.4rem;
  margin-bottom: 1em;
  color: #1a3168;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option .item div h3 {
    font-size: 1rem;
  }
}

.under.products .detail .option .item div span {
  display: inline-block;
  width: 50px;
  border: 1px solid #1a3168;
  border-radius: 2px;
  font-size: 1.0rem;
  line-height: 200%;
  margin-right: 1em;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option .item div span {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 5px;
  }
}
/*
.under.products .detail .option .item div h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
*/
/* 2020/10/26 line-heightを追加 ここから */
.under.products .detail .option .item div h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 150%;
}
/* 2020/10/26 line-heightを追加 ここまで */

@media screen and (max-width: 768px) {
  .under.products .detail .option .item div h4 {
    font-size: 1.2rem;
    line-height: 150%;
  }
}

.under.products .detail .option .item div p {
  font-size: 1.2rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option .item div p {
    clear: both;
  }
}

.under.products .detail .option .item div .price {
  border-top: 1px solid #e9eaef;
  color: #ff0000;
  font-size: 1.6rem;
  margin-top: 6px;
  padding-top: 6px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .under.products .detail .option .item div .price {
    font-size: 1.4rem;
  }
}

.under.products .detail .analogy {
  padding-top: 50px;
/*  padding-bottom: 50px; */
  background: #e9eaef;
  /* .analogy/E */
}

.under.products .detail .analogy .bd_ttl {
  background-color: #fff;
  margin-bottom: 20px;
}

.under.products .detail .analogy .bd_ttl div {
  font-size: 1.8rem;
  padding: 8px 0 8px 6px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .analogy .bd_ttl {
    width: calc(100% - 40px);
  }

  .under.products .detail .analogy .bd_ttl div {
    font-size: 1.4rem;
    padding: 2px 0;
  }
}

.under.products .detail .analogy .itemlist {
/*  margin-left: -7px;
  margin-right: -7px;*/
}

.under.products .detail .analogy .itemlist .item {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
/*  margin-left: 7px;
  margin-right: 7px; */
  /*min-height: 472px;*/
  min-height: 500px;
}

.under.products .detail .analogy .itemlist .item:hover {
  border: 2px solid #1a3168;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .analogy .itemlist .item {
/*    min-height: 550px;
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;*/
    min-height: 500px;
/*    width: calc(50% - 14px);
    margin-left: 7px;
    margin-right: 7px;*/
    width: calc(50%);

  }
}

.under.products .detail .analogy .itemlist .item img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  padding-bottom: 15px;
}

.under.products .detail .analogy .itemlist .item a:hover {
  text-decoration: none;
}

.under.products .detail .analogy .itemlist .item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 17px 0 10px;
}

.under.products .detail .analogy .itemlist .item p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 160%;
}

.under.products .detail .analogy .itemlist .item .tag {
  min-height: 50px;
  text-align: left;
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .under.products .detail .analogy .itemlist .item .tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.under.products .detail .analogy .itemlist .item .tag li {
  text-align: center;
  display: inline-block;
  background: #1a3168;
  color: #fff;
  margin-right: 0;
  font-size: 1rem;
  padding: 4px 0;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .under.products .detail .analogy .itemlist .item .tag li {
    width: 48%;
    margin-right: 0;
    padding: 8px;
    box-sizing: border-box;
  }
}

.under.products .detail .analogy .itemlist .item .no {
  color: #1a3168;
  vertical-align: middle;
  margin-bottom: 5px;
}

.under.products .detail .analogy .itemlist .item .no span {
  display: inline-block;
  border: 1px solid #1a3168;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 100%;
  padding: 3px 4px;
  vertical-align: middle;
  margin-right: 5px;
}

.under.products .detail .analogy .itemlist .item .ttl {
  font-weight: bold;
  margin-top: 5px;
}

.under.products .detail .analogy .itemlist .item .price {
  border-top: 1px solid #c0c2c9;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  color: #f00;
  font-size: 1.6rem;
}

.under.products .detail .analogy .itemlist .item .price .before_sale {
  font-size: 90%;
  text-decoration: line-through;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .under.products .detail .analogy .itemlist .item .price {
    font-size: 1.4rem;
    margin-top: 5px;
    padding-top: 5px;
  }
}

.under.products .detail .analogy .itemlist .osusume {
  position: relative;
}

.under.products .detail .analogy .itemlist .osusume::before {
  content: "";
  background: url(../img/search/osusume.png) no-repeat right bottom;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 15px;
  width: 145px;
  height: 68px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .under.products .detail .analogy .itemlist .osusume::before {
    width: 75%;
    height: 50%;
    max-height: 47px;
  }
}

.under.products .detail .fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  /* .fixed-btn/E */
}

@media screen and (max-width: 768px) {
  .under.products .detail .fixed-btn {
    bottom: 60px;
  }
}

.under.products .detail .fixed-btn a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  line-height: 100%;
  text-align: center;
  width: 50%;
  height: 90px;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .under.products .detail .fixed-btn a {
    font-size: 1.1rem;
    letter-spacing: -.1em;
    white-space: normal;
    height: 50px;
  }
}

.under.products .detail .fixed-btn a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  padding-left: 1.2em; */
	font-size: 2.2rem
}

@media screen and (max-width: 768px) {
  .under.products .detail .fixed-btn a div {
    width: 100%;
    top: 70%;
    padding-left: 0;
	font-size: 1.3rem
  }
}

.under.products .detail .fixed-btn a div::before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: -2px;
  left: -2px;
}

@media screen and (max-width: 768px) {
  .under.products .detail .fixed-btn a div::before {
    width: 16px;
    height: 17px;
    left: calc(50% - 8px);
    top: -22px;
  }
}

.under.products .detail .fixed-btn .contact {
  background-color: #282e68;
}

.under.products .detail .fixed-btn .contact div::before {
/*  background: url(../img/products/icon_mail.png) center center/contain no-repeat; */
}

.under.products .detail .fixed-btn .order {
  background-color: #f36c6c;
}

.under.products .detail .fixed-btn .order div::before {
/*  background: url(../img/products/icon_order.png) center center/contain no-repeat; */
}

.under.products .detail .fixed-btn .contact-end {
  background-color: #B45F04;
}

.under.products .detail .fixed-btn .contact-end div::before {
/*  background: url(../img/products/icon_mail2.png) center center/contain no-repeat; */
}

.under.products .detail .fixed-btn .search-hp {
  background-color: #0B6121;
}

.under.products .detail .fixed-btn .search-hp div::before {
/*  background: url(../img/products/icon_search-hp.png) center center/contain no-repeat; */
}

.under.products .detail .explain .fixed-btn {
  position: static;
  margin: 65px auto 0;
  justify-content: space-between;
  max-width: 980px;
}

.under.products .detail .feature .fixed-btn {
  position: static;
  justify-content: space-between;
  max-width: 980px;
  margin: 72px auto 38px;
}

.under.products .detail .explain .fixed-btn a,
.under.products .detail .feature .fixed-btn a {
  max-width: 49%;
  width: 460px;
  font-size: 1.8rem;
  cursor: pointer;
}

.under.products .detail .explain .fixed-btn a:hover,
.under.products .detail .feature .fixed-btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .under.products .detail .explain .fixed-btn {
    margin-top: 20px;
  }

  .under.products .detail .explain .fixed-btn a,
  .under.products .detail .feature .fixed-btn a {
    font-size: 1.1rem;
    white-space: normal;
    height: 50px;
    width: 49%;
    text-align: left;
    line-height: 1.5rem;
  }

  .under.products .detail .explain .fixed-btn a div,
  .under.products .detail .feature .fixed-btn a div {
    top: 50%;
/*    width: 60%; */
    width: 90%;
/*    padding-left: 23%; */
    text-align: center;
  }

  .under.products .detail .explain .fixed-btn a div::before,
  .under.products .detail .feature .fixed-btn a div::before {
/*    width: 12px;
    height: 17px;
    top: calc(50% - 8px);
    left: 8%; */
  }

  .under.products .detail .feature .fixed-btn {
    margin: 20px 0;
  }
}

.under.products .detail .slick-dots li button:before {
  font-size: 20px;
  content: '●';
  opacity: .25;
  color: #1a3168;
}

.under.products .detail .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1a3168;
}

/*# sourceMappingURL=style.css.map */

/*******20200312追加******************/
.flex_box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .search_index .under.search .keyword {
    font-size: 14px;
  }

/*
  .search_index .under.search .search_result .search_content .search_ttl {
    width: 1400px;
    max-width: 100%;
    line-height: 100%;
    margin: 0 auto 25px;
    font-weight: bold;
    border-left: 5px solid #282e68;
    background: #f0f0f0;
    padding: 7px 0 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  .search_index .under.search .search_result .search_content .search_ttl div {
    font-size: 1.8rem;
    line-height: 160%;
  }
*/
  .search_index .under.search .search_result .search_content .search_ttl i {
    vertical-align: baseline;
    width: 22px;
    max-height: 18px;
    margin-right: 0.5rem;
    color: #1a3168;
    font-size: 2.4rem;
  }
/*
  .search_detail_body .under.search.products .search_result .search_content .search_ttl {
    width: 1400px;
    max-width: 100%;
    line-height: 100%;
    margin: 0 auto 25px;
    font-weight: bold;
    border-left: 5px solid #282e68;
    background: #f0f0f0;
    padding: 7px 0 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .search_detail_body .under.search.products .search_result .search_content .search_ttl div {
    font-size: 1.8rem;
    line-height: 160%;
  }
*/
  .search_detail_body .under.search.products .search_result .search_content .search_ttl i {
    vertical-align: baseline;
    width: 22px;
    max-height: 18px;
    margin-right: 0.5rem;
    color: #1a3168;
    font-size: 2.4rem;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content {
    position: relative;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box {
    width: 100%;
    padding: 14.6px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box p {
    font-size: 1.8rem;
    line-height: 180%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box p:nth-of-type(2) {
    width: 100%;
    padding-left: 5%;
    margin-bottom: 15px;
  }

  .search_detail_body .under.search.products .search_result .search_detai l .content .text_box p span {
    font-size: 1.4rem;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.8;
    width: 100%;
    padding-left: 5%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 24%;
    display: flex;
  }
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    width: 24%;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl {
    line-height: 1.5;
    display: flex;
    margin-bottom: 15px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl:nth-child(n+2) {
    width: 328px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl.keyword_list {
    width: 100%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl dt {
    font-size: 14px;
    background-color: #8e909e;
    color: #ffffff;
    min-width: 110px;
    width: 110px;
    /* text-align: center; */
    margin-right: 10px;
    /* height: 26px; */
    line-height: 26px;
    /* white-space: nowrap; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl dd {
    display: flex;
    align-items: center;
  }

  /* .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    line-height: 1.5;
    max-width: 335px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li:first-of-type {
    width: 100%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li span {
    font-size: 14px;
    background-color: #8e909e;
    color: #ffffff;
    min-width: 110px;
    text-align: center;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
  } */

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search {
    position: absolute;
    width: auto;
    margin-top: 15px;
    right: 10px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #2888d9;
    border: 1px solid #2888d9;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 260px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search:hover {
    background: #2888d9;
    color: #fff;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search i {
    display: inline-block;
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: 5px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .detailed_result_board {
    margin-top: 87px;
  }
}

@media screen and (max-width: 768px) {
  .search_index .under.search .keyword {
    font-size: 14px;
    white-space: nowrap;
  }
/*
  .search_index .under.search .search_result .search_content .search_ttl {
    width: 1400px;
    max-width: 100%;
    line-height: 100%;
    margin: 0 auto 25px;
    font-weight: bold;
    border-left: 5px solid #282e68;
    background: #f0f0f0;
    padding: 7px 0 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .search_index .under.search .search_result .search_content .search_ttl div {
    font-size: 1.8rem;
    line-height: 160%;
  }
*/
  .search_index .under.search .search_result .search_content .search_ttl i {
    vertical-align: baseline;
    width: 22px;
    max-height: 18px;
    margin-right: 0.5rem;
    color: #1a3168;
    font-size: 2.4rem;
  }
/*
  .search_detail_body .under.search.products .search_result .search_content .search_ttl {
    width: 1400px;
    max-width: 100%;
    line-height: 100%;
    margin: 0 auto 25px;
    font-weight: bold;
    border-left: 5px solid #282e68;
    background: #f0f0f0;
    padding: 7px 0 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .search_detail_body .under.search.products .search_result .search_content .search_ttl div {
    font-size: 1.8rem;
    line-height: 160%;
  }
*/

  .search_detail_body .under.search.products .search_result .search_content .search_ttl i {
    vertical-align: baseline;
    width: 22px;
    max-height: 18px;
    margin-right: 0.5rem;
    color: #1a3168;
    font-size: 2.4rem;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content {
    position: relative;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl {
    line-height: 1.5;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }


  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div .list_box dl dt {
    font-size: 14px;
    background-color: #8e909e;
    color: #ffffff;
    min-width: 110px;
    width: 110px;
    text-align: center;
    margin-right: 10px;
    /* height: 26px; */
    line-height: 26px;
    /* white-space: nowrap; */
    padding: 0 5px;
  }








  .search_detail_body .under.search.products .search_result .search_detail .content .text_box {
    width: 100%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box p {
    font-size: 1.8rem;
    line-height: 180%;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box p span {
    font-size: 1.4rem;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.8;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  #sp_fixed_nav ul li#item_search_btn_sp_list {
/*    background-color: #f36c6c; */
    background-color: #DF7401;
  }

  #sp_fixed_nav ul li#item_search_btn_sp_list a {
    position: relative;
  }

  #sp_fixed_nav ul li#item_search_btn_sp_list a img {
    margin-bottom: 12px;
  }

  #sp_fixed_nav ul li#item_search_btn_sp_list a span {
    background-color: #f00;
    color: #ffffff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 25%;
    line-height: 15px;
    font-size: 1.1rem;
  }






  .search_detail_body .under.search.products .search_result .search_detail .content .text_box div ul li span {
    font-size: 14px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search {
    display: block;
    border: 1px solid #227ac4;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 156px;
    left: 0;
    font-size: 1.4rem;
    color: #227ac4;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search:hover {
    background: #2888d9;
    color: #fff;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .refine_search i {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -15px;
  }

  .search_detail_body .under.search.products .search_result .search_detail .content .detailed_result_board {
    margin-top: 87px;
  }
}

@media screen and (min-width: 769px) {
  .salesresult .under.search.products .products_tab1 {
    background: #F8E0E6;
  }

  .salesresult .under.search.products .products_tab1 ul {
    background: #F8E0E6;
  }

  /* .salesresult .under.search.products .products_tab1 ul li {
    width: 20%;
  } */

  .salesresult .under.search.products .products_tab1 ul li:nth-child(-n+5) {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 769px) {
  .salesresult .under.search.products .products_tab1 ul li a.now_page {
    background: #dc4545;
  }

  .salesresult .under.search.products .products_tab1 ul li a.now_page::after {
    border-top: 12px solid #dc4545;
  }

  .salesresult .under.search.products .banner.pc {
    margin-bottom: 70px;
  }

  .salesresult .under.search.products .banner.pc img {
    max-width: 100%;
  }

  .salesresult .under.search.products .top_feature.search_result .search_content .search_detail .content .bd_ttl {
    margin-top: 62px;
    border-left: 5px solid #282e68;
    background: #f0f0f0;
    padding: 7px 0 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .salesresult .under.search.products .tab_item {
    display: none;
  }

  .salesresult .under.search.products .is_active_item {
    display: block;
  }

  .salesresult .products_tab {
    width: 100%;
  }

  .salesresult .products_tab ul {
    background: #e9eaef;
    max-width: 100%;
    width: 1400px;
    margin: 2px auto;
    font-size: 1.6rem;
    line-height: 160%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #fff;
    /* border-right: 1px solid #fff; */
  }

  .salesresult .products_tab ul li {
    /* width: 154px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 15%; */
  }

  /* .salesresult .products_tab ul li+li {
    border-left: 1px solid #fff;
  } */

  .salesresult .products_tab ul li a {
    display: block;
    text-align: center;
    line-height: 62px;
    height: 62px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    /* 201910 add */
  }

  .salesresult .products_tab ul li a.now_page {
    background: #282e68;
    color: #fff;
  }

  .salesresult .products_tab ul li a.now_page::after {
    /* 201910 add */
    content: none;
  }

  .salesresult .products_tab ul li a.now_page:hover {
    background: #282e68;
  }

  .salesresult .products_tab ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #393939;
  }

  .salesresult .products_tab ul li a:hover::after {
    /* 201910 add */
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .salesresult .under.search.products .products_tab1 {
    background: #F8E0E6;
  }

  .salesresult .under.search.products .products_tab1 ul {
    background: #F8E0E6;
  }

  .salesresult .under.search.products .products_tab1 ul li a.now_page {
    background: #dc4545;
  }

  .salesresult .under.search.products .products_tab1 ul li a.now_page::after {
    border-top: 12px solid #dc4545;
  }

  .salesresult .under.search.products .top_feature.search_result .search_content .search_detail .content .bd_ttl {
    margin-top: 0px;
  }

  .salesresult .under.search.products .slide_content {
    display: none;
  }

  .salesresult .products_tab {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }

  .salesresult .products_tab ul {
    background: #e9eaef;
    max-width: 100%;
    width: 1400px;
    margin: 2px auto;
    line-height: 160%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .salesresult .products_tab ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .salesresult .products_tab ul li a {
    display: block;
    text-align: left;
    padding: 10px 15px;
    line-height: 160%;
    height: auto;
    min-width: auto;
    /* 201910 add */
  }

  .salesresult .products_tab ul li a.now_page {
    background: #282e68;
    color: #fff;
  }

  .salesresult .products_tab ul li a.now_page::after {
    /* 201910 add */
    content: none;
  }

  .salesresult .products_tab ul li a.now_page:hover {
    background: #282e68;
  }

  .salesresult .products_tab ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #393939;
  }

  .salesresult .products_tab ul li a:hover::after {
    /* 201910 add */
    content: none;
  }
}

@media screen and (max-width: 768px) {
  #item_list_btn {
    position: fixed;
    right: 0;
    top: 103px;
    z-index: 10;
    font-size: 1.8rem;
    right: -52px;
    transition: 0.5s all ease-in-out;
  }

  #item_list_btn {
    top: 283px;
  }

  #item_search_btn.active,
  #item_list_btn.active {
    right: 0;
  }

  #item_search_btn a,
  #item_list_btn a {
    color: #Fff;
    text-decoration: none;
    line-height: 110%;
    display: block;
    padding: 22px 17px;
    background: #227ac4;
    transition: .5s;
  }

  #item_list_btn a {
    background: #f36c6c url(../img/common/menu.png) 17px 17px /18px 16px no-repeat;
    position: relative;
    line-height: 2.2rem;
  }

  #item_search_btn a:hover,
  #item_list_btn a:hover {
    padding-right: 60px;
    opacity: 0.7;
  }

  #item_list_btn a span {
    position: absolute;
    top: 8px;
    left: 30px;
    background: #c80000;
    font-size: 1.1rem;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
    section.main-contents{ width: 100%; max-width: 1400px; margin: 0 auto 5rem auto; font-size: 16px; line-height: 1.7; }
    section.last-content{ margin-bottom: 5rem; }
    form .required{ color: #ff0000; margin-left: .5rem; }
    form .inlnblck{ display: inline-block; }
    form .form-items-wrap{ display: flex; align-items: center; margin-bottom: 3rem; }
    form .form-items-wrap.type-a .button{ margin: 0 auto; }
    form .form-items-wrap.type-b{ justify-content: center; }
    form .form-items-wrap.type-b div:nth-of-type(2){ margin-left: 2rem; }
    form .form-items-wrap .checkbox.type-a{ margin-right: .5rem; }
    form .input-area.type-a{ padding: 2rem; border: #eee 1px solid; width: 75%; box-sizing: border-box; }
    form .input-area.type-a.large{ padding: 2rem; border: #eee 1px solid; width: 98%; box-sizing: border-box; }
    form .input-area.type-a.mylist{ padding: 2rem; border: #eee 1px solid; width: 98%; box-sizing: border-box; }
    form .input-area.type-a.item-order{ padding: 2rem; border: #eee 1px solid; width: 98%; box-sizing: border-box; }
    form .input-area .item{ display: inline-block; margin: 1rem 1rem 1rem 0; }
    form .input-area .item:last-of-type{ margin-right: 0; }
    form div .title{ margin-right: 1rem; width: 20%; }
    form .input-area .input-text, form .form-items-wrap .ymd-wrap .input-text{ padding:1rem; font-size:16px; color:#333; border:solid 1px #eee; transition: all ease 0.5s; }
    form .input-area.type-b, form .input-area.type-c{ width: 75%; }
    form .input-area.type-d{ width: 70%; display: inline-block; font-size: 1.3rem; }
    form .input-area.type-d .input-text{ box-sizing: border-box; width: 72%; }
    form .input-area.type-d .item{ margin: 0; }
    form .input-area.type-d .item span{ margin-left: 1rem; }
    form .input-area.type-b .item, form .input-area.type-c .item{ width: 100%; }
    form .input-area.type-b .input-text{ box-sizing:border-box; width: 100%; }
    form .input-area .input-text:focus{ border:solid 1px #282e68; }
    form .button { display: inline-block; font-size: 16px; text-align: center; cursor: pointer; padding: 12px 12px; background: #1a80d6; color: #ffffff; line-height: 1em; transition: .3s; box-shadow: 3px 3px 0px #eee; border: 2px solid #1a80d6; }
    form .button:hover { box-shadow: none; color: #1a80d6; background: #ffffff; }
    form .input-area.type-c .item .input-text{ box-sizing:border-box; width: 95%; }
    form .input-area.type-c .item .add-text{ margin: 0 0 0 1rem; }
    form .form-items-wrap .consent-label a{ text-decoration: underline; }
    form .form-items-wrap select{ width: 100%; padding: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; font-size: 16px; }
    form .form-items-wrap select::-ms-expand { display: none; }
    form .form-items-wrap.selectbox .selectbox-wrap{ position: relative; border: 1px solid #eee; background: #fff; }
    form .form-items-wrap.selectbox .selectbox-wrap:before { position: absolute; top: 1.5em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top:10px solid #666; pointer-events: none; }
    form .form-items-wrap.selectbox .selectbox-wrap:after { position: absolute; top: 0; right: 2.5em; bottom: 0; width: 1px; content: ''; border-left: 1px solid #eee; }
    form .form-items-wrap.selectbox .selectbox-wrap { color: #666; width: 75%; }
    form .form-items-wrap.selectbox .element-wrap{ width: 75%; }
    form .form-items-wrap.selectbox .element-wrap .selectbox-wrap{ width: 100%; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap{ margin-top: 1rem; display: flex; align-items: center; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap input{ width: 25%; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap span{ margin: 0 2rem 0 1rem; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap span:last-of-type{ margin: 0 0 0 1rem; }
    form .form-items-wrap .item.type-a{ margin: 0; display: flex; }
/*    form .form-items-wrap .item.type-a .item-img{ max-width: 100px; height: auto; } */
    form .form-items-wrap .item.type-a .item-detail{ margin-left: 2rem; }
/*    form .form-items-wrap .item.type-a .box-quantity{ width: 170px; text-align: right; margin-right: 1.5rem; }
    form .form-items-wrap .item.type-a .box-quantity label{ font-size: 1.3rem; } */
    form .form-items-wrap .item.type-a .item-detail h2{ line-height: 1.5; margin-bottom: 1.5rem; font-weight: bold; }
    form .form-items-wrap .item.type-a .item-detail p{ font-size: 1.3rem; }
    form .form-items-wrap .item.type-a .item-detail .item_link{ font-size: 1.3rem; color: #227ac4; }
    form .form-items-wrap .item.type-a .item-detail .sp-text-link-wrap-right{ margin-top: 1rem; }
    form .form-items-wrap .item.type-a .item-detail h2 a{ color: #227ac4; }
    form .form-items-wrap .item.type-a .item-detail p span{ display: inline-block; width: 50%; }
/*    form .form-items-wrap .multiple .option-items h3{ font-weight: bold; margin-top: 2rem; margin-bottom: 2rem; } */
    form .form-items-wrap .multiple .option-items .item.type-a.mylist-item{ margin-left: 5rem; }
    form .form-items-wrap .multiple .option-items .item.type-a:not(:first-of-type){ margin-top: 2rem; }
    form .form-items-wrap .multiple:not(:first-of-type){ margin-top: 3rem; padding-top: 3rem; border-top: #dbdbdb 2px solid; }
/*     .mylist form .form-items-wrap .multiple .option-items h3{  background-color: #ccc; padding: 1rem; cursor: pointer; } */
/*    .mylist form .form-items-wrap .item.type-a .item-detail.type-a{ width: 685px; margin-right:2rem; }*/
    /* News List & archives */
    .main-contents.news-list-content .item .link-wrap, .main-contents.archives .item .link-wrap{ transition: all ease 0.5s; display: block; opacity: 1; background-color: transparent; padding: 2rem; }
    .main-contents.news-list-content .item .link-wrap:hover, .main-contents.archives .item .link-wrap:hover{ background-color: #efefef; }
    .main-contents.news-list-content .item .link-wrap div, .main-contents.archives .item .link-wrap div{ display: inline-block; }
    .main-contents.news-list-content .item .link-wrap div .category, .main-contents.archives .item .link-wrap div .category{ color: #fff; border-radius: 5px; padding: 5px 10px 5px; margin: 0 2rem; font-size: 1.2rem; display: inline-block; width: 84px; text-align: center; }
    .item .link-wrap div .category.other, .item .link-wrap div .category.information{ background-color: #1a3168; }
    .item .link-wrap div .category.important-news{ background-color: #dc4545; }
    .main-contents.news-list-content .item, .main-contents.archives .item{ border-bottom: #ccc 1px dotted; }
    .main-contents.news-list-content .item .link-wrap div .date{ display: inline-block; width: 100px; }
    .icon{ font-size: 2rem; margin-left: 1rem; }
    /* Product Detail */
    .remodal-wrapper .add-item-name span{ font-weight: bold; margin-right: .5rem; }
    .remodal-wrapper .add-items{ margin-bottom: 2rem; }
}
@media screen and (max-width: 768px) {
    section.main-contents{ padding: 0 10px; font-size: 14px; margin-bottom: 40px; }
    section.last-content{ margin-bottom: 5rem; }
    form .form-items-wrap .checkbox.type-a{ margin-right: .5rem; }
    form .form-items-wrap.type-a, form .form-items-wrap.type-b{ text-align: center; }
    form .form-items-wrap.type-b{  margin-bottom: 2rem;}
    form .form-items-wrap.type-a .button{ margin: 0 auto; }
    form .required{ color: #ff0000; margin-left: .5rem; }
    form .inlnblck{ display: inline; }
    form .input-area.type-a{ padding: 1.5rem; border: #eee 1px solid; margin-bottom: 2rem; }
    form .input-area.type-a.large{ padding: 1.5rem; border: #eee 1px solid; margin-bottom: 2rem; }
    form .input-area.type-a.mylist{ padding: 1.5rem; border: #eee 1px solid; margin-bottom: 2rem; }
    form .input-area.type-a.item-order{ padding: 1.5rem; border: #eee 1px solid; margin-bottom: 2rem; }
    form label{ line-height: 2rem; }
    form .input-area .item{ display: block; margin: 1rem 0; }
    form div .title{ margin-bottom: 1rem; }
    form .input-area .input-text, form .form-items-wrap .ymd-wrap .input-text{ padding:1rem; font-size:16px; color:#333; border:solid 1px #eee; transition: all ease 0.5s; }
    form .button { display: inline-block; font-size: 14px; text-align: center; cursor: pointer; padding: 12px 12px; background: #1a80d6; color: #ffffff; line-height: 1em; box-shadow: 2px 2px 2px #666; border: 2px solid #1a80d6; }
    form .form-items-wrap:last-of-type{ margin-bottom: 3rem; }
    form .form-items-wrap .consent-label a{ text-decoration: underline; }
    form .form-items-wrap select{ width: 100%; padding: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; }
    form .form-items-wrap.selectbox .selectbox-wrap{ position: relative; border: 1px solid #ccc; background: #fff; }
    form .form-items-wrap.selectbox .selectbox-wrap:before { position: absolute; top: 1.5em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666; pointer-events: none; }
    form .form-items-wrap.selectbox .selectbox-wrap:after { position: absolute; top: 0; right: 2.5em; bottom: 0; width: 1px; content: ''; border-left: 1px solid #eee; }
    form .form-items-wrap.selectbox .selectbox-wrap { color: #666; margin-bottom: 1rem; }
    form .form-items-wrap .item.type-a{ margin: 0; }
/*    form .form-items-wrap .item.type-a .item-img{ width: 100px; height: auto; margin-bottom: 1rem; } */
    form .form-items-wrap .item.type-a .item-detail h2{ line-height: 1.5; font-weight: bold; margin-bottom: 1rem; }
/*    form .form-items-wrap .multiple .option-items h3{ font-weight: bold; margin-top: 2rem; margin-bottom: 2rem; } */
    form .form-items-wrap .multiple .option-items .item.type-a.mylist-item{ margin-left: 2rem; }
    form .form-items-wrap .multiple .option-items .item.type-a:not(:first-of-type){ margin-top: 2rem; }
    form .form-items-wrap .multiple:not(:first-of-type){ margin-top: 3rem; padding-top: 3rem; border-top: #ccc 1px solid; }
    form .form-items-wrap .ymd-wrap .input-text{ margin-bottom: 1rem; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap span{ margin: 0 0 0 1rem; }
    form .form-items-wrap.selectbox .element-wrap .ymd-wrap input{ width: 80%; }
    form .input-area.type-b .input-text{ box-sizing:border-box; width: 100%; }
    form .form-items-wrap .item.type-a .item-detail p span{ display: block; line-height: 1.5; }
    form .form-items-wrap .item.type-a .item-detail h2 a{ color: #227ac4; }
    form .form-items-wrap .item.type-a .item-detail .sp-text-link-wrap-right{ display: block; text-align: right; }
    form .form-items-wrap .item.type-a .item-detail .item_link{ display: inline-block; color: #227ac4; margin-top: 1rem; margin-bottom: 1rem; }
    form .input-area.type-d .item span{ margin-left: 1rem; }
    form .form-items-wrap .item.type-a .box-quantity{ display: flex; align-items: center; justify-content: center; }
    form .form-items-wrap .item.type-a .box-quantity label{ width: 15%; }
    form .input-area.type-d .input-text{ box-sizing: border-box; width: 88%; }
    form .form-items-wrap  .multiple .item.type-a .box-button .form-items-wrap.type-a input{ width: 100%; }
    form .form-items-wrap .multiple .item.type-a .box-button .form-items-wrap.type-a input.button{width:8em; margin: 0 10px;}
    form .form-items-wrap .sp-mb1rem{ margin-bottom: 1rem; }
/*    .mylist form .form-items-wrap .multiple .option-items h3{  background-color: #ccc; padding: 1.5rem; text-align: center; } */
    /* News List & archives */
    .main-contents.news-list-content .item, .main-contents.archives .item{ margin-bottom: 1rem; padding: 1rem; border-bottom: #ccc 1px dotted; }
    .main-contents.news-list-content .item .link-wrap div .category, .main-contents.archives .item .link-wrap div .category{ color: #fff; border-radius: 5px; padding: 0 5px; margin: 0 2rem; font-size: 1.2rem; display: inline-block; width: 84px; text-align: center; }    .icon{ font-size: 2rem; margin-left: 1rem; }


    /* Product Detail */
    .remodal-wrapper .add-item-name span{ font-weight: bold; margin-right: .5rem; }
    .remodal-wrapper .add-items{ margin-bottom: 2rem; }
}