@charset "utf-8";
h1.ttl-text{display: none;}

.res-image-type-full .image img {
  width: 100% !important;
}

.spw69 {
margin-top: 60px;
margin-bottom: 45px;
}

.cp-tab-container .cp-tab-menu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 4px solid #00146e;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.cp-tab-container .cp-tab-menu-list li {
	margin: 20px 0 0;
  width: 49%;
  background-color: #c9e0fd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cp-tab-container .cp-tab-menu-list .cp-tab-menu-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
  padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-align: center;
	text-decoration: none;
	color: #00146e;
	outline: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cp-tab-container .cp-tab-menu-list .cp-tab-menu-btn p span{
  font-size: 1.8rem;
  font-weight: 700;
}
.cp-tab-container .cp-tab-menu-list .cp-tab-menu-btn p:after {
	display: none;
}
.cp-tab-container .cp-tab-menu-list .cp-tab-menu-btn.is-selected {
  background-color: #00146e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.fadeInUp {
  opacity : 0;
  transition: opacity 2s, transfom 2s;
}

.res-hr-line {
  border-top: 4px solid #00146e;
}

.l_fixed {
  z-index: 2;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.p_menuFixed__link {
  background-color: #00146e;
  position: relative;
  text-align: left;
}

.p_menuFixed__link.is_disabled > * {
  opacity: 0.35;
}

.p_menuFixed__link_i {
  color: #fff;
}

.p_menuFixed__comming_soon {
  color: #fff;
  line-height: 1;
}


@media screen and (max-width: 767px){
.spw69 {
width: 69%;
margin: 10vw auto 5.33vw;
}
  .l_fixed {
    position: relative;
  }
  .p_menuFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p_menuFixed__list {
    background-color: #00146e;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
  }
  .p_menuFixed__item {
    flex-basis: 33.3%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px 0;
  }
  .p_menuFixed__item:first-child .p_menuFixed__link {
    border-left: none;
  }
  .p_menuFixed__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100%;
    border-left: 1px solid #fff;
  }
  .p_menuFixed__link_img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .p_menuFixed__link_i {
    font-size: 1.2rem;
    line-height: 1.3;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p_menuFixed__link_i.m--2row {
    /* padding-top: calc(6px + 0.6em); */
  }
  .p_menuFixed__comming_soon {
    display: inline;
  }
  .p_menuFixed__comming_soon::before {
    content: '(';
    display: inline;
  }
  .p_menuFixed__comming_soon::after {
    content: ')';
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .l_fixed {
    position: fixed;
    right: 0;
    top: 200px;
    width: 60px;
  }
  .p_menuFixed {
    max-width: 130px;
    margin-top: 10px;
    margin-left: -70px;
    position: relative;
    right: -80px;
  }
  .p_menuFixed__item {
    position: relative;
  }
  .p_menuFixed__item:first-child .p_menuFixed__link {
    border-top-left-radius: 6px;
  }
  .p_menuFixed__item:last-child .p_menuFixed__link {
    border-bottom-left-radius: 6px;
  }
  .p_menuFixed__link.is_disabled:hover {
    cursor: default;
  }
  .p_menuFixed__link {
    border-bottom: 1px solid #2e4082;
    display: flex;
    box-sizing: content-box;
    align-items: center;
    padding: 18px 15px;
    right: 0;
    transition: right .1s ease-in-out;
  }
  .p_menuFixed__link:hover, .p_menuFixed__link:focus {
    right: 80px;
  }
  .p_menuFixed__link.is_touched {
    right: 80px;
  }
  .p_menuFixed__link_img {
    flex-basis: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .p_menuFixed__link_i {
    font-size: 1.4rem;
    line-height: 1.5;
    flex-basis: 6em;
    flex-shrink: 0;
    flex-grow: 1;
    padding-left: 5px;
  }
  .p_menuFixed__comming_soon {
    display: inline-block;
    margin-top: 6px;
  }
}