/*下層共通*/
/*------------------------------------------------------------------------------*/
.inner_box01 {
  padding: 60px 7.14% 40px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.inner_box02 {
  padding: 60px 7.14% 160px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.f14 {
  font-size: 14px;
}

/*layout*/
/*------------------------------------------------------------------------------*/
#contents {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
#contents_in {
  width: 1120px;
  margin: 0 auto;
  flex-direction: row-reverse;
  display: flex;
}
#main {
  width: 840px;
}
#side {
  width: 280px;
}
.owned #contents_in {
  flex-direction: row;
  justify-content: space-between;
}
.owned #contents_in #main {
  width: 800px;
}
.owned #footer_box01 #unit01 {
  top: -130px;
}
.owned #footer_box01 #unit01 dt {
  margin: 5px 0 40px;
}
#main.one-column {
  position: relative;
  width: 100%;
}

/*pagetitle_area*/
/*--------------------------------------------------------------------------------*/
#pagetitle_area {
  background: url(../image/common/pagetitle_bg01.jpg) no-repeat top right;
  background-size: cover;
  width: 100%;
  height: 298px;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator {
  width: 1120px;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
  margin: -50px auto 36px;
  z-index: 1;
  position: relative;
}
#locator a {
  color: #fff;
}
#locator a:hover {
  text-decoration: underline;
}

/*pagetitle*/
/*------------------------------------------------------------------------------*/
#pagetitle {
  max-width: 1120px;
  width: 100%;
  height: 298px;
  line-height: 1.2;
  display: table;
  position: absolute;
  top: -298px;
  left: 0;
}
#pagetitle .subtitle02_01 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.36em;
  display: table-cell;
  vertical-align: middle;
}

/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
  z-index: 2;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
#subnav_title {
  display: table;
  width: 100%;
  height: 100px;
  text-align: center;
}
#subnav_title a {
  background: #286bc7;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.24em;
}
#subnav_title a:hover {
  opacity: 0.9;
}
#subnav li {
  border-bottom: 1px solid #ddd;
}
#subnav li a {
  display: block;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #12465a;
  padding-left: 20px;
}
#subnav li.current a,
#subnav li:hover a {
  font-weight: bold;
  color: #014099;
  background-color: #e6e6e6;
}
#subnav li li,
#subnav li.current li,
#subnav li:hover li {
  border-bottom: none;
}
#subnav li li a,
#subnav li.current li a,
#subnav li:hover li a {
  background-color: #f5f5f5;
  font-weight: normal;
  color: #333;
}
#subnav li li a:hover {
  color: #014099;
}

/*acc_box*/
/*------------------------------------------------------------------------------*/
.acc_box {
  position: relative;
}
.acc_box .acc02 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../image/common/arr03.png") no-repeat center center;
  width: 44px;
  height: 44px;
}
.acc_box.active {
  font-weight: bold;
  color: #014099;
  background-color: #e6e6e6;
}
.acc_box.active .acc02 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc_box ul {
  display: none;
}
.faq_box01.active ul {
  display: block;
}

/*subtitle*/
/*------------------------------------------------------------------------------*/
.subtitle02_02,
.subtitle03_02 {
  font-size: 24px;
  color: #014099;
  line-height: 1.2;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}
.subtitle02_02:before,
.subtitle03_02:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #014099;
  top: 0;
  left: 0;
}
.subtitle02_02:after,
.subtitle03_02:after {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background: #f2f2f2;
  top: 0;
  right: 0;
}
.subtitle03_01 {
  font-size: 28px;
  position: relative;
  padding-top: 35px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
  color: #014099;
}
.subtitle03_01:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #014099;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.subtitle04_01,
.subtitle04_02 {
  font-size: 17px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  color: #014099;
  line-height: 1.2;
}
.subtitle04_01:before,
.subtitle04_02:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #014099;
  top: calc(50% - 1px);
  left: 0;
}
.subtitle04_02 {
  font-size: 20px;
  margin-bottom: 20px;
}
.subtitle04_03 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #014099;
  line-height: 1.2;
}
.subtitle05_01 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #014099;
  line-height: 1.2;
}

