@charset "utf-8";

/* ===============================
for Module
=============================== */

/*
Default Reset
------------------*/
.content {
  position: relative;
}
.bg_gray {
  background: #eee;
}
main a {
  color: #000;
}
main * {
  box-sizing: border-box;
}
main img {
  max-width: 100%;
  height: auto;
}
main a {
  transition: opacity .6s ease;
}
main a:hover {
  opacity: .7;
}
.container_box_01 {
  box-shadow: 0px 10px 10px 0px rgba(6,0,1,.15);
  background: #fff;
}

/*
Link
------------------*/
a.border {
  text-decoration: underline;
}
a.border:hover {
  text-decoration: none;
}

/*
Background
------------------*/
.bg_gray_01 {
  background: #eee;
}
.bg_gray_02 {
  background: #dcdcdc;
}

/*
table_01
------------------*/
.table_01 {
  margin: 0 auto;
  width: 835px;
}
.table_01 table {
  font-size: 16px;
  text-align: center;
  width: 835px;
  margin: 0 0 15px;
}
.table_01 thead tr {
  border-bottom: #a0a0a0 2px solid;
}
.table_01 tbody tr {
  border-bottom: #d2d2d2 2px solid;
}
.table_01 th,
.table_01 td {
  padding: 10px;
}

/*
table_02
------------------*/
.table_02 {
  font-size: 13px;
}
.table_02 table {
  border: 1px solid #ccc;
  margin: 0 auto;
}
.table_02 th {
  vertical-align: middle;
}
.table_02 th,
.table_02 td {
  border: 1px solid #ccc;
  padding: 10px;
}
.table_02 th {
  background: #efefef;
}




/*
Local Navigation
------------------*/
.local_nav {
  width: 100%;
  background: rgba(255,255,255,.7);
}
.local_nav_list {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.local_nav a,
.local_nav a:link,
.local_nav a:visited {
  color: #666;
  display: inline-block;
  position: relative;
  transition: all .5s ease;
}
.local_nav a:hover,
.local_nav .current {
  color: #e60029;
  text-decoration: none;
  opacity: 1;
}
.local_nav a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #e60029;
  width: 0;
  transition: all .5s ease;
}
.local_nav a:hover:before,
.local_nav .current:before {
  width: 100%;
  left: 0;
  right: 0;
}


/*
Grid Layout
------------------*/
.l_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.l_grid [class^=l_grid__col] {
  padding: 0 1.5%;
}


/*
Page Title
------------------*/
.page_title {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.page_title_bg_csr {
  background-image: url(/jp/company/img/csr/bg_title.jpg);
}
.page_title_inner {
  width: 1140px;
  margin: 0 auto;
}
.page_title_txt {
  font-size: 32px;
}
.page_title_small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #ec1c2a;
  margin: 6px 0 0;
}

/*
title_01
------------------*/
.title_01 {
  background: #222;
  font-weight: bold;
  color: #fff;
}
.content .title_01_link {
  display: block;
  color: #fff;
}
.content .title_01_link:hover {
  text-decoration: none;
  opacity: .7;
}
.title_01 span {
  display: block;
  padding: 0 0 5px;
  position: relative;
}
.title_01 span:before {
  content: '';
  display: block;
  width: 4em;
  height: 3px;
  background: #ec1b2a;
  position: absolute;
  bottom: 0;
}

/*
title_02
------------------*/
.title_02 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
}
.title_02:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 16px;
  height: 3px;
  position: absolute;
  top: .8em;
  left: 0;
}
.content .title_02_link {
  display: block;
}
.content .title_02_link:hover {
  text-decoration: none;
  opacity: .7;
}

