@charset "utf-8";
/*!
 * Limited CSS file
 */

/*****************************************
Table Of Contents:
- Fonts
- Font-family Setting
- Section Separator
- Navigation
- Header
- Parts
- Home
- Company
- News
- Contact
- Contact Banner
- Footer
- Back To Top Button
******************************************/

/*
------------------------------------------------
Fonts
------------------------------------------------
*/
/* noto-sans-jp - japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans JP"),
        url('../fonts/noto-sans-jp-v52-japanese-200.woff2') format('woff2'),
        url('../fonts/NotoSansJP-Light.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP"),
        url('../fonts/noto-sans-jp-v52-japanese-regular.woff2') format('woff2'),
        url('../fonts/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP"),
        url('../fonts/noto-sans-jp-v52-japanese-500.woff2') format('woff2'),
        url('../fonts/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP"),
        url('../fonts/noto-sans-jp-v52-japanese-700.woff2') format('woff2'),
        url('../fonts/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP"),
        url('../fonts/noto-sans-jp-v52-japanese-900.woff2') format('woff2'),
        url('../fonts/NotoSansJP-Black.woff') format('woff');
}
.font-fontName {font-family:'Noto Sans JP';}

/* noto-serif-jp - japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP"),
        url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP"),
        url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif JP"),
        url('../fonts/NotoSerifCJKjp-Black.woff') format('woff');
}
.font-fontName {font-family:'Noto Serif JP';}

/* ubuntu - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu"),
        url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu"),
        url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu"),
        url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2');
}
.font-fontName {font-family:'Ubuntu';}

/*
------------------------------------------------
Font-family Setting
------------------------------------------------
*/
body,td.div,span,p,h1,h2,h3,h4,h5,h6,select,ul,li,form,iuput,option {
    font-family:Arial, Helvetica, 'Noto Sans JP','sans-serif';
    line-height: 1.6em;
    font-weight:500;
    letter-spacing: .05em;
}
p, td {
    font-family:Arial, Helvetica, 'Noto Sans JP','sans-serif';
    font-weight: 500
}
a, form, input, ul, table, th {
    font-family:Arial, Helvetica, 'Noto Sans JP','sans-serif';
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, 'Noto Sans JP','sans-serif';
    letter-spacing: .05em;
}

