.red {
	color: #d44950;
}
img,
.w-100- {
	width: 100%;
}
.only-xs {
	display: block;
}
.only-pc {
	display: none;
}
.pt-40 {
	padding-top: 40px;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}

.text-blue {
	color: #32aae8;
}
.btn {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 150px;
}
.btn-blue {
	background-color: #32aae8;
	color: #fff;
}
.btn-blue-right {
	background: #32aae8 url(../images/common/icon-arrow-white.png) no-repeat right 20px top 50%;
	color: #fff;
}
.btn-border-gray,
.btn-border-gray-rev {
	position: relative;
	color: #333;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}
.btn-border-gray:hover,
.btn-border-gray-rev:hover {
	border: 1px solid #c8c8c8;
}
.btn-down {
	background: #fff url(../images/common/icon-arrow-down-blue.png) no-repeat right 12px top 50%;
}
.btn-border-gray-rev {
	background: #fff url(../images/common/icon-arrow-rev-blue.png) no-repeat left 20px top 50%;
}
.btn-blue:hover,
.btn-blue-right:hover {
	opacity: 0.8;
	color: #fff;
}
.btn-blue-right:hover {
	background-color: #32aae8;
}
.btn-border-gray:hover,
.btn-border-gray-rev:hover {
	color: #00a9df;
}
.container .title,
.container .title-l,
.container .title-m,
.container .title-s {
	position: relative;
}
.container .title {
	margin-bottom: 20px;
}
.container .title-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
	margin-bottom: 4px;
}
.container .title-s p {
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	-webkit-flex: 1;
	flex: 1;
}
.container .title-s:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #00a9df;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.summary .container .title:after {
	width: 100%;
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -moz-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -o-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -ms-linear-gradient(left, #00a9df, #78bd1f);
	background-image: linear-gradient(to right, #00a9df, #78bd1f);
	margin-top: 15px;
}
.container .title h2,
.container .title-l h3,
.container .title-m h4 {
	margin: 0;
}
.container .title h2 {
	font-size: 22px;
}
.container .title-l h3 {
	font-size: 18px;
}
.container .title-l {
	margin: 40px 0 20px 0;
}
.container .title-m {
	margin: 20px 0;
}
.container .title-l:before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #00a9df;
	position: absolute;
	left: 0;
	bottom: 0;
}
.container .title-l:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	margin-top: 20px;
}
.container .title-m:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 80px;
	height: 1px;
	background-color: #00a9df;
}
.container .title-m:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #f0f0f0;
	margin-top: 10px;
}
.container .title-m h4 {
	color: #00a9df;
}
.guide dl.wrap dd {
	position: relative;
	padding-left: 20px;
}
.guide dl.wrap dd:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 0.75em;
	width: 0.5em;
	height: 2px;
	background-color: #216fd6;
}
.guide dl dt {
	margin-top: 20px;
}
.guide dl dd {
	margin-bottom: 0;
}
.table-container {
	margin-bottom: 20px;
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.table-container::-webkit-scrollbar {
	height: 20px;
}
.table-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
.table-container::-webkit-scrollbar-thumb {
	background: url(../images/ico/icon-arrow-white-right.webp) right 7px top 5px no-repeat,url(../images/ico/icon-arrow-white-left.webp) left 7px top 5px no-repeat;
	background-color: #666;
	background-size: 7px auto !important;
	border-radius: 10px
}

.num-list {
	counter-reset: section;
}
.num-list_title {
	position: relative;
	margin: 0;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.num-list_title:before {
	content: counter(section) ".";
	counter-increment: section;
	color: #00a9df;
	display: inline-block;
	padding-right: 6px;
}

.affix-placeholder {
	top: 0;
	min-height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 2;
}
.affix-placeholder .container,
.affix-placeholder .container-fluid {
	height: 50px;
}
.affix-placeholder .container .title {
	display: flex;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 50px;
}
.affix-placeholder .title[href="javascript:;"] {
	cursor: default;
}
.affix-placeholder .title.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.affix-placeholder .title:after {
	content: "\f282";
	margin-left: auto;
	font-family: "bootstrap-icons";
	font-size: 16px;
	font-weight: bold;
	color: #c7000b;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: transform .2s ease-in-out;
}
.affix-placeholder a {
	display: block;
	color: #333;
	text-decoration: none;
}
.affix-placeholder .row {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}
.affix-placeholder ul {
	margin-bottom: 0;
}
.affix-placeholder ul li {
	padding: 8px 0;
	border-bottom: 1px solid #d4d4d4;
}
.affix-placeholder ul li a {
	display: block;
	font-size: 14px;
}
.affix-placeholder ul li.active a:before {
	content: "\f285";
	margin-right: 4px;
	font-family: "bootstrap-icons";
	font-size: 12px;
	color: #c7000b;
}
.content-box-left {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 8px;
	line-height: 1.5em;
	font-weight: bold;
}
.content-box-left:after {
	content: '';
    width: 30%;
    height: 2px;
    background-color: #00a0e9;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 0;
    min-width: 35px;
    transform: translateX(0);
}
.headline {
	display: inline-block; 
	padding: 10px 50px;
}

.collapse-container {
	background-color: #fff;
	border: 1px solid #dfe1e6;
	border-bottom: 1px solid #dfe1e6;
}
.collapse-container:not(:last-child) {
	margin-bottom: 4px;
}
.collapse-container a {
	position: relative;
	display: block;
	margin-bottom: -1px;
	padding: 14px 40px 14px 14px;
	text-decoration: none;
	border-bottom: 1px solid #dfe1e6;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.collapse-container a.collapsed i {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: transform .2s ease-in-out;
}
.collapse-container a + .por-collapse:not(.show) {
	display: none;
}
.collapse-container a p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #252b3a;
}
.collapse-container a i {
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -12px;
	color: #adb0b8;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.por-collapse dl {
	display: table;
	width: calc(100% - 30px);
	padding: 15px 0;
	margin: 0 14px;
	font-size: 14px;
}
.por-collapse dl + dl {
	border-top: 1px solid #dfe1e6;
}
.por-collapse dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 95px;
	font-weight: 700;
	color: #252b3a;
	font-size: 12px;
}
.por-collapse dl dd {
	display: table-cell;
	vertical-align: middle;
	color: #575d6c;
	font-size: 12px;
}

