@charset "utf-8";
/* CSS Document */

.navbar-theme .navbar-nav > .nav-item.contact .nav-link:before {
    content: "";
    background-position: 13;
    background-color: #005898;
    position: absolute;
    right: -50px;
    top: 5px;
    width: 210px;
    height: 88px;
    z-index: -1;
    clip-path: polygon(13% 100%, 0% 0%, 100% 0%, 100% 100%);
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:before,.navbar-theme .navbar-nav > .nav-item.order .nav-link:before {
    background-color: transparent;
    width: 0;

}
}
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:hover:before {
    background-color: #1F79BB;
}
a {
    color: #005898;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #2B7BB5;
    text-decoration: underline;
}
.navbar-theme .navbar-nav > .nav-item > .nav-link:active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link.active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link:hover > .nav-link-text, .navbar-theme .navbar-nav > .nav-item.show > .nav-link > .nav-link-text {
    color: #2B7BB5;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background-color: rgba(24,113,177,1.00);
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(24,113,177,1.00);
    -o-transition: opacity 0.8s cubic-bezier(24,113,177,1.00);
    transition: opacity 0.8s cubic-bezier(24,113,177,1.00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 150px;
}

.top-content.top-content5 .info h2:before {
    content: "";
    background-color: #62A3D1;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -40px;
    top: -140px;
    z-index: -1;
}

.top-content.top-content5 .info h2:after {
    content: "";
    background: #005898;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -60px;
    top: -140px;
    z-index: -1;
}

h2 span {
    color: #93B4CC;
    font-size: 0.7em;
    display: block;
    margin-top: 15px;
}

.top-content .col > div .btn {
    color: #005898;
    font-weight: 400;
    background-color: #E9E9E9;
    padding: 0.375rem 3.25rem;
}

.top-content .col > div .btn:hover {
    background-color: #005898;
    color: #FFF;
}

.secondary-header .container:after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: 130;
    background-color: rgb(135 133 133 / 85%);
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 65% 0%, 26% 100%, 0% 100%);
    z-index: 0;
}
.header-text h1 {
    text-shadow: 0 0 5px #000;
}
.headline {
    color: #FFFFFF;
    background-color: #0D3F89;
    padding-top: 3px;
    padding-bottom: 5px;
}

.footer {
    background-color: rgba(238,247,255,1.00);
    padding: 2rem 0 0;
}

.btn-group-lg > .btn, .btn-lg {
    background-color: #004C84;
}

::placeholder {
  color: #ccc;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

ol.li-numbers {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.li-numbers li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.li-numbers li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 18%;
}
@media screen and (max-width: 480px) {
ol.li-numbers li:before{
  top: 10%;
}
}

ul.li-circle{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ul.li-circle li{
    position: relative;
    padding: 5px 0 5px 20px;
    margin: 0 0 0 1em;
    line-height: 30px;
    border-bottom: 1px dashed #E4F4FF;
}
ul.li-circle li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #74C2F8;
    top: 1.3em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
ul.li-circle li:before{
    top: 1.7em;
}
}
