@charset "euc-jp";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Outfit', 'Noto Sans JP', sans-serif;
	color: #333;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, div {
	word-break: break-all;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.sp {
	display: none;
}
/* box-sizing */
* {
	box-sizing: border-box;
}

/*===========================================
 head
===========================================*/

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
}
h1 span {
	font-size: 1.2rem;
}
header p,div {
	text-align: center;
}
.title-sub {
	margin: 2rem 0 3rem;
	font-size: 1.75rem;
	font-weight: 500;
}
.title-sub span {
	font-size: 0.75rem;
}
.btn-wrap a {
	background: #2180ef url(../images/icon_arrow_white.svg) no-repeat 95% center / 18px !important;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 1.5rem 4rem;
	border-radius: 0.5rem;
	display: inline-block;
	transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99),
	transform  600ms cubic-bezier(.33,.11,.02,.99);
}
.btn-wrap a:hover {
    box-shadow: 0 4px 4px rgba(100, 100, 100, .1), 0 1px 6px rgba(100, 100, 100, .05), 0 8px 8px rgba(100, 100, 100, .1), 0 16px 16px rgba(100, 100, 100, .1), 8px 32px 32px rgba(100, 100, 100, .15), 8px 64px 64px rgba(100, 100, 100, .15);
    transform: scale(1.02) translateY(-0.5rem);
    background: #fff;
    color: #fff;
    border: 2px solid #2180ef;
    box-sizing: border-box;
}

.btn-wrap a:active {
	box-shadow:
	0 4px  4px  rgba(0, 0, 0, .1),
	0 1px  6px  rgba(0, 0, 0, .05),
	0 8px  8px  rgba(0, 0, 0, .1),
	0 16px 16px rgba(0, 0, 0, .1),
	8px 16px 16px rgba(0, 0, 0, .15),
	8px 32px 32px rgba(0, 0, 0, .15);
}
.att {
	font-size: 0.75rem;
	margin: 1rem 0 2rem;
	line-height: 1.6;
}
.main-visual {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 100;
}
main {
    padding: 40px 0 0;
    position: relative;
}
.block{
	text-align: center;
	padding: 60px 3%;
	max-width: 1620px;
	margin: 0 auto;
}
h2 {
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 3.5rem;
	line-height: 1.4;
}

.emphasis-text{
	color: #005bac;
}
.bold-text{
	font-weight:bold;
}

.voice {
	font-size: 1.2rem;
	line-height: 1.6;
}
.shop {
	font-weight: bold;
	font-size: 0.825rem;
	margin-top: 15px;
}

.line-yellow {
	background: linear-gradient(transparent 60%, #FEDD42 60%);
	color: #005bac;
}

/*===========================================
 footer
===========================================*/
.footer-bottom {
	background: #005bac;
	color: #fff;
	padding: 0px 3% 153px;
}

.footer-bottom-wrap {
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
	overflow: hidden;
	padding: 24px 0 16px;
}
.footer-bottom-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.footer-logo {
	width: 120px;
	float: left;
	margin-top: 4px;
}
.footer-logo .svg-logo {
	width: 210px;
	height: 40px;
}
.footer-isms-logo {
	float: left;
	margin-top: -4px;
	margin-left: 24px;
}
.footer-pmark-logo {
	float: left;
	margin-top: -4px;
	margin-left: 16px;
}
.footer-subnav-wrap {
	float: right;
	text-align: right;
}
.footer-subnav {
	font-size: 0.7rem;
	margin-right: -8px;
	margin-top: 4px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.footer-subnav a {
	text-decoration: none;
	color: #fff;
}
.footer-subnav a:hover {
	text-decoration: underline;
}
.footer-subnav li {
  padding: 0 7px 8px;
}
.copyright {
	font-size: 0.5625rem;
	margin-top: 10px;
}

/*===========================================
固定CTA
===========================================*/
#footer_fixarea {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
	z-index: 100;
	bottom: -177px;
	transition-duration: 0.5s;
	box-sizing: border-box;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
}
#footer_fixarea.show {
	bottom: 0px;
	transition-duration: 0.5s;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}
.fixarea-wrap {
    gap: 2%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixarea-wrap dt {
	color: #333;
	font-size: 1.25rem;
}
.fixarea-wrap dd {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	border-radius: 4px;
	margin-top: 0;
}

.fixarea-wrap dt p {
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto 10px;
    width: fit-content;
}

.fixarea-wrap dt p:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-35deg);
}

.fixarea-wrap dt p:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(35deg);
}

.fixarea-cta-btn a {
	background: #2180ef;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 1.5rem 4rem;
	border-radius: 0.5rem;
	display: inline-block;
	transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99),
	transform  600ms cubic-bezier(.33,.11,.02,.99);
}
.fixarea-cta-btn a:hover {
    box-shadow: 0 4px 4px rgba(100, 100, 100, .1), 0 1px 6px rgba(100, 100, 100, .05), 0 8px 8px rgba(100, 100, 100, .1), 0 16px 16px rgba(100, 100, 100, .1), 8px 32px 32px rgba(100, 100, 100, .15), 8px 64px 64px rgba(100, 100, 100, .15);
    transform: scale(1.02) translateY(-0.5rem);
    background: #fff;
    color: #2180ef;
    border: 2px solid #2180ef;
    box-sizing: border-box;
}