/*
------------------------------------------------
Section Separator
------------------------------------------------
*/
#body-others-section section {
	position: relative;
}
.bg-grd,
.bg-parts,
.bg-wht,
.bg-pat,
.bg-cov {
	padding-bottom: 30px;
	overflow: hidden;
}
.bg-wht .text-center h1, 
.bg-wht .text-center h2 {
    color: #1f7fc6;
    font-size: 22px;
    font-weight: 500;
}
.bg-wht .text-center p {
    color: #f7cd50;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .01em
}
.bg-grd {
	background: linear-gradient(-135deg, #222, #337ab7);
	background: linear-gradient(-135deg, #d43f8d, #0250c5);
	color: #fff;
}
.bg-grd {
	background: linear-gradient(-135deg, #d43f8d, #0250c5);
	color: #fff;
}
.bg-parts {
	background-color: #337ab7;
	color: #fff;
}
.bg-wht {
	background-color: #fff;
}
.bg-gray {
	background-color: #dfe1e1;
}
.bg-gray-light {
	background-color: #f0f0f0;
}
.bg-pat {
	background: #f8f8f8 url("../images/common/bg-pat.png") repeat;
}

/*
------------------------------------------------
Navigation
------------------------------------------------
*/
.navbar {
    background-color: #b3f6ff !important;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 3%);
}
/*.navbar {
   background-color: rgba(0,0,0,.0); 
}*/
.navbar.top-nav-collapse {
   /*background-color: rgba(35,37,40,0.9); */
    background-color: #fff !important; 
}
.navbar .logo-image img {
    width: auto;
	height: 32px;
    transition: 0.3s;
    padding: 0 0
}
.navbar.top-nav-collapse .logo-image img {
    width: auto;
	height: 28px;
    transition: 0.3s;
}
.navbar .nav-item {
    margin-right: 1.75rem
}
.navbar .nav-item .nav-link,
.navbar .nav-item.dropdown.show .nav-link {
    color: #333;
    font-size: 95%;
    font-weight: 500;
    line-height: 1.3;
    background-color: #b3f6ff;
    margin: 0;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #ff2000;
    font-weight: 700;
    background-color: #b3f6ff;
}
.navbar .dropdown-item {
    font-weight: 700;
}
.navbar .cta {
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    border: solid 2px #b5cfd0;
    margin: 0;
}
.navbar .cta .nav-link:hover,
.navbar .cta .nav-link.active {
	color: #39aea9;
    background-color: #e7f6f2;
    margin: 0;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        padding: 13px 20px 7px
    }
    .navbar .cta .nav-link {
        margin: 0;
        padding: 10px 20px 9px
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .nav-link {
        color: #fff;
        font-size: 140%;
        font-weight: 700;
        background-color: #394867;
        margin-bottom: 20px
    }
    .navbar .cta .nav-link {
        margin-bottom: 0;
    }
    .navbar .nav-item.dropdown.show .nav-link,
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link.active {
        background-color: #394867;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-brand {
        padding-left: 0.5px;
    }
    .navbar .logo-image img {
        width: auto;
        height: 24px;
        transition: 0.3s;
    }
    .navbar .cta {
        color: #fff;
        margin-top: 1.25rem;
        line-height: 1.6;
        border: solid 2px #b5cfd0;
    }
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/common/bars-solid.png");
}
.navbar-collapse.offcanvas-collapse.open {
    background-color: #2d3033;
    top: 3rem;
    /*top: 3.25rem;*/
}

#navbarsExampleDefault {
    background-color: #b3f6ff;
}
#navbarsExampleDefault li.home a.active {
    color: #fff;
    background-color: #394867;
}
#navbarsExampleDefault li.home a:hover {
    color: #39aea9;
    background-color: #394867;
}

@media (max-width: 991px) {
    #navbarsExampleDefault {
        background-color: #394867;
    }
}

/*
------------------------------------------------
Header
------------------------------------------------
*/
header.masthead {
    padding-top: 6rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #fff;
    background-image: url("../images/top/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
header.masthead .masthead-subheading {
    font-family: "Ubuntu";
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
header.masthead .masthead-heading {
    font-size: 2.75rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
header.masthead .container {
    position: relative;
}
header.masthead img {
    position: absolute;
    right: 30px;
    top: 100px;
    width: 35%;
    height: auto;
}

@media (min-width: 768px) {
/*  header.masthead {
    padding-top: 14rem;
    padding-bottom: 12.5rem;
  }*/
  header.masthead .masthead-subheading {
    font-size: 1.75rem;
      font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 3.75rem;
    margin-bottom: rem;
  }
}

@media (max-width: 575px) {
    header.masthead {
      padding-top: 8.5rem;
      padding-bottom: 5rem;

    }
    header.masthead img {
        position: absolute;
        right: 15px;
        top: 60px;
        width: 60%;
        height: auto;
    }
    header.masthead .masthead-heading {
      margin-bottom: 80px;
    }
}

.h1_bg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.h1_news {
    background-image: url("../images/h1bg/h1_news.jpg")
}
.h1_contact {
    background-image: url("../images/h1bg/h1_contact.jpg")
}

/*
------------------------------------------------
Parts
------------------------------------------------
*/

/* Button ----------------*/
.btn-primary {
  background-color: #33c6e8;
  border-color: #33c6e8;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #00ccd6;
  border-color: #00ccd6;
}
.btn-primary:hover {
  background-color: #00ccd6;
  border-color: #00ccd6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #00ccd6;
  border-color: #00ccd6;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #00ccd6;
  border-color: #00ccd6;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00ccd6;
  border-color: #00ccd6;
}
.btn-primary .badge {
  color: #337ab7;
}
.btn-link {
  color: #337ab7;
}
.btn-link:hover,
.btn-link:focus {
  color: #236197;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #236197;
}
.nav-pills > .active > a > .badge {
  color: #337ab7;
}
.progress-bar {
  background-color: #337ab7;
}

.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    font-weight: 900;
    font-size: 30px;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.card .bg-primary {
  background-color: #344cb7 !important;
}
a span.bg-primary {
  background-color: #344cb7 !important;
}

/*
------------------------------------------------
Home
------------------------------------------------
*/
.bg-parts_w {
	background-color: #fff;
}
.bg-parts {
	background-color: #ffec53;
}
.bg-parts p {
    font-size: 16px;
}

@media (max-width: 540px) {
    section.maintitle h1 {
        font-size: 2.625rem;
    }
    section.maintitle h5 {
        font-size: 1.85rem;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    section.maintitle p {
        letter-spacing: 0.03em;
    }
}

/*=== Home topics ====*/
#sec-topics .topics_roop {
    padding: 0 3rem;
}
#sec-topics .card {
    cursor: pointer;
    overflow: hidden;
    border: 0px solid rgba(0,0,0,.0);
    border-radius: 0; 
}
#sec-topics .card a:hover {
    color: #edc756
}
#sec-topics .card .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.2rem;
}
#sec-topics .topics_img {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: auto;
    border: 1px solid rgba(0,0,0,.125);
}
#sec-topics .card img {
    /*height: 100%;*/
    transition:transform 0.6s;
}
#sec-topics .card:hover img {
    transform:scale(1.1);
}
#sec-topics .card .date {
  background: #1b5f99;
  color: #fff;
  padding: .7em 1em .5em;
  line-height: 1;
  font-family: quasimoda,sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.01em;
  z-index: 1;
  font-size: .75em;
}
#sec-topics .category {
    color: #edc756;
    font-size: 14px;
    font-weight: 700;;
    letter-spacing: 0.01em
}
#sec-topics .category::before {
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    color: #edc756;
    margin-right: 5px
}
#sec-topics .card-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    #sec-topics .topics_roop {
        padding: 0;
    }
}
@media screen and (max-width: 420px) {
    #sec-topics .topics_roop {
        padding: 0 1rem;
    }
}