/*box*/
/*------------------------------------------------------------------------------*/
.box2_01,
.box2_02,
.box3_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2_01 dl {
  width: 47.5%;
  margin-bottom: 50px;
}
.box2_01 dt,
.box3_01 dt {
  text-align: center;
  margin-bottom: 12px;
}
.box2_01 img {
  max-width: 340px;
}
.box2_01 li {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.box2_01 li:before {
  content: "・";
}
.box2_02 .left_box {
  width: 60%;
}
.box2_02 .right_box {
  width: 37%;
  text-align: center;
}
.box2_02 .right_box img {
  max-width: 340px;
}
.box3_01 dl {
  width: 32%;
  margin-bottom: 50px;
}
.box3_01 img {
  max-width: 240px;
}
.box3_01 dl:last-child:nth-child(3n-1) {
  margin-right: auto;
  margin-left: 2%;
}

.box2_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2_03 dl {
  width: 47.5%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.box2_03 dt {
  text-align: center;
  margin-bottom: 12px;
  width: 48%;
}
.box2_03 dd {
  width: 50%;
}
.box2_03 img {
  max-width: 100%;
  height: auto;
}
.box2_03 li {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.box2_03 li a:hover {
  color: #f00;
  text-decoration: underline;
}
.box2_03 li:before {
  content: "\0030fb";
}

/*table*/
/*------------------------------------------------------------------------------*/
.table_wrap p {
  display: none;
}
.table_wrap table {
  width: 100%;
}
.table01 {
  width: 100%;
  line-height: 1.4;
  border: 1px solid #ccc;
}
.table01 caption {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.table01 th {
  padding: 16px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  background: #014099;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.table01 td {
  padding: 16px 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.table01 .t_bg01 {
  background-color: #286bc7;
  color: #fff;
  font-size: 15px;
}
.table01 .t_size30 {
  width: 30%;
}
.table01 .t_size35 {
  width: 35%;
}
.table01 .t_size50 {
  width: 50%;
}
.table01 .t_size70 {
  width: 70%;
}
.table01.cell_4 td {
  width: 20%;
}
.table01.cell_2 td {
  width: 50%;
}
.table01.cell_7 td {
  width: 11%;
}
.table01.cell_7 td:first-child {
  width: 23%;
}
.table01 a {
  text-decoration: underline;
}
.table02 {
  border: 1px solid #ccc;
  width: 100%;
}
.table02 th {
  padding: 16px 5px 16px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  background: #286bc7;
  color: #fff;
  vertical-align: middle;
  width: 25%;
}
.table02 td {
  padding: 16px 5px 16px 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table02 a {
  text-decoration: underline;
  margin-left: 5px;
  color: #286bc7;
}
.table01 a:hover,
.table02 a:hover {
  text-decoration: none;
}
/*gmap*/
/*------------------------------------------------------------------------------*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*btn*/
/*------------------------------------------------------------------------------*/
.btn01 a {
  line-height: 1.2;
  padding: 5px 50px 5px 18px;
  color: #014099;
  width: 100%;
  max-width: 360px;
  height: 50px;
  display: table;
  border: 1px solid #014099;
  background: #fff url("../image/common/arr01.png") no-repeat 94% center;
}
.btn01 a:hover {
  color: #fff;
  background: #014099 url("../image/common/arr02.png") no-repeat 94% center;
}

.btn02 a {
  line-height: 1.2;
  padding: 5px 50px 5px 18px;
  color: #fff;
  width: 100%;
  max-width: 420px;
  height: 64px;
  display: table;
  font-size: 16px;
  border: 1px solid #fff;
  text-align: center;
  background: #014099 url("../image/common/arr02.png") no-repeat 94% center;
}
.btn02 a:hover {
  background: #fff url("../image/common/arr01.png") no-repeat 94% center;
  color: #014099;
  border: 1px solid #014099;
}
.m_auto a {
  margin-left: auto;
  margin-right: auto;
}

/*top_nav*/
/*------------------------------------------------------------------------------*/
.top_nav01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_nav01 li {
  width: 32%;
  margin-bottom: 10px;
  min-height: 50px;
}
.top_nav01 li:last-child:nth-child(3n-1) {
  margin-right: auto;
  margin-left: 2%;
}
.tab_content .top_nav01 li {
  min-height: 80px;
  margin-bottom: 20px;
}
.top_nav01 a {
  line-height: 1.2;
  padding: 5px 30px 5px 18px;
  color: #014099;
  width: 100%;
  height: 100%;
  display: table;
  border: 1px solid #014099;
  background: #fff url("../image/common/arr05.png") no-repeat 94% center;
}
.top_nav01 a:hover {
  color: #fff;
  background: #014099 url("../image/common/arr06.png") no-repeat 94% center;
}

/*bottom_nav*/
/*------------------------------------------------------------------------------*/
.bottom_nav01 {
  background-color: #4f8adc;
  box-shadow: 0px 12px 27.84px 1.16px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  padding: 50px 50px 30px;
  margin: -140px 5% 100px;
  letter-spacing: 0.24em;
}
.bottom_nav01 h3 {
  color: #fff;
}
.bottom_nav01 h3:before {
  background: #fff;
}
.bottom_nav01 li {
  width: 48.5%;
  min-height: 90px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.bottom_nav01 a {
  color: #4f8adc;
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  font-size: 18px;
  padding: 5px 38px 5px 18px;
  background: #fff url("../image/common/arr04.png") no-repeat 94% center;
}
.bottom_nav01 .icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.bottom_nav01 .text {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 40px);
}
.bottom_nav01 .sub_title {
  position: absolute;
  left: -5.5em;
  bottom: 7em;
  transform: rotate(90deg);
  letter-spacing: 0.35em;
  color: #fff;
  font-size: 12px;
}
.bottom_nav01 a:hover {
  opacity: 0.8;
}
.bottom_nav01.cell_3 li {
  width: 32%;
}
.bottom_nav01 a {
  font-size: 16px;
}

/*bottom_contact*/
/*------------------------------------------------------------------------------*/
.bottom_contact01 {
  background-color: #f5f5f5;
  position: relative;
  padding: 55px 60px 25px;
  margin-bottom: 100px;
  letter-spacing: 0.24em;
}
.bottom_contact01 dl {
  width: 48.5%;
  margin-bottom: 40px;
  text-align: center;
}
.bottom_contact01 dt {
  color: #014099;
  margin-bottom: 5px;
}
.bottom_contact01 a,
.bottom_contact01 dl:nth-child(4) dd {
  color: #fff;
  display: table;
  width: 100%;
  height: 90px;
  line-height: 1.2;
  font-size: 18px;
  padding: 5px 18px;
}
.bottom_contact01 dl:nth-child(1) a {
  background-color: #aabdd7;
}
.bottom_contact01 dl:nth-child(2) a {
  background-color: #286bc7;
}
.bottom_contact01 dl:nth-child(3) a {
  background-color: #014099;
}
.bottom_contact01 .icon {
  width: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.bottom_contact01 dl:nth-child(1) .icon img {
  width: 34px;
  height: auto;
}
.bottom_contact01 dl:nth-child(2) .icon img {
  width: 24px;
  height: auto;
}
.bottom_contact01 dl:nth-child(3) .icon img {
  width: 26px;
  height: auto;
}
.bottom_contact01 .text {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 60px);
  padding-right: 20px;
}
.bottom_contact01 dl:nth-child(4) dd {
  border: 3px solid #014099;
  color: #014099;
  padding: 5px;
  line-height: 1.6;
}
.bottom_contact01 dl:nth-child(4) a {
  color: #014099;
}
.bottom_contact01 .sub_title {
  position: absolute;
  left: -2em;
  bottom: 4em;
  transform: rotate(90deg);
  letter-spacing: 0.35em;
  color: #014099;
  font-size: 12px;
}
.bottom_contact01 a:hover {
  opacity: 0.8;
}
.one-column .bottom_contact01 dl {
  width: 23%;
}
.one-column .bottom_contact01 dt {
  letter-spacing: 0.06em;
}
.one-column .bottom_contact01 .icon {
  display: block;
  width: auto;
  margin-bottom: 20px;
}
.one-column .bottom_contact01 .text {
  width: auto;
  padding: 0;
}
.one-column .bottom_contact01 a,
.one-column .bottom_contact01 dl:nth-child(4) dd {
  height: 120px;
}
.one-column .bottom_contact01 dl:nth-child(4) dd {
  font-size: 16px;
}

/*side*/
/*------------------------------------------------------------------------------*/
.s_box {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #f5f5f5;
  letter-spacing: 0.12em;
}
.s_title {
  display: flex;
  align-items: center;
  height: 65px;
  border-bottom: 3px solid #014099;
}
.s_title p {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.2;
  color: #014099;
}
#s_recommend dl {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#s_recommend dt {
  color: #014099;
  margin-bottom: 5px;
}
.s_btn01 a {
  display: table;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 12px;
  background: #014099;
  padding: 0 40px 0 15px;
  position: relative;
}
.s_btn01 a:before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  top: calc(50% - 4px);
  right: 9px;
  border-left: 3px solid #fff;
}
.s_btn01 a:hover {
  opacity: 0.7;
}
.s_btn01 a:after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  background: #fff;
}
#s_tag ul {
  padding: 20px;
}
#s_tag li {
  display: inline-block;
  margin-bottom: 10px;
}
#s_tag li a {
  padding: 5px 12px;
  font-size: 12px;
  color: #666;
  border: 1px solid #c9c9c9;
  background: #fff;
  display: block;
}
#s_banner .s_box {
  margin-bottom: 20px;
}
#s_banner .s_box:last-child {
  margin-bottom: 30px;
}
#s_sns ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
}
#s_sns ul li {
  margin-right: 10px;
}