.fixarea-cta-btn a:active {
	box-shadow:
	0 4px  4px  rgba(0, 0, 0, .1),
	0 1px  6px  rgba(0, 0, 0, .05),
	0 8px  8px  rgba(0, 0, 0, .1),
	0 16px 16px rgba(0, 0, 0, .1),
	8px 16px 16px rgba(0, 0, 0, .15),
	8px 32px 32px rgba(0, 0, 0, .15);
}

	/* max 768px */
	@media screen and (max-width: 768px) {
		.fixarea-wrap {
			display: block;
		}

		.fixarea-wrap dt p {
			margin: 0 auto 5px;
		}

		.fixarea-wrap dd {
			display: inline-block;
			color: #fff;
			vertical-align: middle;
			border-radius: 4px;
			margin-top: 10px;
		}
	}


/*===========================================
 .contents slider
===========================================*/

.contents {
	margin: 0 auto;
}
.case-title {
	margin-bottom: 40px;
}
.case-text {
	line-height: 1.6;
	font-size: 1.1rem;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-360px * 8));
  }
}
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 450px;
    margin: 0 auto 60px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 450px;
  position: absolute;
  width: 360px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(360px * 16);
}
.slider .slide {
  height: 100px;
  width: 360px;
}

/*===========================================
num
===========================================*/

.section {
	text-align: center;
	padding: 80px 3%;
	max-width: 1620px;
	margin: 0 auto;
}

.back {
	background: #f5f5f5;
}

.num-list {
	padding: 0 0 30px;
	display: flex;
	width: 100%;
	text-align: center;
}

.num-list li {
	margin: 0 1.5%;
	width: 30%;
	color: #fff;
	font-weight: bold;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
	border: 1px solid #005bac;
}

.num-list-title {
	padding: 20px 0 20px 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #005BAC;
}

.num-list-num {
	font-size: 3rem;
	color: #005BAC;
	padding: 40px 10px 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

span.unit {
	display: inline;
	font-size: 1rem;
	color: #333;
}
.unit span{
	display: block;
	margin: 10px 0 0;
}

/*===========================================
 recommend
===========================================*/
.recommend-ttl {
	font-weight: 500;
	color: #333;
	padding: 0 0 10px;
	margin: 0 0 30px;
}
.recommend-list {
	display: flex;
	justify-content:space-between;
	margin-bottom: 80px;
}
.recommend-list li {
	width: 31%;
}
.recommend-list li h3 {
  position: relative;
}
.recommend-list li h3:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #333;
}
.recommend-list li dt {
	font-size: 1.5rem;
	font-weight: bold;
	color: #005bac;
}
.recommend-list li dt span {
  font-size: 0.8rem;
}
.recommend-list li dd {
	text-align: left;
	line-height: 1.6;
}
.recommend-list li dd img {
	margin: 20px 0 20px;
	width: 100%;
	outline: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0px 0px 5px #d8d8d8;

}

/* --------------- responsive --------------- */
@media (max-width: 640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#header_top {
		position: relative;
		height: 620px;
		background: #005bac;
		background-image: linear-gradient(155deg, #005bac 0%, #3672AD 50%, #6EA7D6 100%);
		color: #fff;
	}
	h1 {
		font-size: 2rem;
		line-height: 1.3;
	}
	h2 {
    	font-size: 1.5rem;
		line-height: 1.4;
		margin-bottom: 2rem;
	}

	.line-yellow {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 2rem;
	}

	#cospa .title .yellow {
		font-size: 1.8rem;
	}

	.title-sub {
		margin: 2rem 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.btn-wrap a {
		padding: 1.5rem 1.8rem;
	}
	
	.main-visual img {
		width: 90%;
	}
	.main-visual {
		position: absolute;
		margin: 0 auto;
		right: 0;
		left: 0;
		bottom:-40px;
		text-align: center;
		z-index: 100;
	}
	.att {
		margin: 1rem auto;
	}
	.recommend-list {
		display: block;
	}
	.recommend-list li {
		width: 100%;
		margin: 0 auto 2rem;
		border-bottom: 1px solid #333;
		padding-bottom: 2rem;
	}
	.recommend-list li:last-child {
		border: none;
		padding-bottom: 0;
	}
	.recommend-list li:not(:first-child) {
		margin-left: auto;
	}
	.footer-bottom {
		padding-bottom: 0px;
	}
	.footer-bottom-wrap {
    	width: 100%;
		position: relative;
	}
	.footer-logo {
		margin-left: 12px;
	}
	.footer-isms-logo {
		float: none;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}
	.footer-pmark-logo {
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	.footer-subnav {
		float: none;
		font-size: 10px;
		font-size: 0.625rem;
		overflow: hidden;
		margin-top: 16px;
	}
	.footer-subnav li {
		padding: 12px;
		font-size: 12px;
	}
	.copyright {
		float: none;
		display: block;
		text-align: center;
		font-size: 7px;
		font-size: 0.6375rem;
		margin-top: 20px;
	}
	#footer_fixarea.show {
		z-index: 1000;
	}
	.fixarea-wrap dt {
		font-size: 1rem;
		line-height: 1.4;
	}
	.fixarea-cta-btn a {
		padding: 20px;
	}

	.fixarea-cta-btn a {
		background: #2180ef;
		font-size: 16px;
		color: #fff;

	}
	.footer {
		padding-bottom: 180px;
	}

	.num-list {
		display: block;
		padding:0;
	}
	.num-list li {
		width: 95%;
		margin: 1rem auto;
	}

	.num-list-num {
		padding: 30px 10px 30px;
	}

	.contents {
		width: 100%;
	}
	.case-title {
		font-size: 1.5rem;
	}
	.case-text {
		font-size: 1rem;
		width: 95%;
		margin: 0 auto;
	}
	.case-list {
		padding: 60px 0 0;
		display: flex;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	.case-list li {
		margin: 0 8px;
		border-radius: 12px;
		padding: 8px;
		box-shadow: 1px 1px 5px #dfdfdf;
		box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0.5);
		background: #fff;
	}
	.case-list li img {
		max-width: inherit!important;
	}

	.slider::before, .slider::after {
	  background: none;;
	}
}