#sec-topics .topics-list{
	list-style: none outside;
	margin: 0;
	padding: 0;
}
#sec-topics .topics-list .item a{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px;
}
#sec-topics .topics-list .item:first-child a{
	border-top: 1px solid #CCC;
}
#sec-topics .topics-list .item .date{
	margin: 0;
	min-width: 120px;
	font-size: 14px;
	color: #999;
	padding: 0 20px 0 0;
}
#sec-topics .topics-list .item .title{
	margin: 0;
	width: 100%;
	color: #146c94;
	font-weight: 500;
}
#sec-topics .topics-list .item .title:hover{
	text-decoration: underline;
}
#sec-topics .topics-list .item i{
	color: #146c94;
}
#sec-topics .topics-list .item a:hover .title,
#sec-topics .topics-list .item i:hover{
	color: #39aea9;
}

@media screen and (max-width: 767px){
	#sec-topics .topics-list .item a{
	  flex-wrap: wrap;
	}
	#sec-topics .topics-list .item .date{
	  min-width: 100px;
	}
	#sec-topics .topics-list .item .title{
	  margin-top: 10px;
	}
}

@media screen and (max-width: 540px){
	#sec-topics .topics-list .item .title{
	  margin-top: 0;
	}
}

/*
------------------------------------------------
Company
------------------------------------------------
*/
.company_about {
    padding: 3.5rem 0;
    background: url(../images/company/company_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.company_about h2,
.company_profile h2{
    font-weight: 500;
    font-size: 210%;
    line-height: 1.0;
    margin-bottom: 2rem
}
.company_about h2 {
    color: #fff;
}
.company_about {
    padding: 60px 0;
    background-color: #E5E5E5
}
.company_about p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8
}
.company_profile {
    padding: 80px 0 ;
    border-bottom: solid 1px #eee 
}
.company_profile table th {
    color: #7f7a77;
    font-weight: 600;
    width: 25%
}
.access_map {
    padding: 3rem 0;
}
.access_map h2 {
    color: #7f7a77;
    font-size: 210%;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: -0.01em;
    padding: 20px 0 0;
    margin-bottom: 30px
}
.access_map iframe {
    margin: 0;
    padding: 0;
}

@media (max-width: 540px) {
    .company_about {
        padding: 40px 0;
    }
    .company_about p {
        padding: 0 5%;
        text-align: left
    }
    .company_about p br {
        display: none;
    }
    .company_profile {
        padding: 40px 0 ;
    }
    .company_profile .pw3 {
        padding: 0 5%
    }
    .access_map {
        margin: 1.75rem 0
    }
}

/*
------------------------------------------------
News
------------------------------------------------
*/
#body-news-detail,
#body-book-detail {
    background-color: #f8f9fa
}