/*tab*/
/*------------------------------------------------------------------------------*/
.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab li {
  /*	width: calc(100% / 6);*/
  width: 16.6%;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

/* IE hack */
_:-ms-fullscreen,
:root .tab li {
  width: 16.6%;
  border-left: 2px solid #fff !important;
}

.tab li:first-child {
  border-left: none;
}
.tab li a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  background: #286bc7;
  height: 100px;
  width: 100%;
  display: table;
  line-height: 1.2;
}
.tab li a:hover,
.tab li.select a {
  background: #fff;
  color: #286bc7;
}

/*img_size*/
/*------------------------------------------------------------------------------*/
.img_size450 img {
  max-width: 450px;
}

/*owned_nav*/
/*------------------------------------------------------------------------------*/
.owned_nav {
  background: #f5f5f5;
  margin-bottom: 40px;
}
.owned_nav.bottom {
  margin-bottom: -65px;
}
.owned_nav .inner {
  display: flex;
  align-items: center;
}
.owned_nav.bottom .inner {
  justify-content: flex-end;
}
.owned_nav ul {
  display: flex;
  width: calc(100% - 280px);
}
.owned_nav li {
  width: calc(100% / 6);
  border-left: 1px solid #ddd;
}
.owned_nav li:last-child {
  border-right: 1px solid #ddd;
}
.owned_nav li a {
  height: 80px;
  width: 100%;
  display: table;
  text-align: center;
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  position: relative;
}
.owned_nav li a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.owned_nav li:nth-child(1) a {
  color: #f39715;
}
.owned_nav li:nth-child(1) a:after {
  background: #f39715;
}
.owned_nav li:nth-child(2) a {
  color: #ff5faa;
}
.owned_nav li:nth-child(2) a:after {
  background: #ff5faa;
}