/*===========================================
 comparison
===========================================*/
.comparison {
  background: #e6f4ff;
}
.comparison .contents {
  margin: 60px auto;
  width: 100%;
}
.comparison h2 {
  margin-bottom: 1.9rem;
}
.comparison-img {
	display: flex;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0);
}
.comparison-img img {
  width: 100%;
}
.comparison-title {
  color: #005bac;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #005bac;
  padding: 10px 20px;
  margin-bottom: 30px;
  position: static;
}
.cta-txt {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.cta-txt span {
  font-weight: normal;
  display: block;
}
.comparison-subtxt {
  text-align: center;
  font-weight: bold;
}
.comparison-subtxt .f14 {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .comparison-img {
    margin: 60px 0;
    padding: 40px 0;
  }
  .comparison-img li {
    margin: 0 50px;
    width: calc(50% - 100px);
  }
  .comparison-title {
    font-size: 1.5rem;
  }
  .cta-txt {
    padding: 0 0 60px 0;
    font-size: 2.2rem;
  }
  .cta-txt span {
    margin: 0;
    font-size: 1.4rem;
  }
  .comparison-subtxt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .comparison-img {
		display: block;
        width: 100%;
		margin: 20px 0px 20px;
		padding: 40px 4%;
	}
	.comparison-img li {
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.comparison-img li:first-child {
		margin: 0 0 50px 0;
	}
  .cta-txt {
		padding: 0;
		font-size: 1.6rem;
	}
	.cta-txt span {
		margin: 20px 0 0 0;
		font-size: 1.2rem;
	}
}

/*===========================================
 area
===========================================*/
.area-border {
  border-top: 1px solid #ccc;
}
.area {
  border: 1px solid #ccc;
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 20px 0;
}
.area p {
  text-align: left;
}
.area .area-content {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.9rem;
}
.area-list li {
  text-align: left;
  list-style: disc outside;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .area {
    margin: 0 1rem;
  }
}

/*===========================================
 f-cont
===========================================*/
.bg-color3 {
  background: #005bac;
}
#f-cont {
  border-bottom: solid 1px #fff;
  line-height: 1.6;
}
.f-contents .cta-btn-area .cta-btn a {
  border: solid 1px #fff;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #f-cont {
    padding: 60px 0;
    width: 100%;
  }
  #f-cont h2 {
    color: #fff;
  }
  #f-cont p {
    color: #fff;
  }
  .f-contents {
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  #f-cont {
		padding: 60px 3%;
	}
	#f-cont h2 {
		color: #fff;
	}
	#f-cont p {
		color: #fff;
	}
	.footer-info {
		padding: 30px 0;
		background: #fff;
		text-align: center;
		margin: 40px calc(50% - 50vw) 0;
		width: 100vw;
	}
	.footer-info p {
		margin: 30px 0 0 0;
		font-size: 1.2rem;
		color: #666;
		text-align: center;
	}
  .f-contents {
		margin: 0 auto;
	}
}

/*===========================================
 cta-btn-area
===========================================*/
.cta-btn-area {
  margin: 0 auto;
  text-align: center;
}
.cta-btn a {
  display: inline-block;
  color: #fff;
  border: solid 1px #005bac;
  background: #005bac;
  font-weight: bold;
  text-decoration: none;
}
.cta-btn a:hover {
	color: #005bac;
	background: #fff;
	text-decoration: none !important;
  }
@media (min-width: 768px) {
  .cta-btn a {
    padding: 1.1rem 3.9rem;
    font-size: 1.2rem;
  }
  
}
@media (max-width: 768px) {
	.cta-btn a {
	margin: 40px 0 0;
	padding: 1.1rem 2rem;
    font-size: 1.2rem;
	}
	
}
/*---------------------20211108追加ブロックここから---------------------*/