#news_index .text-muted {
    font-size: 90%;
}
#news_index a {
    color: #415378; 
}
#news_index a:hover,
#news_detail a:hover {
    color: #39aea9;
    text-decoration: underline;
}
#news_index .txt_position {
    padding-top: 5px;
    padding-bottom: 5px;
}
#news_index .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 8%;
}

@media (max-width: 540px) {
    #news_index .card-img-top {
        display: none
    }
    #news_index .img-responsive {
        max-width: 30%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* detail-title -------------------*/
#news_detail .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border: solid #ddd 1px
}
#news_detail img {
    max-height: 400px;
}
#news_detail .sentence {
	letter-spacing: 0.02em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8em;
    padding: 0 30px;
}
#news_detail .detail {
    padding: 0 1.5rem;
    margin-bottom: 40px
}
#news_detail .detail .data_category {
    color: #1f7fc6;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px
}
#news_detail .detail .data_category span {
    color: #edc756;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em
}
/* マーカー */
#news_detail .detail .sentence span {
    font-weight: 700;
	background: linear-gradient(transparent 60%, #f9e7c0 60%)
}

#news_detail .detail h2 {
    text-align: center;
    color: #494949;
    padding: 0.75rem 1rem;
    border-top: 2px solid #5bb3e5;
    border-bottom: 2px solid #5bb3e5;
    margin: 30px 0
}
#news_detail .detail h3 {
    font-weight: 700;
    font-size: 1.6rem;
	background: #fff;
	border-left: solid 10px #2e9adc;
	padding: 0.75rem 1.5rem;
}
#news_detail .detail h4 {
    position: relative;
    padding: 1rem .5rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #494949;
    text-align: center
}
#news_detail .detail h4:before,
#news_detail .detail h4:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#fad565), to(#27acd9));
    background-image: -webkit-linear-gradient(right, #fad565 0%, #27acd9 100%);
    background-image: linear-gradient(to left, #fad565 0%, #27acd9 100%);
}
#news_detail .detail h4:before {
    top: 0;
}
#news_detail .detail h4:after {
    bottom: 0;
}
#news_detail .detail h5 {
	position: relative;
	padding: 1rem 0.5rem;
	border-bottom: 3px solid #2e9adc;
	color: #2e9adc;
    font-weight: 700;
    font-size: 1.6rem;
}
#news_detail .detail h5:before,
#news_detail .detail h5:after {
	position: absolute;
	content: '';
	left: 1em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
#news_detail .detail h5:before {	
	bottom: -14px;    
	border-color: #2e9adc transparent transparent;
}
#news_detail .detail h5:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
#news_detail .detail h6 {
	position: relative;
	display: table-cell;
	padding-left: 40px;
    font-weight: 700;
    font-size: 1.6rem;
}
#news_detail .detail h6:before {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	width: 30px;
	left: 0;
	height: 6px;
	border-top: solid 6px #f7cd50;
}
#news_detail .detail h7 {
	position: relative;
	padding-left: 1.5em;
    font-weight: 700;
    font-size: 1.6rem;
}
#news_detail .detail h7:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	left: 0;
	top: 0;
	font-weight: 900;
	font-size: 1em;
	color: #f7cd50;
}
#news_detail .detail h8 {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 10px;
	background: #6eb8cd;
	color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}
