/*==========================================
 共通
===========================================*/
h1.common_title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
p.common_title_sub {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  p.common_title_sub {
    font-size: 42px;
  }
}
ul.bred_list {
  font-size: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.bred_list li {
  font-size: 10px;
  line-height: 20px;
  display: inline-block;
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.bred_list li a {
  text-decoration: none;
  border-bottom: 1px #000 solid;
  transition: 1s;
  position: relative;
  margin-right: 25px;
}
ul.bred_list li a:hover {
  border-bottom: 1px #D20021 solid;
  color: #D20021;
}
ul.bred_list li a::after {
  content: ">";
  padding: 0 10px;
  position: absolute;
}
ul.bred_list li a:hover::after {
  color: #333;
  transition: 0s;
}
@media screen and (min-width: 769px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
.slide_scroll {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  writing-mode: vertical-rl;
  position: absolute;
  top: 380px;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .slide_scroll {
    display: none;
  }
}
.slide_scroll span {
  display: block;
  position: absolute;
  bottom: 13rem;
  left: 0;
  line-height: 0.75;
}
.slide_scroll::before, .slide_scroll::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: 1px;
  height: 12rem;
  margin: 0 auto;
}
.slide_scroll::before {
  background-color: #D20021;
}
.slide_scroll::after {
  background-color: #ccc;
  -webkit-animation: scroll 1.5s ease-in-out 0s infinite;
  animation: scroll 1.5s ease-in-out 0s infinite;
}
.slide_scroll_line {
  position: absolute;
  z-index: 1;
  top: -37rem;
  left: 50%;
  -webkit-transform: translateX(-28rem);
  transform: translateX(-28rem);
}
@-webkit-keyframes scroll {
  0% {
    height: 12rem;
  }
  100% {
    height: 0;
  }
}
@keyframes scroll {
  0% {
    height: 12rem;
  }
  100% {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .common_navi {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .common_navi a {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    transition: .7s;
  }
  .common_navi a:hover {
    width: 100%;
    padding: 10px 0;
    background: #D20021;
    color: #fff !important;
    border-radius: 20px;
    transition: .7s;
  }
  .common_navi_no {
    width: 25%;
    font-size: 10px;
    line-height: 22px;
    font-weight: 600;
    width: 30%;
    margin: auto;
    text-align: center;
  }
  .common_navi_no span {
    font-size: 30px;
    font-weight: 100;
  }
  .common_navi_text {
    width: 60%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .common_navi_arrow {
    width: 15%;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  a:hover .common_navi_no, a:hover .common_navi_text, a:hover .common_navi_arrow {
    color: #fff;
  }
  .common_navi_no2 {
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    width: 50px;
    margin: auto;
    text-align: center;
    margin-right: 20px;
  }
  .common_navi_no2 span {
    font-size: 50px;
    font-weight: 100;
  }
}
@media screen and (min-width: 769px) {
  .common_navi {
    width: 24%;
    background: #fff;
    border-radius: 20px;
    display: block;
  }
  .common_navi a {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-radius: 20px;
    display: block;
    transition: .7s;
  }
  .common_navi a:hover {
    width: 100%;
    padding: 20px 0;
    background: #D20021;
    color: #fff !important;
    border-radius: 20px;
    display: block;
    transition: .7s;
  }
  .common_navi_no {
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    width: 30%;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
  }
  .common_navi_no span {
    font-size: 54px;
    font-weight: 100;
  }
  .common_navi_text {
    text-align: center;
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
  }
  .common_navi_arrow {
    text-align: center;
    font-size: 20px;
  }
  a:hover .common_navi_no, a:hover .common_navi_text, a:hover .common_navi_arrow {
    color: #fff;
  }
  .common_navi_no2 {
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    width: 50px;
    margin: auto;
    text-align: center;
    margin-right: 70px;
  }
  .common_navi_no2 span {
    font-size: 50px;
    font-weight: 100;
  }
}
h2.cv_title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
p.cv_sub_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
p.cv_text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 769px) {
  h2.cv_title {
    font-size: 14px;
  }
  p.cv_sub_title {
    font-size: 54px;
    font-weight: 600;
  }
  p.cv_text {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }
}
.flow_title {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 45px;
  padding-top: 30px;
}
.flow_title2 {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 25px;
  padding-top: 26px;
}
.flow_content {
  width: 100%;
}
.flow_content p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .flow_title {
    width: calc(100% - 120px);
    font-size: 30px;
    line-height: 45px;
    padding-top: 30px;
  }
  .flow_title2 {
    width: calc(100% - 120px);
    font-size: 30px;
    line-height: 45px;
    padding-top: 30px;
  }
  .flow_content {
    width: calc(100% - 120px);
    margin-left: 120px;
  }
  .flow_content p {
    font-size: 15px;
    line-height: 36px;
    font-weight: 300;
  }
}
/*==========================================
 インフォメーション アーカイブ
===========================================*/
.tab_list {
  width: 100%;
}
.tab_list_item {
  width: 32%;
  text-align: center;
}
.tab_list_item {
  border-bottom: 3px #ccc solid;
  cursor: pointer;
  padding-bottom: 5px;
  transition: .7s;
}
.tab_list_item.active, .tab_list_item:hover {
  border-bottom: 3px #D20021 solid;
}
.tab_contents_item {
  display: none;
}
.tab_contents_item.show {
  display: block;
}
.tab_contents_box {
  width: 48%;
  margin-right: 2%;
}
.tab_contents_box:nth-child(2n) {
  margin-right: 0;
}
.tab_contents_days {
  font-size: 10px;
  line-height: 20px;
  color: #A2A2A2;
  margin-right: 5px;
}
.tab_contents_category {
  width: 75px;
  text-align: center;
  margin-top: -3px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
}
.tab_contents_text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.tab_contents_box a {
  transition: .5s;
}
.tab_contents_box a:hover img {
  opacity: 0.7;
}
.tab_contents_box a:hover {
  color: #D20021;
}
.more {
  width: 60%;
  max-width: 300px;
  margin: 2px auto 0;
  border: 1px #ccc solid;
  text-align: center;
  border-radius: 25px;
  font-size: 14px;
  position: relative;
}
.more button {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.more::after {
  content: "+";
  position: absolute;
  color: #D20021;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-weight: 100;
  z-index: 1;
}
.more button:hover {
  opacity: .7;
}
.tab_contents_box {
  opacity: 1;
}
.tab_contents_box.is_hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.list_btn {}
.list_btn.is_btn_hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab_list_item {
    padding-bottom: 10px;
  }
  .tab_contents_box {
    width: 23%;
    margin-right: 2%;
  }
  .tab_contents_box:nth-child(2n) {
    margin-right: 2%;
  }
  .tab_contents_box:nth-child(4n) {
    margin-right: 0;
  }
  .tab_contents_days {
    font-size: 14px;
    margin-right: 10px;
  }
  .tab_contents_category {
    width: 100px;
    margin-top: -3px;
  }
  .tab_contents_text {
    font-size: 16px;
  }
}
/*==========================================
 インフォメーション シングル
===========================================*/
.info_thum {
  width: 100%;
}
.info_thum img {
  width: 60%;
  margin: 0 20%;
}
.info_content {
  width: 100%;
  margin-top: 30px;
}
.info_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: 1px #A2A2A2 solid;
  text-align: justify;
}
.info_dtl {
  font-size: 14px;
}
.info_dtl p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  margin-top: 10px;
  text-align: justify;
}
.info_dtl h1 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 10px;
  text-align: justify;
  border-left: 5px #D20021 solid;
  padding: 7px 0 7px 14px;
  background: #fff;
}
.info_dtl h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 30px;
  text-align: justify;
  border-left: 5px #D20021 solid;
  border-bottom: 1px #A2A2A2 solid;
  padding: 7px 0 7px 14px;
}
.info_dtl h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 30px;
  text-align: justify;
  border-left: 5px #D20021 double;
  border-bottom: 2px #A2A2A2 dashed;
  padding: 7px 0 7px 14px;
}
.info_dtl h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 30px;
  text-align: justify;
  border-left: 5px #D20021 solid;
  padding: 7px 0 7px 14px;
}
.info_dtl h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 30px;
  text-align: justify;
  padding: 7px 0;
  position: relative;
}
.info_dtl h5::before {
  content: "\25A0";
  color: #D20021;
  margin-right: 5px;
}
.info_dtl h6 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 30px;
  text-align: justify;
}
.info_dtl a {
  text-decoration: underline;
  color: #333;
  transition: .7s;
}
.info_dtl a:hover {
  text-decoration: underline;
  color: #D20021;
}
.info_dtl ul li {
  line-height: 36px;
  font-weight: 300;
}
.info_dtl ul li::before {
  content: "\25CF";
  color: #D20021;
  margin-right: 5px;
}
.info_dtl ul li ul li {
  font-size: 15px;
}
.info_dtl ul li ul li::before {
  content: "\25CF";
  color: #A2A2A2;
  margin-right: 5px;
  font-size: 10px;
  margin-left: 2em;
}
.info_dtl img {
  width: 100%;
  margin: 30px 0;
}
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
  background: #F0F0F0;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 5px;
}
blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}
blockquote a {
  color: #9F9F9F !important;
  font-size: 12px;
  font-weight: 300;
  margin-top: 30px;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .info_thum {
    width: 210px;
  }
  .info_thum img {
    width: 100%;
    margin: 0;
  }
  .info_content {
    width: calc(100% - 260px);
    margin-top: 0;
  }
  .info_title {
    font-size: 28px;
    line-height: 37px;
  }
  .info_dtl {
    font-size: 16px;
  }
  .info_dtl p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
  }
  .info_dtl h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 10px;
  }
  .info_dtl h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 30px;
  }
  .info_dtl h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 30px;
  }
  .info_dtl h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 30px;
  }
  .info_dtl h5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 30px;
  }
  .info_dtl h6 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-top: 30px;
  }
}
/*==========================================
 FLOW 
===========================================*/
.flow01_content_l {
  width: 100%;
  text-align: center;
}
p.flow01_tel {
  font-size: 32px;
  font-weight: bold;
}
.flow01_tel span {
  font-size: 24px;
  margin-right: 5px;
}
.flow01_time {
  font-size: 14px;
}
.flow01_content_r {
  width: 100%;
}
.flow01_btn {
  width: 80%;
  margin: 10px auto 0;
}
.flow01_btn a {
  background: #D20021;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.flow01_btn a:hover {
  opacity: .7;
}
.flow02_subtitle {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow02_content_l {
    width: 90%;
    margin: 20px auto 0;
    order: 2;
  }
  .flow02_content_r {
    width: 50%;
    margin: auto;
    order: 1;
  }
}
.flow02_text {
  font-size: 14px;
  line-height: 30px;
  color: #333 !important;
}
p.flow02_caution {
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
}
p.flow02_caution2 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .flow03_content_r {
    width: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    transition: .75s;
    order: 3;
  }
  .flow03_content_r:hover {
    opacity: .5;
  }
  .flow03_content_r::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/news_arrow.svg") no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .75s !important;
    cursor: pointer;
  }
  .flow03_content_r:hover::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/news_arrow_on.svg") no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .75s !important;
  }
}
.flow_btn2 {
  width: 100%;
}
.flow_btn2 a {
  width: 100%;
  display: block;
  border: 1px #D20021 solid;
  color: #D20021;
  background: #fff;
  padding: 20px 0;
  transition: .75s !important;
  position: relative;
}
.flow_btn {
  width: 60%;
  max-width: 250px;
  margin: auto;
}
.flow_btn a {
  width: 100%;
  display: block;
  border: 1px #D20021 solid;
  color: #D20021;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  transition: .75s !important;
}
.flow_btn a:hover {
  color: #fff;
  background: #D20021;
}
.flow_ico {
  width: 55px;
  overflow: hidden;
  position: absolute;
  top: 5%;
  right: 5%;
  display: block;
}
.flow_ico2 {
  width: 55px;
  overflow: hidden;
  position: absolute;
  top: -0%;
  left: 5%;
  display: block;
}
.flow_ico3 {
  width: 55px;
  overflow: hidden;
  position: absolute;
  top: 1%;
  right: 5%;
  display: block;
}
.flow_arow {
  display: none;
}
.flow_arow2 {
  display: none;
}
@media screen and (min-width: 769px) {
  .flow01_content_l {
    width: 50%;
    border-right: 2px #D9D9D9 solid;
    text-align: center;
  }
  .flow01_tel span {
    font-size: 26px;
    margin-right: 5px;
  }
  .flow01_time {
    font-size: 15px;
  }
  .flow01_content_r {
    width: 49%;
    display: flex;
    align-items: center;
  }
  .flow01_btn {
    width: 50%;
    margin: auto;
  }
  .flow02_subtitle {
    font-size: 18px;
    font-weight: 600;
  }
  .flow02_text {
    font-size: 15px;
    line-height: 30px;
  }
  .flow02_content_l {
    width: 70%;
    margin-left: 5%;
  }
  .flow02_content_r {
    width: 15%;
    margin-right: 5%;
    display: flex;
    align-items: center;
  }
  .vm {
    position: absolute;
    top: 40%;
    right: 20px;
    width: auto;
  }
  .flow03_content_r {
    position: relative;
    transition: .75s;
    padding-right: 60px;
  }
  .flow_btn2:hover .flow03_content_r {
    opacity: .5;
  }
  .flow03_content_r::after {
    content: "";
    width: 36px;
    height: 36px;
    background: url("../images/pc/news_arrow.svg") no-repeat;
    position: absolute;
    top: -9px;
    right: 10px;
    transition: .75s !important;
    cursor: pointer;
  }
  .flow_btn2:hover .flow03_content_r::after {
    content: "";
    width: 36px;
    height: 36px;
    background: url("../images/pc/news_arrow_on.svg") no-repeat;
    position: absolute;
    top: -9px;
    right: 10px;
    transition: .75s !important;
  }
  .flow_arow {
    content: "";
    width: 1px;
    height: calc(100% - 140px);
    background: #707070;
    position: absolute;
    top: 140px;
    left: 24px;
    display: block;
  }
  .flow_arow2 {
    width: 16px;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: block;
  }
  .flow_ico {
    width: 110px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 5%;
    display: block;
  }
  .flow_ico2 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    top: 10%;
    left: 5%;
    display: block;
  }
  .flow_ico3 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 5%;
    display: block;
  }
}
/*==========================================
 COMPENSATION 
===========================================*/
.com_th {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.com_td {
  width: 90%;
  margin: auto;
  text-align: left;
  border-bottom: 2px #D9D9D9 solid;
  padding: 10px 0 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.com_th02 {
  width: 90%;
  margin: auto;
  text-align: left;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.com_td02 {
  width: 90%;
  margin: auto;
  text-align: left;
  border-bottom: 2px #D9D9D9 solid;
  padding: 10px 0 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .com_th {
    width: 25%;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
  }
  .com_td {
    width: 75%;
    text-align: left;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    border-bottom: none;
    border-left: 2px #D9D9D9 solid;
  }
  .com_th02 {
    width: 40%;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    border-right: 2px #D9D9D9 solid;
  }
  .com_td02 {
    width: 60%;
    text-align: left;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    border-bottom: none;
  }
  .bb_gray {
    border-bottom: 2px #D9D9D9 solid;
  }
}
.com_th03 {
  width: 15%;
  text-align: center;
  border-right: 2px #D9D9D9 solid;
  border-bottom: 2px #D9D9D9 solid;
  padding: 20px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td031 {
  width: 40%;
  border-right: 2px #D9D9D9 solid;
  border-bottom: 2px #D9D9D9 solid;
  padding: 20px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td032 {
  width: 30%;
  text-align: center;
  border-right: 2px #D9D9D9 solid;
  border-bottom: 2px #D9D9D9 solid;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.com_td033 {
  width: 15%;
  text-align: center;
  border-bottom: 2px #D9D9D9 solid;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.com_table2 {
  width: 100%;
  border-top: 2px #D9D9D9 solid;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin-top: 10px;
}
.com_table2_td1 {
  width: 50%;
  text-align: center;
  border-right: 2px #D9D9D9 solid;
  min-height: 100px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .com_table2_td1 {
    width: 50%;
    text-align: center;
    border-right: 2px #D9D9D9 solid;
    min-height: auto;
    padding: 10px 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
  }
}
.com_table2_td2 {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.com_table2_td3 {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.com_th04 {
  width: 15%;
  text-align: center;
  border-right: 2px #D9D9D9 solid;
  border-bottom: 2px #D9D9D9 solid;
  padding: 20px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td04 {
  width: 85%;
  text-align: center;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td04_1 {
  width: 47.05882352941176%;
  text-align: center;
  border-bottom: 2px #D9D9D9 solid;
  border-right: 2px #D9D9D9 solid;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td04_2 {
  width: 17.64705882352941%;
  text-align: center;
  border-bottom: 2px #D9D9D9 solid;
  border-right: 2px #D9D9D9 solid;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_td04_2:last-child {
  border-right: none;
}
ul.com_list {
  width: 90%;
  margin: auto;
  font-size: 0;
}
ul.com_list li {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.com_list li::before {
  content: "\25CB";
  margin-right: 5px;
}
.bbn {
  border-bottom: none !important;
}
.com_th05 {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.com_td05 {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_th05 h3, .com_td05 h3 {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .com_th05 {
    width: 40%;
    border-right: 2px #D9D9D9 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 5%;
  }
  .com_td05 {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .com_th05 h3, .com_td05 h3 {
    font-size: 18px;
    text-align: center;
  }
}
.f12 {
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 300px !important;
  width: 90%;
  margin: auto;
  text-align: center;
}
/*==========================================
 PRICE
===========================================*/
.price_navi {
  width: 100%;
}
a .price_navi_btn {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  transition: .7s;
}
a .price_navi_btn .fas {
  color: #D20021;
  transition: .7s;
}
.price_navi:hover a .price_navi_btn {
  color: #fff !important;
  background: #D20021;
}
.price_navi:hover a .price_navi_btn .fas {
  color: #fff !important;
}
.price_title {
  width: 100%;
  background: #A2A2A2;
  font-size: 18px !important;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  text-align: center;
}
.price_car {
  width: 100%;
}
.price_car h3 {
  font-size: 18px;
  font-weight: 600;
}
.price_table {
  width: 100%;
}
.kinen {
  position: absolute;
  width: 34%;
  max-width: 102px;
  bottom: -30px;
  right: 0;
}
.car_dtl {
  margin-top: 50px;
  border-top: 2px #707070 solid;
  border-bottom: 2px #707070 solid;
}
.price_car_dtl {
  width: 25%;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  border-right: 1px #707070 solid;
  margin: 3px 0;
}
.price_car_dtl:last-child {
  border-right: none;
}
.price_table {
  width: 100%;
  border-top: 1px #D9D9D9 solid;
  border-left: 1px #D9D9D9 solid;
  border-right: 1px #D9D9D9 solid;
  margin-top: 20px;
}
.price_th {
  width: 100%;
  background: #F0F0F0;
}
.price_td {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .price_th_box {
    width: calc(100% / 3);
    min-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px #D9D9D9 solid;
    border-right: 1px #D9D9D9 solid;
  }
  .price_th_box:last-child {
    border-right: none;
  }
  .price_td_box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    border-left: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
    padding: 15px 0;
  }
  .price_th {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .price_td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .price_car_dtl {
    font-size: 11px;
  }
  a .price_navi_btn {
    width: 80%;
    margin: auto;
    font-size: 11px;
  }
  .price_navi {
    width: 20%;
  }
  .price_title {
    width: 100%;
    background: #A2A2A2;
    font-size: 24px !important;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    text-align: left;
  }
  .price_car {
    width: 35%;
  }
  .price_car h3 {
    font-size: 22px;
    font-weight: 600;
  }
  .price_table {
    width: 60%;
    margin-top: 0px;
  }
  .car_dtl {
    margin-top: 50px;
  }
  .price_th {
    width: calc(100% / 6);
  }
  .price_td {
    width: calc(100% / 6 * 5);
  }
  .price_th_box {
    min-height: 95px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px #D9D9D9 solid;
  }
  .price_td_box {
    width: 20%;
    min-height: 95px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
    border-left: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
  }
}
@media screen and (min-width: 1001px) {
  .price_car_dtl {
    font-size: 15px;
  }
  a .price_navi_btn {
    width: 80%;
    margin: auto;
    font-size: 14px;
  }
  .price_th_box {
    min-height: 110px;
    font-size: 15px;
  }
  .price_td_box {
    min-height: 110px;
    font-size: 15px;
  }
}
.price_arrow1 {
  display: none;
}
.price_arrow2 {
  display: none;
}
@media screen and (min-width: 769px) {
  .price_arrow1 {
    width: 55px;
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 5px;
    display: block;
  }
  .price_arrow2 {
    width: 55px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 5px;
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .price_arrow1 {
    width: 80px;
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 5px;
    display: block;
  }
  .price_arrow2 {
    width: 80px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 5px;
    display: block;
  }
}
@media screen and (min-width: 1351px) {
  .price_arrow1 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 5%;
    display: block;
  }
  .price_arrow2 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 5%;
    display: block;
  }
}