/*
title_03
------------------*/
.title_03 {
  font-size: 20px;
  border-bottom: #eee 3px solid;
  position: relative;
  padding: 0 0 6px;
}
.title_03:before {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #222;
}
.title_03 time {
  margin: 0 20px 0 0;
}
.title_03_icon {
  font-size: 12px;
  color: #fff;
  margin-left: auto;
  margin-bottom: 4px;
  min-width: 80px;
  height: 20px;
  text-align: center;
  line-height: 1.8;
  padding: 0 7px;
  display: inline-block;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.title_03_icon1 {
  background: #A67269;
}
.title_03_icon2 {
  background: #819D72;
}
.title_03_icon3 {
  background: #728A9D;
}
.title_03_icon4 {
  background: #8E729D;
}
.title_03_icon5 {
  background: #E48F20;
}
.title_03_margin {
  margin: 0 0 4px 5px;
}

/*
title_04
------------------*/
.title_04 {
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 1em;
}

/*
title_05
------------------*/
.title_05_text {
  font-size: 22px;
  font-weight: bold;
}
.title_05_date {
  font-size: 14px;
  text-align: right;
  margin-left: auto;
  min-width: 12em;
}

/*
title_06
------------------*/
.title_06 {
  background: #888;
  color: #fff;
  padding: 1% 2.5%;
  font-size: 18px;
  font-weight: bold;
}
.title_06_small {
  font-size: 16px;
}

/*
text_01
------------------*/

/*
text_02
------------------*/
.text_02 {
  font-size: 15px;
  line-height: 2;
  margin: 3% 0;
}
/*
box_01
------------------*/
.box_01 {
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(6,0,1,.15);
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*
box_02
------------------*/
.box_02 {
  padding: 2% 1.5%;
}


/*
lyt_01
------------------*/
.lyt_01_col {
  padding: 1.2% 1.7% 1%;
}
.lyt_01_title {
  margin: 0 3px 0 0;
  border-bottom: #a0a0a0 2px solid;
}
.lyt_01_body {
  border-bottom: #d2d2d2 2px solid;
  line-height: 1.6;
}
.lyt_01_map {
  position: relative;
  padding: 0 0 55%;
}
.lyt_01_col iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
lyt_02
------------------*/
.lyt_02 {
  border-bottom: #ccc dotted 1px;
  padding: 0 0 15px;
  margin: 0 0 24px;
}
.lyt_02_date {
  font-weight: bold;
  width: 14em;
}
.lyt_02_text {
  width: calc(100% - 10em - 300px);
}
.lyt_02_img {
  max-width: 300px;
}

/*
lyt_03
------------------*/
/*別の場所に記載*/

/*

lyt_04
------------------*/
.lyt_04 {
  display: flex;
  font-size: 14px;
  line-height: 1.6;
  margin: 6px 0;
  padding: 0 0 2px;
}
.lyt_04_title {
  font-weight: bold;
  border-right: #ccc 1px solid;
  text-align-last: justify;
  text-justify:inter-ideograph;
}
.lyt_04_map {
  position: relative;
  padding: 0 0 55%;
}
.lyt_04_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
list_01
------------------*/
.list_01 li {
  padding: 0 0 0 18px;
  position: relative;
  font-size: 13px;
}
.content .list_01_wh {
  position: absolute;
  bottom: 8%;
  left: calc(50% - 2em);
}
.content .list_01_wh a {
  color: #fff;
}
.list_01 li:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 10px;
  height: 2px;
  position: absolute;
  top: .8em;
  left: 0;
}
/*
list_02
------------------*/
.list_02 li {
  font-size: 2rem;
}
.list_02 li:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0;
}
/*
list_03
------------------*/
.list_03_title {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0 5px;
  margin: 0 0 2.5%;
  border-bottom: #ec1b2a 3px solid;
}
.list_03 ul {
  display: flex;
  flex-wrap: wrap;
}
.list_03 li {
  font-size: 14px;
  display: inline-block;
  padding: 0 2% 0 18px;
  position: relative;
  margin: 0 0 1%;
  min-width: 5.5em;
}
.list_03 li:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 10px;
  height: 2px;
  position: absolute;
  top: .7em;
  left: 0;
}
/*
list_04
------------------*/
.list_04 dt {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 10px;
}
.list_04 dt:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 10px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.list_04 dd {
  margin: 0 0 3px 1em;
  text-indent: -1em;
  padding: 0 0 0 7px;
}
.list_04 dd:before {
  content: '・';
}