#news_detail .detail h8:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 1.5em;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #6eb8cd transparent transparent transparent;
}
#news_detail .detail h9 {
    position: relative;
    background: #cdc8bb;
    line-height: 1.4;
    padding: 1em 1em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
    font-weight: 700;
    font-size: 1.6rem;
    width: 98%
}
#news_detail .detail h9:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c Point';
    background: #fad565;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.15em
}
#news_detail .detail_pdf {
    margin-bottom: 40px
}
#news_detail .detail_pdf a {
    font-size: 18px;
    color: #146c94;
    text-align: center;
}
#news_detail .detail_pdf a:hover {
    color: #39aea9
}
#news_detail .detail_pdf i {
    font-size: 22px;
    margin-right: 10px
}

/* detail-list ----------------------*/
#news_detail .detail .sentence ol, ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#news_detail .detail ul {
    list-style: none;
}

/* 右矢印 */
#news_detail .detail .sentence ul {
    padding: 0 0.5em;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.6rem;
}

#news_detail .detail .sentence ul li {
    position: relative;
    padding: 0.1em 0.3em 1em 1.3em;
}

#news_detail .detail .sentence ul li::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    border-right: 3px solid #00b5ad;
    border-bottom: 3px solid #00b5ad;
    transform: rotate(-45deg);
}
/* 番号ふきだし */
#news_detail .detail .sentence ol{
    counter-reset:list;
    list-style-type:none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em;
}
#news_detail .detail .sentence ol li{
    position:relative;
    line-height: 30px;
    margin: 7px 0 10px 30px;
    padding-left: 10px;
    font-weight: bold;
    background: #fef6f3;
}
#news_detail .detail .sentence ol li:before{
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #F6A38B;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#news_detail .detail .sentence ol li:after{
    content:"";
    display: block;
    position: absolute;
    left: -10px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #F6A38B;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* blockquote -------------------------------*/
#news_detail .detail blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #fff;
    color: #777777;
    border-left: 4px solid #cedbe1;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
#news_detail .detail blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cedbe1;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}
#news_detail .detail blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}
#news_detail .detail blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*=== side menu ====*/

/* list group */
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    border-radius: 0;
    opacity: 0.7
}
.list-group i {
    color: #19a7ce; 
}
.list-group i:hover {
    color: #39aea9; 
}
.list-group p {
    font-size: 13px;
    line-height: 1.3
}
.list-group small {
    letter-spacing: .01em
}

.side_m .list-group-item a {
    color: #f7cd50
}
.side_m .list-group-item a:hover {
    color: #fade89
}
.side_m .list-group-item i {
    float: right;
    font-size: 22px;
    padding-top: 2px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1rem;
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 0px solid rgba(0,0,0,.125);
    border-right: 0px solid rgba(0,0,0,.125);
}

.list-group-item.active > .badge {
  color: #337ab7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    border: none;
    padding: 0.3rem 1rem;
    color: #337ab7;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #337ab7;
}

@media only screen and (max-width: 767px) {
    .news_list {
        padding: 0 48px;
    }
    .side_m {
        padding: 0 48px;
    }
}

@media(max-width:991px) {
	.img-customer,
	.img-related {
		margin-bottom: 30px;
	}
}
@media(max-width:767px) {
	.img-president {
		margin: 0 0 15px 15px;
	}
	.img-news-detail {
		margin: 0 15px 15px 0;
	}
	.img-works {
		margin-bottom: 15px;
	}
}
@media (max-width: 540px) {
	.img-president,
	.img-news-detail {
		max-width: 100%;
	}
}
.pull-left {
    float: left !important;
}

/*
------------------------------------------------
Contact
------------------------------------------------
*/
#contact_form {
    padding-bottom: 60px;
    background-color: #f8f9fa !important;
}
#contact_form h4 {
    font-size: 24px;
    font-weight: 700;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-3 h3 {
    font-weight: bold;
    font-size: 1.75rem;
}
.rounded-3 .intro {
    font-size: 90%;
    letter-spacing: 0.02em;
    line-height: 1.5
}
.tel_n {
    color: #4f709c !important;
}
.tel_p, .mail_i p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4
}
.mail_i .bg-primary {
    background-color: #4f709c !important;
}

@media (max-width: 540px) {
    .rounded-3  .tel_n {
        font-size: 2.25rem !important;
        letter-spacing: 0.01rem
    }
    .tel_p, .mail_i p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 1.4
    }
}

