/*

 Limited CSS file

*/

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

/*
------------------------------------------------
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';}

/* yuji-syuku - japanese */
@font-face {
  font-display: swap;
  font-family: 'Yuji Syuku';
  font-style: normal;
  font-weight: 400;
  src: local("Yuji Syuku"),
        url('../fonts/yuji-syuku-v5-japanese-regular.woff2') format('woff2'),
        url("../fonts/YujiSyuku-Regular.woff") format("woff");
}
.font-fontName {font-family:'Yuji Syuku';}


/* 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';}

/* Montserrat - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu"),
        url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu"),
        url('../fonts/Montserrat-Medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Ubuntu"),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu"),
        url('../fonts/Montserrat-Bold.woff') format('woff');
}
.font-fontName {font-family:'Montserrat';}

/* Font Awesome 6 - webfont */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2");
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2");
}
.font-fontName {font-family:'Font Awesome 6 Free';}

/*
------------------------------------------------
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: #171717;
}
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, 'Noto Sans JP','sans-serif';
    letter-spacing: .05em;
}

/*
------------------------------------------------
Section Separator
------------------------------------------------
*/
html {
    scroll-behavior: smooth;
}
body {
	background-color: #fffcfc;
    background-image: url("../images/common/bg-paper.png");
}
.bg-grd,
.bg-parts,
.bg-wht,
.bg-pat,
.bg-cov {
	padding-bottom: 30px;
	overflow: hidden;
}
.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-gray-dark {
	background-color: #e0e0e0;
    background-image: url("../images/common/bg-paper.png")
}
.bg-pat {
	background: #f8f8f8 url("../images/common/bg-pat.png");
}
.bg-otis {
	background: #e0e0e0 url("../images/common/bg-otis.png");
}
.bg-lined {
	background: #f8f8f8 url("../images/common/bg-lined-paper.png");
    background-repeat: repeat;
}
.bg-natural {
	background: #e0e0e0 url("../images/common/bg-natural-paper.png");
}
.bg-pattern {
    height: 2000px;
    background-color: #fffcfc;
    background-image: url("../images/common/pattern.png")
}

section {
    padding: 0 15px;
    scroll-margin-top: 150px;
}

.ex-header {
    padding-top: 10rem;
    /*border-bottom: solid 4px #304878*/
}

.ex-header h1 {
    color: #2d3035;
    font-family:'Montserrat';
    font-weight:600 !important;
    font-size: 60px;
    line-height: 1.0;
    letter-spacing: -0.02em;
}
.ex-header h4 {
    color: #4f5977;
    font-weight:500;
    font-size: 22px;
    margin-left: 5px;
    margin-top: 10px;
}

/* Business (layer3) */
.ex-header-2 {
    padding: 10rem 0 3rem;
    border-bottom: solid 1px #eee
}

.ex-header-2 h1 {
    color: #2d3035;
    font-family:'Montserrat';
    font-weight:500 !important;
    font-size: 22px;
    line-height: 1.0;
    letter-spacing: -0.02em;
}
.ex-header-2 h2 {
    color: #4f5977;
    font-weight:700;
    font-size: 38px;
    line-height: 1.2
}
.ex-header-2 h3 {
    color: #ec6d87;
    font-size: 18px;
    font-weight:500;
}
.ex-header-2 h4 {
    color: #4f5977;
    font-weight:500;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 1px;
}

// Words
.ex-header-words {
    padding-top: 1px;
}

.ex-header-words h1 {
    color: #2d3035;
    font-family:'Montserrat';
    font-weight:600 !important;
    font-size: 60px;
    line-height: 1.0;
    letter-spacing: -0.02em;
}
.ex-header-words h4 {
    color: #4f5977;
    font-weight:500;
    font-size: 22px;
    margin-left: 5px;
    margin-top: 10px;
}

@media (max-width: 540px) {

}

.content_area {
    padding: 90px 0 ;
    border-bottom: solid 1px #eee
}
.content_area h2 {
    text-align: center;
    color: #2d3035;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.05em;
    padding: 20px 0 0;
    margin-bottom: 30px
}

