@charset "utf-8";
/** |READ ME| **********************************************************************************************************

01. Reset
02. Common
03. Header
04. Footer
05. Top
06. About
07. Optimeal
08. privacypolicy
09. Contact
10. Products
11. Membership
12. News

********************************************************************************************************** |READ ME| **/

/** |01. Reset | >> ********************************************************************************* >> START **/

*{margin:0;padding:0;list-style:none;}
table {border-collapse:collapse;border-spacing:0;border:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:bold;}
ol,ul {list-style:none;margin:auto;padding:0;font-family: 'M PLUS 1p', sans-serif;font-weight: 500;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
small{font-weight:400;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a img {border:none;outline:none;}
img {border:none;font-size:0;line-height:0;vertical-align:bottom;}
iframe{margin:0px;padding:0px;border:none;}
html{width:100%;height:100%;}
body{background:transparent;width:100%;height:100%;text-align:center;letter-spacing:0.05em;font-size:16px;line-height:150%;color:#333333;font-family: 'M PLUS 1p', sans-serif;font-weight: 500;}

img{
  max-width: 100%;
  height: auto;
}

/** |01. Reset | << ********************************************************************************* << END **/

/** |02. Common | >> ********************************************************************************* >> START **/

a{color:#333333;text-decoration:none;}
a:hover{text-decoration:none;opacity:0.7;transition:0.3s ease-in-out;}
.frame{position:relative;margin:auto;padding:0;max-width:1200px;}
.frame::after{content:" ";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.pc-block{display:block !important;}
.sp-block{display:none !important;}
.pc-inline{display:inline !important;}
.sp-inline{display:none !important;}
.content-bg {background: url(/asset/img/common/bg-pc.jpg)top center;background-size: 2000px 1800px;}
.ud-cml-mai-ttl {text-align: left;line-height:1;}
.ud-cml-mai-ttl-en {color: #E60027;font-size: 16px;margin-left: 40px;font-weight: bold;}
.ud-cml-mai-ttl-jp {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 700;font-size: 32px;color: #181161;letter-spacing: 0.2em;}
.ud-cml-mai-ttl-sub {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 500;font-size: 16px;color: #181161;letter-spacing: 0.2em;padding-left: 34px;}
.ud-cml-ttl {text-align: left;line-height:1.5;position: relative;padding-top: 20px;}
.ud-cml-ttl::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 40px;height: 3px;background: #E60027;}
.ud-cml-ttl-en {color: #E60027;font-size: 14px;display: block;margin-bottom: 10px;font-weight: bold;}
.ud-cml-ttl-jp {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 700;font-size: 26px;color: #181161;letter-spacing: 0.2em;}
.ud-cml-ttl-subscript {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  color: #707070;
}

#content {margin-top:80px;min-height:calc(100vh - 80px);}
@media (max-width:800px){
	.pc-block{display:none !important;}
	.sp-block{display:block !important;}
	.pc-inline{display:none !important;}
	.sp-inline{display:inline !important;}
    .content-bg {background: url(/asset/img/common/bg-sp.jpg)top center;background-size: 100% auto;}
    .ud-cml-mai-ttl {display: flex;flex-wrap: wrap;}
    .ud-cml-mai-ttl-en {font-size: 12px;margin-left: 0;display: block; width: 100%;order: 1;margin-bottom: 10px;}
    .ud-cml-mai-ttl-jp {font-size: 23px;display: block; width: 100%;order: 2;letter-spacing: 0.1em;}
    .ud-cml-mai-ttl-sub {font-size: 14px;display: block; width: 100%;order: 3; margin-top: 8px;padding: 0;}
    .ud-cml-ttl {padding-top: 20px;}
    .ud-cml-ttl-en {font-size: 12px;}
.ud-cml-ttl-jp {font-size: 22px;letter-spacing: 0.1em;}
    #content {margin-top:60px;min-height:calc(100vh - 60px);}
	}
@media (max-width:389px){
    .ud-cml-ttl-jp {font-size: 21px;letter-spacing: 0.1em;}
    .ud-cml-mai-ttl-sub {font-size: 12px;margin-top: 8px;padding: 0;}
}

/** |02. Common | << ********************************************************************************* << END **/

/** |03. Header | >> ********************************************************************************* >> START **/
#header{position:relative;z-index:100;}
.hed-wrap{position:fixed;top:0;left:0;width:100%;z-index:1000;background: #fff;height: 80px;border-bottom:1px #EEEEEE solid;}
.hed-log{position:absolute;top:10px;left:30px;z-index:1001;letter-spacing:-0.4em;}
.hed-log img{width:300px;height:auto;}
.hed-menu{position:absolute;top:20px;right:20px;width:80px;height:80px;transition:opacity 0.3s ease-in-out;z-index:1003;cursor:pointer;}
.hed-menu:hover{opacity:0.7;}
.hed-menu-ico{position:absolute;top:10px;left:15px;width:38px;height:25px;}
.hed-menu-line01{position:absolute;top:0;left:0;width:100%;height:2px;display:block;background:#181161;transition:0.3s ease-in-out;}
.hed-menu-line02{position:absolute;top:50%;left:50%;width:100%;height:2px;display:block;background:#FF0000;transform:translate(-50%,-50%);transition:0.3s ease-in-out;}
.hed-menu-line03{position:absolute;bottom:0;left:0;width:100%;height:2px;display:block;background:#181161;transition:0.3s ease-in-out;}
.hed-menu.close .hed-menu-line01{transform:rotate(26deg);top:11px;}
.hed-menu.close .hed-menu-line02{width:0;}
.hed-menu.close .hed-menu-line03{transform:rotate(-26deg);bottom:11px;}
.hed-ent{position:absolute;top:20px;right:100px;z-index:1004;}
.hed-ent-btn{display:block;width:80px;height:80px;line-height:80px;background-color:#FC2B44;text-align:center;color:#fff;font-size:15px;font-weight:bold; letter-spacing:0;}
.hed-pd{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1002;display:none;opacity:0;background: rgba(0,0,0,0.75);}
.hed-pd-img{width:35%;height:100vh;position:absolute;top:0;left:0;}
.hed-pd-scr{width:400px;height:100vh;position:absolute;top:0;right:0;background:#fff;overflow: auto;}
.hed-pd-link{position:relative;padding:100px 16%;text-align:left;}
.hed-pd-link-log {width: 100%;margin-bottom:60px;}
.hed-pd-link-log img{width: 100%;}
.hed-pd-link::after{content:" ";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.hed-pd-link-list{font-size:20px;padding:0;}
.hed-pd-link-list li{padding:0 0 30px;transform: rotate(0.03deg);}
.hed-pd-link-list:first-child li a{display:inline-block;position:relative;padding:0 0 0 30px;color: #120D46;}
.hed-pd-link-list li a {color: #120D46;}
.hed-pd-link-list li a b{font-size:19px;font-weight: bold;letter-spacing: 0.1em;}
.hed-pd-link-list li a small{display: block;font-size: 13px;font-weight: bold;}
.hed-pd-link-list .hed-pd-link-con {padding: 30px 0 0 0;}
.hed-pd-link-list .hed-pd-link-con2 {padding: 20px 0 0 0;}
.hed-pd-link-list .hed-pd-link-con3 {padding: 20px 0 0 0;}
.hed-pd-link-list .hed-pd-link-con span {
  display: block;
  font-size: 12px;
  text-align: left;
  color: #120D46;
  /*margin-bottom: 10px;*/
  transform: rotate(0.03deg);
}
.hed-pd-link-list .hed-pd-link-con2 a {display: block;width: 100%;background: #120D46;color: #fff;text-align: center;padding: 30px 0;border-radius: 6px;}
.hed-pd-link-list .hed-pd-link-con2 a b{font-size: 17px;font-weight: bold;}
.hed-pd-link-list .hed-pd-link-con2 a small{display: inline-block;font-size: 13px;margin-left: 20px;}
.hed-pd-link-list .hed-pd-link-con3 a {display: block;width: 100%;background: #120D46;color: #fff;text-align: center;padding: 17px 0;border-radius: 6px;}
.hed-pd-link-list .hed-pd-link-con3 a b{font-size: 17px;font-weight: bold;}
.hed-pd-link-list .hed-pd-link-con3 a small{display: inline-block;font-size: 13px;margin-left: 20px;}

@media  (max-width:800px) {
	.hed-wrap{height:60px;background:#fff;box-sizing:border-box;border-bottom:1px #EEEEEE solid;}
	.hed-log{top:7px;left:15px;}
	.hed-log img{width:240px;height:auto;}
	.hed-menu{width:60px;height:60px;top:0;right:0;}
	.hed-menu-ico{position:absolute;top:20px;left:16px;width:28px;height:18px;}
	.hed-menu.close .hed-menu-line01{transform:rotate(26deg);top:8px;}
	.hed-menu.close .hed-menu-line03{transform:rotate(-26deg);bottom:8px;}
	.hed-ent{right:60px;top:0px;}
	.hed-ent-btn{width:60px;height:60px;line-height:60px;font-size:12px;}
	.hed-pd-img{display:none;}
	.hed-pd-scr{width:100%;overflow-y:auto;min-width:0;height:100vh;height: 100dvh;background: #fff;translate3d(0, 0, -1px);}
	.hed-pd-link-list{float:none;font-size:18px;padding:0 0 30px;}
	.hed-pd-link-list + .hed-pd-link-list{float:none;font-size:13px;}
	.hed-pd-link-list li{padding:0 0 10%;}
	.hed-pd-link-list + .hed-pd-link-list li{padding:0 0 10px;}
	.hed-pd-link-list + .hed-pd-link-list li:last-child{padding:0;}
	.hed-pd-link{position:relative;top:auto;left:auto;transform:none;width:100%;box-sizing:border-box;padding:60px 40px 30px 40px;}
	.hed-pd-fot{padding:30px 0 20px;}
	.hed-pd-fot li{padding:0 0 10px;font-size:13px;}
	.hed-pd-link-log{width:auto;margin:0 0 20%;max-width: 230px}
	.hed-pd-link-bla{width:10px;margin:0 0 0 5px;}
	.hed-pd-link-ico{height:20px;width:auto;margin:0 5px 0 0;}
  .hed-pd-link-list li a b{font-size: 20px;}
	.hed-pd-link-list .hed-pd-link-con {padding: 10% 0 0 0;}
	.hed-pd-link-list .hed-pd-link-con span{margin-bottom: 5px;}
  body.active {height: 100%;height: 100dvh;overflow: hidden;}
}

/** |03. Header | << ********************************************************************************* << END **/

/** |04. Footer | >> ********************************************************************************* >> START **/

.ft-bg{
    background: #120D46;
    position: relative;
}
.page-top {
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateY(-50%);
}
.ft-link-list {
    display: flex;
    justify-content: flex-start;
    padding: 50px 0;
}
.ft-link-list li {
    display: table;
    line-height: 1;
}
.ft-link-list li + li {
    border-left: 1px solid #fff;
}
.ft-link-list li a {
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
}
.ft-link-list .ft-copy {
    font-size: 13px;
    color: #fff;
    margin-left: auto;
    border-left: none;
    padding: 0 20px;
}
@media (max-width:800px){
    .page-top {
    position: absolute;
    top: 0;
    right: 5%;
}
  .ft-link-list {
    flex-wrap: wrap;
    padding: 15% 5% 10%;
    justify-content: center;
    display: flex;
    flex-direction: column;  
  }
  .ft-link-list li {
    margin-bottom: 10px;
  }
  .ft-link-list li + li {
    border: none;
  }
.ft-link-list li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
}
.ft-link-list .ft-copy {
    font-size: 13px;
    color: #fff;
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}
}

/** |04. Footer | << ********************************************************************************* << END **/

/** |05. Top | >> ********************************************************************************* >> START **/
.top-mai-bg {width: 100%;padding-top: 56.14%;background: url(/asset/img/top/top-mai.jpg)no-repeat center;background-size: cover;}
.top-mai-ttl {
    opacity: 0;
}

.top-int-inn {padding: 80px 0 150px;}
.top-int-con-wrap {
    display: block;
    box-sizing: border-box;
    padding: 0 100px;
}
.top-int-con {
}
.top-int-con.top-int-con-last {
    width: 100%;
    margin-top: 120px;
}
.top-int-ttl {text-align: left;position: relative;padding-top: 20px;}
.top-int-ttl::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 40px;height: 3px;background: #E60027;}
.top-int-ttl-en {color: #E60027;font-size: 14px;display: block;font-weight: bold;}
.top-int-ttl-jp {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 700;font-size: 30px;color: #181161;letter-spacing: 0.2em;line-height: 1.2;margin-top: 10px;display: block;}
.top-int-txt {text-align: left;line-height: 2;font-size: 20px;margin: 30px 0 50px;font-weight: bold;}
.top-int-con-plf-img {width: 250px;border-radius: 10px;position: relative;overflow: hidden;}
.top-int-con-plf-img img{display: block; width: 100%;}
.top-int-name {display: flex;align-items: center;padding-top: 20px;}
.top-int-name-jp {font-size: 20px;font-weight: 500;}
.top-int-name-en {font-size: 14px;margin-left: 20px;}
.top-int-con-plf-list {margin: 20px 0;}
.top-int-con-plf-list li {text-align: left;font-size: 14px;line-height: 2;}
.top-int-btn-wrap {margin-bottom: 80px;}
.top-int-btn {display: block;width: 100%;max-width: 200px;color:#181161;border: 1px solid #181161;font-size: 13px;text-align: center; background: #fff;line-height: 40px;border-radius: 23px;}
.top-int-con-log-box {display: flex;justify-content: space-between;margin-top: 30px;}
.top-int-con-log {width: calc(33.33% - 45px);}
.top-int-con-log-img {box-sizing: border-box;border: 1px solid #DDDDDD;border-radius: 10px;position: relative;z-index: 0;overflow: hidden;}
.top-int-con-log-img img{display: block; width: 100%;}
.top-int-con-log-txt {font-size: 14px;text-align: center;margin-top: 20px;}
.top-int-con-cob-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-int-con-cob {
    width: calc(50% - 40px);
    text-align: left;
}
.top-int-con-cob.top-int-con-cob-first {
    width: calc(50% - 40px);
}
.top-int-con-cob-ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
}
.top-int-con-cob-ttl small {
    color: #E60027;
    font-size: 16px;
    font-weight: bold;

}
.top-int-con-cob-big-txt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
	line-height: 1.8em;
}
.top-int-con-cob-txt {
    font-size: 20px;
    margin-bottom: 30px;
	line-height: 1.8em;
}
.top-int .abt-ud-tbl-wrap + .ud-cml-ttl {
    margin-top: 60px;
}
.ud-cml-ttl.ud-news-ttl {
    margin-bottom: 50px;
}
.top-pdc-btn-txt{
	text-align: left;
	padding: 40px 0 20px;
}
.top-pdc-btn-wrap{
	padding: 0 0 100px;
	text-align: left;
}
.top-pdc-btn{
	display: block;
	width: 100%;
	color: #181161;
	border: 1px solid #181161;
	font-size: 13px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	border-radius: 23px;
	max-width: 200px;
}
.news-contents {
    display: flex;
    line-height: 2;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
}
.news-contents:last-child {
    border-bottom: 1px solid #DDDDDD;
}
.news-contents dt {
    width: 200px;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
}
.news-contents dd {
    width: calc(100% - 200px);
}
.news-contents dd a {
    font-weight: bold;
    display: block;
    text-align: left;
    text-decoration: underline;
}
.news-contents dd span{
    font-weight: bold;
    display: block;
    text-align: left;
}
.news-contents p {
		line-height: 1.8;
		text-align: left;
		font-weight: 500;
		font-size: 13px;
		padding: 5px 0 0;
}
.top-news-btn-wrap{
	padding:20px 0 0;
}
.top-news-btn{
		display: block;
		width: 100%;
		color: #181161;
		border: 1px solid #181161;
		font-size: 13px;
		text-align: center;
		background: #fff;
		line-height: 40px;
		border-radius: 23px;
		max-width: 200px;
}
@media (max-width:800px){
  .top-mai-bg {
		width: 100%;
		padding-top: 150%;
		background: url(/asset/img/top/top-mai-sp.jpg)no-repeat center;
		background-size: cover;
	}
	.top-int-inn {
		padding: 10% 7% 10%;
	}
    .top-int-con-wrap {
    display: block;
    box-sizing: border-box;
    padding: 0;
  }
  .top-int-con {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding:0 0% 10%;
	}
  .top-int-con + .top-int-con {
    margin-top: 10%;
  }
  .top-int-con.top-int-con-tl {
    padding:0 0% 10% 0%;
  }
	.top-int-con.top-int-con-last {
	  width: 100%;
	  margin-top: 35%;
	}
  .top-int-btn-wrap {
    margin-bottom: 5%;
  }
	.top-int-con-cob-wrap {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5%;
	}
	.top-int-con-cob {
	  width: 100%;
	  text-align: left;
	}
	.top-int-con-cob.top-int-con-cob-first {
	  width: 100%;
	}
	.top-int-con-cob-ttl {
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none;
	}
	.top-int-con-cob-ttl small {
	  color: #E60027;
	  font-size: 16px;
	}
	.top-int-con-cob-big-txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10%;
	}
	.top-int-con-cob-txt {
    font-size: 16px;
    margin-bottom: 10%;
	}
	.top-int .abt-ud-tbl-wrap + .ud-cml-ttl {
    margin-top: 25%;
	}
  .top-int-txt {font-size: 16px;margin-bottom: 10%;letter-spacing:0.08em;}
  .top-int-ttl {padding-top: 20px;}
  .top-int-ttl-en {font-size: 12px;height: 100%;order: 2;}
  .top-int-ttl-jp {font-size: 22px;margin-top: 0px;display: block;height: 100%;order: 1;letter-spacing: 0.1em;}
  .top-int-con-tl .top-int-ttl-en {order: 1;white-space: nowrap;}
  .top-int-con-tl .top-int-ttl-jp {order: 2;white-space: nowrap;letter-spacing: 0.1em;}
  .top-int-name {display: flex;align-items: center;padding-top: 20px;}
  .top-int-name-jp {font-size: 18px;}
  .top-int-name-en {font-size: 12px;}
  .top-int-con-plf-img {width: 100%;}
  .top-int-con-plf-list li {font-size: 12px;}
  .top-int-con-log-box {display: block;margin-top: 0px;}
  .top-int-con-log {width: 100%;}
  .top-int-con-log-img {width: calc(100% - 70px);}
  .top-int-con-log-txt {font-size: 12px;text-align: left;margin-top: 10px;margin-bottom: 30px;}
  .ud-cml-ttl.ud-news-ttl {
  	margin-bottom: 10%;
	}
	.top-pdc-btn-txt{
		text-align: left;
		padding:10% 0 5%;
	}
	.top-pdc-btn-wrap{
		padding: 0 0 20%;
	}
	.news-contents {
	  display: block;
	  padding: 20px 0;
	}
	.news-contents dt {
    width: 100%;
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.8;
	}
	.news-contents dd {
	  width:100%;
	}
	.news-contents dd a {
	  font-weight: bold;
	}
	.news-contents dd span {
	  font-weight: bold;
	}
}

/** |05. Top | << ********************************************************************************* << END **/

/** |06. About | >> ********************************************************************************* >> START **/

.abt-int-inn {
    padding: 80px 100px 0;
}
.abt-int-cob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abt-int-cob-l {
    width: calc(100% - 360px);
}
.abt-int-cob-img {
    width: 100%;border-radius: 10px;position: relative;overflow: hidden;
}
.abt-int-cob-img img {
    display: block;width: 100%;
}
.abt-int-ttl {text-align: left;font-size: 20px;font-weight: 700;line-height: 2;padding-bottom: 60px;border-bottom: 1px solid #CCCCCC;margin-bottom: 50px;letter-spacing: 0.08em;}
.abt-int-txt {font-size: 16px;line-height: 2;text-align: left;}
.abt-int-cob-r {
    width: 300px;
}
.abt-int-cob-list {
    margin: 20px 0 10px;
}
.abt-int-cob-list li {
    text-align: left;
    font-size: 13px;
}
.abt-int-cob-name {
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.abt-int-cob-name-jp {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.abt-int-cob-name-en {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.abt-int-big-txt {text-align: left;font-size: 28px;font-weight: 700; letter-spacing: 0.1em;line-height: 1.5;}
.abt-int-txt {font-size: 16px;line-height: 2;}
.abt-int-smlttl {font-size: 16px;line-height: 2;margin-bottom: 20px;text-align: left;font-weight: 700;}
.abt-int-sub-ttl {display: flex;justify-content: space-between;align-items: center;line-height: 1;margin-top: 60px;margin-bottom: 20px;}
.abt-int-sub-ttl small {color: #E60027;font-size: 14px;font-weight: bold;}
.abt-int-sub-ttl b {color: #181161;font-size: 60px;font-weight: bold;opacity: 0.05;}

.abt-con-inn{padding: 0px 100px 200px;}
.abt-con-list-wrap {
}
.abt-con .ud-cml-ttl {
    margin:80px 0 50px;
}
.abt-con-list {
    display: flex;
    justify-content: space-between;

}
.abt-con-list-box {
    width: calc(33% - 20px);
    background: #F5F5F8;
}
.abt-con-list-box-hed-wrap {
    background: #fff;
    padding-bottom: 20px;
}
.abt-con-list-box-hed {
    display: flex;
    box-sizing: border-box;
    border: 3px solid #120D46;
    background: #fff;
}
.abt-con-list-no {
    width: 54px;
    line-height: 54px;
    background: #120D46;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.abt-con-list-main {
    text-align: center;
    width: calc(100% - 54px);
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    color: #120D46;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.abt-con-list-box-txt {
		text-align: left;
		margin-top: 0px;
		padding: 20px;
		font-size: 16px;
		line-height: 1.8em;
}
.abt-con-list-box-txt span {
    vertical-align: super;
    font-size: 10px;
}
.abt-con-list-ud-txt {
    color: #A2A2A2;
    font-size: 14px;
    text-align: left;
    padding: 0 20px 20px;
    margin: 0 0 0;
}
.abt-des-con-txt {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.abt-des-con-list {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.abt-ud-tbl-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.abt-ud-tbl {
    width: calc(50% - 40px);
    text-align: left;
    padding: 40px 0;
}
.abt-ud-tbl dt {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
}
.abt-ud-tbl dd {
    font-size: 13px;
     font-weight: 400;
    line-height: 1.8;
}
.abt-ud-tbl-name {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width:800px){
.abt-int-inn {padding: 10% 0 0%;}
.abt-int-cob {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 260px;
}

.abt-int-cob-l {
    width: 100%;
    order: 2;
}
.abt-int-ttl {font-size: 18px;padding-bottom: 0;border-bottom: none;margin-bottom: 0;position: absolute;top: 0;left: 0;box-sizing: border-box;padding: 0 7%;}
.abt-int-txt {font-size: 16px;line-height: 2;text-align: left;}
    .abt-int-cob-inn {
        position: relative;
        box-sizing: border-box;
        padding: 5% 7% 5%;
        margin-bottom: 0%;

    }
    .abt-int-sub-ttl {
        display: block;
        text-align: left;
        margin-top: 0;
        margin-bottom: 5%;
    }
.abt-int-sub-ttl small {color: #E60027;font-size: 16px;margin-bottom: 10px;}
.abt-int-sub-ttl b {color: #181161;font-size: 54px;font-weight: bold;opacity: 0.05;position: absolute;left: 0;top: 0;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;line-height: 1;}
    .abt-int-cob-inn.abt-int-cob-inn-pr {
        padding: 5% 7% 5%;
    }
    .abt-int-cob-inn.abt-int-cob-inn-pr .abt-int-sub-ttl b {left: auto;right: 0;overflow: hidden;}
.abt-int-cob-r {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8%;
    box-sizing: border-box;padding: 0 7%;
    position: relative;
}
.abt-int-big-txt {text-align: left;font-size: 24px;line-height: 1.6;}
.abt-int-cob-img {width: 150px;border-radius: 5px;}
.abt-int-cob-img img{width: 100%;border-radius: 5px;}
.abt-int-cob-plf {width: calc(100% - 165px);}
.abt-int-cob-list {
    margin: 0 0 30px;
}
.abt-int-cob-list li {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0em;
}
.abt-int-cob-name {
    line-height: 1.7;
    font-size: 13px;
    text-align: left;
    position: absolute;
    top: 160px;
    left: 7%;
}
.abt-int-cob-name-jp {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.abt-int-cob-name-en {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.abt-con-inn{padding: 0 7% 20%;}
.abt-con-list-wrap {
}
.abt-con .ud-cml-ttl {
    margin:20% 0 0%;
}
.abt-con-list {
    display: block;
}
.abt-con-list-box {
    width: 100%;
    margin: 10% 0;
}
.abt-con-list-box-hed {
    display: flex;
    box-sizing: border-box;
    border: 3px solid #120D46;
}
.abt-con-list-no {
    width: 54px;
    line-height: 54px;
    background: #120D46;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.abt-con-list-main {
    text-align: center;
    width: calc(100% - 54px);
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    color: #120D46;
}
.abt-con-list-box-txt {
    text-align: left;
    margin-top: 0px;
    font-size: 15px;
    padding: 6%;
    letter-spacing: 0em;

}
.abt-con-list-ud-txt {
    font-size: 14px;
    text-align: left;
    padding-top: 0;
    border-top: none;
    margin: 5% 0 0;
}
.abt-des-con {
    padding: 10% 0 0;
    }
.abt-des-con-txt {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.abt-des-con-list {
    font-size: 15px;
    text-align: left;
    line-height: 1.3;
    margin-top: 14px;
    letter-spacing: 0em;
}
    .abt-des-con-list li + li {
        margin-top: 14px;
    }
.abt-ud-tbl-wrap {
    display: block;
}
.abt-ud-tbl {
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: 1px solid #DDDDDD;
    padding: 10% 0;
}
    .abt-ud-tbl:nth-child(2) {
       border-top: none;
    }
.abt-ud-tbl dt {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}
.abt-ud-tbl dd {
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0em;
}
    .abt-ud-tbl dd ul li + li {
        margin-bottom: 10px;
    }
.abt-ud-tbl-name {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
.abt-ud-tbl dd ul li br.sp-block {
    display: none!important;
    }
}
@media (max-width:389px){
    .abt-int-cob {
    padding-top: 280px;
}
    .abt-ud-tbl dd {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0em;
}
}

/** |06. About | << ********************************************************************************* << END **/

/** |07. Optimeal | >> ********************************************************************************* >> START **/

.opt-int-inn {
    padding: 80px 100px 0;
}
.opt-int-cob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.opt-int-cob-l {
    width: calc(100% - 360px);
}
.opt-int-cob-img {
    width: 100%;border-radius: 10px;position: relative;overflow: hidden;
}
.opt-int-cob-img img {
    display: block;width: 100%;
}
.opt-int-ttl {text-align: left;font-size: 18px;font-weight: 700;line-height: 2;padding-bottom: 60px;border-bottom: 1px solid #CCCCCC;margin-bottom: 50px;letter-spacing: 0.08em;}
.opt-int-sub-ttl {text-align: left;font-size: 22px;font-weight: 700;line-height: 2;margin: 50px 0 30px;}
.opt-int-txt {font-size: 16px;line-height: 2;text-align: left;}
.opt-int-cob-r {
    width: 300px;
}
.opt-int-cob-list {
    margin: 20px 0 10px;
}
.opt-int-cob-list li {
    text-align: left;
    font-size: 13px;
}
.opt-int-cob-name {
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.opt-int-cob-name-jp {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.opt-int-cob-name-en {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.opt-con-inn {
    padding: 0 100px 0;
}
.opt-con .ud-cml-ttl {
    margin:80px 0 50px;
}
.opt-con-tbl {
    display: block;
}
.opt-con-tbl dl {
    width: 100%;
    display: flex;
}
.opt-con-tbl dl + dl {
    margin-top: 50px;
}
.opt-con-tbl dl dt {
    color: #fff;line-height: 26px;height: 26px; width: 26px;background: #120D46;
}
.opt-con-tbl dl dd {
    width: calc(100% - 26px);
    box-sizing: border-box;
    padding: 0 0 0 30px;
    text-align: left;
    line-height: 2;
    margin-top: -7px;
}
.opt-con-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opt-con-box-l {
    width: calc(100% - 330px);
}
.opt-con-box-r {
    width: 225px;
    margin-top:170px;
}
.opt-con-box-l-sub-ttl {
    font-size: 21px;
    text-align: left;
    font-weight: bold;
    margin: 60px 0 30px;
    width: 100%;
}
.opt-con-txt {
    text-align: left;
    font-size: 16px;
	line-height: 2em;
}
.opt-con-txt b {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #181161;
}
.opt-con-box-flx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opt-con-box-flx .opt-con-txt {
    width: calc(33% - 20px);
    box-sizing: border-box;
    background: #F5F5F8;
    padding: 20px;
}
.opt-con-box-r img {
    display: block;
    width: 100%;
}
.opt-ud-con-inn {
    padding: 60px 100px 200px;
}
.opt-ud-con-box-wrap {
    border: 1px solid #DDDDDD;
    padding: 70px;
    background: #fff;
}
.opt-ud-con-box {
    display: block;
}
.opt-ud-con-box + .opt-ud-con-box {
    margin-top: 40px;
}
.opt-ud-con-box-l {
    width: 100%;
    text-align: left;
}
.opt-ud-con-box-ttl {
    font-size: 21px;
    color: #181161;
    font-weight: 700;
    padding: 15px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.opt-ud-con-box-txt {
    font-size: 16px;
}
.opt-ud-con-box-r {
    width: 66.66%;
    margin-top: 20px;
}
.opt-ud-con-box-r img {
    display: block;
    width: 100%;
}
.opt-ud-con-box-r img.sp {
    display: none;
}
.opt-ud-con-box-r.opt-ud-con-box-r-last {
    width: 100%;
}
@media (max-width:800px){
    .opt-int-inn {padding: 10% 7% 10%;}
    .opt-int-cob {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 190px;
}

.opt-int-cob-l {
    width: 100%;
    order: 2;
}
.opt-int-ttl {font-size: 18px;padding-bottom: 0;border-bottom: none;margin-bottom: 0;position: absolute;top: 0;left: 0;box-sizing: border-box;padding: 0;}
.opt-int-sub-ttl {text-align: left;font-size: 18px;font-weight: 700;margin: 0px 0 30px;}
.opt-int-txt {font-size: 16px;line-height: 2;text-align: left;}
.opt-int-cob-r {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}
.opt-int-cob-img {width: 150px;border-radius: 5px;}
.opt-int-cob-img img{width: 100%;border-radius: 5px;}
.opt-int-cob-plf {width: calc(100% - 165px);}
.opt-int-cob-list {
    margin: 0 0 10px;
}
.opt-int-cob-list li {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0em;
}
.opt-int-cob-name {
    line-height: 1.7;
    text-align: left;
    font-size: 13px;
}
.opt-int-cob-name-jp {
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.opt-int-cob-name-en {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.opt-con-inn {
    padding: 0 7% 0;
}
.opt-con .ud-cml-ttl {
    margin:10% 0 10%;
}
.opt-con-tbl {
    display: block;
}
.opt-con-tbl dl {
    width: 100%;
    padding: 5% 0;
}
.opt-con-tbl dl + dl {
    margin-top: 0;
}
.opt-con-tbl dl dt {
    color: #fff;line-height: 21px;height: 21px; width: 21px;background: #120D46;
}
.opt-con-tbl dl dd {
    padding: 0 20px;
    text-align: left;
    margin-top: -7px;
}
.opt-con-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opt-con-box-l {
    width: 100%;
    order: 1;
}
.opt-con-box-r {
    width: 55%;
    margin-top:0;
    margin: 15% auto 0;
    order: 3;
}
.opt-con-txt {
    text-align: left;
    font-size: 15px;
}
.opt-con-box-l-sub-ttl {
    font-size: 20px;
    margin: 10% 0 7%;
}
.opt-con-txt {
    text-align: left;
    font-size: 15px;
	line-height: 2em;
}
.opt-con-txt b {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.opt-con-box-flx {
    display: block;
    order: 2;
}
.opt-con-box-flx .opt-con-txt {
    width: 100%;
}
.opt-con-txt + .opt-con-txt {
    margin-top: 10%;
}
.opt-con-box-r img {
    display: block;
    width: 100%;
}
.opt-ud-con-inn {
    padding: 10% 5% 20%;
}
.opt-ud-con-box-wrap {
    padding: 10% 5.5%;
}
.opt-ud-con-box {
    display: block;
}
.opt-ud-con-box + .opt-ud-con-box {
    margin-top: 15%;
}
.opt-ud-con-box-l {
    width: 100%;
}
.opt-ud-con-box-ttl {
    font-size: 18px;
    padding: 5% 0;
}
.opt-ud-con-box-txt {
    font-size: 15px;
    letter-spacing:0.08em;
}
.opt-ud-con-box-r {
    width: 100%;
    margin-top: 5%;
}
.opt-ud-con-box-r img {
    width: 100%;
    }
.opt-ud-con-box-r img.pc {
    display: none;
}
.opt-ud-con-box-r img.sp {
    display: block;
}
}
@media (max-width:389px){
    .opt-int-cob {
    padding-top: 210px;
}
}

/** |07. Optimeal| << ********************************************************************************* << END **/

/** |08. Privacypolicy | >> ********************************************************************************* >> START **/

.ud-mai2 {
  position: sticky;
  top: 60px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
}
.ud-mai-inn {
/*    padding: 80px 100px 0;*/
  padding: 80px 100px 10px;
  border-bottom: 1px solid #ccc;
}
.pri-con-inn {
    box-sizing: border-box;
    padding: 0 100px 200px;
}

.pri-intro-txt {
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 80px;
    line-height: 2;
}
.pri-tbl {
    display: block;
    text-align: left;
    margin-top: 80px;
    line-height: 2;
}
.pri-tbl dt {
    font-weight: 700;
    font-size: 20px;
    color: #120D46;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pri-tbl dd {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.pri-tbl dd a {
    text-decoration: underline;
}
.pri-last-txt {
    text-align: right;
    margin-top: 80px;
}

@media (max-width:800px){
  .ud-mai-inn {
/*    padding: 10% 7% 0;*/
    padding: 10% 7% 5%;
  }
  .pri-con-inn {
      padding: 0 7% 20%;
  }

  .pri-intro-txt {
      font-size: 16px;
      padding-bottom: 20px;
      margin-top: 10%;
      margin-bottom: 0;
  }
  .pri-tbl {
      display: block;
      text-align: left;
      line-height: 2;
      margin-top: 0;
      padding: 10% 0;
  }
  .pri-tbl dt {
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 16px;
  }
  .pri-tbl dd {
      font-size: 16px;
  }
  .pri-last-txt {
      font-size: 16px;
      margin-top: 0;
  }
}

/** |08. Privacypolicy | << ********************************************************************************* << END **/

/** |09. Contact | >> ********************************************************************************* >> START **/

.cnt-con-inn {
    box-sizing: border-box;
    padding: 0 100px 200px;
}
.cnt-con-inn2 {
    box-sizing: border-box;
    padding: 0 100px 0;
}
.cnt-ttl {font-size: 20px;font-weight: 700;text-align: left;margin-bottom: 20px;line-height: 1;margin-top: 80px;transform: rotate(0.03deg);}
.cnt-ttl-a {
  font-size: 13px;
  padding-left: 1em;
}
@media screen and (max-width: 767.9px) {
  .cnt-ttl-a {
    padding-left: 0;
    display: block;
    margin-top: 7px;
    line-height: 1.25;
  }
}

.cnt-con-box{
    background: #F5F5F8;
    box-sizing: border-box;
    padding: 90px;
    text-align: center;
    position: relative;
}
.cnt-con-box + .cnt-ttl {margin-top: 80px;}
.cnt-con-box-txt {
    font-size: 16px;
}
.cnt-con-box-emt {
    font-size: 18px;
    font-weight: 700;
    margin-top: 80px;
}
.cnt-con-box-emt a {
    margin-left: 30px;
    text-decoration: underline;
}
.cnt-con-box-ctxt {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    letter-spacing: 0em;
    padding: 0 50px 40px;
    font-size: 12px;
    text-align: left;
    transform: rotate(0.03deg);
}
.dlb-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.dlb {
    width: 50%;
}
.dlb:nth-child(3),
.dlb:nth-child(4) {
    margin-top: 110px;
}
.dlb-txt {font-size:16px;font-weight: 500;text-align: center;line-height: 1.8;margin-bottom: 20px;transform: rotate(0.03deg);}
.dlb-link-wrap {width: 240px; margin: 0 auto;}
.dlb-link {display: block;width: 100%;font-size: 15px;font-weight: 500;color: #fff;text-align: center;background: #120D46;line-height: 46px;border-radius: 25px;transform: rotate(0.03deg);}
.dlb-link-icon {margin-right: 20px;}
.dlb-link-icon img {vertical-align: middle;}
.adobe-dlb-wrap {display: flex;margin-top: 40px;}
.adobe-dlb {width: 300px;}
.adobe-dlb a img{max-width:202px;}
.adobe-dlb-txt {width: calc(100% - 300px);text-align: left;font-size: 14px;transform: rotate(0.03deg);}
.adobe-dlb-txt a {text-decoration: underline;}
.cnt-con-mem-wrap{
	margin: 80px auto 0;
	padding: 50px;
	border: 1px #ccc solid;
}
.cnt-con-mem-inn{
	margin:auto;
	max-width:800px;
	text-align:left;
}
.cnt-con-mem-ttl{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
  transform: rotate(0.03deg);
}
.cnt-con-mem-txt{
	padding:0 0 20px;
	font-size:16px;
  transform: rotate(0.03deg);
}
.cnt-con-mem-link{
	display: block;
	width: 100%;
	color: #181161;
	border: 1px solid #181161;
	font-size: 13px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	border-radius: 23px;
	max-width: 180px;
  transform: rotate(0.03deg);
}
@media (max-width:800px){
.cnt-con-inn{
    padding: 0 7% 20%;
}
.cnt-con-inn2 {
    padding: 0 7%;
}
.cnt-ttl {font-size: 18px;margin-top: 10%;}
.cnt-con-box{
    padding: 5% 5%;
}
.cnt-con-box + .cnt-ttl {margin-top: 10%;}
.cnt-con-box-txt {
    font-size: 14px;
    padding-top: 10%;
}
.cnt-con-box-emt {
    font-size: 18px;
    margin-top: 10%;
    padding-bottom: 10%;
}
.cnt-con-box-emt a {
    margin-left: 0;
    display: block;
    text-decoration: underline;
    margin-top: 10px;
}
.cnt-con-box-ctxt {
position: relative;
bottom: 0;
left: 0;
box-sizing: border-box;
letter-spacing: 0em;
padding: 0 50px 40px;
padding: 5% 5%;
font-size: 12px;
text-align: left;
}
.dlb-wrap {
    display: block;
    box-sizing: border-box;
    padding: 0 4%;
    margin-bottom: 0;
}
.dlb {
    width: 100%;
    padding: 20% 0;
}
.dlb + .dlb {
    border-top: 1px solid rgba(18,13,70,0.2);
    }
.dlb:nth-child(3),
.dlb:nth-child(4) {
    margin-top: 0;
}
.dlb-txt {font-size:15px;margin-bottom: 20px;}
.dlb-link-wrap {width: 90%;}
.dlb-link-icon {margin-right: 20px;}
.dlb-link-icon img {vertical-align: middle;}
.adobe-dlb-wrap {display: block;margin-top: 10%;}
.adobe-dlb {width:100%;}
.adobe-dlb a,.adobe-dlb a img {display: block;width: 100%;}
.adobe-dlb-txt {width: 100%;text-align: left;margin-top: 20px;font-size: 11px;}
.cnt-con-mem-wrap{
	margin: 15% auto 0;
	padding: 7.5%;
}
.cnt-con-mem-ttl{
	margin-bottom: 10px;
	font-size: 18px;
}
.cnt-con-mem-txt{
  padding:0 0 5%;
}
}

/** |09. Contact | << ********************************************************************************* << END **/

/** |10. Products | >> ********************************************************************************* >> START **/

.pdc-con-inn{padding:100px 100px 200px;}
.pdc-con-lst{display:flex;flex-wrap:wrap;justify-content:space-between;}
.pdc-con-lst::after{content:" ";width:33.33%;height:0;}
.pdc-con-lst li{width:calc(33.33% - 33px);position:relative;padding:calc(33.33% - 33px) 0 50px;}
.pdc-con-lst-img{width:100%;height:auto;padding:100% 0 0;position:relative;position:absolute;top:0;left:0;border: 1px #ccc solid;}
.pdc-con-lst-img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;width:100%;height:100%;}
.pdc-con-lst-tit{
  font-size: 18px;
  padding: 30px 0 5px;
  font-weight: bold;
  text-align:left;
}
@media (min-width: 801px){
  .pdc__title-01{
    box-sizing: border-box;
    min-height: 152px;
  }
}
.pdc-con-lst-sub{font-size:14px;padding:0 0 20px;font-weight:bold;text-align:left;}
.pdc-con-lst-dat{display:flex;flex-wrap:wrap;padding:0 0 20px;text-align:left;}
.pdc-con-lst-dat dt{border-bottom:1px #ccc solid;font-size:12px;padding:10px 0 5px;width:90px;}
.pdc-con-lst-dat dd{border-bottom:1px #ccc solid;font-size:14px;padding:10px 0 5px;width:calc(100% - 90px);}
.mem-doc-btn{display:block;width:100%;font-size:15px;font-weight:500;color:#fff;text-align:center;background:#120D46;line-height:46px;border-radius:25px;}
.pdc-con-lst-dl{padding:0 0 20px;text-align:left;font-size:14px;}
.pdc-con-lst-dl a{color:#477EB4;text-decoration:underline;}
.pdc-con-lst-dl a:hover{color:#477EB4;text-decoration:none;}
.pdc-con-lst-btn{display:inline-block;width:100%;max-width:250px;font-size:15px;font-weight:500;text-align:center;line-height:46px;border-radius:25px;border:#707070 solid 1px;}
@media (max-width:800px){
	.pdc-con-inn{padding:10% 7% 20%;}
	.pdc-con-lst{display:block;}
	.pdc-con-lst::after{content:none;}
	.pdc-con-lst li{width:auto;padding:0 0 45px;}
	.pdc-con-lst li::after{content:" ";display:block;clear:both;height:0;width:0;}
	.pdc-con-lst li + li{border-top:1px #ccc solid;padding:7.5% 0 45px;margin:7.5% 0 0;}
	.pdc-con-lst-img{position:relative;top:auto;left:auto;width:40%;padding:40% 0 0;float:left;}
	.pdc-con-lst-tit{font-size:14px;padding:0;line-height: 1.25;}
	.pdc-con-lst-sub{font-size:12px;padding:0 0 10px;}
	.pdc-con-lst-dat{width:55%;float:right;padding:0 0 15px;}
	.pdc-con-lst-dat dt{font-size:10px;padding:5px 0 0;width:70px;}
	.pdc-con-lst-dat dd{font-size:12px;font-weight:bold;padding:5px 0 0;width:calc(100% - 70px);}
	.pdc-con-lst-dl{width:55%;float:right;font-size:12px;}
	.pdc-con-lst-dl{padding:0;}
	.pdc-con-lst-btn{font-size:11px;line-height:30px;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);max-width:none;max-width:160px;}
}

.pdc-con-tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
  background-color: #707070;
}
.pdc-con-tbl th,
.pdc-con-tbl td {
  padding: 4px;
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
  vertical-align: middle;
}
.pdc-con-tbl th {
  border: none;
  padding-right: 25px;
  position: relative;
  background-color: #707070;
  color: white;
  white-space: nowrap;
  cursor: pointer;
}
.pdc-con-tbl th.nosort {
  padding-right: 4px;
}
.pdc-con-tbl th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerUnSorted:after,
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerAsc:after,
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerDesc:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 30 / 60;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
}
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerUnSorted:after {
  background: url(../img/common/sort-unsorted.webp) no-repeat 50%; 50%;
  background-size: contain;
}
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerAsc:after {
  background: url(../img/common/sort-asc.webp) no-repeat 50%; 50%;
  background-size: contain;
}
.pdc-con-tbl th:not(.sorter-false).tablesorter-headerDesc:after {
  background: url(../img/common/sort-desc.webp) no-repeat 50%; 50%;
  background-size: contain;
}
.pdc-con-tbl td {
  border: 1px solid #707070;
  background-color: white;
}
.pdc-con-tbl td.number {
  text-align: right;
}
.pdc-con-tbl tr.odd td {
  background-color: white;
}
.pdc-con-tbl tr.even td {
  background-color: #c0e6f5;
}

/* 絞り込み時に.filteredを非表示にする */
.tablesorter .filtered {
  display: none;
}
.search {
  padding: 4px;
  font-size: 15px;
  line-height: 1.25;
  width: min(90%, 20em);
  margin-bottom: 4px;
}
.search__reset {
  background-color: #dddddd;
  border: 1px solid #707070;;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-size: 15px;
  line-height: 1.25;
  padding: 5px 8px 4px;
  border-radius: 3px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {

  .search__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .search__box label {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .search__box label span {
    width: 7em;
    display: block;
    text-align: left;
    white-space: nowrap;
  }
  .search__box label input.search {
    width: min(60%, 20em);
    margin-right: 1em;
  }

}
@media screen and (max-width: 767.9px) {

  .search__box label {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .search__box label span {
    width: 7em;
    display: block;
    text-align: left;
    white-space: nowrap;
  }
  .search__box label input.search {
    width: min(60%, 20em);
    margin-right: 1em;
  }

}

.sticky_table_wrapper {
  overflow: scroll;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 767.9px) {

  .scroll{
    overflow: auto;  /*tableをスクロールさせる*/
    white-space: nowrap;  /*tableのセル内にある文字の折り返しを禁止*/
    padding-bottom: 8px;
  }
  .scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
    height: 16px;
  }
  .scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }

}

.pdc-con-tbl thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
  }
.pdc-con-tbl thead th:first-child {
    /* 行内の他のセルより手前に表示する */
    z-index: 2;
  }

.pdc-con-tbl a {
  color: #ff6600;
  text-decoration: underline;
}


.nowrap {
  white-space: nowrap;
}


/** |10. Products | << ********************************************************************************* << END **/

/** |11. Membership | >> ********************************************************************************* >> START **/

.mem-con-inn{padding: 0 100px 200px;}
.mem-tit-clr{font-size:16px;color:#120D46;padding:60px 0 10px;font-weight: bold;text-align: left;}
.mem-lst{display:flex;font-size: 16px;line-height: 2;text-align: left;}
.mem-lst dt{width:120px;}
.mem-lst dd{width:calc(100% - 120px);}
.mem-tit-blk{margin:auto;max-width:900px;width:100%;padding:100px 0 20px;font-size:18px;font-weight:bold;text-align: left;}
.mem-pri{margin:auto;max-width:900px;width:100%;}
.mem-pri-tbl{width:100%;border-top:1px #ccc solid;font-size: 14px;}
.mem-pri-tbl th{padding:10px;width:33.33%;box-sizing:border-box;border-bottom:1px #ccc solid;text-align:center;font-weight:bold;background: #F5F5F8;}
.mem-pri-tbl th + th{border-left:1px #ccc solid;}
.mem-pri-tbl td{padding:10px;width:33.33%;box-sizing:border-box;border-bottom:1px #ccc solid;text-align:center;}
.mem-pri-tbl td + td{border-left:1px #ccc solid;}
.mem-doc{margin:auto;padding:60px 60px 40px;max-width:900px;width:100%;box-sizing:border-box;background-color:#F5F5F8;text-align:left;}
.mem-doc-lst{display:flex;justify-content:space-between;}
.mem-doc-lst li{width:calc(33.33% - 20px);text-align: center;}
.mem-doc-tit{font-size:16px;font-weight: 500;line-height: 1.8;padding:0 0 20px;text-align: center;}
.mem-doc-btn{display:block;width:100%;font-size:15px;font-weight:500;color:#fff;text-align:center;background:#120D46;line-height:46px;border-radius:25px;}
.mem-doc-btn-ico{margin-right:20px;}
.mem-doc-btn-ico img{vertical-align: middle;}
.mem-doc-fot{font-size: 12px;line-height: 1.8;margin: 40px 0 0;}
.mem-sen{margin:auto;padding:60px;max-width:900px;width:100%;box-sizing:border-box;background-color:#F5F5F8;text-align:left;font-size: 15px;}
.mem-sen-inn{margin:auto;max-width:540px;text-align:left;}
.mem-sen-inn a{text-decoration:underline;}
.mem-sen-inn a:hover{text-decoration:none;}
.mem-mai{margin:auto;padding:60px;max-width:900px;width:100%;box-sizing:border-box;background-color:#F5F5F8;text-align:left;font-size: 15px;}
.mem-mai-inn{margin:auto;max-width:560px;text-align:left;}
.mem-mai-inn a{text-decoration:underline;}
.mem-mai-inn a:hover{text-decoration:none;}
.mem-mai-lst{padding:0 0 10px 1em;}
.mem-mai-lst li{text-indent:-1em;}
.mem-adb-wrap{display: flex;max-width: 800px;margin: 40px auto 0;}
.mem-adb{width:202px;}
.mem-adb img{max-width:202px;width:100%;height:auto;}
.mem-adb-txt{text-align: left;font-size: 14px;padding: 0 0 0 30px;letter-spacing: 0;width: calc(100% - 202px);}
.mem-adb-txt a{text-decoration:underline;}
.mem-adb-txt a:hover{text-decoration:none;}
@media (max-width: 800px){
	.mem-con-inn{padding: 0 7% 20%;}
	.mem-tit-clr{padding:10% 0 5px;font-size: 14px;}
	.mem-lst{display:block;}
	.mem-lst dt{width:auto;}
	.mem-lst dd{width:auto;}
	.mem-tit-blk{padding:15% 0 10px;}
	.mem-pri-tbl {font-size: 12px;}
	.mem-pri-tbl th{padding:5px 0;}
	.mem-pri-tbl td{padding:5px 0;}
	.mem-doc{padding:10%;}
	.mem-doc-lst{display: block;}
	.mem-doc-lst li{width:auto;}
	.mem-doc-lst li + li{padding:7.5% 0 0;margin:7.5% 0 0;border-top:1px #C3C1D1 solid;}
	.mem-doc-tit{padding:0 0 10px;}
	.mem-doc-btn{display: inline-block;width:90%;}
	.mem-sen{padding:10%;}
	.mem-mai{padding:10%;}
	.mem-adb-wrap{display:block;margin:10% auto 0;}
	.mem-adb{text-align:left;width:auto;}
	.mem-adb-txt{font-size: 11px;padding:0;margin:20px 0 0;letter-spacing: 0.05em;width:auto;}
}

/** |11. Membership | << ********************************************************************************* << END **/

/** |12. News | >> ********************************************************************************* >> START **/

.news-con-lst{padding:80px 100px;}
.news-con-fot{padding:0 100px 200px;}
.news-con-fot-btn{display: block;width: 100%;margin:auto;color: #181161;border: 1px solid #181161;font-size: 13px;text-align: center;background: #fff;line-height: 40px;border-radius: 23px;max-width: 200px;}
@media (max-width: 800px){
	.news-con-lst{padding:10% 7% 10%;}
	.news-con-fot{padding:0 7% 20%;}
}

/** |12. News | << ********************************************************************************* << END **/

/* @@ 規格・認証・登録の全体フロー */
@media (min-width: 768px) {

  :root {
    --flow01-w: 1000; /* box1の最大幅(px) */ 
    --flow01-h: 415; /* box1の最大高さ(px) */ 
    --flow02-w: 1000; /* box1の最大幅(px) */ 
    --flow02-h: 430; /* box1の最大高さ(px) */ 
  }

  .flow__img-01 {
    max-width: calc(var(--flow01-w) * 1px); /* ×1pxがポイント */
    aspect-ratio: var(--flow01-w) / var(--flow01-h);
    margin: 0 auto;
    position: relative;
  }
  .flow__img-02 {
    max-width: calc(var(--flow02-w) * 1px); /* ×1pxがポイント */
    aspect-ratio: var(--flow02-w) / var(--flow02-h);
    margin: 0 auto;
    position: relative;
  }

  .flow__btn {
    display: block;
    position: absolute;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
    /*background-color: rgba(255,255,0,0.3);*/
  }
  .flow__btn:hover {
    background-color: rgba(255,0,0,0.3);
  }
  .flow__btn-01 {
    top: calc(69 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(651 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(172 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 172 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-02 {
    top: calc(200 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(474 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-03 {
    top: calc(241 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(474 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-04 {
    top: calc(351 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(384 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-17 {
    top: calc(351 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(71 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }

  .flow__btn-05 {
    top: calc(64 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(277 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-06 {
    top: calc(106 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(277 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-07 {
    top: calc(148 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(277 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-08 {
    top: calc(64 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(442 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-09 {
    top: calc(106 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(442 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-10 {
    top: calc(148 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(442 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-11 {
    top: calc(64 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(607 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-12 {
    top: calc(106 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(607 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-13 {
    top: calc(148 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(607 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-14 {
    top: calc(64 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(798 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-15 {
    top: calc(106 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(798 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-16 {
    top: calc(148 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(798 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  :root {
    --flow01-w: 375; /* box1の最大幅(px) */ 
    --flow01-h: 495; /* box1の最大高さ(px) */ 
    --flow02-w: 375; /* box1の最大幅(px) */ 
    --flow02-h: 1039; /* box1の最大高さ(px) */ 
  }

  .flow__img-01 {
    max-width: calc(var(--flow01-w) * 1px); /* ×1pxがポイント */
    aspect-ratio: var(--flow01-w) / var(--flow01-h);
    margin: 0 auto;
    position: relative;
  }
  .flow__img-02 {
    max-width: calc(var(--flow02-w) * 1px); /* ×1pxがポイント */
    aspect-ratio: var(--flow02-w) / var(--flow02-h);
    margin: 0 auto;
    position: relative;
  }

  .flow__btn {
    display: block;
    position: absolute;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
    /*background-color: rgba(255,30,30,0.3);*/
  }
  .flow__btn:hover {
    background-color: rgba(255,0,0,0.3);
  }
  .flow__btn-01 {
    top: calc(73 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(136 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(172 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 172 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-02 {
    top: calc(280 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(37 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-03 {
    top: calc(322 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(37 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(205 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 205 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-04 {
    top: calc(437 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(45 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(123 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 164 / 44; /* 画像の幅と高さ(px) */
  }
  .flow__btn-17 {
    top: calc(437 / var(--flow01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(45 / var(--flow01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(123 / var(--flow01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 164 / 44; /* 画像の幅と高さ(px) */
  }

  .flow__btn-05 {
    top: calc(219 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-06 {
    top: calc(262 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-07 {
    top: calc(304 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-08 {
    top: calc(504 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-09 {
    top: calc(547 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-10 {
    top: calc(589 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-11 {
    top: calc(790 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-12 {
    top: calc(833 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-13 {
    top: calc(875 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(34 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-14 {
    top: calc(219 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(198 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-15 {
    top: calc(262 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(198 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }
  .flow__btn-16 {
    top: calc(304 / var(--flow02-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(198 / var(--flow02-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(143 / var(--flow02-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 143 / 33; /* 画像の幅と高さ(px) */
  }


}/* スマホ ここまで============================ */



/* @@@ 申請書・仕様書ダウンロード */
@media (min-width: 768px) {

  .flow__box-01 {
    padding: 60px 30px;
    background-color: #F5F5F8;
    margin-bottom: 30px;
  }

  .flow__box-02 {
    list-style-type: none;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%; /* 横方向の余白 */
    row-gap: 40px; /* 縦方向の余白 */
  }
  .flow__box-02 > li {
    width: 23%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*background-color: pink;*/
  }
  .flow__p-01 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5em;
    transform: rotate(0.03deg);
  }
  .flow__div-01 {
    width: min(240px, 90%);
    margin: 0 auto;
  }
  .flow__div-01-link {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #120D46;
    line-height: 46px;
    border-radius: 9999px;
    transform: rotate(0.03deg);
  }
  .flow__div-01-link-icon {
    margin-right: 20px;
  }
  .flow__div-01-link-icon img {
    vertical-align: middle;
  }

  .flow__title-01 {
    font-size: 20px;
    font-weight: 700;
    margin: 4em 0 2em;
    text-align: left;
    transform: rotate(0.03deg);
    border-bottom: 2px solid #55537a;
    padding-bottom: 6px;
  }
  .flow__title-01:first-of-type {
    margin-top: 0;
  }

  .flow__p-02 {
    font-size: 12px;
    text-align: center;
    transform: rotate(0.03deg);
    margin-top: 60px;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .flow__box-01 {
    padding: 60px 30px;
    background-color: #F5F5F8;
    margin-bottom: 30px;
  }

  .flow__box-02 {
    list-style-type: none;
    font-size: 0;
    /*display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;*/
  }
  .flow__box-02 > li {
    /*width: 32%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;*/
    /*background-color: pink;*/
    margin-bottom: 30px;
  }
  .flow__p-01 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 0.5em;
    text-align: left;
    display: block;
    max-inline-size: max-content;
    transform: rotate(0.03deg);
  }
  .flow__div-01 {
    width: min(320px, 100%);
    margin: 0 auto;
  }
  .flow__div-01-link {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #120D46;
    line-height: 46px;
    border-radius: 9999px;
    transform: rotate(0.03deg);
  }
  .flow__div-01-link-icon {
    margin-right: 20px;
  }
  .flow__div-01-link-icon img {
    vertical-align: middle;
  }

  .flow__title-01 {
    font-size: 20px;
    font-weight: 700;
    margin: 4em 0 2em;
    text-align: left;
    transform: rotate(0.03deg);
    border-bottom: 2px solid #55537a;
    padding-bottom: 6px;
  }
  .flow__title-01:first-of-type {
    margin-top: 0;
  }

  .flow__p-02 {
    font-size: 12px;
    text-align: left;
    transform: rotate(0.03deg);
    margin-top: 60px;
  }

}/* スマホ ここまで============================ */

/* @@ 会員一覧 */
@media (min-width: 768px) {

  .sec-01 {
    padding: 80px 0 120px;
  }

  .member__ttl-01 {
    font-size: 20px;
    line-height: 1.25;
    color: white;
    text-align: left;
    padding: 11px 24px 10px;
    background-color: #120d46;
    border-radius: 8px;
    margin-bottom: 35px;
  }
  .member__ttl-01 span {
    transform: rotate(0.03deg);
  }
  .member__p-01 {
    position: relative;
    font-size: 12px;
    line-height: 1.75;
    text-align: right;
  }
  .member__p-01 span {
    position: absolute;
    top: -35px;
    right: 0;
  }

  .member__list-01 {
    width: min(100% - 20px, 952px);
    margin: 0 auto 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 0; /* 横方向の余白 */
    row-gap: 26px; /* 縦方向の余白 */
    font-size: 0;
    list-style-type: none;
  }
  .member__list-01 > li {
    width: 25%;
  }
  .member__list-01 > li > img {
    display: block;
    width: 198px;
    aspect-ratio: 198 / 160;
    margin: 0 auto;
  }
  .member__list-01 > li > p {
    font-size: 17px;
    line-height: 1.25;
    padding: 9px 0.5em 9px;
    transform: rotate(0.03deg);
  }

  .member__list-02 {
    font-size: 0;
    list-style-type: none;
    font-weight: 400;
  }
  .member__list-02 > li {
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 25px;
    transform: rotate(0.03deg);
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-01 {
    padding: 56px 0 120px;
  }

  .member__ttl-01 {
    font-size: 16px;
    line-height: 1.25;
    color: white;
    text-align: left;
    padding: 10px 14px 9px;
    background-color: #120d46;
    border-radius: 6px;
    margin-bottom: 35px;
  }
  .member__ttl-01 span {
    transform: rotate(0.03deg);
  }
  .member__p-01 {
    position: relative;
    font-size: 12px;
    line-height: 1.75;
    text-align: right;
  }
  .member__p-01 span {
    position: absolute;
    top: -35px;
    right: 0;
  }

  .member__list-01 {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 0; /* 横方向の余白 */
    row-gap: 26px; /* 縦方向の余白 */
    font-size: 0;
    list-style-type: none;
  }
  .member__list-01 > li {
    width: 50%;
  }
  .member__list-01 > li > img {
    display: block;
    width: 100%;
    aspect-ratio: 198 / 160;
    margin: 0 auto;
  }
  .member__list-01 > li > p {
    font-size: 13px;
    line-height: 1.25;
    padding: 9px 0.5em 9px;
    transform: rotate(0.03deg);
  }

  .member__list-02 {
    font-size: 0;
    list-style-type: none;
    font-weight: 400;
  }
  .member__list-02 > li {
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 1em;
    transform: rotate(0.03deg);
  }

}/* スマホ ここまで============================ */