.text-white {
    color: #fff !important;
}
.message .form-check {
    margin: 10px 0 20px 20px;
    display: flex;
    align-items: center;
}
.message .form-check label {
    margin-left: 10px;
}
.message .form-check input {
        cursor: pointer;
}

.message select.form-select-lg {
    color: #333 !important;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.message select option {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.message textarea {
    color: #333 !important;
    font-weight: 400;
}
.checkbox_other {
    margin: 20px 0 0 20px;
}
.checkbox_other .form-check {
    margin-bottom: 25px;
    margin-right: 50px;
    position: relative
}
.checkbox_other input {
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 25px;
}
.checkbox_other label {
    margin-left: 5px;
}

.form-group p.help-hosoku {
    font-size: 12px;
    margin-top: -5px !important;
    color: #606060;
}
.notes ul {
  padding: 0.3em 0.5em 0.3em 1.5em;
}
.notes ul li {
  line-height: 1.5;
  padding: 0;
}
.cont_tel, .cont_form  {
    text-align: center;
}
.cont_tel h3, .cont_form h3 {
    color: #006ab8;
}
.cont_tel p {
    font-size: 24px;
    font-weight: bold;
}
.cont_form p {
    font-size: 12px;
}
/* 送信ボタン */
.sendBtn .btn-lg, .btn-group-lg > .btn {
    padding: 12px 100px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3333333;
    border-radius: 6px;
}
@media (max-width: 374px) {
    .sendBtn .btn-lg, .btn-group-lg > .btn {
        padding: 12px 50px;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #33c6e8;
    border-color: #33c6e8;
}
.sendBtn .btn-primary {
  background-color: #33c6e8;
  border-color: #33c6e8;
}

/* メール受信の注意事項 */
.notes {
    position: relative;
    margin: 80px 0 50px;
    padding: 1em 0.9em 1em 1.25em;
    border: solid 2px #aaa;
}
.notes .box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -2px;
    padding: 1px 9px 3px;
    height: 31px;
    line-height: 31px;
    background: #aaa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.notes p {
    margin: 0; 
    padding: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}

/* 送信完了 */
#complete {
    margin-top: 10px;
}
#complete .section-title h2 {
    margin: 40px 0;
    position: relative;
    color: #acafd0;
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 0.03em
}
#complete h3 {
    font-size: 20px;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.03em
}
#complete .fa-regular,
#complete .fa-solid {
    display: inline-block;
    font-size: 100px;
    color: #acafd0;
    margin-bottom: 30px;
    text-shadow: 3px 5px 2px #3333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#complete .back_btn a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    top: -2px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #7f7a77;
    background: #fff !important;
    border: 1px solid #7f7a77;
}
#complete .back_btn a:hover {
    background: #7f7a77 !important;
    color: #fff
}

@media (max-width: 540px) {
    #complete .section-title h2 {
        font-size: 26px;
    }
}

/*
------------------------------------------------
Contact Banner
------------------------------------------------
*/
#contact_banner {
    padding: 3.5rem 0;
    /*background-color: #ececec;*/
    margin-top: 90px;
        
    background: url(../images/common/banner_bg.jpg) no-repeat center/cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
}
#contact_banner .btn-group-lg>.btn, .btn-lg {
    padding: 0.875rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    margin-top: 10px;
}
#contact_banner h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
}
#contact_banner h5 {
    color: #fff;
}
#contact_banner p {
    color: #fff;
}
.btn-secondary {
    color: #fff;
    font-weight: bold;
    font-size: 20px !important;
    background-color: #3fb5a3;
    border-color: #3fb5a3;
    width: 60%;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 90%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 90%);
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
    color: #fff;
    background-color: #328f81;
    border-color: #328f81;
}
.btn-secondary:active:hover,
.btn-secondary:active:focus {
    color: #fff;
    background-color: #25695f;
    border-color: #25695f;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #3fb5a3;
  border-color: #3fb5a3;
}
.btn-secondary .badge {
  color: #3fb5a3;
}
#contact_banner p.phone-number i {
    font-size: 34px;;
}
#contact_banner p.phone-number {
    color: #3fb5a3;
    font-size: 44px;
    font-weight: bold;
    margin: 0;
}
.phone-time {
    font-size: 12px;
}