.owned_nav li:nth-child(3) a {
  color: #4f8adc;
}
.owned_nav li:nth-child(3) a:after {
  background: #4f8adc;
}
.owned_nav li:nth-child(4) a {
  color: #be6dcc;
}
.owned_nav li:nth-child(4) a:after {
  background: #be6dcc;
}
.owned_nav li:nth-child(5) a {
  color: #2ab498;
}
.owned_nav li:nth-child(5) a:after {
  background: #2ab498;
}
.owned_nav li:nth-child(6) a {
  color: #e93d62;
}
.owned_nav li:nth-child(6) a:after {
  background: #e93d62;
}
.owned_nav .search_text {
  padding: 0 20px 0 15px;
  width: 280px;
}
.owned_nav .search_text_in {
  border: 1px solid #ddd;
  background-color: #fff;
}
.owned_nav .search_text_in:after {
  content: "";
  display: block;
  clear: both;
}
.owned_nav .search_textbox {
  float: left;
  width: calc(100% - 40px);
}
.owned_nav input[type="text"] {
  height: 50px;
  padding: 10px 2%;
  background: #fff;
  cursor: pointer;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.12em;
}
.owned_nav .search_submit {
  background: url("../image/common/icon_search02.png") no-repeat center center;
  height: 50px;
  width: 40px;
  cursor: pointer;
  float: right;
}