header nav.navbar {
	border: none;
	margin-bottom: 0;
	background-color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
    box-shadow: 0 5px 5px rgba(0,0,0,.07);
    z-index: 3;
}
header nav .navbar-brand {
	padding: 0;
	outline: none;
}
header nav .navbar-brand img {
	width: auto;
	height: 30px;
}
header .navbar-toggle {
	border-color: #ddd;
}
header .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.navbar ul.list-inline {
	display: inline-block;
	margin-bottom: 0;
}
.navbar-light .navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-nav {
	padding: 0 24px;
}
.navbar-nav a {
	position: relative;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #d4d4d4;
}
.navbar-nav li ul {
	display: none;
	font-weight: normal;
}
.navbar-nav li ul li {
	margin: 8px;
}
.navbar-nav li ul li a {
	font-weight: normal;
}
.banner .swiper-slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/banner/1.webp);
	background-position: center center;
	background-size: cover;
	background-color: #000;
}
.banner .content-inner {
	color: #fff;
}
.banner .content-inner .wrap {
	padding: 100px 7px;
}
.banner .content-inner h1 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.banner .content-inner h3 {
	margin-bottom: 0;
	font-size: 16px;
}

.product_sec,
.product {
	background-color: #f4f7fb;
}
.product_sec {
	padding: 40px 0 10px 0;
}
.product_sec .title {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.product_sec .img_area a {
	display: block;
}
.product_sec .img_area img {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.product_sec .img_area a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.product_sec .txt_area a {
	color: #000;
	text-decoration: none;
}
.product_sec .txt_area dl {
	margin-top: 40px;
	margin-bottom: 0;
}
.product_sec .txt_area dt {
	font-size: 20px;
}
.product_sec .txt_area dd {
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.55;
}
.product_sec .txt_area span {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 10px 20px;
	background-color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.product_sec .txt_area span:hover {
	color: #fff;
	background-color: #00a0e9;
}

.product-banner,
.common-banner {
	display: flex;
	height: 300px;
	align-items: center;
	background-size: cover;
	background-position: center center;
}
.common-banner {
	background-image: url(../images/banner/common/Mobile/1.webp);
}
.product-banner {
	justify-content: center;
	background-image: url(../images/banner/product/Mobile/1.webp);
}
.product-banner h2,
.common-banner h1 {
	color: #fff;
}
.common-banner h1 {
	text-align: center;
}
.product,
.products {
	padding: 60px 0;
}
.product .title,
.products .title {
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 14px;
	color: #333;
	text-align: center;
}
.product .title:after,
.products .title:after {
	content: '';
	margin-left: 0;
	width: 30%;
	height: 2px;
	background-color: #00a0e9;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 35px;
	transform: translateX(-50%);
}
.product ul.nav-tabs {
	margin-top: 40px;
	border: none;
}
.product .nav-item {
	margin-bottom: 10px;
	text-align: center;
	border: none;
	cursor: default;
}
.product .nav-link {
	width: 100%;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 25px;
}
.product .nav-link:hover {
	color: #00a0e9;
}
.product .nav-link.active {
	background-color: #00a0e9;
	color: #fff;
}
.product .tab-pane .product-con {
	padding-top: 40px;
}
.product .tab-pane .tipsbox span {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-left: 14px;
}
.product .tab-pane .tipsbox span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.product .tab-pane .tipsbox span:nth-child(1):before {
	background-color: #198754;
}
.product .tab-pane .tipsbox span:nth-child(2):before {
	background-color: #ffc107;
}
.product .tab-pane .tipsbox span:nth-child(3):before {
	background-color: #dc3545;
}
.product .tab-pane .tipsbox span:nth-child(4):before {
	background-color: #0dcaf0;
}
.table thead tr th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-image: url(../images/common/header-bg.jpg);
	z-index: 1;
}
.product .tab-pane .table thead tr th:nth-child(1) {
	z-index: 2;
}
.product .tab-pane .table-wrap {
	overflow: auto;
}
.product .tab-pane .table thead tr th:nth-child(1),
.product .tab-pane .table tbody tr th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}
.table thead tr th {
	color: #fff;
}
.table thead tr th:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #666;
	content: "";
}
.table td {
	border-left: 1px solid #dee2e6;
}
.table th,
.table td {
	white-space: nowrap;
	padding: 14px 20px;
}
.table tbody th,
.table-container .table tbody th {
	color: #fff;
	background-color: #8e8e8e;
}
.product .tab-pane .table tbody th a {
	color: #fff;
	text-decoration: none;
}
.product .tab-pane .table td label {
	margin: 0 4px;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 50%;
}