@media (max-width: 991px) {
    .btn-secondary {
        width: 90%;
    }
    .mail-form {
        margin-top: 30px;
    }
}

@media (max-width: 420px) {
    .phone-number {
        font-size: 38px;
    }
}

/*
------------------------------------------------
Footer
------------------------------------------------
*/
.footer_btn3 {
    text-align: center;
    padding-left: 0.5rem;
    background-color: #394867;
    font-weight: 500;
    font-size: 1.25rem;
    border-bottom: 1px solid #9ba3b1
}
.footer_btn3 .btn_1,
.footer_btn3 .btn_2,
.footer_btn3 .btn_3 {
    padding: 1rem 0;
    position: relative;
    border-left: 1px solid #9ba3b1   
}
.footer_btn3 .btn_3 {
    border-right:  1px solid #9ba3b1
}
.footer_btn3 a {
    color: #fff;
}
.footer_btn3 .btn_1:hover,
.footer_btn3 .btn_2:hover,
.footer_btn3 .btn_3:hover {
    background-color: #4f709c
}

.footer {
	margin-top: 10rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 0.5rem;
/*	background-color: #feea00;
*/
	background-color: #ffbb88;
}

.footer p, .footer a, .footer ul {
    color: #fff;
}
.footer a:hover, .footer_btn3 a:hover {
    color: #e5d283;
}
.footer li {
    font-weight: bold;
}
p.p-small {
    margin: 0;
    font-size: 0.8125em ;
    line-height: 1.3;
}
.footer img {
    height: 32px;
    width: auto;
}
/*.footer h6 {
    color: #161223;
    font-weight: bold;
    font-size: 1rem;
    padding: 0 0 0 2px;
    letter-spacing: 0.01em;
}*/
.footer .site_index h6 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}
.footer .site_index h5 {
    color: #9ba4b5;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.footer .site_index ul {
    margin-top: 0px;
}
.footer .site_index ul li {
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
}
.footer .site_index ul li {
    transition: all 0.5s;
}
.footer .site_index ul li:hover {
    color: #e5d283;
    margin-left: 8px;
    transition: all 0.5s;
}
.footer .site_index ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 700;
    font-size: 1em;
    color: #9ba4b5;
    margin-right: 3px
}
.footer .site_index .ls03 li {
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .footer .site_index {
        margin-top: 0;
        font-size: 18px;
    }
    .footer .list-unstyled li {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .footer .site_index h6 {
        font-size: 20px;
    }
    .footer .site_index .list-unstyled li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .footer_btn3 {
        padding-left: 0;
        font-size: 1.45rem;
        border-bottom: 0 solid #9ba3b1
        }
    .footer_btn3 .btn_1,
    .footer_btn3 .btn_2,
    .footer_btn3 .btn_3 {
        padding: 1.25rem 0;
        border-left: 0px solid #9ba3b1;
        border-right: 0px solid #9ba3b1;
        border-bottom: 1px solid #9ba3b1
    }
}

@media (max-width: 540px) {
    .footer .site_index {
        margin-top: 1rem;
    }
    .footer .site_index .bt-1 {
        border-top: 1px solid #9ba3b1
    }
    .footer {
        padding: 5px 1.5rem 0;
    }
    .footer .site_index h5 {
        margin-top: 1.75rem
    }
}
    
.copyright {
	position: sticky;
	top: 100vh;
	width: 100%;
    padding: 1rem 0;
	background-color: #d0d0d0;
    text-align: center;
}

/*
------------------------------------------------
Back To Top Button
------------------------------------------------
*/
#page-top {
}
#page-top a {
    z-index: 1000;
    position: fixed;
    bottom: 50px;
    right: 17px;
    text-decoration: none;
    background-color: #39aea9;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 50px;
    padding: 0;
    font-size: 2.5rem;
    line-height: 0.7;
    text-align: center;
    display: block;
    border-radius: 3px;
}
#page-top a:hover {
    text-decoration: none;
    filter: alpha(opacity=1);
    opacity: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#page-top i {
    
}