/*products*/
/*------------------------------------------------------------------------------*/
#products_search {
  background-color: #fff;
  border-radius: 30px;
  height: 55px;
  box-shadow: 0px 0px 10px 10px rgba(28, 13, -55, 0.05);
}
#products_search input.search_textbox {
  float: left;
  width: calc(100% - 80px);
  height: 55px;
  padding: 10px 40px;
}
#products_search input.search_submit {
  background: url("../image/common/icon_search02.png") no-repeat center center;
  height: 55px;
  width: 80px;
  cursor: pointer;
  float: right;
}
#products_search input.search_submit:hover {
  opacity: 0.7;
}
#products_box02_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#products_box02 .unit {
  width: 47.5%;
  margin-bottom: 50px;
}
#products_box02 dl {
  position: relative;
}
#products_box02 dd {
  max-width: 200px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #014099;
  font-size: 16px;
  line-height: 1.3;
  background: #fff;
  letter-spacing: 0.12em;
}
#products_box02 .in {
  display: table;
  height: 50px;
  text-align: center;
  width: 100%;
}
#products_box02 p {
  margin: 20px 0;
}

/* products-list */
/*------------------------------------------------------------------------------*/
#top_search h3 {
  width: 210px;
}
.toptitle03_02 {
  font-size: 32px;
  letter-spacing: 0.12em;
  position: relative;
}
.toptitle03_02::after {
  content: "";
  background: #3768af;
  width: 2px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#top_box01 {
  margin-bottom: 50px;
}
#top_box01 {
  background: #f5f5f5;
  padding: 30px 60px;
  /*box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);*/
  position: relative;
  z-index: 1;
}
#top_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#top_search h3 {
  width: 210px;
}
.top_search_in {
  padding-left: 30px;
  width: calc(100% - 210px);
}
.search_title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #013f99;
  padding-left: 25px;
  background: url("../image/common/icon_search01.png") no-repeat left;
  display: inline-block;
  margin: 0 20px 10px 0;
}
.check-box01 {
  display: inline-block;
  margin-bottom: 10px;
}
.top_search_in .search_text {
  background-color: #fff;
  border-radius: 30px;
  height: 55px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0px 0px 20px 0px rgba(1, 63, 153, 0.05);
  margin-bottom: 15px;
}
.top_search_in .search_text:after {
  content: "";
  display: block;
  clear: both;
}
.top_search_in .search_textbox {
  float: left;
  width: calc(100% - 80px);
}
.top_search_in input[type="text"] {
  height: 55px;
  border-radius: 30px;
  padding: 10px 2%;
  background: #fff;
  cursor: pointer;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p",
    "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.12em;
}
.top_search_in .search_submit {
  background: url("../image/common/icon_search02.png") no-repeat center center;
  height: 55px;
  width: 80px;
  cursor: pointer;
  float: right;
}
.top_search_in input[type="radio"] {
  display: none;
}
.top_search_in li {
  display: inline-block;
  margin-right: 20px;
}
.top_search_in .radio {
  cursor: pointer;
  position: relative;
  padding: 10px 10px 10px 20px;
  letter-spacing: 0.12em;
}
.top_search_in .radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}
.top_search_in .radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #013f99;
  opacity: 0;
  z-index: 2;
}
.top_search_in input[type="radio"]:checked + .radio:before {
  opacity: 1;
}