/*===========================================
 point
===========================================*/
.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.point-list li {
	width:31%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #d8d8d8;
	background: #fff;
}

.point-list-title {
  font-size: 20px;
  padding: 0 0 25px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: solid 1px #e9e9e9;
}
.point-subtxt {
  font-weight: bold;
}
.point-subtxt {
	margin: 40px 0;
	font-size: 20px;
	line-height:1.4;
}
.point-subtxt-min {
    font-size: 1rem;
}
.f14{
	font-size:14px;
}
@media (max-width: 768px) {
	.point-list{
		display: block;
	}
  .point-list li {
    width: calc(100% - 40px);
    margin:0 auto 20px;
  }
  .point-list li:last-child {
    margin-bottom: 0;
  }
  .point-list-title {
    padding: 10px 0;
    margin-bottom: 15px;
	font-size:1rem;
  }
	.point-subtxt{
		width:92%;
		margin: 40px auto;
		font-size:1rem;
	}
	.point-subtxt-min{
		font-size:14px;
	}
}
/*===========================================
 price
===========================================*/
.bg-price {
    background: #f8f8f8;
}
.tabs {
	margin: 30px auto 0;
	text-align: center;
}

.matome {
  margin: 10px 0 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size:26px;
  color: #005bac;
}
.tab_item {
	display: inline-block;
	padding: 5px 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #565656;
	position: relative;
	font-size:18px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 40px 0 0;
	clear: both;
	overflow: hidden;
}
#one:checked ~ #one_content,
#three:checked ~ #three_content,
#six:checked ~ #six_content,
#twelve:checked ~ #twelve_content,
#twentyfour:checked ~ #twentyfour_content,
#thirtysix:checked ~ #thirtysix_content,
#sixty:checked ~ #sixty_content {
	display: block;
}

.tab_item::before {
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	left: 2px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.tab_item::after {
	background: #2180ef;
	border-radius: 50%;
	content: '';
	display: block;
	height: 14px;
	left: 6px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 14px;
}
input[type=radio]:checked + .tab_item::after {
	opacity: 1;
}
.price-list {
	padding: 0 0 30px;
	display: flex;
	width: 100%;
	text-align: center;
}
.price-list li {
	margin: 0 1.5%;
	width: 30%;
	padding: 20px 30px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0.5);
	position: relative;
}
.price-list-title {
	margin: 0 0 30px;
	font-size: 26px;
	color: #005bac;
}
.price-list-num {
	font-weight: bold;
	font-size: 54px;
}
.price-list-discount {
	font-weight: bold;
	font-size: 18px;
	color: #ec1f54;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.price-list-discount span {
	font-size: 14px;
}
.price-attention{
	margin: 20px 0 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	text-align: left;
}
@media (max-width: 768px) {
  .matome {
		font-size: 1rem;
	}
  .tabs {
		margin: 0 auto 0;
		width: 100%;
		text-align: center;
  }
	.tab_item {
		margin: 0 6px 0 0;
		font-size: 1.4rem;
  }
	input[name="tab_item"] {
		display: none;
	}
	.tab_content {
		display: none;
		padding: 20px 0 0;
		clear: both;
		overflow: hidden;
	}
	#one:checked ~ #one_content,
	#three:checked ~ #three_content,
	#six:checked ~ #six_content,
	#twelve:checked ~ #twelve_content,
	#twentyfour:checked ~ #twentyfour_content,
	#thirtysix:checked ~ #thirtysix_content,
	#sixty:checked ~ #sixty_content {
		display: block;
	}
	.tab_item {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 10px 5px 30px;
		position: relative;
		white-space: nowrap;
		font-size:14px;
	}
	.tab_item::before {
		background: #fff;
		border: 1px solid #231815;
		border-radius: 50%;
		content: '';
		display: block;
		height: 20px;
		left: 2px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		width: 20px;
	}
	.tab_item::after {
		background: #2180ef;
		border-radius: 50%;
		content: '';
		display: block;
		height: 14px;
		left: 6px;
		margin-top: -2px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 14px;
	}
	input[type=radio]:checked + .tab_item::after {
		opacity: 1;
	}
  .price-list {
		display: block;
		padding: 0;
	}
	.price-list li {
		display: flex;
		justify-content:space-between;
		align-items: center;
		margin: 0 1.5% 10px;
		width: calc(100% - 16px);
		padding: 14px;
		background: #fff;
		border-radius: 8px;
		box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1), -9px -9px 8px rgba(255, 255, 255, 0.5);
		position: relative;
	}
	.price-list-title {
		margin: 0;
		font-size: 18px;
		text-align: left;
	}
	.price-list-num {
		font-size: 30px;
		text-align: right;
	}
	.price-list-discount {
		font-weight: bold;
		font-size: 1rem;
		color: #ec1f54;
		position: absolute;
		top: 49%;
		left: 46%;
		transform: translateY(-40%) translateX(-50%);
		-webkit-transform: translateY(-40%) translateX(-50%);
	}
	.unit span{
		margin: 5px 0 0;
	}
	.price-list-discount span {
		font-size: 14px;
	}
	.price-attention{
		width: 92%;
		margin: 20px auto 0;
	}
}
/*===========================================
 alignment
===========================================*/
.bg-alignment{
  background: #EDF4FA;
}
.alignment-block{
	text-align: center;
	padding: 5rem 0 0;
	max-width: 1200px;
	margin: 0 auto;
}
.alignment-list{
	display: flex;
	justify-content: space-between;
}
.alignment-list li{
	width: 22%;
}
.alignment-pht{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}
.alignment-pht::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.alignment-ttl{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}
.alignment-text-wrap{
	background:#0b4c95;
	padding: 150px 0 80px;
	margin:-100px 0 0;
}
.alignment-text{
	max-width: 1200px;
	margin: 0 auto;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	line-height: 1.4;
}
.highlight-text{
	color: #FEDD42;
}
@media (max-width: 768px) {
  .alignment-block{
		width:92%;
	}
	.alignment-list{
		flex-wrap: wrap;
	}
	.alignment-ttl{
		margin: 0 0 10px;
		font-size:14px;
	}
	.alignment-list li{
		width:48%;
		padding:0 0 20px;
	}
	.alignment-pht{
		padding:5px;
	}
	.alignment-text-wrap{
		padding:120px 0 5rem;
	}
	.alignment-text{
		width:92%;
		font-size:20px;
	}
}
/*===========================================
 reputation
===========================================*/
#Reputation.reputation-block{
	text-align: center;
	padding: 80px 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.reputation-list{
	display: flex;
	justify-content:space-between;
}
.reputation-list li{
	width:375px;
	padding:0 0 0 20px;
	position: relative;
	text-align: left;
	box-sizing: border-box;
}
.reputation-num{
  font-size:1rem;
  font-weight: 900;
  color: #005bac;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left:0;
}
.reputation-pht{
	border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #d1d1d1;
}
.reputation-data{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}
.reputation-data dt{
	width: 60px;
}
.reputation-data dd{
	width: calc(100% - 70px);
	font-size:1rem;
	font-weight:bold;
}
.industry-label{
	color:#005bac;
	font-size:12px;
}
.reputation-txt{
	line-height: 1.4;
}
#Reputation .swiper-pagination{
	display: none;
}
@media (max-width: 768px) {
	#Reputation.reputation-block{
		width:88%;
		padding:5rem 6% 60px;
	}
	.reputation-list{
		display: block;
		width:94%;
		margin: 0 auto;
	}
	.reputation-list li{
		width:100%;
		padding:0;
	}
	.reputation-num{
		left:-15px;
		font-size:14px;
	}
	.reputation-data{
		margin: 10px 0;
	}
	.reputation-data dt{
		width:50px;
	}
	.reputation-data dd{
		width:calc(100% - 60px);
		font-size:14px;
	}
	.reputation-txt{
		font-size:14px;
	}
	#Reputation .swiper-pagination{
		display: block;
	}
}
/*---------------------20211108追加ブロックここまで---------------------*/



