@charset "UTF-8";
body {
  font-size: 2em;
}
.btn > p > a {
	background: #C83A3F;
    border-bottom: 5px solid #9D2C31;
}
.btn > p > a:hover {
	background: #9D2C31;
    border-bottom: 2px solid #C83A3F;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
section{
  background: #F9F9F9;
}
.p2 > h1{
    color: #009fe6;
}
@media only screen and (max-width: 768px) {
	.p1 > .kvbtn{
		bottom: auto;
		top: calc(100vw * 1.1);
	}
}
.p1 > .kvbtn > a{
	background: #C83A3F;
    border-bottom: 5px solid #9D2C31;
}
.p1 > .kvbtn > a:hover{
	margin-top: 3px;
	background: #9D2C31;
    border-bottom: 2px solid #C83A3F;
}
@media only screen and (max-width: 768px) {
  .p1 {
    height: calc(100vw * 0.5);
    margin-bottom: calc(100vw * 0.8);
  }
}
.p1 > h1{
	font-size: 2.2em;
	color: #FFF;
	background: none;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.p1 > h1{
		font-size: calc(100vw* 0.1);
		background-color: #000;
		bottom: auto;
		top: calc(100vw * 0.5);
	}
}
/*===============================

  header

================================*/
.header .header__inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 90px;
}
@media screen and (max-width:1140px) {
	.header .header__inner {
		padding: 2%;
	}
}
@media screen and (max-width:768px) {
	.header .header__inner {
		position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    height: 60px;
	}
}
/* ヘッダーのロゴ部分 */
.header__title {
	width: 50%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/header_bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.header__title .main_logo {
	display: flex;
	margin-top: 5%;
	margin-left: 8%;
}
.header__title .main_logo li {
	max-width: 184px;
	width: 28%;
	line-height: 1em;
}
.header__title .main_logo li:nth-child(2n) {
	width: 33%;
  max-width: 195px;
  padding-top: 1px;
}
@media screen and (min-width:1620px) {
	.header__title {
		height: 150px;
	}
}
@media screen and (max-width:1140px) {
	.header__title .main_logo {
    margin-left: 4%;
	}
	.header__title {
		width: 68%;
}
}
@media screen and (max-width:768px) {
	.header__title {
		width: 88%;
    background-position: left -60px top;
    height: 100px;
	}
	.header__title .main_logo {
		margin-top: 4%;
	}
	.header__title .main_logo li:nth-child(2n) {
    width: 31%;
		padding-top: 0
	}
}
.global_nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.global_nav .nav__items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.global_nav .nav-items__item {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.global_nav .nav-items__item a {
	color: #3A434A;
}
.global_nav .nav-items__item.header_btn a {
	background-color: #009FE6;
	border-radius: 50px;
	color: #fff;
	padding: 10px 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	display: inline-block;
}

.header .ak_logo {
    line-height: 1em;
	max-width: 150px;
	width: 20%;
	margin: 0 4% 0 20px;
}
.hamburger_wrap {
	display: none
}

/*===============================

  header

================================*/
.header .header__inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 90px;
}
@media screen and (max-width:1140px) {
	.header .header__inner {
		padding: 2%;
	}
}
@media screen and (max-width:768px) {
	.header .header__inner {
		position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    height: 60px;
	}
}
/* ヘッダーのロゴ部分 */
.header__title {
	width: 50%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/header_bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.header__title .main_logo {
	display: flex;
	margin-top: 5%;
	margin-left: 8%;
}
.header__title .main_logo li {
	max-width: 184px;
	width: 28%;
	line-height: 1em;
}
.header__title .main_logo li:nth-child(2n) {
	width: 33%;
  max-width: 195px;
  padding-top: 1px;
}
@media screen and (min-width:1620px) {
	.header__title {
		height: 150px;
	}
}
@media screen and (max-width:1140px) {
	.header__title .main_logo {
    margin-left: 4%;
	}
	.header__title {
		width: 68%;
}
}
@media screen and (max-width:768px) {
	.header__title {
		width: 88%;
    background-position: left -60px top;
    height: 100px;
	}
	.header__title .main_logo {
		margin-top: 4%;
	}
	.header__title .main_logo li:nth-child(2n) {
    width: 31%;
		padding-top: 0
	}
}
.global_nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.global_nav .nav__items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.global_nav .nav-items__item {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.global_nav .nav-items__item a {
	color: #3A434A;
}
.global_nav .nav-items__item.header_btn a {
	background-color: #009FE6;
	border-radius: 50px;
	color: #fff;
	padding: 10px 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	display: inline-block;
}

.header .ak_logo {
    line-height: 1em;
	max-width: 150px;
	width: 20%;
	margin: 0 4% 0 20px;
}
.hamburger_wrap {
	display: none
}


/*===============================

  footer

================================*/
footer {
 	background-image: url("../img/footer_head.png") ;
 	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-size:  cover;
	padding: 40px 2% 20px;
	color: #fff;
	text-align: center;
}
footer ul.footer_flex {
 	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 240px;
	margin: 0 auto;
}
footer .footer_flex img {
  padding: 20px;
}

footer small {
  text-align: center;
  padding-top: 20px;
  display: block;
  font-weight: normal;
}
footer .footer_link a{
	margin: 0 20px;
	color: #FFF;
	font-size: 0.6em;
}
footer .footer_link a:hover{
	opacity: 0.5;
}
@media screen and (max-width:768px) {
footer {
 	background-image: none;
	background-repeat: no-repeat;
	background-size:  cover;
	background-color: #3a434a;
	padding: 20px 2% 10px;
	color: #fff;
	text-align: center;
}
footer ul.footer_flex {
 	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 0 auto 20px auto;
	width: 50%;
}

footer .footer_flex img {
  padding: 20px 5px 0;
	width: 100%;
}
footer small {
    margin-top: 8%;
    text-align: center;
    font-size: calc(100vw* 0.03);
}
footer .footer_link a {
	display: block;
	font-size: calc(100vw* 0.04);
}
}



/*===============================

  private

================================*/
html{font-family: 'Myriad Web Pro', sans-serif;}
.header__title2 {
    width: 300px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_circle.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
.btn.btn_small > p > a{
	font-size: calc(100vw* 0.05);
}
}
@media only screen and (max-width: 768px) {
	.header__title2 {
		width: 50vw;
		height: 25vw;
	}
}
.header__title2 ul {
	width: 60%;
	margin: 20px 0 0 30px;
}
@media only screen and (max-width: 768px) {
	.header__title2 ul {
    	margin: calc(100vw * 0.03) 0 0 calc(100vw * 0.04);
	}
	.header__title2 ul li:nth-child(1) {
		line-height: 1em;
	}
}
				.w1{
					border: 1px solid #AAA;
					border-radius: 10px;
					padding: 10px;
					margin-bottom: 40px;
					background-color: #DFE4E7;
				}
				@media only screen and (max-width: 768px) {
					.w1{
						width: 96%;
						margin: 0 auto 40px auto;
						padding: 10px 0;
					}
				}
				.p12{
					margin-bottom: 40px;
				}
				.p12:after{
					content: "";display: block;clear: both;
				}
				.p12_left{
					float: left;
					width: 40%;
					padding: 0 10px;
				}
				.p12_right{
					float: left;
					width: 60%;
					padding: 0 10px;
				}
				@media only screen and (max-width: 768px) {
					.p12_left{
						float: none;
						width: 100%;
						margin-bottom: 20px;
					}
					.p12_right{
						float: none;
						width: 100%;
					}
				}

.solution_flex {
	max-width: 1080px;
	background-color: #f0f9fe;
	border-radius: 10px;
	padding: 22px 32px 24px;
	margin-bottom: 60px;
	position: relative;
	border: 1px solid #AAA;
}

.solution_flex ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.solution_flex ul li {
  max-width: 330px;
}

.solution_flex ul li:nth-child(1), .solution_flex ul li:nth-child(3) {
  width: 250px;
}

.solution_flex ul li:nth-child(2) {
  padding-right: 10px;
}

.solution_flex ul li:nth-child(4){
  padding-left: 20px;
}

.solution_flex ul dl {
  display: flex;
  flex-wrap: wrap;

}
.solution_flex ul dl dt {
width : 100%;
padding-bottom: 8px;
	font-size: 2.5rem;
}
.solution_flex ul dl dd {
width : 100%;
	font-size: 1.6rem;
}
.solution_flex p a {
	font-size: 1.4rem;
}
.solution_flex .solution_logo {
	width: 310px;
	background: #fff;
	text-align: center;
	color: #009fe6;
	font-size: 2em;
	padding: 10px 0;
}
.solution_flex .solution_logo span {
	font-weight: bold;
}
.solution_flex .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.solution_flex .arrow::before,
.solution_flex .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.solution_flex .arrow1 {
	position: absolute;
  top: 50%;
}
.solution_flex .arrow1::before{
	background: #3a434a;
	left: -4px;
	width: 15px;
	height: 1px;
}
.solution_flex .arrow1::after{
	border-top: 1px solid #3a434a;
	border-right: 1px solid #3a434a;
	left: -5px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.solution_flex .arrow2 {
    padding: 0 0 0 48px;
}
.solution_flex .arrow2:before {
  width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #009fe6;
}
.solution_flex .arrow2:after {
  left: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media screen and (max-width:768px) {
.solution_flex {
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 10px;
}

.solution_flex ul {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
}

.solution_flex ul li {
  max-width: 100%;
}

.solution_flex ul li:nth-child(1), .solution_flex ul li:nth-child(3) {
  width: 100%;
}

.solution_flex ul li:nth-child(2) {

	height: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

.solution_flex ul li:nth-child(4){
	padding-top: 20px;
  padding-left: 0px;
}

.solution_flex ul dl {
  display: flex;
  flex-wrap: wrap;
}
.solution_flex ul dl dt {
width : 100%;
padding-bottom: 8px;
	font-size: 2.2rem;
}
.solution_flex ul dl dd {
width : 100%;
	font-size: 90%;
}
.solution_flex p a {
	font-size: 1.4rem;
}
.solution_flex .solution_logo {
	width: 90%;
	line-height: 1em;
	margin: 0 auto;
	height: auto;
	background: #fff;
	text-align: center;
	padding-top: 10px;
}
.solution_flex .solution_logo img {
	width: 60%;
}
.solution_flex .arrow1 {
	position: relative;
}
.solution_flex .arrow1::before{
    left: 0px;
	top: 1px;
    width: 17px;
    height: 1px;
    background: #3a434a;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.solution_flex .arrow1::after{
    left: 1px;
	top: 0px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #3a434a;
    border-right: 1px solid #3a434a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

}
					.p11{
						margin-bottom: 40px;
					}
					@media only screen and (max-width: 768px) {
						.p11{
							padding: 10px;
						}
					}
					.p11 table{
						font-size: 0.8em;
						table-layout: fixed;
						border-collapse: collapse;
						width: 100%;
						border: 1px solid #AAA;
						margin-bottom: 10px;
						background-color: #FFF;
					}
					@media only screen and (max-width: 768px) {
						.p11 table{
							display: block;
							overflow-x: scroll;
							white-space: nowrap;
						}
					}
					.p11 table thead th{
						padding: 10px 5px;
						border: 1px solid #AAA;
						text-align: center;
						font-weight: bold;
						color: #AAA;
						line-height: 1.2em;
						font-size: 0.8em;
					}
					.p11 table thead th:nth-child(1){
						text-align: left;
						width: 300px;
					}
					.p11 table tbody th:nth-child(1){
						width: 200px;
					}
					.p11 table tbody td:nth-child(2){
						width: 100px;
					}
					.p11 table tbody th{
						padding: 10px 5px;
						border: 1px solid #AAA;
						text-align: left;
						vertical-align: top;
						line-height: 1.2em;
						font-size: 0.8em;
					}
					.p11 table tbody td{
						padding: 10px 5px;
						border: 1px solid #AAA;
						text-align: center;
						line-height: 1.2em;
					}
					.p11 table .c01{
						color: #009fe6;
					}
					.p11 table .c02{
						color: #009fe6;
						font-weight: bold;
					}
					.p11 table .t01{
						width: 80px;
					}
					.p11 > p{
						font-size: 0.6em;
						color: #555;
					}
				.p2_link a{
					font-size: 0.8em;
					color: #555;
				}
				.p2_link a:hover{
					text-decoration: underline;
					text-decoration-color: #009fe6;
				}
				.p2_link a:before{
					content: '> ';
					color: #009fe6;
				}

.products_flex {
 	display: flex;
 	justify-content: space-between;
 	align-items: stretch;
}
@media only screen and (max-width: 768px) {
	.products_flex {
		display: block;
	}
}
.products_flex div {
 	max-width: 530px;
 	width: 48%;
}
@media only screen and (max-width: 768px) {
	.products_flex div {
		float: none;
		width: 100%;
		padding: 0 10px;
	}
}
.products_flex p {
	font-size: 1.8rem;
	padding-bottom: 50px;
}
.products_flex .products_ttl p {
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #009fe6;
	font-size: 2em;
}
.products_flex .products_ttl p span {
	font-weight: bold;
}

.products_flex ul.benefits {
	font-size: 1.7rem;
    line-height: 2.2rem;
	margin-bottom: 60px;
  }
.products_flex ul.benefits li + li{
    margin-top: 10px;
  }
.products_flex .benefits li{
  position: relative;
  padding-left: 15px;
}
.products_flex .benefits li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #3a434a;
  border-radius: 50%;
}
.products_flex .products_ttl2 img {
	width: 28%;
	padding-bottom: 20px;
}

/*251215*/
@media only screen and (max-width: 768px) {
  .p1 {
    height: calc(100vw * 0.5);
    margin-bottom: calc(100vw * 0.5);
  }
}
.p1 > h1{
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}
.p1 > h1 > span.lead-text{
	line-height: 1.2em;
	font-weight: normal;
	display: block;
}
@media only screen and (max-width: 768px) {
	.p1 > h1{
		color: #000;
		background: rgba(220, 220, 220, 0.6);
		font-size: calc(100vw * 0.095);
	}
	.p1 > h1 > span.lead-text{
		display: block;
		margin-top: 10px;
		line-height: 1.2em;
		font-size: calc(100vw * 0.05);
		padding: 0 10px;
	}
}
.products_flex.products_flex_no div{
	max-width: 100%;
	width: 100%;
}
ul.lineup_flex {
	display: flex;
 	justify-content: space-between;
 	align-items: stretch;
	padding-bottom: 50px;
}

ul.lineup_flex li img {
	width: 96%;
}
@media only screen and (max-width: 768px) {
ul.lineup_flex {
	display: flex;
 	justify-content: space-between;
 	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
ul.lineup_flex li {
	width: 50%;
}
ul.lineup_flex li img {
	width: 90%;
}
}

.p14 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p14 {
    padding: 0 10px;
  }
}
.p14 > ul:after {
	content: "";display: block;clear: both;
}
.p14 > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
    border: #aaa 1px solid;
}
@media only screen and (max-width: 768px) {
  .p14 > ul {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
.p14 > ul > li {
	width: 100%;
	padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li {
    padding: 0;
  }
}
.p14 > ul > li > a {
	font-size: 0.8em;
	font-weight: bold;
    border-radius: 2px;
    color: #555;
    display: block;
    padding: 10px 0 30px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .2s all;
    border-right: #aaa 1px solid;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a {
    padding: 10px 30px 10px 0;
    border-right: none;
    border-bottom: #aaa 1px solid;
  }
}
.p14 > ul > li:last-child > a {
    border-right: none;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li:last-child > a {
    border-bottom: none;
  }
}
.p14 > ul > li > a:hover {
}
.p14 > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -7px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a:after {
    left: auto;
    right: 20px;
    bottom: 50%;
  }
}
.p14 > ul > li > a:hover:after {
  bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a:hover:after {
    bottom: 50%;
  }
}

.p14 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p14 {
    padding: 0 10px;
  }
}
.p14 > ul:after {
	content: "";display: block;clear: both;
}
.p14 > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
    border: #aaa 1px solid;
}
@media only screen and (max-width: 768px) {
  .p14 > ul {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
.p14 > ul > li {
	width: 100%;
	padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li {
    padding: 0;
  }
}
.p14 > ul > li > a {
	font-size: 0.8em;
	font-weight: bold;
    border-radius: 2px;
    color: #555;
    display: block;
    padding: 10px 0 30px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .2s all;
    border-right: #aaa 1px solid;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a {
    padding: 10px 30px 10px 0;
    border-right: none;
    border-bottom: #aaa 1px solid;
  }
}
.p14 > ul > li:last-child > a {
    border-right: none;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li:last-child > a {
    border-bottom: none;
  }
}
.p14 > ul > li > a:hover {
}
.p14 > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -7px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a:after {
    left: auto;
    right: 20px;
    bottom: 50%;
  }
}
.p14 > ul > li > a:hover:after {
  bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .p14 > ul > li > a:hover:after {
    bottom: 50%;
  }
}

.products_flex div{
	width: 100%;
}
.products_flex div .products_ttl p{
	line-height: 1em;
}
.products_flex div .products_ttl .products_ttl_gl{
	font-weight: normal;
	margin: 15px 0;
	display: block;
}
.products_flex div .products_ttl .products_ttl_text_s{
	font-weight: normal;
	font-size: 0.6em;
}
.products_flex div{
	padding-right: 15px;
}
@media only screen and (max-width: 768px) {
	.products_flex div{
		padding-right: 0;
	}
}
.products_info .products_area{
	margin-bottom: 60px;
    border: 1px solid #CCC;
    padding: 15px;
	background: #F9F9F9;
}
.products_info .products_area .products_area_flex{
	display: flex;
	padding:0;
}
@media only screen and (max-width: 768px) {
	.products_info .products_area .products_area_flex{
		display: block;
	}
}
.products_info .products_area .products_area_flex_left{
	flex-basis: 70%;
}
.products_info .products_area .products_area_flex_right{
	flex-basis: 30%;
}
.products_info .products_area .products_area_left_ttl{
	margin-bottom: 5px;
    padding-bottom: 0;
    color: #009fe6;
    font-size: 2em;
	line-height: 1em;
}
.products_info .products_area .products_area_left_ttl2{
	font-size: 1.2em;
    font-weight: bold;
}
.products_info .products_area .products_area_left_txt{
	margin-bottom: 30px;
}
.products_info .products_area .products_area_left_text_s{
	font-weight: normal;
	font-size: 0.6em;
}
.products_info .products_area .products_area_left_gl{
	font-weight: normal;
	margin: 15px 0;
	display: block;
}
ul.benefits li{
	position: relative;
	padding-left: 15px;
}
ul.benefits li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #3a434a;
	border-radius: 50%;
}
ul.benefits li span{
	font-weight: bold;
}
.products_info .products_area .products_area_flex_right ul{
}
.products_info .products_area .products_area_flex_right ul:after{
	content: "";display: block;clear: both;
}
.products_info .products_area .products_area_flex_right ul li{
	margin-bottom: 20px;
}
.products_info .products_area .products_area_flex_right ul li figure figcaption{
    color: #009fe6;
    font-weight: bold;
    font-size: 1.2em;
}

.products_flex div{
	width: 100%;
}
.products_flex div .products_ttl p{
	line-height: 1em;
}
.products_flex div .products_ttl .products_ttl_gl{
	font-weight: normal;
	margin: 15px 0;
	display: block;
}
.products_flex div .products_ttl .products_ttl_text_s{
	font-weight: normal;
	font-size: 0.6em;
}
.products_flex div{
	padding-right: 15px;
}
@media only screen and (max-width: 768px) {
	.products_flex div{
		padding-right: 0;
	}
}
.products_info .products_area{
	margin-bottom: 60px;
    border: 1px solid #CCC;
    padding: 15px;
	background: #F9F9F9;
}
.products_info .products_area .products_area_flex{
	display: flex;
	padding:0;
}
@media only screen and (max-width: 768px) {
	.products_info .products_area .products_area_flex{
		display: block;
	}
}
.products_info .products_area .products_area_flex_left{
	flex-basis: 70%;
}
.products_info .products_area .products_area_flex_right{
	flex-basis: 30%;
}
.products_info .products_area .products_area_left_ttl{
	margin-bottom: 5px;
    padding-bottom: 0;
    color: #009fe6;
    font-size: 2em;
	line-height: 1em;
}
.products_info .products_area .products_area_left_ttl2{
	font-size: 1.2em;
    font-weight: bold;
}
.products_info .products_area .products_area_left_txt{
	margin-bottom: 30px;
}
.products_info .products_area .products_area_left_text_s{
	font-weight: normal;
	font-size: 0.6em;
}
.products_info .products_area .products_area_left_gl{
	font-weight: normal;
	margin: 15px 0;
	display: block;
}
ul.benefits li{
	position: relative;
	padding-left: 15px;
}
ul.benefits li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #3a434a;
	border-radius: 50%;
}
ul.benefits li span{
	font-weight: bold;
}
.products_info .products_area .products_area_flex_right ul{
}
.products_info .products_area .products_area_flex_right ul:after{
	content: "";display: block;clear: both;
}
.products_info .products_area .products_area_flex_right ul li{
	margin-bottom: 20px;
}
.products_info .products_area .products_area_flex_right ul li figure figcaption{
    color: #009fe6;
    font-weight: bold;
    font-size: 1.2em;
}

@media screen and (max-width:768px) {
	.header .header__inner {
		z-index: 100;
	}
}
.p13 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p13 {
    width: 100%;
  	position: relative;
  }
  .p13:before {
  	content: "";
  	position: absolute;
  	width: 12px;
  	height: 12px;
  	border: 0;
  	border-top: solid 6px #009FE6;
  	border-right: solid 6px #009FE6;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 0;
  	right: 1%;
  	bottom: 0;
  	margin: auto;
  	animation: animationArrowRight 2s ease-in-out infinite;
  }
  .p13:after {
  	content: "";
  	position: absolute;
  	width: 12px;
  	height: 12px;
  	border: 0;
  	border-top: solid 6px #009FE6;
  	border-right: solid 6px #009FE6;
  	transform: rotate(135deg);
  	position: absolute;
  	top: 0;
  	left: 1%;
  	bottom: 0;
  	margin: auto;
  	animation: animationArrowLeft 2s ease-in-out infinite;
  }
}
@keyframes animationArrowRight {
  0%, 100% {
    transform: translateX(0) rotate(45deg);
  }
  50% {
    transform: translateX(-10px) rotate(45deg);
  }
}
@keyframes animationArrowLeft {
  0%, 100% {
    transform: translateX(0) rotate(225deg);
  }
  50% {
    transform: translateX(10px) rotate(225deg);
  }
}
@media only screen and (max-width: 768px) {
  .p13 .p13_box {
    padding: 0;
    width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
	position: relative;
  }
}
.p13 table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
	.p13 table {
		width: 1000px;
	}
}
.p13 table thead tr th {
	position: relative;
	color: #FFF;
	text-align: center;
	align-items: center;
	font-weight: bold;
	height: 100px;
	width: 33%;
}
.p13 table thead tr th:before {
	content: '';
	position: absolute;
    top: 0;
    right: -40px;
    border-top: solid 50px transparent;
    border-bottom: solid 50px transparent;
}
.p13 table thead tr th:nth-child(1) {
	z-index: 3;
	background-color: #009FE6;
}
.p13 table thead tr th:nth-child(1):before {
    border-left: solid 40px #009FE6;
}
.p13 table thead tr th:nth-child(2) {
	z-index: 2;
	background-color: #1782B1;
	padding-left: 50px;
}
.p13 table thead tr th:nth-child(2):before {
    border-left: solid 40px #1782B1;
}
.p13 table thead tr th:nth-child(3) {
	z-index: 1;
	background-color: #266784;
	padding-left: 50px;
}
.p13 table thead tr th:nth-child(3):before {
    content: none;
}
.p13 table tbody tr th,
.p13 table tbody tr td {
	padding: 10px;
    border: 1px solid #AAA;
}
.p13 table tbody tr td {
    vertical-align: top;
}
.p13 table tbody tr th {
	padding-right: 150px;
	background: url( img/sec10_img01.jpg) no-repeat right center / 100px auto;
}
.p13 table tbody tr td ul {
	margin-left: 20px;
}
.p13 table tbody tr td ul li {
	list-style-type: disc;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.p13 table tbody tr td ul li:last-child {
	margin-bottom: 0;
}

.p15 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p15 {
    padding: 0 10px;
  }
}
.p15 ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.p15 ul li{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 15px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 5px;
}
.p15 ul li .p15_title{
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
    text-align: center;
    color: #009fe6;
}
.p15 ul li .p15_txt{
	display: block;
	font-weight: normal;
}

.p2_list{
	
}
.p2_list li{
	position: relative;
	padding-left: 15px;
}
.p2_list li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #3a434a;
	border-radius: 50%;
}
.p2_list li span{
	font-weight: bold;
}