/*support*/
/*------------------------------------------------------------------------------*/
#support_box02 dl {
  width: 100%;
}
#support_box02 dt,
#support_box02 dd {
  width: 47.5%;
}

/*cad_data*/
/*------------------------------------------------------------------------------*/
#cad_data_box03 dl {
  margin-bottom: 40px;
}
#cad_data_box04 li {
  margin-bottom: 10px;
}
#cad_data_box04 li:last-child {
  margin-bottom: 0;
}

/*request*/
/*------------------------------------------------------------------------------*/
#request_box04 li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
#request_box05 dl {
  margin-bottom: 0;
}

/*export*/
/*------------------------------------------------------------------------------*/
#export_box01 .btn02 a {
  max-width: 500px;
  margin: 0 auto;
}

/*company*/
/*------------------------------------------------------------------------------*/
#company_box01 .tel,
#company_box02 .tel {
  color: #333;
}
#company_box03 p {
  position: relative;
  padding-left: 12px;
}
#company_box03 p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #286bc7;
  top: 7px;
  left: 0;
}
#company_box04 li {
  margin-bottom: 5px;
}
#company_box04 li li {
  margin-bottom: 0;
  font-size: 13px;
}

/*owned-media*/
/*------------------------------------------------------------------------------*/
#owned_box01 {
  position: relative;
  box-shadow: 0px 12px 28.8px 1.2px rgba(0, 0, 0, 0.2);
}
#owned_box01 .slider-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin-top: -25px;
  color: #014099;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  text-align: center;
}
#owned_box01 .slider-prev {
  left: 0;
  padding-right: 3px;
}
#owned_box01 .slider-next {
  right: 0;
  padding-left: 3px;
}
#owned_box01 dl {
  position: relative;
}
#owned_box01 dd {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
#owned_box01 dd a {
  font-size: 24px;
  letter-spacing: 0.12em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  line-height: 2.5;
}
#owned_box02 {
  background: #f5f5f5;
  padding: 30px 30px 10px;
}
#owned_box02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#owned_box02 li {
  width: calc((100% - 30px) / 2);
  margin-bottom: 20px;
  position: relative;
}
#owned_box02 li:before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  top: calc(50% - 4px);
  right: 9px;
  z-index: 2;
}
#owned_box02 li:nth-child(1):before {
  border-left: 3px solid #f39715;
}
#owned_box02 li:nth-child(2):before {
  border-left: 3px solid #ff5faa;
}
#owned_box02 li:nth-child(3):before {
  border-left: 3px solid #4f8adc;
}
#owned_box02 li:nth-child(4):before {
  border-left: 3px solid #be6dcc;
}
#owned_box02 li:nth-child(5):before {
  border-left: 3px solid #2ab498;
}
#owned_box02 li:nth-child(6):before {
  border-left: 3px solid #e93d62;
}
#owned_box02 li:after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
}
#owned_box02 li:nth-child(1):after {
  background: #f39715;
}
#owned_box02 li:nth-child(2):after {
  background: #ff5faa;
}
#owned_box02 li:nth-child(3):after {
  background: #4f8adc;
}
#owned_box02 li:nth-child(4):after {
  background: #be6dcc;
}
#owned_box02 li:nth-child(5):after {
  background: #2ab498;
}
#owned_box02 li:nth-child(6):after {
  background: #e93d62;
}
#owned_box02 li a:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#owned_box02 li:nth-child(1) a:before {
  background: #f39715;
}
#owned_box02 li:nth-child(2) a:before {
  background: #ff5faa;
}
#owned_box02 li:nth-child(3) a:before {
  background: #4f8adc;
}
#owned_box02 li:nth-child(4) a:before {
  background: #be6dcc;
}
#owned_box02 li:nth-child(5) a:before {
  background: #2ab498;
}
#owned_box02 li:nth-child(6) a:before {
  background: #e93d62;
}
#owned_box02 li a {
  display: table;
  letter-spacing: 0.12em;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  background: #fff;
  position: relative;
}
#owned_box02 li a .icon {
  width: 60px;
  text-align: center;
}
#owned_box02 li:nth-child(1) a {
  color: #f39715;
}
#owned_box02 li:nth-child(2) a {
  color: #ff5faa;
}
#owned_box02 li:nth-child(3) a {
  color: #4f8adc;
}
#owned_box02 li:nth-child(4) a {
  color: #be6dcc;
}
#owned_box02 li:nth-child(5) a {
  color: #2ab498;
}
#owned_box02 li:nth-child(6) a {
  color: #e93d62;
}
#owned_box03_in {
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#owned_box03_in dl {
  display: flex;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #f5f5f5;
  padding-right: 50px;
  position: relative;
  letter-spacing: 0.12em;
}
#owned_box03_in dl:before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  top: calc(50% - 4px);
  right: 9px;
  border-left: 3px solid #014099;
}
#owned_box03_in dl:after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  background: #014099;
}
#owned_box03_in dt {
  padding: 20px 0 20px 20px;
  background: #fff;
  width: 250px;
}
#owned_box03_in dd {
  padding: 20px 20px 20px 30px;
  background: #fff;
  width: calc(100% - 250px);
}
#owned_box03_in .media_title {
  font-size: 18px;
  margin: 10px 0 35px;
}
#owned_box03_in .media_contents {
  display: none;
}
#owned_box03_in .media_cat {
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
  padding: 5px 12px;
  color: #fff;
}
#owned_box03_in .cat01 {
  background: #f39715;
}
#owned_box03_in .cat02 {
  background: #2ab498;
}
#owned_box03_in .cat03 {
  background: #e93d62;
}
#owned_box03_in .cat04 {
  background: #4f8adc;
}
#owned_box03_in .media_date {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
#owned_box03 .pagenavi {
  display: flex;
  justify-content: flex-end;
}
#owned_box03 .pagenavi li {
  margin-left: 5px;
}
#owned_box03 .pagenavi li.prev {
  margin-right: 5px;
}
#owned_box03 .pagenavi li.next {
  margin-left: 10px;
}
#owned_box03 .pagenavi li a {
  text-align: center;
  display: block;
  width: 25px;
  height: 25px;
  color: #014099;
  background: #f2f2f2;
  line-height: 25px;
}
#owned_box03 .pagenavi li.prev a,
#owned_box03 .pagenavi li.next a,
#owned_box03 .pagenavi li.current a,
#owned_box03 .pagenavi li:hover a {
  background: #014099;
  color: #f5f7fa;
}

