@charset "utf-8";
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_33per {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item_25per {
  width: 25%;
  justify-content: space-between;
  padding: 1%;
}
.item_20per {
  width: 20%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 40%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.item_80per {
  width: 80%;
  justify-content: space-between;
  padding: 1%;
}
.textsize {
  font-size: 128.57%;
  margin-bottom: 26px;
}
.box_osusume1,.box_osusume2,.box_osusume3 {
    padding: 0.5em 1em;
    margin: 0;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 170%;
	font-weight: bold;
	width: 100%;
}
.box_osusume1 {
    background: #00509d;
}
.box_osusume2 {
    background: #b5184f;
}
.box_osusume3 {
    background: #eeac00;
}
.item-img {
  padding: 0;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.font_120per {
  font-size: 120%;
}
.font_180per {
  font-size: 180%;
}
.font_150per {
  font-size: 150%;
}
.font_200per {
  font-size: 200%;
}
.font_80per {
  font-size: 80%;
}
.font_60per {
  font-size: 60%;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #003f8e;
}
.item-body p {
  font-size: 130%;
  line-height: 1.5em;
  text-align: left;
}
.fulltxt {
  width: 100% !important;
}
.padding_right_05em {
    padding-right: 0.5em;
}
.productPageLink {
    width: 100%;
    display: flex;
    margin: 4.69% auto;
}

.product-nav {
	display: flex;
}
.product-nav li {
  background: #09B6B8;
  padding: 10px;
  text-decoration: none;
  flex: 1;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-nav li a {
	color: aliceblue;
}
.product-nav li:hover {
	background-color: #0057b8;
}

ul.point-list li {
	position: relative;
	list-style-type: none!important;
	font-size: 16px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
}

ul.point-list li:before {
	content: 'POINT!';
	display: inline-block;
	padding: 3px 5px;
	background-color: #ffb03c;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
}



.special-cta {
	padding: 20px 30px;
	
    background: -moz-linear-gradient(#ffb03c, #09B6B8);
    background: -webkit-linear-gradient(#ffb03c, #09B6B8);
    background: linear-gradient(45deg, #77ff00, #09B6B8);
    /*background: linear-gradient(to right, #ff708d, #ff708d);*/
	text-align: center;
	margin: 30px 0 40px;
}
.special-cta p {
	margin: 20px;
	font-size: 1.2em;
	color: #fffff9;
}
.special-cta p a {
	text-decoration: none;
	color: #FFFF66;
}

.cv_button {
	display: block;
	padding: 20px 30px;
	background-color: #fffff9;
	text-decoration: none;
	color: #09B6B8;
	font-weight: bold;
	font-size: 1.7em;
}
.cv_button:hover {
	background-color: #FFFF66;
}


.ac-check{
    display: none;
}
.ac-label{
    background: #0057b8;
    color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
	position: relative;
}
.ac-label::before {
	font-family: "Font Awesome 5 Free";
	content: 'POINT \f0a6';
	font-weight: bold;
	color: #f39700;
	position: absolute;
	top: -10px;
	left: 5px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	text-shadow:
	2px 0 0 white,
	0 2px 0 white,
	-2px 0 0 white,
	0 -2px 0 white
}
.ac-content {
	padding: 3.5% 7.5% 25%;
	font-size: 16px;
	background-image: url("../group/img/k0938_1.svg");
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
	margin-bottom: 30px
}

.card-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slide-card {
	box-shadow: 0 0 8px rgb(102 102 102 / 30%);
	font-size: 16px;
	padding: 2.5%;
	flex: 1 300px;
	margin: 15px;
}
.slide-card h3 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #004098;
	line-height: 1;
	margin-bottom: 1em;
}
a.serviceBoxBtn {
    display: block;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: #fff;
    background: #004098;
    width: 70%;
    line-height: 1;
    padding: 16px 0;
    margin: 10% 15% 0;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.25s ease-in-out;
}

  .inner .swiper-button-prev,
  .inner .swiper-button-next,
  .inner .swiper-pagination {
    display: none;
  }

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #ffb03c;
    border-bottom: solid 2px #ffb03c;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #ffb03c;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}


@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .item-body p {
    font-size: 100%;
  }
.padding_right_05em {
    padding-right: 1em;
}	
.productPageLink {
    display: block;
    margin: 4.69% auto 10%;
	width: 100%;
}
	
.ac-label{
    margin-bottom: 1px;
    padding: 10px 10px 25px;
	position: relative;
}
	.ac-label::after {
		font-family: "Font Awesome 5 Free";
		content: '\f0dd';
		font-weight: bold;
	  -webkit-font-smoothing: antialiased;
	  display: inline-block;
		font-size: 1.5em;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  line-height: 1;
		position: absolute;
		bottom: 7px;
		left: 50%;
	}
.ac-content{
	box-shadow: 0 0 8px rgb(102 102 102 / 30%);
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.ac-check:checked + .ac-label + .ac-content{
    height: auto;
    opacity: 1;
    padding: 7.18%;
    visibility: visible;
}

.card-wrapper {
	flex-wrap: nowrap;
	padding: 10px;
}
.slide-card {
    padding: 7.18% 7.18% 20%;
	margin: 0 auto;
	flex: none;
}
	
.inner .swiper-button-prev,
.inner .swiper-button-next,
.inner .swiper-pagination {
display: block;
}

}