/*
list_05
------------------*/
.list_05 li {
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  padding: 0 0 3.5% 19px;
}
.list_05 li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: red;
  position: absolute;
  top: 6px;
  left: 0;
}

/*
list_06
------------------*/
.list_06 dt {
  font-size: 16px;
  font-weight: bold;
}

/*
list_07
------------------*/
.list_07 {

}
.list_07 dt {
  font-size: 17px;
  font-weight: bold;
}

/*
list_08
------------------*/
.list_08 li {
  padding: 0 0 0 22px;
  margin: 0 0 5px;
  position: relative;
}
.list_08 li:before {
  content: '';
  display: block;
  background: #ec1b2a;
  width: 10px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

/*
list_09
------------------*/
.list_09 {
  margin: 0 0 1.4%;
}
.list_09 dt {
  font-weight: bold;
}
.list_09 dd {
  margin: 0 0 0 1.1em;
}

/*
list_10
------------------*/
.list_10 {

}
.list_10 li {
  position: relative;
  padding: 0 0 0 16px;
}
.list_10 li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 8px;
  left: 0;
}

/*
list_11
------------------*/
.list_11 {
  display: flex;
  flex-wrap: wrap;
}
.list_11 li {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 1%;
  width: 145px;
}

/*
.btn_01
------------------*/
.btn_01 {
  text-align: center;
}
.btn_01_link {
  min-width: 160px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border: #999 1px solid;
}
.btn_01_back:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #999;
  transform: rotate(180deg);
  margin: 0 12px 0 0;
}

/*
.icon_01
------------------*/
.icon_01 {
  display: flex;
  align-items: center;
  margin: 0 0 2.5%;
}
.icon_01 ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.icon_01 li {
  margin: 0 6px 0 0;
}
.icon_01 ul >:last-child {
  margin-left: auto;
}

/*
.border_01
------------------*/
.border_01 {
  border: #eee 6px solid;
  padding: 5% 5% 0;
}


/*
Text
------------------*/
.text_left {text-align: left;}
.text_center {text-align: center;}
.text_right {text-align: right;}

/*
Text-indent
------------------*/
.indent {
  margin-left: 1em;
  text-indent: -1em;
}


.btn_map {
  position: relative;
  top: 3px;
  margin: 0 0 0 7px;
}

/*
Space
------------------*/
.mb_0 {margin-bottom: 0;}
.mb_5 {margin-bottom: 5px;}
.mb_10 {margin-bottom: 10px;}
.mb_15 {margin-bottom: 15px;}
.mb_20 {margin-bottom: 20px;}
.mb_25 {margin-bottom: 25px;}
.mb_30 {margin-bottom: 30px;}
.mb_35 {margin-bottom: 35px;}
.mb_40 {margin-bottom: 40px;}
.mb_45 {margin-bottom: 45px;}
.mb_50 {margin-bottom: 50px;}
.mb_55 {margin-bottom: 55px;}
.mb_60 {margin-bottom: 60px;}
.mb_65 {margin-bottom: 65px;}
.mb_70 {margin-bottom: 70px;}
.mb_75 {margin-bottom: 75px;}
.mb_80 {margin-bottom: 80px;}
.mb_85 {margin-bottom: 85px;}
.mb_90 {margin-bottom: 90px;}
.mb_95 {margin-bottom: 95px;}
.mb_100 {margin-bottom: 100px;}