/*
------------------------------------------------
Drawer
------------------------------------------------
*/
.drawer__btn {
    position: fixed;
    top: 3px;
    right: 20px;
    z-index: 10002;
    width: 70px;
    height: 70px;
    /*background-color: #fff;*/
    overflow: hidden;
    cursor: pointer;
}
.drawer__btn span {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #42557b;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}
.drawer__btn.active span {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #afafaf;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}
.drawer__btn span:nth-child(1) {
  transform: translate(-50%, -12px);
}
.drawer__btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.drawer__btn span:nth-child(3) {
  transform: translate(-50%, 12px);
}
.drawer__btn.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.drawer__btn.active span:nth-child(2) {
  transform: translate(100%, 0);
  opacity: 0;
}
.drawer__btn.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}
.drawer__menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 3.0% 1.5%;
    z-index: 10001;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #1d2555;
    background-image: url("../images/common/pattern.png");
    transition: 0.3s;
    transform: translateX(100%);
    opacity: 0;
    color: #fff
}
.drawer__menu.active {
    transform: translateX(0);
    opacity: 1;
}
.drawer__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    transform: translateX(100%);
    opacity: 0;
    cursor: pointer;
}
.drawer__bg.active {
    transform: translateX(0);
    opacity: 1;
}
.drawer__menu h5 {
    color: #fff;
    font-family: "Ubuntu";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: solid 1px #556b97
}
.drawer__menu .list-unstyled li {
    margin-bottom: 30px
}
.drawer__menu .list-unstyled a {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    position: relative;
    padding-bottom: 5px
}
.drawer__menu .list-unstyled a:hover {
    color: #ed7793
}
.drawer__menu .list-unstyled a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ed7793;
	transition: width 0.3s;
}
.drawer__menu .list-unstyled a:hover::after {
	width: 100%;
}
.drawer__menu .list-unstyled .weak {
    margin-bottom: 20px
}
.drawer__menu .list-unstyled .weak:first-child {
    margin-top: 40px
}
.drawer__menu .list-unstyled .weak a {
    font-size: 14px;
}
.drawer__menu .list-unstyled li .bus_list {
    margin: 20px 0 0 20px
}
.drawer__menu .list-unstyled li .bus_list li {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.drawer__menu .list-unstyled li .bus_list li::before {
    font: var(--fa-font-solid);
    content: '\f0da';
    position: absolute;
    top: 4px;
    left: 0;
}
.drawer__menu .up_menu {
    padding-bottom: 30px;
    border-bottom: solid 1px #3b568d
}
.drawer__menu .dowm_menu {
    margin-top: 50px
}
.drawer__menu .dowm_menu h6 {
    margin: 12px 0 0 10px;
    font-size: 16px;
    font-weight: 400;
}
.drawer__menu .dowm_menu p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.drawer__menu .dowm_menu .logo-image img {
    width: 140px;
    height: 35px
}
.drawer__menu .cont_btn {
    width: 90%;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.drawer__menu .cont_btn::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: #ed7793;
}
.drawer__menu .cont_btn::after{
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #2d3035;
    transition: all .3s ease-in-out;
}
.drawer__menu .cont_btn:hover::after{
    width: 100%;
    left: 0;
    right: unset;
}

@media (max-width: 991px) {
    .drawer__menu .cont_btn {
        margin: 30px 0;
    }
}

/*
------------------------------------------------
Header
------------------------------------------------
*/
header.masthead {
//    padding-top: 10.5rem;
//    padding-bottom: 6rem;
    padding-top: 6.5rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #123456;
//    background-image: url("../images/top/header-bg.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
header.masthead .masthead-subheading {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.8);
}
header.masthead .masthead-heading {
    font-size: 3.0rem;
    font-weight: 700;
    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(255, 255, 255, 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: 2.5rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 3.75rem;
    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 {
      font-size: 2.25rem;
      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")
}

/*
------------------------------------------------
Form
------------------------------------------------
*/
.form-label {
    margin-bottom: 0.05rem;
    font-weight: 500;
}
.form-label span {
    margin-bottom: 0.05rem;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}
input[type=checkbox], input[type=radio] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #dc3545;
}
.has-error .form-control {
    border-color: #dc3545;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #dc3545;;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dc3545;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dc3545;
}
.has-error .input-group-addon {
    color: #dc3545;
    background-color: #f2dede;
    border-color: #dc3545;
}
.has-error .form-control-feedback {
    color: #dc3545;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #dc3545;
    font-size: 0.9rem;
}
.checklist ul {
    padding: 0 0 0 8px;
}
.checklist li {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px !important;
    
    position: relative;
}
.checklist li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    border-radius: 0.3rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}

/* Checkbox */
.checkbox_input {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 15%
}
.checkbox_input_Input {
    margin: 0;
    width: 0;
    opacity: 0;
}
.checkbox_input:hover{
    background: rgba(0,0,0,0) !important;
}
.checkbox_input_Input:focus + .checkbox_input_DummyInput{
    border: dashed 2px #333333;
}
.checkbox_input_Input:checked + .checkbox_input_DummyInput {
    background: #333333;
}
.checkbox_input_Input:checked + .checkbox_input_DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}
.checkbox_input_Input:checked + .checkbox_input_DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}
.checkbox_input_DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px transparent;
    background: rgba(0,0,0, .1);
    border-radius: 4px;
}
.checkbox_input_LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    }