/*---------------------20220614追加ブロック---------------------*/

/* function
----------------*/

#function .title h2 {
	line-height: 1em;
}

#function .title h2 span {
	font-size: 1rem;
}
#function .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#function .list .box {
	width: 21%;
	background-color: #ffffff;
	border: solid 3px #0b4c95;
	margin-right: 4%;
	margin-bottom: 60px;
	border-radius: 10px;
}

#function .list .box:nth-child(4n) {
	margin-right: 0;
}

#function .list .box img {
	padding: 20px 30px;
	width: 100%;
}

#function .list .box h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin: 10px;
	padding: 5px;
	background-color: #0B4C95;
	border-radius: 5px;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	/* function
----------------*/
#function .list .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}

#function .list .box:nth-child(2n) {
	margin-right: 0;
}

#function .list .box:nth-child(7n),
#function .list .box:nth-child(8n) {
	margin-bottom: 50px;
}

#function .list .box img {
	padding: 5px 20px 15px 20px;
}

#function .list .box h3 {
	font-size: 1rem;
	letter-spacing: 0.02em;
}

}

/*===========================================
 オプティマイズ 
===========================================*/


.head-line h2 {
    margin: 0 auto;
	color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.4rem;
    letter-spacing: 2px;
    position: relative;
    transform: translateX(7%);
	text-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}

.head-line h2 .hl-br{
	display: none;
}

.head-line h2 span {
    color: #ffec02;
    font-size: 3rem;
    letter-spacing: 3px;
    padding: 0 5px;
}

.head-line h2 span.f-outfit {
    font-size: 3.5rem;
}

.head-line h2:before {
	content: "";
    width: 11rem;
    height: 11rem;
    background: url(../images/satisfaction98.svg) no-repeat;
    background-position: center center;
    display: block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.3));
}

.cap {
	line-height: 1.6em;
	font-size: 0.8rem;
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 60px;
    word-break: inherit;
}
.scrolldown span {
    position: absolute;
    left: 0;
    top: -20px;
    color: #eee;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    font-weight: 600;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 80px;
	background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
    0%{
    height:0;
    top:0;
    opacity: 0;
    }
    30%{
    height:30px;
    opacity: 1;
    }
    100%{
    height:0;
    top:80px;
    opacity: 0;
    }
}