.products .row {
	margin-top: 40px;
}
.products .img-wrap {
	padding: 20px;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 20px;
}
.products .col {
	margin-bottom: 20px;
}
.products .col a {
	display: block;
	color: #333;
	text-decoration: none;
}
.products .card-product img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.products .card-product:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.products .img-wrap h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.summary .row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.summary .row .col-md-3 {
	font-weight: bold;
}

.form-progress {
	padding-bottom: 30px;
}
.form-progress ul {
	width: 100%;
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.form-progress ul li {
	position: relative;
	width: 100%;
	height: 40px;
	background: #d9f2fa;
	color: #00a9df;
	text-align: center;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-progress ul li.active {
	color: #fff;
	background: #00a9df;
}
.form-progress ul li.active:after {
	border-color: transparent transparent transparent #00a9df;
}
.form-progress ul li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -12px;
	top: -2px;
	z-index: 1;
}
.form-progress ul li:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #d9f2fa;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 2;
}
.form-progress ul li:last-child:before,
.form-progress ul li:last-child:after {
	display: none;
}
.contact .text-wrap {
	padding-bottom: 20px;
	line-height: 1.6;
}
.form-input .item {
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
.form-input .item-align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form-input .item:first-child {
	padding-top: 0;
}
.form-input_label {
	margin-bottom: 5px;
	padding-right: 20px;
	min-width: 200px;
	color: #00a9df;
	font-weight: 500;
}
.form-input_select {
	position: relative;
	padding: 0 20px;
	height: 50px;
	border: none;
	border: 1px solid #d2d2d2;
	background: #fff url(../images/common/input-select-arrow-down.png) no-repeat top 50% right 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.form-input_select:focus {
	outline: none;
}
.is-error .form-input_label {
	color: #c82929;
}
.form-error-message,
.form-input_error {
	display: none;
	color: #c82929;
}
.form-input_error {
	margin-top: 15px;
}
.is-error .form-input_select,
.is-error .form-input_textarea,
.is-error .form-input_text {
	background-color: #ffaaaa;
	color: #fff;
}
.form-input_textarea {
	width: 100%;
	height: 250px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 16px;
}
.form-input_note {
	display: inline-block;
	margin: 5px 0 0 0;
}
.form-input_text {
	height: 50px;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
}
.form-input .form-input_input input[type="checkbox"] {
	margin-top: 4px;
}
.checkbox-inline + .checkbox-inline {
	display: block;
	margin-left: 0;
}
.form-input .form-input_input,
.contact .form-btn-list ul {
	display: block;
}
.contact .form-btn-list {
	margin-top: 25px;
}
.contact .form-btn-list .btn {
	width: 100%;
}
.btn-right {
	background: #fff url(../images/common/icon-arrow-blue.png) no-repeat right 20px top 50%;
}
.contact .form-btn-list {
	margin-bottom: 50px;
}
.form-thanks-message {
	margin-top: 50px;
}
.overview_icon {
	text-align: center;
}
.overview_icon figure {
	display: inline-block;
	width: 50px;
}
.evaluation-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 86.6667vw;
	border-radius: 5.5556vw;
	background-color: #eee;
}
.evaluation-wrap > ul {
	margin-bottom: 0;
	padding: 13.3333vw 8.333300000000001vw
}
.evaluation-wrap > ul > li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 3.4722vw 4.4444vw 0;
	padding-top: 65px;
	width: 70vw;
	min-height: 70vw;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: #fff;
}
.evaluation-wrap > ul > li h5 {
	margin-bottom: 0;
	font-weight: bold;
}
.evaluation-wrap > ul > li:before {
	content: '';
	display: inline-block;
	width: 93%;
	height: 93%;
	border: 2px solid #2664e3;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.evaluation-wrap > ul > li ul {
	padding-top: 30px;
}
.evaluation-wrap > ul > li:nth-child(3) {
	margin-bottom: 0;
}
.corporate-wrap {
	overflow: hidden;
	padding: 8.8889vw 4.4444vw;
	background-color: #f7f7f7;
	border-radius: 2.0833vw;
}
.corporate-wrap .corporate_headline {
	overflow: hidden;
}
.corporate-wrap .corporate_headline h3 {
	height: 52px;
	color: #fff;
	text-align: center;
	line-height: 52px;
	margin-top: 8.8889vw;
    margin-bottom: 2.474vw;
	border-radius: 5px;
	font-size: 22px;
}
.corporate-wrap .corporate_headline:nth-child(1) h3 {
	background-color: #2664E3;
}
.corporate-wrap .corporate_headline:nth-child(2) h3 {
	background-color: #193EB0;
}
.corporate-wrap .corporate_headline:nth-child(3) h3 {
	background-color: #112D84;
}
.corporate-wrap .textBox {
	padding: 11.7188vw 5.9896vw;
	font-size: 3.9063vw;
	background-color: #fff;
	border-radius: 5px;
}
.field .col {
	position: relative;
}
.field .col a {
	color: #fff;
	text-decoration: none;
}
.field figure {
	position: relative;
	margin-bottom: 0;
}
.field figure img {
	overflow: hidden;
	border-radius: 20px;
}
.field figure + strong {
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: 18px;
	text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.gotop-wrap {
	position: fixed;
	display: none;
	right: 32px;
	bottom: 60px;
	z-index: 1000;
	max-width: 1440px;
	text-align: right;
}
.gotop-wrap p {
	display: flex;
	display: -webkit-flex;
	margin: 0;
	width: 58px;
	height: 58px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #363636;
	opacity: .7;
	align-items: center;
	justify-content: center;
}
.gotop-wrap p .bi-chevron-up {
	color: #fff;
	font-size: 24px;
}
.gotop-wrap p .glyphicon-menu-up {
	color: #fff;
	font-size: 24px;
}
footer {
	padding-top: 40px
}
footer .container {
    padding: 0;
}
footer .inner-wrap {
	background-color: #f0f0f0;
}
footer .inner-wrap ul {
	list-style: none;
	border-bottom: 1px solid #cdcdcd;
}
footer .inner-wrap ul li {
	border-top: 1px solid #cdcdcd;
}
footer .inner-wrap ul li a {
	display: block;
	padding: 15px;
	color: #333;
	text-decoration: none;
}
footer .inner-wrap ul li a:hover {
	text-decoration: underline;
}
footer .copyright {
	padding: 20px 15px 30px 15px;
}
footer .copyright p {
	margin: 14px 0 0 0;
	font-size: 12px;
	color: #9a9a9a;
}
footer .copyright img {
	width: auto;
	height: 20px;
}

@media (min-width: 768px) {
	.only-xs {
		display: none;
	}
	.only-pc {
		display: block;
	}
	.w-md-800 {
		width: 800px;
	}
	.w-md-240 {
		width: 240px;
	}
	.w-md-370 {
		width: 370px;
	}
	.pt-md-80 {
		padding-top: 80px;
	}

	.content-box-left {
		margin-bottom: 40px;
	}
	.num-list_title {
		font-size: 22px;
	}
	.affix-placeholder .container,
	.affix-placeholder .container-fluid {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.affix-placeholder .container .title {
		margin-bottom: 0;
		padding-right: 30px;
		border-right: 1px solid #e5e5e5;
		line-height: 22px;
	}
	.affix-placeholder .title:after {
		display: none;
	}
	.affix-placeholder .bi-chevron-down {
		display: none;
	}
	.affix-placeholder .row {
		border: none;
		background-color: transparent;
	}
	.affix-placeholder .row.collapse {
		display: block;
	}
	.affix-placeholder ul li {
		display: inline-block;
		margin: 0 15px;
		border: none;
	}
	.affix-placeholder ul li a {
		position: relative;
		display: block;
	}
	.affix-placeholder ul li.active a:before {
		display: none;
	}
	.affix-placeholder ul li.active a:after {
		content: "";
		position: absolute;
		bottom: -15px;
		display: block;
		width: 100%;
		border-bottom: 3px solid #00a0e9;
	}

	header nav .collapse .nav {
		float: left;
		margin-left: 40px;
	}
	header nav .collapse .nav > li {
		position: static;
		float: left;
		border: none;
	}
	header nav .navbar-brand:hover img {
		opacity: 0.8;
	}
	header nav .collapse .nav > li > a {
		margin: 0 5px;
		padding: 22px 10px;
		font-weight: 600;
	}
	header nav .collapse .nav > li > a span {
		font-size: 14px;
		font-weight: normal;
	}
	header nav .collapse .nav li a:hover,
	header nav .collapse .nav li a:focus {
		color: #32aae8;
		background-color: transparent;
	}
	header nav .navbar-brand {
		position: absolute;
		margin: 0;
	}
	header nav .navbar-brand img {
		height: 43px;
	}
	.navbar-nav > li {
		padding: 0 12px;
	}
	.navbar .navbar-collapse {
		position: static;
	}
	.navbar-nav a {
		display: block;
		border: none;
	}
	.navbar-nav > li > a:before {
		position: absolute;
		top: 25px;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background-color: #00a0e9;
		transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.navbar-nav > li > a:hover:before {
		width: 100%;
	}
	.navbar-nav li ul li a {
		margin: 0;
		font-weight: bold;
	}
	.navbar-nav li ul li a:hover {
		color: #5bb431;
	}
	.banner .swiper-slide {
		height: 700px;
	}
	.banner .content-inner {
		display: table;
		height: 700px;
	}
	.banner .content-inner .wrap {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.banner .content-inner h1 {
		margin-bottom: 16px;
		font-size: 36px;
		line-height: 1.5;
	}
	.banner .content-inner h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.summary .container .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.container .title-l {
		margin: 60px 0 40px 0;
	}
	.container .title-m {
		margin: 30px 0 20px 0;
	}
	.container .title-s {
		margin-top: 20px;
	}
	.container .title-s:before {
		top: 8px;
		margin-right: 10px;
	}
	.container .title-s p {
		font-size: 2rem;
	}
	.container .title-m.mt0 {
		margin-top: 0;
	}
	.container .title-m:after {
		margin-top: 20px;
	}
	.container .title h2 {
		font-size: 34px;
	}
	.container .title-l h3 {
		font-size: 28px;
	}

	.product_sec {
		padding: 80px 0 100px;
	}
	.product_sec .container {
		max-width: 1200px;
	}
	.product_sec .title {
		margin-bottom: 40px;
		font-size: 38px;
	}
	.product_sec .img_area {
		overflow: hidden;
		transform: translateX(-30px);
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		opacity: 0;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
	}
	.product_sec .img_area.order-md-1 {
		transform: translateX(30px);
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
	}
	.product_sec .target.active .img_area {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	.product_sec .txt_area {
		padding: 0 60px;
		opacity: 0;
		transition: all .5s ease-in-out .5s;
		-webkit-transition: all .5s ease-in-out .5s;
		-moz-transition: all .5s ease-in-out .5s;
	}
	.product_sec .target.active .txt_area {
		opacity: 1;
	}
	.product_sec .txt_area dl {
		margin-top: 0;
	}
	.product_sec .txt_area dt {
		font-size: 28px;
	}
	.product_sec .txt_area dd {
		margin-bottom: 0;
		font-size: 18px;
		color: #666;
		line-height: 1.55;
	}
	.product_sec .txt_area span {
		margin-bottom: 0;
	}

	.product-banner {
		height: 320px;
		background-image: url(../images/banner/product/PC/1.webp);
	}
	.common-banner {
		height: 320px;
		background-image: url(../images/banner/common/PC/1.webp);
	}
	.common-banner h1 {
		text-align: left;
	}
	.product ul.nav-tabs {
		background-color: #fff;
		border-radius: 32px;
	}
	.product .nav-item {
		margin-bottom: 0;
	}
	.product .nav-link {
		font-size: 20px;
		line-height: 1.7;
		border-radius: 32px;
	}
	.product .tab-pane .table-wrap .wrap {
		height: 650px;
	}

	.summary .row {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.form-progress ul li {
		height: 60px;
		font-size: 18px;
	}
	.form-progress ul li:before {
		border-width: 32px 0 32px 12px;
	}
	.form-progress ul li:after {
		border-width: 30px 0 30px 10px;
	}
	.contact .text-wrap {
		padding-bottom: 40px;
		line-height: 1.8;
	}
	.form-input .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.form-input_label {
		margin-bottom: 0;
	}
	.form-input .form-input_input input[type="checkbox"] {
		margin-top: 5px;
	}
	.checkbox-inline + .checkbox-inline {
		display: inline-block;
		margin-left: 10px;
	}
	.form-input .form-input_input {
		display: inline-block;
	}
	.form-input_textarea {
		width: 800px;
	}
	.form-input_note {
		margin: 0 0 0 10px;
	}
	.form-input_note-align-top {
		vertical-align: top;
	}
	.contact .form-btn-list {
		margin: 50px 0 0 0;
	}
	.contact .form-btn-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.evaluation-wrap {
		width: 1030px;
		border-radius: 500px;
	}
	.evaluation-wrap ul {
		padding: 40px;
	}
	.evaluation-wrap > ul > li {
		float: left;
		margin: 0 25px 0 0;
		padding-top: 65px;
		width: 300px;
		min-height: 300px;
	}
	.evaluation-wrap > ul > li:nth-child(3) {
		margin-right: 0;
	}
	.corporate-wrap {
		padding: 80px;
		border-radius: 15px;
	}
	.corporate-wrap .corporate_headline h3 {
		margin-top: 0;
		margin-bottom: 10px;
		height: 52px;
		line-height: 52px;
		font-size: 22px;
	}
	.corporate-wrap .textBox {
		padding: 38px 45px;
		height: 100%;
		font-size: 18px;
	}
	.field .col a:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.field figure img {
		border-radius: 30px;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
	}
	.field figure + strong {
		left: 1.6rem;
		font-size: 32px;
	}

	footer {
		padding: 60px 0 40px 0;
	}
	footer .inner-wrap {
		padding: 0 20px 0 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	footer .inner-wrap ul {
		height: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		border-bottom: none;
	}
	footer .inner-wrap ul li {
		border-top: none;
	}
	footer .inner-wrap ul li + li {
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #c5c5c5;
	}
	footer .inner-wrap ul li a {
		padding: 0;
	}
	footer .copyright {
		margin-top: 40px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	footer .copyright img {
		width: 100%;
		height: 30px;
	}
	footer .copyright p {
		margin: 0;
	}
}