.mt_0 {margin-top: 0;}
.mt_5 {margin-top: 5px;}
.mt_10 {margin-top: 10px;}
.mt_15 {margin-top: 15px;}
.mt_20 {margin-top: 20px;}
.mt_25 {margin-top: 25px;}
.mt_30 {margin-top: 30px;}
.mt_35 {margin-top: 35px;}
.mt_40 {margin-top: 40px;}
.mt_45 {margin-top: 45px;}
.mt_50 {margin-top: 50px;}
.mt_55 {margin-top: 55px;}
.mt_60 {margin-top: 60px;}
.mt_65 {margin-top: 65px;}
.mt_70 {margin-top: 70px;}
.mt_75 {margin-top: 75px;}
.mt_80 {margin-top: 80px;}
.mt_85 {margin-top: 85px;}
.mt_90 {margin-top: 90px;}
.mt_95 {margin-top: 95px;}
.mt_100 {margin-top: 100px;}

.pt_0 {padding-top: 0;}
.pt_5 {padding-top: 5px;}
.pt_10 {padding-top: 10px;}
.pt_15 {padding-top: 15px;}
.pt_20 {padding-top: 20px;}
.pt_25 {padding-top: 25px;}
.pt_30 {padding-top: 30px;}
.pt_35 {padding-top: 35px;}
.pt_40 {padding-top: 40px;}
.pt_45 {padding-top: 45px;}
.pt_50 {padding-top: 50px;}
.pt_55 {padding-top: 55px;}
.pt_60 {padding-top: 60px;}
.pt_65 {padding-top: 65px;}
.pt_70 {padding-top: 70px;}
.pt_75 {padding-top: 75px;}
.pt_80 {padding-top: 80px;}
.pt_85 {padding-top: 85px;}
.pt_90 {padding-top: 90px;}
.pt_95 {padding-top: 95px;}
.pt_100 {padding-top: 100px;}

.pb_0 {padding-bottom: 0;}
.pb_5 {padding-bottom: 5px;}
.pb_10 {padding-bottom: 10px;}
.pb_15 {padding-bottom: 15px;}
.pb_20 {padding-bottom: 20px;}
.pb_25 {padding-bottom: 25px;}
.pb_30 {padding-bottom: 30px;}
.pb_35 {padding-bottom: 35px;}
.pb_40 {padding-bottom: 40px;}
.pb_45 {padding-bottom: 45px;}
.pb_50 {padding-bottom: 50px;}
.pb_55 {padding-bottom: 55px;}
.pb_60 {padding-bottom: 60px;}
.pb_65 {padding-bottom: 65px;}
.pb_70 {padding-bottom: 70px;}
.pb_75 {padding-bottom: 75px;}
.pb_80 {padding-bottom: 80px;}
.pb_85 {padding-bottom: 85px;}
.pb_90 {padding-bottom: 90px;}
.pb_95 {padding-bottom: 95px;}
.pb_100 {padding-bottom: 100px;}