div#slider-top {
    margin-top: -7%;
}

/* max 1440px */
@media screen and (max-width: 1440px) {
	#fv {
		padding: 0;
	}
	#fv .inner .text h1 {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}
	#fv .inner .text h1 span {
		font-size: 2.8rem;
	}

	#fv .inner .text .txt {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}

	#fv .inner .text .btn {
		width: 100%;
	}
	#fv .inner .text .btn a {
		height: 80px;
		font-size: 2.2rem;
		border-radius: 40px;
	}
	.head-line h2 {
		font-size: 2rem;
	}
	.head-line h2 span {
		font-size: 2.5rem;
	}
	h2 span.f-outfit {
		font-size: 3rem;
	}
	.head-line h2:before {
		width: 9rem;
		height: 9rem;
	}
}

/* max 1280px */
@media screen and (max-width: 1280px) {
	.head-line h2:before {
		width: 8rem;
		height: 8rem;
	}
	.head-line h2 {
        font-size: 2rem;
    }
    .head-line h2 span {
        font-size: 110%;
    }
    .head-line h2 span.f-outfit {
        font-size: 110%;
    }
	.scrolldown {
        bottom: 2%;
    }
    .scrolldown span {
        font-size: 1rem;
    }
}

/* max 1024px */
@media screen and (max-width: 1024px) {
	#fv .inner .text h1 {
		font-size: 1.4rem;
		margin: 15px 0 25px 0;
	}
	#fv .inner .text h1 span {
		font-size: 2.2rem;
	}
	.btn-wrap a {
		padding: 1.5rem;
		height: auto;
	}
	.btn-wrap a {
		background: #2180ef url(../images/icon_arrow_white.svg) no-repeat 95% center / 18px !important;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		padding: 1.5rem 2.5rem;
		border-radius: 0.5rem;
		display: inline-block;
		transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99),
		transform  600ms cubic-bezier(.33,.11,.02,.99);
	}
	.head-line h2 {
		font-size: 1.6rem;
	}
	.head-line h2 span{
		font-size: 1.8rem;
	}
	.head-line h2 span.f-outfit{
		font-size: 1.9rem;
	}
	.head-line h2:before {
		width: 6rem;
		height: 6rem;
	}
}


/* max 768px */
@media screen and (max-width: 768px) {
	.logo img {
		margin: 0 auto;
	}
	#fv {
		padding: 75px 0 0 0;
	}
	#fv .inner {
        width: 100%;
        padding: 2%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
	#fv .inner .text-wrap {
		flex-wrap: wrap;
	}
	#fv .inner .text {
		width: 100%;
	}
    #fv .inner .fv-img {
        width: 100%;
        padding: 5% 10%;
    }
	#fv .inner .text .aut {
		padding: 0 10%;
	}
	#fv .inner .text h1 {
		font-size: 2rem;
		text-align: center;
	}
	#fv .inner .text h1 span {
		font-size: 3.4rem;
		padding: 6px 0 0 0;
		display: inline-block;
		line-height: 1.5;
	}
	#fv .inner .text .cap {
		opacity: 1;
		text-align: center;
	}
	.scrolldown {
		bottom: 5%;
	}
	.head-line {
        padding: 0 0 60px 0;
        width: 80%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .head-line h2 {
        font-size: 1.6rem;
        padding: 6rem 0 5rem;
        line-height: 1.6;
        transform: translateX(0);
    }
	.head-line h2:before {
		width: 7rem;
		height: 7rem;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
}


/* max 580px */
@media screen and (max-width: 580px) {
	#fv {
		padding: 75px 0 10% 0;
	}
	#fv .inner .text h1 {
		font-size: 1.8rem;
	}
	#fv .inner .text h1 span {
		font-size: 2.8rem;
	}
	#fv .inner .text .cap {
		opacity: 0.9;
		margin-top: 20px;
		text-align: center;
	}
	.head-line h2 {
		font-size: 1.7rem;
		padding: 6rem 0 0 0;
	}
	.head-line h2 span {
		font-size: 1.8rem;
	}
	.head-line h2 span.f-outfit {
		font-size: 1.9rem;
	}
	.head-line h2 .hl-br{
		display: block;
	}
	div#slider-top {
		margin-top: -20%;
		margin-bottom: 5%;
	}
	.case-title {
		margin-bottom: 20px;
	}
}


/* max 480px */
@media screen and (max-width: 480px) {
	#fv .inner .text h1 span {
		font-size: 2.4rem;
	}
	.head-line h2:before {
		width: 6rem;
		height: 6rem;
	}
	.head-line h2 {
		padding: 5rem 0 0 0;
	}
}