@media (max-width: 520px) {
    input[type=checkbox] {
        transform: scale(1.5);
        margin: 0 0 0 0;
    }
    .checkbox_input {
        padding: 12px 0px;
    }
    .checkbox_input_LabelText {
        font-size: 14px;
    }
}

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

/* Button ----------------*/


/*
------------------------------------------------
Home
------------------------------------------------
*/

/*=== 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 {
    font: var(--fa-font-solid);
    content: "\f152";
    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: #171717;
	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;
	}
}

/*
------------------------------------------------
Guide
------------------------------------------------
*/
.guide_hedder {
    padding: 40px 0 20px;
    text-align: center
}
.guide_hedder h2 {
    color: #304878;
    font-weight: 700;
    margin-bottom: 20px
}
.guide_hedder p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.container .toc {
    overflow: hidden;
    padding: 0 10px 0 60px;
    margin: 40px auto
}
.container .toc li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em
}
.container .toc li::before {
    color: #318fca;
    font-family:"Font Awesome 6 Free";
    content: '\f35a';
    font-weight:700;
    font-size: 17px;
}
.container .toc li a {
    color: #304878;
}
.container .toc li a:hover {
    color: #318fca;
    margin-left: -3px
}
.guide_cont {
    padding: 40px 0 90px
}
.guide_cont h4 {
    font-size: 22px;
    letter-spacing: -0.01em;
    margin: 0 10px 15px
}
/* ページ内リンクの固定ヘッダー調整 */
.guide_cont h4:before {
	content: "";
	display: block;
	height: 160px;
	margin-top: -100px;
	visibility: hidden;
}
.guide_cont h4::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #318fca;
}
.guide_cont h4 span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding-right: 5px
}
.guide_box {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    padding: 25px 20px;
    margin: 0 10px 40px
}
.guide_cont .guide_box li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em
}
.guide_cont .guide_box li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: -1px;
    width: 8px;
    height: 8px;
    background-color: #8baed8;
    border-radius: 50%;
}
.guide_cont .guide_box li p {
    line-height: 1.6;
    font-weight: 500;
    margin-left: 10px;
    color: #318fca
}
.guide_cont .guide_box li b {
    font-size: 17px;
    font-weight: 700;
    padding: 0 3px;
    letter-spacing: -0.01em
}
.guide_cont .guide_box li span {
    font-size: 15px;
    font-weight: 500;
}
.guide_cont .guide_box .attention {
    font-size: 14px;
    margin-top: 25px;
    margin-left: 0
}
.guide_cont .guide_box .attention:before{
    color: #ed7793;
    font-family:"Font Awesome 6 Free";
    content: '\f071';
    font-weight:700;
    font-size: 18px;
    margin:0 5px 0 0;
}

/* 用語インデックス */
.container .words {
    overflow: hidden;
//    padding: 0 10px 0 10px;
    margin: 2px 10px 2px 0px;
}
.container .words a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em
}
.container .words a::before {
    color: #318fca;
    font-family:"Font Awesome 6 Free";
    content: '\f35a';
    font-weight:700;
    font-size: 17px;
}
.container .words a {
    color: #304878;
}
.container .words a:hover {
    color: #318fca;
    margin-left: -3px
}

/* ページ内リンクの固定ヘッダー調整 */
.words_cont h4:before {
	content: "";
	display: block;
	height: 80px;
	margin-top: -10px;
	visibility: hidden;
}


/*
------------------------------------------------
Comming Soon
------------------------------------------------
*/
.comming_soon h2 {
    font-size: 32px !important;
    font-weight: bold;
    color: #006ab8;
    line-height: 1.4em;
    text-align: center;
    margin: 40px 0 20px
}

.comming_soon .job_gaiyo {
    text-align: center;
    margin-bottom: 30px
}