@media all and (max-width: 767px) {
  .content {
    font-size: 14px;
    line-height: 1.7;
  }
  /*
  Container
  ------------------*/
  .container {
    padding: 0 4%;
  }
  .container_fluid {

  }
  .container_box_01 {
    padding: 5%;
  }
  .container_box_02 {
    padding: 5%;
  }
  .section-child {
    padding: 0 0 10 %;
  }
  /*
  BreadCrumb
  ------------------*/
  .breadcrumb-container {
    /* display: none; */
    padding: 5px 5px;
  }
  .breadcrumb-container .breadcrumb {
    width:100%;
    margin:0 auto;
    line-height: 1.6;
    font-size: 0;
  }
  .breadcrumb-container .breadcrumb a {
    color:#333
  }
  .breadcrumb-container .breadcrumb a:hover {
    color:#ec1c2a
  }
  .breadcrumb {
    list-style:none;
    text-align:left;
    margin:0
  }
  .breadcrumb__list{
    display:inline-block;
    /* margin-right:5px; */
    font-size: 11.5px;
  }
  .breadcrumb__list i,.breadcrumb__list span {
    margin: 0 2px;
  }
  .breadcrumb__list:before {
    content:">";
    display:inline-block;
    margin: 0 5px;
  }
  .breadcrumb__list:first-child:before{
    content: none;
  }

  /*
  Table
  ------------------*/
  .table_01 {
    width: 100%;
  }
  .table_01_wrap {
    position: relative;
    overflow-x: scroll;
  }
  .table_01 table {
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px;
    width: 500px;
  }
  .table_01 thead tr {
    border-bottom: #a0a0a0 2px solid;
  }
  .table_01 tbody tr {
    border-bottom: #d2d2d2 2px solid;
  }
  .table_01 th,
  .table_01 td {
    padding: 10px;
  }
  /*
  table_02
  ------------------*/
  .table_02 {
    overflow: scroll;
    width: 100%;
  }
  .table_02 table {
    width: 700px;
  }

  /*
  Local Navigation
  ------------------*/
  .local_nav_list {
    justify-content: inherit;
  }
  .local_nav a {
    font-size: 11px;
    padding: 3px 8px;
  }

  /*
  Grid Layout
  ------------------*/
  .l_grid [class^=l_grid__col] {
    margin: 0 0 3%;
  }
  .l_grid__col--sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .l_grid__col--sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l_grid__col--sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l_grid__col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_grid__col--sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l_grid__col--sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l_grid__col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l_grid__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l_grid__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l_grid__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l_grid__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l_grid__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l_grid__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*
  Page Title
  ------------------*/
  .page_title {
    padding: 0 4%;
    height: 30vw;
    min-height: 150px;
    max-height: 300px;
    background-size: cover;
  }
  .page_title_txt {
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(255,255,255,1);
  }
  .page_title_small {
    font-size: 12px;
  }

  /*
  title_01
  ------------------*/
  .title_01 {
    font-size: 18px;
    padding: 16px 4%;
  }
  .title_01-gutter {
    margin: -8% -10% 7%;
    padding: 20px 10% 15px;
  }
  /*
  title_02
  ------------------*/
  .title_02 {
    font-size: 16px;
  }

  /*
  title_03
  ------------------*/
  .title_03 {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0 0 4px;
  }
  .title_03_font_sm {
    font-size: 12px;
    display: block;
    margin: 0 0 -1.6em;
  }
  /*
  title_04
  ------------------*/
  .title_04 {
    font-size: 16px;
  }
  /*
  title_05
  ------------------*/
  .title_05_text {
    font-size: 20px;
    line-height: 1.5;
  }

  /*
  list_11
  ------------------*/
  .list_11 li {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 2% 13px;
    width: 46%;
  }
  /*
  box_01
  ------------------*/
  .box_01 {
    padding: 5%;
  }
  .box_01_sp_height2 {
    padding-bottom: 34%;
  }
  /*
  lyt_01
  ------------------*/
  .lyt_01_title {
    font-size: 15px;
  }
  .lyt_01_body {
    font-size: 13px;
    border: none;
    margin: 4px 0 8px;
  }

  /*
  lyt_02
  ------------------*/
  .lyt_02_date {
    font-size: 13px;
  }
  .lyt_02_text {
    font-size: 14px;
    padding: 10px 0;
    width: auto;
  }
  /*
  lyt_03
  ------------------*/
  .lyt_03 {
    border-top: #ccc 1px dotted;
    padding: 6% 0;
  }
  .lyt_03_separate {
    border-bottom:  #eee 3px solid;
    padding-bottom: 3%;
    margin: 0 0 10%;
  }
  .lyt_03_separate_last {
    border-bottom:  #eee 3px solid;
    padding-bottom: 3%;
    margin: 0 0 5%;
  }
  .lyt_03_title {
    font-size: 17px;
    margin: 0 0 9%;
  }
  .lyt_03_title span {
    border-bottom: red 2px solid;
    padding: 0 2% 8px;
  }

  /*
  lyt_04
  ------------------*/
  .lyt_04 {
    font-size: 13px;
  }
  .lyt_04_title {
    width: 85px;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
  }
  .lyt_04_body {
    width: calc(100% - 70px);
  }
  /*
  text_02
  ------------------*/
  .text_02 {
    font-size: 13px;
    line-height: 1.8;
    margin: 6% 0;
  }
  /*
  list_01
  ------------------*/
  .list_01 li {
    margin: 0 0 4px;
  }
  .list_01 li:before {
    top: .7em;
  }
  /*
  list_03
  ------------------*/
  .list_03_title {
    font-size: 17px;
    margin: 0 0 5%;
  }
  .list_03 li {
    font-size: 13px;
    padding: 0 5% 5px 18px;
  }
  .list_03 li:before {
    top: .5em;
  }
  /*
  list_05
  ------------------*/
  .list_05 li {
    font-size: 13px;
    padding: 0 0 2% 19px;
  }

  .mb_5 {margin-bottom: calc(5px/2) !important;}
  .mb_10 {margin-bottom: calc(10px/2) !important;}
  .mb_15 {margin-bottom: calc(15px/2) !important;}
  .mb_20 {margin-bottom: calc(20px/2) !important;}
  .mb_25 {margin-bottom: calc(25px/2) !important;}
  .mb_30 {margin-bottom: calc(30px/2) !important;}
  .mb_35 {margin-bottom: calc(35px/2) !important;}
  .mb_40 {margin-bottom: calc(40px/2) !important;}
  .mb_45 {margin-bottom: calc(45px/2) !important;}
  .mb_50 {margin-bottom: calc(50px/2) !important;}
  .mb_55 {margin-bottom: calc(55px/2) !important;}
  .mb_60 {margin-bottom: calc(60px/2) !important;}
  .mb_65 {margin-bottom: calc(65px/2) !important;}
  .mb_70 {margin-bottom: calc(70px/2) !important;}
  .mb_75 {margin-bottom: calc(75px/2) !important;}
  .mb_80 {margin-bottom: calc(80px/2) !important;}
  .mb_85 {margin-bottom: calc(85px/2) !important;}
  .mb_90 {margin-bottom: calc(90px/2) !important;}
  .mb_95 {margin-bottom: calc(95px/2) !important;}
  .mb_100 {margin-bottom: calc(100px/2) !important;}

  .mt_5 {margin-top: calc(5px/2) !important;}
  .mt_10 {margin-top: calc(10px/2) !important;}
  .mt_15 {margin-top: calc(15px/2) !important;}
  .mt_20 {margin-top: calc(20px/2) !important;}
  .mt_25 {margin-top: calc(25px/2) !important;}
  .mt_30 {margin-top: calc(30px/2) !important;}
  .mt_35 {margin-top: calc(35px/2) !important;}
  .mt_40 {margin-top: calc(40px/2) !important;}
  .mt_45 {margin-top: calc(45px/2) !important;}
  .mt_50 {margin-top: calc(50px/2) !important;}
  .mt_55 {margin-top: calc(55px/2) !important;}
  .mt_60 {margin-top: calc(60px/2) !important;}
  .mt_65 {margin-top: calc(65px/2) !important;}
  .mt_70 {margin-top: calc(70px/2) !important;}
  .mt_75 {margin-top: calc(75px/2) !important;}
  .mt_80 {margin-top: calc(80px/2) !important;}
  .mt_85 {margin-top: calc(85px/2) !important;}
  .mt_90 {margin-top: calc(90px/2) !important;}
  .mt_95 {margin-top: calc(95px/2) !important;}
  .mt_100 {margin-top: calc(100px/2) !important;}


  .pt_5 {padding-top: calc(5px/2) !important;}
  .pt_10 {padding-top: calc(10px/2) !important;}
  .pt_15 {padding-top: calc(15px/2) !important;}
  .pt_20 {padding-top: calc(20px/2) !important;}
  .pt_25 {padding-top: calc(25px/2) !important;}
  .pt_30 {padding-top: calc(30px/2) !important;}
  .pt_35 {padding-top: calc(35px/2) !important;}
  .pt_40 {padding-top: calc(40px/2) !important;}
  .pt_45 {padding-top: calc(45px/2) !important;}
  .pt_50 {padding-top: calc(50px/2) !important;}
  .pt_55 {padding-top: calc(55px/2) !important;}
  .pt_60 {padding-top: calc(60px/2) !important;}
  .pt_65 {padding-top: calc(65px/2) !important;}
  .pt_70 {padding-top: calc(70px/2) !important;}
  .pt_75 {padding-top: calc(75px/2) !important;}
  .pt_80 {padding-top: calc(80px/2) !important;}
  .pt_85 {padding-top: calc(85px/2) !important;}
  .pt_90 {padding-top: calc(90px/2) !important;}
  .pt_95 {padding-top: calc(95px/2) !important;}
  .pt_100 {padding-top: calc(100px/2) !important;}

  .pb_5 {padding-bottom: calc(5px/2) !important;}
  .pb_10 {padding-bottom: calc(10px/2) !important;}
  .pb_15 {padding-bottom: calc(15px/2) !important;}
  .pb_20 {padding-bottom: calc(20px/2) !important;}
  .pb_25 {padding-bottom: calc(25px/2) !important;}
  .pb_30 {padding-bottom: calc(30px/2) !important;}
  .pb_35 {padding-bottom: calc(35px/2) !important;}
  .pb_40 {padding-bottom: calc(40px/2) !important;}
  .pb_45 {padding-bottom: calc(45px/2) !important;}
  .pb_50 {padding-bottom: calc(50px/2) !important;}
  .pb_55 {padding-bottom: calc(55px/2) !important;}
  .pb_60 {padding-bottom: calc(60px/2) !important;}
  .pb_65 {padding-bottom: calc(65px/2) !important;}
  .pb_70 {padding-bottom: calc(70px/2) !important;}
  .pb_75 {padding-bottom: calc(75px/2) !important;}
  .pb_80 {padding-bottom: calc(80px/2) !important;}
  .pb_85 {padding-bottom: calc(85px/2) !important;}
  .pb_90 {padding-bottom: calc(90px/2) !important;}
  .pb_95 {padding-bottom: calc(95px/2) !important;}
  .pb_100 {padding-bottom: calc(100px/2) !important;}


  /* ===============================
  会社情報TOP
  =============================== */
  .title_inner {
    width: 100%;
  }
}