/* max 428px */
@media screen and (max-width: 428px) {
	.logo img {
		max-width: 130px;
	}
	#fv:before {
		background: linear-gradient(205deg, #ffffff2b 60%, #ffffff00 60%);
	}
	#fv .inner {
		padding-bottom: 10%;
	}
	#fv .inner .text h1 {
		font-size: 1.5rem;
	}
	#fv .inner .text h1 span {
		font-size: 2rem;
	}
	.head-line h2 {
		font-size: 1.4rem;
		padding: 6rem 0 2rem;
		line-height: 1.6;
		transform: translateX(0);
	}
	.head-line h2 span {
		font-size: 1.5rem;
	}
	.head-line h2 span.f-outfit {
		font-size: 1.6rem;
	}
	main {
		padding: 20px 0 0;
	}
    .scrolldown span {
        font-size: 0.8rem;
    }
}

.triangle {
	position: relative;
}
  
.triangle:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translatex(50%);
	box-sizing: border-box;
	border-right: calc(50vw - 10px) solid transparent;
	border-left: calc(50vw - 10px) solid transparent;
	border-top: 100px solid #f5f5f5;
}

.sec02 {
	padding-top: 150px;
}

@media screen and (max-width: 768px) {
	.triangle {
		position: relative;
	}
	  
	.triangle:after {
		content: "";
		position: absolute;
		top: 100%;
		right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: calc(50vw 0px) solid transparent;
		border-left: calc(50vw - 0px) solid transparent;
		border-top: 50px solid #f5f5f5;
	}

	.sec02 {
		padding-top: 50px;
	}
}

/* cospa
----------------*/
.cost {
	display: flex;
	gap: 60px;
	justify-content: center;
	margin-bottom: 60px;
}
.cost-text {
	width: 480px;
}
.cost p {
	text-align: left;
	line-height: 1.6;
}
.cost-graph {
	width: 500px;
}
.cost-graph img {
	width: 100%;
}
.cost-att {
	font-size: 14px;
	margin-top: 40px;
}

#cospa {
	background: #363434;
	color: #ffffff;
}

#cospa .title .yellow {
	color: #FEDD42;
	border-bottom: 4px solid #FEDD42;
}

#cospa .whitebox {
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 50px;
	width: 100%;
}

#cospa .whitebox .pht {
	padding: 50px 20px;
}

#cospa .whitebox .pht img {
	width: 800px;
	margin: 0 auto;
}

#cospa .read h3 {
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
		/* cospa
----------------*/
.cost {
	display: block;
}
.cost-text {
	width: 100%;
}
.cost p {
	text-align: left;
	line-height: 1.6;
}
.cost-graph {
	width: 100%;
}
.cost-graph img {
	width: 100%;
	margin-top: 40px;
}

#cospa .whitebox {
	margin-bottom: 30px;
}

#cospa .pht {
	text-align: center;
	padding: 40px 40px;
}

#cospa .whitebox .pht img {
	width: 100%;
}

#cospa .read h3 {
	font-size: 1rem;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 30px;
}

#cospa .title .yellow {
    line-height: 1.4;
    margin-bottom: 2rem;
}
}

/* services */

.block-service {
	max-width: 100%;
	padding: 0;
}

@media (min-width: 1024px) {
    .services .inner {
        max-width: 100%;
        padding: 0;
    }
}
.services h2 {
    padding:  30px 3% 0px 3%;
}
@media (min-width: 1024px) {
    .services h2 {
        padding-top: 60px;
    }
}
.services .swiper-slide {
    text-align: left;
    height: auto;
}
.services .swiper-slide a {
    display: block;
    height: 100%;
    color: #ffffff;
    background: #3E3E3E;
	text-decoration: none;
}
.services .swiper-slide .text {
    padding: 20px 20px;
	text-align: left;
}

.services .swiper-slide .tag {
    margin-bottom: 0;
    font-size: 12px;
    color: #BED3FF;
    font-weight: 700;
}
.services .swiper-slide .store-name {
    margin: 10px 0 10px;
    font-weight: 700;
    /* min-height: 65px; */
}
.services .swiper-slide .description {
    margin-top: 0;
    font-size: 1rem;
	line-height: 1.5;
    /* min-height: 180px; */
}

.services .swiper-slide img {
	width: 100%;
	height: 100%;
}

.services .client_logo {
    margin-bottom: 36px;
    background: #ffffff;
}
.services .quote {
    padding: 0 20px;
    text-align: center;
    color: #BED3FF;
    font-size:1rem;
}
.services .btn-secondary {
    padding: 40px 20px 0;
}
@media (min-width: 1024px) {
    .services .btn-secondary {
        padding: 0 20px;
    }
}
.services h3 {
    font-size: 20px;
}
.services h3+p {
    text-align: center;
}
@media (min-width: 1024px) {
    .services h3 {
        font-size: 24px;
    }
}