/*faq*/
/*------------------------------------------------------------------------------*/
.faq_box01,
inner_box02 {
  padding: 60px 60px 160px;
}
.faq_box01 dl {
  border: 1px solid #014099;
  padding: 20px 20px 0;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
.faq_box01 dt {
  font-size: 16px;
  color: #014099;
  margin-bottom: 20px;
  position: relative;
  padding: 2px 20px 0 75px;
  line-height: 1.4;
  cursor: pointer;
}
.faq_box01 dt:before {
  content: "Ｑ";
  font-size: 32px;
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #014099;
  margin-right: 20px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_box01 dt:after {
  content: "";
  border-right: 2px solid #014099;
  border-top: 2px solid #014099;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transition: 0.3s;
}
.faq_box01 dt.active:after {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.faq_box01 dd {
  position: relative;
  padding: 20px 0 20px 75px;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  display: none;
}
.faq_box01 dd:before {
  content: "Ａ";
  font-size: 32px;
  display: block;
  padding-right: 20px;
  border-right: 1px solid #286bc7;
  margin-right: 20px;
  line-height: 1;
  color: #286bc7;
  position: absolute;
  top: 20px;
  left: 0;
}

/* sitemap */
/*------------------------------------------------------------------------------*/

.sitemap li a {
  display: inline-block;
  padding: 5px 0 5px 20px;
  position: relative;
}
.sitemap li a:before {
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #013f99;
  border-right: 2px solid #013f99;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

.sitemap li li a:before {
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  background: #013f99;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 5px;
  top: 14px;
}
.sitemap li li {
  padding-left: 25px;
}

/* rss */
/*------------------------------------------------------------------------------*/

#sub_rss_box dl:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  clear: both;
}
#sub_rss_box dl {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
#sub_rss_box dt {
  float: left;
  width: 120px;
}
#sub_rss_box .rss_title {
  float: right;
  width: calc(100% - 120px);
}
#sub_rss_box .rss_title a {
  color: #013f99;
}
#sub_rss_box .rss_title a:hover {
  text-decoration: underline;
}
#sub_rss_box .rss_contents {
  clear: both;
  margin-top: 5px;
  padding: 5px 0 0 120px;
}