@media all and (min-width: 768px) {
  .content {
    font-size: 15px;
    line-height: 1.8;
  }
  /*
  Container
  ------------------*/
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .container_fluid {
    width: 100%;
  }
  .container_box_01 {
    padding: 3.5% 4%;
  }
  .container_box_02 {
    padding: 3.5% 4%;
    font-size: 15px;
    line-height: 1.7;
  }

  /*
  BreadCrumb
  ------------------*/
  .breadcrumb-container{
    padding:10px 0
  }
  .breadcrumb-container .breadcrumb{
    max-width:1140px;
    width:100%;
    margin:0 auto;
    font-size: 0;
  }
  .breadcrumb-container .breadcrumb a{
    color:#333
  }
  .breadcrumb-container .breadcrumb a:hover{
    color:#ec1c2a
  }
  .breadcrumb{
    list-style:none;
    text-align:left;
    margin:0
  }
  .breadcrumb__list{
    display:inline-block;
    /* margin-right:5px; */
    font-size: 13px;
  }
  .breadcrumb__list i,.breadcrumb__list span{
    margin: 0 2px;
  }
  .breadcrumb__list:after{
    content:">";
    display:inline-block;
    margin: 0 5px;
  }
  .breadcrumb__list:last-child:after{
    content:none
  }

  /*
  Local Navigation
  ------------------*/
  .local_nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .local_nav a {
    font-size: 1.3vw;
    padding: 12px;
  }

  /*
  Tel Link
  ------------------*/
  .tel_link {
    pointer-events: none;
  }

  /*
  Grid Layout
  ------------------*/
  .l_grid__col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .l_grid__col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l_grid__col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l_grid__col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_grid__col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l_grid__col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l_grid__col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l_grid__col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l_grid__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l_grid__col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l_grid__col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l_grid__col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l_grid__col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  /*
  Page Title
  ------------------*/
  .page_title {
    height: 340px;
  }
  /*
  title_01
  ------------------*/
  .title_01 {
    font-size: 20px;
    padding: 2% 0;
  }
  .title_01-gutter {
    margin: -9% -10% 7%;
    padding: 6% 10%;
  }
  .title_01_inner {
    max-width: 1040px;
    margin: 0 auto;
  }

  /*
  title_03
  ------------------*/
  .title_03 {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .title_03_font_sm {
    display: inline-block;
    font-size: 15px;
    margin: 0 20px 0 10px;
  }

  /*
  title_04
  ------------------*/
  .title_04 {
    font-size: 17px;
  }
  /*
  title_05
  ------------------*/
  .title_05 {
    display: flex;
  }
  /*
  title_06
  ------------------*/
  .title_06 {
    font-size: 22px;
    padding: .5% 1%;
  }

  /*
  text_01
  ------------------*/
  .text_01 {
    font-size: 15px;
    line-height: 2;
  }

  /*
  box_01
  ------------------*/
  .box_01 {
    padding: 6% 8%;
  }
  .box_01_height2 {
    padding-bottom: 18%;
  }

  /*
  lyt_01
  ------------------*/
  .lyt_01 {
    display: flex;
  }
  .lyt_01_title {
    font-size: 16px;
    line-height: 1.5;
    width: 200px;
  }
  .lyt_01_title_center {
    text-align: center;
  }
  .lyt_01_body {
    font-size: 14px;
    line-height: 1.8;
    width: calc(100% - 205px);
  }

  /*
  lyt_02
  ------------------*/
  .lyt_02 {
    display: flex;
  }
  .lyt_02_date {
    font-size: 15px;
    font-weight: bold;
    width: 14em;
  }
  .lyt_02_text {
    font-size: 15px;
    width: calc(100% - 10em - 300px);
    padding: 0 25px 0 0;
  }

  /*
  lyt_03
  ------------------*/
  .lyt_03 {
    display: flex;
    border-top: #ccc 1px dotted;
    padding: 2.5% 0 0;
  }
  .lyt_03_separate {
    border-bottom:  #eee 3px solid;
    padding-bottom: 3%;
    margin: 0 0 10%;
  }
  .lyt_03_separate_last {
    border-bottom:  #eee 3px solid;
    padding-bottom: 3%;
    margin: 0 0 5%;
  }
  .lyt_03_title {
    font-size: 24px;
    text-align: center;
    width: 200px;
  }
  .lyt_03_title span {
    display: inline-block;
    border-bottom: red 2px solid;
    min-width: 4em;
    padding: 0 3.5% 12px;
  }
  .lyt_03_body {
    width: calc(100% - 210px);
    padding: 0 0 0 10px
  }
  /*
  lyt_04
  ------------------*/
  .lyt_04_title {
    width: 110px;
    padding: 0 2% 0 0;
    margin: 0 2% 0 0;
  }
  .lyt_04_body {
    width: calc(100% - 120px);
  }
  .lyt_04_map {
    position: relative;
    padding: 0 0 55%;
  }
  .lyt_04_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*
  list_01
  ------------------*/
  .list_01 li {
    margin: 0 0 1%;
  }

  /*
  list_03
  ------------------*/
  .list_03_title {
    font-size: 20px;
  }
}


@media all and (max-width: 1049px) {
  /*
  Local Navigation
  ------------------*/
  .local_nav_list {
    padding: 0 2%;
    border-top: #ddd 1px solid;
  }
}


@media all and (min-width: 1050px) {
  /*
  Local Navigation
  ------------------*/
  .local_nav_list {
    justify-content: space-around;
  }
  .local_nav a {
    font-size: 15px;
    padding: 16px 18px;
  }
}