/*
------------------------------------------------
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: var(--fa-font-solid);
	content: "\f00c";
	left: 0;
	top: 0;
	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: var(--fa-font-solid);
    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;
}

/*************************/
/*     Calendar          */
/*************************/	
table.calendar_t {
	color: #666666;
	margin: 0 auto;
}

table.calendar_t th,
table.calendar_t td {
	width: 25px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.redcolor {
	color: #CC0000;
}

/* ツールチップ */
.calTooltiptd {
	position: relative;
}

.calTooltip {
	width: 130px;
	padding: 10px;
	font-size: 12px;
	margin: -30px 0 0;
	background-color: #666;
	color: #fff;
	position: absolute;
	right: -160px;
	top: 50%;
	z-index: 10;
}

.calTooltip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #5e5e5e;
	border-width: 8px;
	margin-top: -8px;
}

/*
------------------------------------------------
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 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: #171717 !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: #171717;
    font-weight: 500;
    margin-bottom: 10px;
}
.message textarea {
    color: #171717 !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 #171717;
    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: 50px 15px 30px;
    background-color: #f7f7f5;
    background-image: url("../images/common/pattern.png")
}
#contact_banner h3 {
    color: #2d3035;
    font-family:'Montserrat';
    font-weight:600;
    font-size: 60px;
    line-height: 1.0;
    letter-spacing: -0.01em;
}
#contact_banner h4 {
    color: #2d3035;
    font-size: 30px;
    margin-left: 10px;
    margin-top: 8px;
    
}
#contact_banner .cont_txt {
    margin: 70px 0 70px
}
#contact_banner p {
    color: #2d3035;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em
}

#contact_banner .list_2 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
#contact_banner.list_2 ul {
    text-align: center;
    margin: 0 auto
}
#contact_banner .list_2 li {
  display: inline-block;
  list-style: none;
}
#contact_banner .list_2 li {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.01em
}
#contact_banner .list_2 li:first-child {
    margin-right: 90px
}
#contact_banner .list_2 li i {
    font-size: 26px;
    line-height: 1.0;
    vertical-align: -3px;
    margin-right: 5px
}
#contact_banner .list_2 li a {
    font-size: 18px;
    font-weight: 400;
    color: #c9c9c9;
}
#contact_banner .list_2 li a:hover {
    color: #ed89a0;
}
#contact_banner .cont_img img {
    width: 237px;
    height: 301px;
    margin-top: 40px
}

#contact_banner .mail-form {
    display: inline-block;
    padding: 0.65em 1.25em;
    color: #fff;
    text-decoration: none;
    background: #000;
    position: relative;
    transition: all ease .3s;
    overflow: hidden;
    border-radius: 0;
    border: none
}
#contact_banner .mail-form > span {
    color: #fff;
    position: relative;
    z-index: 2;
}
#contact_banner .mail-form::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    background: #ed89a0;
    content: "";
    transition: transform linear .3s;
    transform-origin: right top;
}
#contact_banner .mail-form:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
}

#contact_banner .mail-form::after {
    top: 0;
    left: -200px;
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
    
}

@media (max-width: 420px) {
    .phone-number {
        
    }
}


/*
------------------------------------------------
Footer
------------------------------------------------
*/
.footer{
	padding:30px 20px 10px;
    font-size: 12px;
    background-color: #304878;
    /*background-color: rgba(48,72,120,0.85);*/
    background-image: url("../images/common/pattern.png")
}
.footer a img {
    height: 42px;
    width: auto;
    margin-bottom: 20px;
    margin-left: -10px
}
.footer a img:hover { opacity: 0.8 ;
}
.footer .tokyo {
    padding-right: 0;
    padding-left: 0;
}
.footer p {
	line-height: 20px;
	letter-spacing: 0.03em;
	text-transform: unset;
	color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 0.3rem;
}
.footer p.add {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap
}
.footer p.add span {
    font-size: 12px;
    color: #c9c9c9;
}
.footer p.add small {
    font-size: 12px;
    letter-spacing: -0.04em
}
.footer p.namber {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.08em
}
.footer p.namber span {
    color: #c9c9c9;
    margin-right: 8px
}
.footer p a i {
    color: #ed89a0;
    font-size: 16px;
    margin-left: 10px
}
.footer p a i:hover {
    color: #fff
}
.footer h4 {
    color: #c9c9c9;
    font-size: 20px;
    margin-bottom: 5px
}
.footer h5 {
	font-size: 14px;
    font-weight: 400;
	color: #c9c9c9;
	margin-bottom: 5px;
}
.footer h5 a {
    color: #c9c9c9;
    font-weight: 400;
}
.footer h5 a:hover {
    color: #ed89a0;
}
.footer .bis_list {
    text-align: center
}
.footer .bis_list .col-sm-4 {
    padding: 0
}
.footer .bis_list ul {
    height: 100%;
    border-right: 1px solid #6075a0;
    padding-top: 15px
}
.footer .bis_list .print ul {
    border-left: 1px solid #6075a0;
}
.footer .bis_list li {
    margin-bottom: 15px
}
.footer .bis_list li a {
    text-align: center;
    color: #c9c9c9;
    font-size: 12px;
}
.footer .bis_list li a:hover {
    color: #ed89a0;
}
.footer .bis_list .col-sm-4:nth-child(2) li {
    margin-top: 40px;
}
.footer .list_4 {
    width: 100%;
    display: flex;
    padding: 30px 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #6075a0;
}
.footer .list_4 li{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0
}
.footer .list_4 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
}
.footer .list_4 li a:hover {
    color: #ed89a0;
}