/* btn-secondary */
.btn-secondary {
    padding-top: 0;
	margin: 0 auto 60px;
}
@media (min-width: 767px) {
    .btn-secondary {
        margin: 0 auto 60px;
    }
}
.btn-secondary a {
	position: relative;
    border: 2px solid #000000;
    padding: 1.1rem 4.6rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    color: #000;
    background: #fff;
    box-shadow: none;
	text-decoration: none;
	display: inline-block;
	transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99),
	transform  600ms cubic-bezier(.33,.11,.02,.99);
}
.btn-secondary a::before{
	content: "";
    display: block;
    position: absolute;
    right: 15px;
	top: 50%;
    transform-origin: 100% 50%;
    height: 2px;
    width: 10px;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    background-color: #000000;
	transform: translateY(-50%) rotate(30deg);
}
.btn-secondary a::after {
	content: "";
    display: block;
    position: absolute;
    right: 15px;
	top: 50%;
    transform-origin: 100% 50%;
    height: 2px;
    width: 10px;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    background-color: #000000;
	transform: translateY(-50%) rotate(-30deg);
}
@media (min-width: 767px) {
    .btn-secondary a {
		padding: 1.1rem 7.5rem;
}
}

.btn-secondary a:hover {
	transform: scale(1.02)
	translateY(-1rem);
}


/* overseas
----------------*/
#overseas .list .box {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}

#overseas .list .box:nth-last-child(1) {
	margin-bottom: 0;
	border-bottom: 1px;
}

#overseas .list .box .pht {
	width: 40%;
}

#overseas .list .box .pht img {
	border-radius: 10px;
}

#overseas .list .box .text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 57%;
	padding: 5% 0;
}

#overseas .list .box .text .text-inner {
	text-align: left;
	font-weight: bold;
}

#overseas .list .box .text h3 {
	font-size: 2rem;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#overseas .list .box .text h3 span {
	font-size: 2.6rem;
	color: #005bac;
}

#overseas .list .box .text .txt {
	font-size: 1.2rem;
	line-height: 2em;
}

#overseas .list .box .text .overseas-attention {
	font-size: 12px;
	line-height: 1.4;
	font-weight:normal;
	color: #666;
	margin: 20px 0 0 0;
}


/* max 1024px */
@media screen and (max-width: 1024px) {
	/* overseas
	----------------*/
	#overseas .list .box {
		display: block;
		margin-bottom: 30px;
	}
	
	#overseas .list .box .pht {
		width: 100%;
	}
	
	
	#overseas .list .box .text {
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	
	#overseas .list .box .text .text-inner {
		text-align: center;
	}
		#overseas .list .box .text h3 {
			font-size: 1.4rem;
			line-height: 1.4em;
			margin-bottom: 10px;
		}
	
		#overseas .list .box .text h3 span {
			font-size: 1.8rem;
		}
	
		#overseas .list .box .text .txt {
			font-size: 1rem;
			line-height: 1.8em;
		}
	}
	
	/* max 768px */
	@media screen and (max-width: 768px) {
		
		#overseas .list .box .text .txt, #overseas .list .box .text .overseas-attention {
			text-align: left;
		}

		#overseas .list .box .text h3 span {
			font-size: 1.6rem;
		}
}

/* overseas
----------------*/
#ekkyo-wrap .line-blue {
	background: linear-gradient(transparent 60%, #07203f 60%);
	color: #fedd42;
}

#ekkyo-wrap {
	background: #0b4c95;
	color: #ffffff;
	padding: 5rem 0 0;
}

#ekkyo-wrap h2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.4;
}



#ekkyo-wrap .cont-ptn03-sc-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1360px;
    margin: 0 auto;
    padding: 0 0 3% 0;
    text-align: left;
    gap: 0 60px;
	line-height: 1.8;
}

#ekkyo-wrap .cont-ptn03-capt {
    text-align: left;
    margin: 0 auto 30px;
    font-size: 1.4rem;
	font-weight: bold;
}

#ekkyo-wrap .cont-function {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
}

#ekkyo-wrap .cont-ptn03-txt {
    flex: 1;	
}

#ekkyo-wrap .function-ekkyo, #ekkyo-wrap .function-deposit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

#ekkyo-wrap .function-ekkyo-icon, #ekkyo-wrap .function-deposit-icon {
    width: 90px;
    margin-right: 20px;
}

#ekkyo-wrap .function-ekkyo-icon + p, #ekkyo-wrap .function-deposit-icon + p {
    font-size: 1.0rem;
    text-align: left;
    line-height: 2;
	font-weight: 700;
}

	/* max 768px */
	@media screen and (max-width: 768px) {
		#ekkyo-wrap {
			padding: 60px 3%;
		}

		#ekkyo-wrap h2 {
			font-size: 1.5rem;
			font-weight: bold;
			margin-bottom: 0;
			line-height: 1.4;
		}
		

		#ekkyo-wrap .cont-function, .cont-ptn03-txt {
			padding: 0 20px;
		}

		#ekkyo-wrap .cont-ptn03-sc-inner {
			display: block;
		}

		#ekkyo-wrap .cont-ptn03-capt {
			font-size: 1rem;

		}

		#ekkyo-wrap .function-ekkyo-icon, #ekkyo-wrap .function-deposit-icon {
			width: 90px;
			margin-right: 20px;
			flex: 1;
		}

		#ekkyo-wrap .function-ekkyo-icon + p, #ekkyo-wrap .function-deposit-icon + p {
			font-size: .9rem;
			text-align: left;
			line-height: 1.8;
			flex: 3;
		}
	}