/* contact_info_box */
/*------------------------------------------------------------------------------*/

.contact_info_box {
  background: #f5f5f5;
  padding: 30px 5%;
  text-align: center;
  color: #014099;
}
.contact_info_title {
  margin-bottom: 20px;
  font-size: 16px;
}
.contact_info_num {
  background: #fff;
  padding: 25px 5%;
  font-size: 24px;
  letter-spacing: 0.05em;
  border: 3px solid #014099;
}
.contact_info_num .tel:before {
  content: "TEL : ";
}
.contact_info_num .fax:before {
  content: "FAX : ";
}

/* cart */
/*------------------------------------------------------------------------------*/
.scroll-info {
  display: none;
}
#tinymce .scroll-info {
  display: block;
}
.cart_list table {
  width: 100%;
}
.cart_list input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}
.cart_list tr > * {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.cart_list tr > th {
  color: #fff;
  background: #286bc7;
  font-weight: bold;
}

.cart_list tr > *:nth-child(1) {
  width: 25%;
}
.cart_list tr > *:nth-child(3) {
  width: 100px;
}
.cart_list tr > *:nth-child(4) {
  width: 100px;
}

.cart_list input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  background: #014099;
  color: #fff;
  border: 1px solid #014099;
  font-size: 13px;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.cart_list input:hover {
  background: #fff;
  color: #014099;
}

/* faq */
/*-----------------------------------------------------------------------------*/
.faq_q_description:before {
  display: none !important;
}
.faq_q_description {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product_tp_l {
  float: left;
  width: 50%;
}

.product_tp_l img {
  width: 100%;
  height: auto;
}

.product_tp_r {
  float: left;
  margin-left: 4%;
  width: 46%;
}

.product_four_block {
  float: left;
  width: 22%;
  margin-right: 20px;
  text-align: center;
}

.product_four_block img {
  width: 100%;
  height: auto;
}

.product_four .product_four_block:last-child {
  margin-right: 0px;
}

.inner_box {
  padding: 60px 7.14% 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.rp_img img {
  width: 100%;
  height: auto;
}

#s_recommend img {
  display: none;
}

#s_recommend .media_contents {
  display: none;
}

#s_recommend .media_cat {
  display: none;
}

#s_recommend .media_date {
  display: none;
}

.con_telfax {
  font-size: 12px;
}

.con_telfax li {
  line-height: 1.3;
  margin-bottom: 13px;
  letter-spacing: 0.2em;
}

.con_telfax li:nth-child(2) {
  margin-bottom: 0px;
}

.con_telfax .tel {
  font-size: 17px !important;
}

a[id] {
  display: inline-block;
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 690px) {
  a[id] {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.d-grid {
  display: grid;
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap25x40 {
  gap: 25px 40px;
}

.float_wrap::after {
  display: block;
  content: "";
}

.float_right {
  float: right;
}

.float_right.w300 {
  width: 300px;
}