@media(max-width:576px){
    .footer .list_4 {
        flex-wrap: wrap;
    }
    .footer .bis_list .print ul,
    .footer .bis_list ul {
        flex-wrap: wrap;
        border-left: 0px;
        border-right: 0px;
    }
    .footer .bis_list .col-sm-4:nth-child(2) li {
        margin-top: 0;
    }
    .footer .list_4  li{
        width: 50%;
    }
}

.footer .btn-box .btn {
    position: relative;
    display: block;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #6075a0;
    border-radius: 0;
    color: #c9c9c9;
    width: 50%;
    margin-top: 1px;
    padding: 5px;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .btn-box .btn:hover {
    color: #fff;
    border: 1px solid #ed89a0;
}
.footer .btn-box .btn::after,
.footer .btn-box .btn::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer .btn-box .btn:hover::after {
    top: 0;
    left: 0;
    background-color: #ed89a0;
}
.footer .btn-box .btn::after {
    top: 0;
    left: -200px;
    width: 100%;
    height: 100%;
}

@media(max-width:1199px){ 
    .footer .btn-box .btn {
        width: 100%;
        margin-bottom: 50px
    }
}

@media(max-width:576px){ 
    .footer .btn-box {
        margin-bottom: 50px
    }
}


.footer .bottom_layer {
    padding: 10px 0;
	border-top: 1px solid #6075a0;
}
.footer .copyright {
    text-align: left;
    font-size: 12px;
    margin-top: 5px
}
.footer .copyright a {
    color: #c9c9c9;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.footer .copyright a::after {
    background-color: #c9c9c9;
    bottom: -2px;
    content: "";
    height: 0.5px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
}
.footer .copyright a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.footer .list_2 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.footer .list_2 ul {
    text-align: center;
    margin: 0 auto
}
.footer .list_2 li {
  display: inline-block;
  list-style: none;
}
.footer .list_2 li:not(.list1) {
  margin-left: 50px;
}
.footer .list_2 li a {
    font-size: 11px;
    font-weight: 400;
    color: #c9c9c9;
}
.footer .list_2 li a:hover {
    color: #ed89a0;
}

/*mobile*/
@media screen and (max-width: 767px) {
    .footer{ font-size: 16px; }
    .footer-logo .sp { width: 160px; height: auto; }
    .footer li a { font-size: 16px; }
    .footer h5 { font-size: 18px; }
}


/*
------------------------------------------------
Back To Top Button
------------------------------------------------
*/
#page-top {
}
#page-top a {
    z-index: 1000;
    position: fixed;
    bottom: 50px;
    right: 17px;
    text-decoration: none;
    background-color: #2d3035;
    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 {
    color: #ed89a0;
    text-decoration: none;
    filter: alpha(opacity=1);
    opacity: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#page-top i {
    
}

/*
------------------------------------------------
Error
------------------------------------------------
*/
#error {
    padding-top: 130px
}
#error .section-title h2 {
    margin: 40px 0;
    position: relative;
    color: #15205e;
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 0.03em
}
#error h3 {
    font-size: 20px;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.03em
}
#error .fa-regular,
#error .fa-solid {
    display: inline-block;
    font-size: 100px;
    color: #ed7793;
    margin-bottom: 30px;
    text-shadow: 3px 5px 2px #3333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#error .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: #1a76d1;
    background: #fff !important;
    border: 1px solid #1a76d1;
}
#error .back_btn a:hover {
    background: #304878 !important;
    color: #fff
}

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