@charset "UTF-8";
@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* Lowlayer
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #contents_header #page_title {
    height: 95px;
    padding-top: 65px;
  }

  #main_wrap > article {
    padding-bottom: 95px;
  }

  .main_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_header #page_title {
    height: 45px;
    padding-top: 35px;
    font-size: 17px;
  }

  #main_wrap > article {
    padding-bottom: 30px;
  }
}
#page_title {
  font-weight: bold;
}

/* -----------------------------------------------
 [ Module(モジュール) ]
-------------------------------------------------- */
/* section title
-------------------------------------------------- */
@media only screen and (max-width: 750px) {
  .section_title {
    /*background-color:#f2f5f8;*/
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    /*.title_inner{
    	background-color: #fff;
    }*/
  }
  .section_title .jp {
    background: #fff !important;
    width: initial !important;
    line-height: 1.47;
  }

  .section_title.h3 .title_inner,
  .section_title.h4 .title_inner {
    background-color: #f2f5f8;
  }
}
/* background
-------------------------------------------------- */
.gray_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f5f8;
}
.gray_bg .section_title .title_inner {
  background-color: #f2f5f8;
}
.gray_bg .section_title .title_inner .jp {
  background-color: #f2f5f8 !important;
}

.gray_bg_grid {
  background-image: url("../img/bg_grid_gray.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: none;
  background-size: inherit;
}

/* Bread List
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .bread_wrap {
    height: 40px;
    margin-bottom: 60px;
  }

  .bread_list {
    padding: 10px 20px;
  }
  .bread_list li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 750px) {
  #page_title {
    position: relative;
    top: 30px;
  }

  .bread_wrap {
    position: relative;
    top: -80px;
    margin-bottom: 22px;
  }

  .bread_list {
    padding: 5px 0;
  }
  .bread_list li {
    font-size: 8px;
  }

  .bread_wrap .inner {
    margin-right: 5px;
  }
}
.bread_wrap {
  background-color: #f2f5f8;
  position: relative;
  z-index: 50;
}

.bread_list {
  text-align: left;
}
.bread_list li {
  display: inline-block;
}
.bread_list li:before {
  content: ">";
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  text-decoration: none;
}
.bread_list li a {
  text-decoration: underline;
}
.bread_list li a:hover {
  text-decoration: none;
}
.bread_list li:first-child:before {
  display: none;
}

/* table
-------------------------------------------------- */
/* base style */
@media only screen and (min-width: 751px) {
  .table .th, .table .td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table .th {
    width: 22.22%;
    text-align: center;
    border-right: 1px solid #d7dfdc;
  }
  .table .td {
    padding-left: 25px;
    padding-right: 25px;
  }
  .table .td li dl dt, .table .td li dl dd {
    padding: 0 25px 15px;
  }
  .table .td li dl dt {
    width: 40%;
  }
  .table .td li dl dt .t_title {
    margin-right: 60px;
  }
  .table .td li:first-child dl dt, .table .td li:first-child dl dd {
    padding-top: 15px;
  }
  .table.mb {
    margin-bottom: 30px;
  }
  .table.mb_end {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .table .th, .table .td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table .th {
    text-align: left;
  }
  .table .td li {
    border-bottom: 1px solid #d7dfdc;
  }
  .table .td li dl {
    display: table;
  }
  .table .td li dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .table .td li dl dt, .table .td li dl dd {
    padding: 8px 10px;
  }
  .table .td li dl dt {
    width: 40%;
    line-height: 1.67;
  }
  .table .td li dl dt .t_title {
    display: block;
  }
  .table .td li:last-child {
    border-bottom: 0;
  }
  .table.mb {
    margin-bottom: 20px;
  }
  .table.mb_end {
    margin-bottom: 30px;
  }
}
.table {
  border-top: 1px solid #d7dfdc;
}
.table .th.padding_none, .table .td.padding_none {
  padding: 0 !important;
}
.table .th {
  background-color: #f2f5f8;
  border-bottom: 1px solid #d7dfdc;
}
.table .td {
  border-bottom: 1px solid #d7dfdc;
}
.table .td li dl dt {
  border-right: 1px solid #d7dfdc;
}

/* list type */
@media only screen and (min-width: 751px) {
  .table.list_type > li dl {
    display: table;
  }
  .table.list_type > li dl > * {
    display: table-cell;
    vertical-align: middle;
  }
}
.table.list_type > li dl {
  width: 100%;
}

/* product type */
@media only screen and (max-width: 750px) {
  .product_type .th, .product_type_half .th {
    text-align: center;
  }
}
.product_type .th {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.product_type dl {
  width: 100%;
  display: table;
}
.product_type dl > * {
  display: table-cell;
  vertical-align: middle;
}
.product_type dl dt.td {
  width: 37.01%;
  border-right: 1px solid #d7dfdc;
}

.product_type_half .th {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.product_type_half ul {
  width: 100%;
  display: table;
}
.product_type_half ul > * {
  display: table-cell;
  vertical-align: middle;
}
.product_type_half ul li dt, .product_type_half ul li dd {
  text-align: center;
}
.product_type_half ul li:first-child {
  width: 50%;
  border-right: 1px solid #d7dfdc;
}

/* column list type
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .two_column_info li {
    width: 460px;
    float: right;
    padding-right: 60px;
    margin-top: 30px;
  }
  .two_column_info li .photo {
    margin-bottom: 25px;
  }
  .two_column_info li dt {
    margin-bottom: 15px;
  }
  .two_column_info li:nth-child(odd) {
    float: left;
    clear: left;
    padding-left: 60px;
    padding-right: 0;
  }
  .two_column_info li:first-child,
  .two_column_info li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .two_column_info li .photo, .two_column_info li dt {
    margin-bottom: 15px;
  }
  .two_column_info li dt {
    line-height: 1.47;
  }
  .two_column_info li:first-child {
    margin-bottom: 20px;
  }
}
.two_column_info li dt {
  text-align: center;
  font-weight: bold;
}

/* carusel list
-------------------------------------------------- */
.carusel_wrap .bx-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.carusel_wrap .bx-prev, .carusel_wrap .bx-next {
  top: 150px;
}
.carusel_wrap .carusel_list li .photo {
  background-color: #fff;
  border-bottom: 1px solid #d7dfdc;
  margin-bottom: 18px;
}
.carusel_wrap .carusel_list li dl dt, .carusel_wrap .carusel_list li dl dd {
  text-align: center;
}
.carusel_wrap .carusel_list li dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.carusel_wrap.pager_none .bx-pager {
  display: none;
}

/* contact infomartion1
-------------------------------------------------- */
.contact_wrap .btn_wrap {
  position: relative;
}
.contact_wrap .btn_wrap:before, .contact_wrap .btn_wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d7dfdc;
  top: 0;
}
.contact_wrap .btn_wrap .title {
  background: #f4f6f9;
  font-weight: bold;
}
.contact_wrap .btn_wrap .tel {
  font-weight: bold;
}
.contact_wrap .btn_wrap .tel:before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../common/img/icon_freedaial.svg") no-repeat left center;
}

@media only screen and (min-width: 751px) {
  .contact_wrap {
    margin-top: 45px;
  }
  .contact_wrap .section_title.h4 {
    width: 470px;
    max-width: 470px;
  }
  .contact_wrap .btn_wrap {
    border-top: 1px solid #d7dfdc;
    border-bottom: 1px solid #d7dfdc;
    width: 50%;
    padding-bottom: 25px;
  }
  .contact_wrap .btn_wrap .title {
    height: 59px;
    line-height: 59px;
    margin-bottom: 26px;
  }
  .contact_wrap .btn_wrap .tel {
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 14px 0;
  }
  .contact_wrap .btn_wrap .tel:before {
    top: 2px;
    width: 27px;
    height: 18px;
    background-size: 27px 18px;
    margin-right: 9px;
  }
  .contact_wrap .btn_wrap .btn {
    margin-top: 20px;
  }
  .contact_wrap .btn_wrap:before {
    left: 0;
  }
  .contact_wrap .btn_wrap:after {
    right: 0;
  }
  .contact_wrap .btn_wrap.flr:before {
    display: none;
  }
  .contact_wrap .btn_wrap.flr p {
    margin-top: 28px;
  }
  .contact_wrap .btn_wrap.flr .btn {
    margin-top: 32px;
  }

  .contact_wrap.single .btn_wrap {
    margin: 0 auto;
    width: 580px;
  }
}
@media only screen and (max-width: 750px) {
  .contact_wrap {
    margin-top: 30px;
  }
  .contact_wrap .btn_wrap {
    border-top: 1px solid #d7dfdc;
    border-bottom: 1px solid #d7dfdc;
    width: 100%;
    padding-bottom: 25px;
    float: none;
  }
  .contact_wrap .btn_wrap .title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .contact_wrap .btn_wrap .tel {
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 14px 0;
  }
  .contact_wrap .btn_wrap .tel:before {
    top: 0px;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
    margin-right: 5px;
  }
  .contact_wrap .btn_wrap .btn {
    width: 80%;
    margin-top: 10px;
  }
  .contact_wrap .btn_wrap:before {
    left: 0;
  }
  .contact_wrap .btn_wrap:after {
    right: 0;
  }
  .contact_wrap .btn_wrap.flr {
    border-top: none;
  }
  .contact_wrap .btn_wrap.flr p {
    margin: -5px 0 15px;
  }
}
/* contact infomartion2
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .contact_info_wrap {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .contact_info_wrap .contact_title {
    margin-bottom: 50px;
  }
  .contact_info_wrap .contact_title:after {
    top: 14px;
    left: 0;
  }
  .contact_info_wrap .contact_title .title_inner {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .contact_info_wrap div.inner_fixed dl {
    border-right: 1px solid #d7dfdc;
  }
  .contact_info_wrap .inner_fixed {
    width: 1000px;
    margin-bottom: 50px;
  }
  .contact_info_wrap .inner_fixed li {
    width: 50%;
    margin: 0 auto;
  }
  .contact_info_wrap .inner_fixed li:last-child dl {
  }
  .contact_info_wrap .inner_fixed dl {
  }
  .contact_info_wrap .inner_fixed dl dt, .contact_info_wrap .inner_fixed dl dd {
    text-align: center;
  }
  .contact_info_wrap .inner_fixed dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact_info_wrap .inner_fixed dl dd {
    margin-bottom: 5px;
  }
  .contact_info_wrap .inner_fixed dl dd:last-child {
    margin-bottom: 0;
  }
  .contact_info_wrap .inner_fixed dl table {
    table-layout: auto;
    width: auto;
    margin: 0 auto;
    border: none;
  }
  .contact_info_wrap .inner_fixed dl table th,
  .contact_info_wrap .inner_fixed dl table td {
    border: none;
    text-align: left;
    width: auto;
    padding: 0;
  }
  .contact_info_wrap .inner_fixed dl table th{
    font-weight: bold;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .contact_info_wrap {
    padding-top: 30px;
  }
  .contact_info_wrap .contact_title {
    margin-bottom: 20px;
  }
  .contact_info_wrap .contact_title:after {
    top: 14px;
    left: 0;
  }
  .contact_info_wrap .contact_title .title_inner {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .contact_info_wrap .inner_fixed {
    width: 76.8%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact_info_wrap .inner_fixed dl {
    margin-bottom: 15px;
  }
  .contact_info_wrap .inner_fixed dl dt, .contact_info_wrap .inner_fixed dl dd {
    text-align: center;
  }
  .contact_info_wrap .inner_fixed dl dt {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #dfe3e7;
    margin-bottom: 10px;
  }
  .contact_info_wrap .inner_fixed dl dd {
    margin-bottom: 5px;
  }
  .contact_info_wrap .inner_fixed dl dd:last-child {
    margin-bottom: 0;
  }
  .contact_info_wrap .inner_fixed dl table {
    table-layout: auto;
    width: auto;
    margin: 0 auto;
    border: none;
  }
  .contact_info_wrap .inner_fixed dl table th,
  .contact_info_wrap .inner_fixed dl table td {
    border: none;
    text-align: left;
    width: auto;
    padding: 0;
  }
  .contact_info_wrap .inner_fixed dl table th{
    font-weight: bold;
    padding-left: 10px;
  }
  .contact_info_wrap .btn_wrap {
    background-color: #dfe3e7;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.contact_info_wrap {
  background-color: #f2f5f8;
}
.contact_info_wrap .contact_title {
  position: relative;
  line-height: 1.47;
}
.contact_info_wrap .contact_title:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #d7dfdc;
  position: absolute;
}
.contact_info_wrap .contact_title .title_inner {
  display: inline-block;
  background-color: #f2f5f8;
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------
 [ layout(レイアウト) ]
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .section_mb {
    margin-bottom: 70px;
  }

  .section_mb50 {
    margin-bottom: 50px;
  }

  .section_mb30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .section_mb {
    margin-bottom: 35px;
  }

  .section_mb50 {
    margin-bottom: 25px;
  }

  .section_mb30 {
    margin-bottom: 15px;
  }
}
