@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 5.9rem;
	position: relative;
}
#main .mainImg .bgBox {
	padding: 9.9rem 0 16.2rem;
	background: url("../images/index/main_bg01.jpg") no-repeat center bottom / cover;
	position: relative;
}
#main .mainImg .bgBox::after {
	width: 100%;
	height: 10.6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/index/main_bg02.png") left top / 100% 100%;
	content: "";
	z-index: 5;
}
#main .mainImg .innerBox {
	margin: 0 auto;
	max-width: 104.8rem;
	position: relative;
}
#main .mainImg .innerBox .clockImg {
    width: 17.2rem;
    position: absolute;
    top: 3.2rem;
    left: -11.4rem;
	opacity: 0.7;
}
#main .mainImg .innerBox .photo {
	width: 50.7rem;
	position: absolute;
	top: -1rem;
  	right: -7.4rem;
}
#main .mainImg .innerBox .photo img {
	width: 100%;
}
#main .mainImg .textImg {
	position: relative;
	z-index: 10;
}
#main .mainImg .textImg img {
	width: 74.3rem;
}

#main .mainImg .consultImg img {
	width: 100em;
}

#main .mainImg .comBtnUl {
	margin-top: -5rem;
	z-index: 10;
}
@media all and (max-width: 768px) {
	#main .mainImg .bgBox {
		margin-bottom: 1.8rem;
		padding: 12vw 0 3vw;
		background-image: url("../images/index/sp_main_bg01.jpg");
	}
	#main .mainImg .textImg img {
		width: 100%;
	}
	#main .mainImg .textImg {
		margin: 0 8.533vw 0 4.8vw;
	}
	#main .mainImg .comBtnUl {
		margin-top: 0;
	}
	#main .mainImg .bgBox::after {
		height: 5.33vw;
	}
	#main .mainImg .innerBox .clockImg {
		width: 27.4vw;
		top: 10.5vw;
		left: -12vw;
	}
	#main .mainImg {
		margin-bottom: 5.2rem;
	}
	#main .mainImg .innerBox .photo {
		margin-top: -11.46vw;
		width: auto;
		position: relative;
		top: auto;
		right: auto;
	}
}


/* topBox */
#main .topBox {
	margin-bottom: 8.8rem;
	padding: 4.8rem 5.9rem 5.5rem;
	border: 1px solid #EFEFEF;
	font-size: 1.8rem;
}
#main .topBox p {
	line-height: 1.8;
}
#main .topBox .title {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
}
#main .topBox sup {
	margin-top: -1.7rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
#main .topBox p sup {
	margin-top: -1.1rem;
	font-size: 1.1rem;
}
#main .topBox .sml {
	margin-top: 1.5rem;
	font-size: 1.2rem;
}

#main .h2Title {
	margin-bottom: 6.2rem;
	color: #00AAB4;
	font-size: 6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

#main .h2CT {
	color: #FFFFFF;
	font-size: 4.5rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
}
#main .h2CT .sml {
	font-size: 3rem;
	display: block;
}

#main .h2Title .col {
	color: #FF820F;
}
#main .h2Title .sml {
	margin-top: 1.7rem;
	color: #333333;
	font-size: 4.8rem;
	display: block;
}

#main .linkUl {
	margin-bottom: 10rem;
	padding: 2.4rem 0 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #F5F5F5;
	border-radius: 5rem;
}
#main .linkUl li {
	margin: 0 2.8rem 0 2.9rem;
}
#main .linkUl a {
	padding-bottom: 2rem;
	display: block;
	font-weight: 600;
	font-size : 2rem;
	position: relative;
	letter-spacing: 0.1em;
}
#main .linkUl a::after {
	margin-left: -0.9rem;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url("../images/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 769px) {
	#main .linkUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 768px) {
	#main .topBox .title {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .topBox {
		margin-bottom: 5.8rem;
		padding: 3.4rem 1.9rem 3.7rem;
		font-size: 1.4rem;
	}
	#main .topBox sup {
		margin-top: -1.1rem;
		font-size: 1rem;
	}
	#main .topBox p sup {
		margin-top: -0.8rem;
		font-size: 0.8rem;
	}
	#main .topBox .sml {
		margin-top: 1.1rem;
		font-size: 1.1rem;
		line-height: 1.7;
	}
	#main .h2Title {
		margin-bottom: 4rem;
		font-size: 3rem;
		letter-spacing: -0.02em;
	}
	#main .h2Title .sml {
		margin-top: .9rem;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#main .h2CT {
		font-size: 1.5rem;
	}
	#main .h2CT .sml {
		font-size: 1.2rem;
	}
	#main .linkUl {
		margin-bottom: 6rem;
		display: block;
		padding: 3.4rem 4rem 3.3rem;
	}
	#main .linkUl li {
		margin: 0 0 1.2rem;
	}
	#main .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .linkUl a {
		padding-bottom: 0;
	}
	#main .linkUl a::after {
		margin-left: 0;
		left: auto;
		right: -0.1rem;
		bottom: auto;
		top: 1.2rem;
	}
}

/* program  */
#main .program {
	margin-bottom: 9.7rem;
}
#main .program .headLine01 {
	margin-bottom: 3.8rem;
}
#main .program .subTitle {
	margin-bottom: 0.3rem;
	color: #00AAB4;
	text-align: center;
	font-size: 2.4rem;
	position: relative;
}
#main .program .subTitle span {
	padding: 0 1.7rem;
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
#main .program .subTitle::before {
	width: 100%;
	height: 0.3rem;
	position: absolute;
	top: 1.9rem;
	left: 0;
	background-color: #00AAB4;
	content: "";
}
#main .program .subTxt {
	margin-bottom: 2.4rem;
	text-align: center;
	font-weight: 600;
	color: #00AAB4;
}
#main .program .listUl {
	margin-bottom: 3.9rem;
	border-top: 1px solid #EFEFEF;
}
#main .program .listUl:last-child {
	margin-bottom: 0;
}
#main .program .listUl li {
	padding: 1rem 0;
	border-bottom: 1px solid #EFEFEF;
}
#main .program .flex {
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
	font-weight: 600;
}
#main .program .flex p {
	padding: 1.1rem 1.5rem 1.3rem;
	background-color: #F5F5F5;
}
#main .program .flex .ttl {
	width: 24rem;
	text-align: center;
}
#main .program .flex .txt {
	margin-left: 1rem;
	padding-left: 4.1rem;
	flex: 1;
}
#main .program .colTxt {
	color: #00AAB4;
	font-size: 1.6rem;
	font-weight: 600;
}
#main .program .textBox {
	margin: 0.7rem 0 1.3rem 29.1rem;
	font-size: 1.4rem;
}
#main .program .textBox .subTitle02 {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
}
#main .program .textBox .subTitle02 + .colTxt {
	margin-top: -1px;
}
#main .program .textBox p {
	margin-bottom: 0.7rem;
	line-height: 1.8;
}
#main .program .textBox p:last-child {
	margin-bottom: 0;
}
#main .program .textBox .txtDl {
	margin-top: 1rem;
}
#main .program .textBox .txtDl dt {
	margin-bottom: 0.1rem;
	color: #00AAB4;
	font-weight: 600;
	font-size: 1.4rem;
}
#main .program .textBox .txtDl dd {
	margin-bottom: 1.2rem;
	line-height: 1.8;
}
#main .program .textBox .txtDl dd:last-child {
	margin-bottom: 0;
}
#main .program .subTitle + .listUl {
	margin-top: 1.8rem;
}
@media all and (max-width: 768px) {
	#main .program .headLine01 {
		margin-bottom: 1.8rem;
	}
	#main .program .flex {
		display: block;
		font-size: 1.8rem;
	}
	#main .program .flex p {
		padding: 0.6rem 0.5rem 0.7rem;
		line-height: 1.5;
	}
	#main .program .flex .txt {
		margin: 1rem 0 0 0;
		padding: 1.5rem 2rem 1.8rem;
	}
	#main .program .subTitle {
		margin-bottom: -0.1rem;
	}
	#main .program .subTxt {
		margin-bottom: 1.5rem;
	}
	#main .program .flex .ttl {
		width: 15.2rem;
		background-color: transparent;
	}
	#main .program .textBox {
		margin: 1.3rem 2rem -0.4rem 2rem;
	}
	#main .program .textBox .subTitle02 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#main .program .colTxt {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	#main .program .textBox .subTitle02 + .colTxt {
		margin-top: -0.1rem;
	}
	#main .program .textBox .txtDl {
		margin-top: 0.9rem;
		padding-bottom: 2.1rem;
	}
	#main .program .textBox .txtDl dt {
		margin-bottom: 0.2rem;
	}
	#main .program .textBox .txtDl dd {
		margin-bottom: 0.9rem;
	}
	#main .program .listUl {
		margin-bottom: 2rem;
	}
	#main .program {
		margin-bottom: 5.9rem;
	}
}

/* information */
#main .information {
	margin-bottom: 10.8rem;
}
#main .information .listUl {
	margin-bottom: 5.9rem;
	border-top: 1px solid #EFEFEF;
}
#main .information .listUl li {
	display: flex;
	padding: 1rem 0;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
}
#main .information .listUl .photo {
	width: 24rem;
}
#main .information .listUl .photo img {
	width: 100%;
}
#main .information .listUl .right {
	margin: 1.9rem 0 0 5.1rem;
	flex: 1;
}
#main .information .listUl .name {
	margin-bottom: 1.7rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
}
#main .information .listUl .name .big {
	margin-top: 1.4rem;
	display: block;
	font-size: 2.3rem;
}
#main .information .listUl .name .big span {
	margin-right: .5rem;
	font-size: 3.2rem;
}
#main .information .listUl .sml {
	font-size: 1.2rem;
}
#main .information .listUl02 {
	border-top: 1px solid #EFEFEF;
}
#main .information .listUl02 li {
	display: flex;
	padding: 2.9rem 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
	font-size: 1.4rem;
}
#main .information .listUl02 .photo {
	width: 23.6rem;
	border-radius: 50%;
	overflow: hidden;
}
#main .information .listUl02 .photo img {
	width: 100%;
}
#main .information .listUl02 .right {
	margin: 0.2rem 0 0 auto;
	width: calc(100% - 29.1rem);
}
#main .information .listUl02 .name {
	font-weight: 600;
	font-size: 2.3rem;
	line-height: 1;
}
#main .information .listUl02 .name .big {
	margin-right: 0.5rem;
	font-size: 3.2rem;
}
#main .information .listUl02 .sml {
	margin-bottom: 1.7rem;
	font-size: 1.4rem;
	color: #00AAB4;
	display: block;
}
#main .information .listUl02 .sml02 {
	margin-top: 2rem;
	display: block;
	font-size: 1.2rem;
	line-height: 1.3;
}
#main .information .listUl02 .txt {
	margin-top: 2.5rem;
	line-height: 1.8;
	padding-left: 1.9rem;
	position: relative;
}
#main .information .listUl02 .txt::before {
	width: 0.2rem;
	height: calc(100% - 0.8rem);
	position: absolute;
	top: 0.6rem;
	left: -1px;
	background-color: #FF820F;
	content: "";
}
#main .information .listUl02 .name.size {
	font-size: 2.4rem;
}
@media all and (max-width: 768px) {
	#main .information .listUl li {
		display: block;
		padding-bottom: 1.4rem;
	}
	#main .information .listUl .photo {
		width: 13rem;
	}
	#main .information .listUl .right {
		margin: 2rem 2rem 0;
	}
	#main .information .listUl .name {
		font-size: 1.6rem;
	}
	#main .information .listUl .name .big {
		margin-top: 1.8rem;
		font-size: 2rem;
	}
	#main .information .listUl .name .big span {
		font-size: 2.8rem;
	}
	#main .information .listUl .sml {
		font-size: 1.1rem;
	}
	#main .information .listUl {
		margin-bottom: 4rem;
	}
	#main .information .listUl02 li {
		padding: 1.9rem 0 2.7rem;
		display: block;
	}
	#main .information .listUl02 .photo {
		width: 23.6rem;
		margin: 0 auto 1.9rem;
	}
	#main .information .listUl02 .name {
		font-size: 2rem;
	}
	#main .information .listUl02 .name .big {
		font-size: 2.8rem;
	}
	#main .information .listUl02 .sml {
		margin-bottom: 1.8rem;
	}
	#main .information .listUl02 .sml02 {
		margin-top: 1.9rem;
		font-size: 1.1rem;
	}
	#main .information .listUl02 .right {
		margin: 0 2.1rem 0;
		width: auto;
	}
	#main .information .listUl02 .txt::before {
		height: calc(100% - 1rem);
	}
	#main .information .listUl02 .size .sml {
		margin-bottom: 2.2rem;
	}
	#main .information .headLine01 {
		margin-bottom: 4rem;
	}
	#main .information {
		margin-bottom: 6rem;
	}
	#main .information .listUl02 .txt {
		text-align: justify;
	}
}

/* symposium */
#main .symposium {
	margin-bottom: 10rem;
}
#main .symposium .listUl li {
	padding: 1rem 0;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	display: flex;
}
#main .symposium .listUl .ttl {
	width: 24rem;
	text-align: center;
	font-weight: 600;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .symposium .listUl .rightBox {
	padding: 1.3rem 0 1.6rem 5.1rem;
	flex: 1;
	line-height: 1.66;
}
#main .symposium .listUl .blod {
	font-weight: 600;
}
#main .symposium .listUl .size {
	padding-top: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.8;
}
#main .symposium .listUl .sml {
	margin: 1rem 0 2.3rem;
	font-size: 1.2rem;
}
#main .symposium .listUl a {
	text-decoration: underline;
}
#main .symposium .comBtnUl {
	margin-top: 5.9rem;
}
#main .symposium .snote {
	font-size: 1.5rem;
}

@media all and (min-width: 769px) {
	#main .symposium .listUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 768px) {
	#main .symposium .listUl .ttl {
		width: 9.2rem;
		font-size: 1.4rem;
		align-items: flex-start;
		padding-top: 1.4rem;
	}
	#main .symposium .listUl .rightBox {
		padding: 1.2rem 0 1rem 2rem;
		line-height: 1.8;
	}
	#main .symposium .listUl .size {
		padding-top: 0.4rem;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: justify;
	}
	#main .symposium .listUl .sml {
		margin: 1.3rem 0 2.3rem;
		font-size: 1.1rem;
		line-height: 1.6;
	}
	#main .symposium .comBtnUl {
		margin-top: 3.9rem;
	}
	#main .symposium {
		margin-bottom: 6.1rem;
	}
}

.tbline {
	border-bottom:1px solid #333;
	vertical-align: middle;
	padding:10px;
}

.sbmtbtn {
  display       : inline-block;
  border-radius : 10%;          /* 角丸       */
  font-size     : 2rem;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 45px;   /* 余白       */
  background    : #00b3b3;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 3px 3px 4px #666666;  /* 影の設定 */
  border        : 2px solid #00b3b3;    /* 枠の指定 */
}
.sbmtbtn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #006633;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

a.lnkbtn {
  display: inline-block;
  margin: 30px 15px 0;
  padding: .6em 2em;
  font-size: 20px;
  font-size: 2rem;
  font-weight:bold;
  text-decoration: none;
  outline: none;
  color: #FFFFBF;
  background-color: #FF4400;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.lnkbtn:hover, a.lnkbtn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

.input-s {
  border:0;
  padding:5px;
  font-size:2rem;
  border:solid 1px #ccc;
  margin:0 0 5px;
  width:200px;
}

.input-b {
  border:0;
  padding:5px;
  font-size:2rem;
  border:solid 1px #ccc;
  margin:0 0 5px;
  width:350px;
}

input:focus {
    border:solid 1px #EEA34A;
}


#main .voice {
	margin-bottom: 10rem;
}
#main .voice .voiceList li {
	margin-bottom: 1rem;
	padding: 3.2rem 6rem 3.3rem 13.5rem;
	min-height: 16rem;
	display: flex;
	align-items: center;
	background : #F5F5F5 url(../images/index/voice_img.png) no-repeat left 4rem center / 6.7rem auto;
}
#main .social {
	margin-bottom: 14rem;
}
#main .social .headLine01 {
	margin-bottom: 2.9rem;
}
#main .social .img {
	position: relative;
}
#main .social .img img {
	width: 100%;
}
#main .social .comBtn {
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform:translateX(-50%)
}
#main .social .comBtn a {
	color: #00AAB4;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0.3rem 0.7rem 2.5rem rgba(0, 170, 180, 0.28);
}
#main .social .comBtn a::after {
	background-image: url(../images/common/icon04.png);
}
#main .system {
	margin-bottom: 10rem;
}
#main .system .headLine01 {
	margin-bottom: 5rem;
}
#main .system .text {
	margin-bottom: 5.4rem;
}
#main .system .list {
	margin-bottom: 6rem;
	gap: 3rem 4rem
}
#main .system .list:last-of-type {
	margin-bottom: 0;
}
#main .system .list li {
	padding: 2.4rem 3.9rem 2.3rem;
	width: calc(50% - 2rem);
	position: relative;
	font-size: 1.4rem;
	border: 0.1rem solid #EFEFEF;
	box-sizing: border-box;
}
#main .system .articleList li {
	padding-bottom: 6.8rem;
}
#main .system .list .title {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
}
#main .system .list .smlTxt {
	margin-bottom: 2.3rem;
	font-size: 1.2rem;
	line-height: 1.5;
}
#main .system .video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#main .system .video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .system .title span {
	margin-bottom: 1.2rem;
	display: block;
	color : #00AAB4;
	font-size: 1.4rem;
}
#main .system .linkBox {
	position: absolute;
	right: 3.9rem;
	bottom: 2.3rem;
}
#main .system .linkBox a {
	text-decoration: underline;
}
#main .system .list .item {
	padding: 3rem 0 0;
	border: none;
}
#main .system .list .inner {
	padding: 2.8rem 4rem 6.8rem;
	height: calc(100% - 9.2rem);
	position: relative;
	border: 0.1rem solid #EFEFEF;
}
#main .infoBox {
	margin-bottom: 5.2rem;
}
#main .infoBox .headLine01 {
	margin-bottom: 5rem;
}
#main .infoBox .headLine02 {
	margin-bottom: 2.3rem;
}
#main .infoBox a {
	padding-left: 2.5rem;
	font-size: 1.8rem;
	line-height: 2.3;
	text-decoration: underline;
}
#main .infoBox .comTxtLink {
	background-position: left 1.4rem;
}
#main .infoBox .telLink .comTxtLink::after {
	display: none;
}
#main .infoBox p {
	margin-bottom: 3.9rem;
}
#main .infoBox p:last-of-type {
	margin-bottom: 0;
}
#main .infoBox .textLink {
	margin: 0 0 8.8rem;
}
#main .infoBox .textLink a {
	margin-left: 0;
}
#main .infoBox .telLink {
	font-weight: 600;
}
#main .infoBox .tel {
	text-decoration: none;
}
#main .powered {
	margin-bottom: 3.6rem;
	text-align: right;
	overflow: hidden;
}
#main .powered img {
	width: 16rem;
}
#main .powered #DigiCertClickID_qAtJWaCd {
	width: 100px;
	float: right;
}
@media all and (min-width: 769px) {
	#main .powered a:hover {
		opacity: 0.8;
	}
	#main .infoBox a:hover,
	#main .system .linkBox a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 768px) {

#main .h2CT {
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
	#main .voice {
		margin-bottom: 6rem;
	}
	#main .voice .voiceList li {
		padding: 7.8rem 2rem 2.4rem;
		min-height: inherit;
		text-align: justify;
		background-position: center top 21px;
	}
	#main .social {
		margin-bottom: 10rem;
	}
	#main .social .headLine01 {
		margin-bottom: 2.2rem;
	}
	#main .social .comBtn a {
		width: 29.5rem;
	}
	#main .system {
		margin-bottom: 5.8rem;
	}
	#main .system .headLine01 {
		padding-left: 5rem;
		padding-right: 5rem;
		margin-bottom: 2.5rem;
	}
	#main .system .text {
		margin-bottom: 3.6rem;
		font-size: 1.4rem;
	}
	#main .system .list {
		margin-bottom: 4rem;
	}
	#main .system .list {
		display: block;
	}
	#main .system .list li {
		margin-bottom: 2rem;
		padding: 2.4rem 1.9rem 2.9rem;
		width: 100%;
	}
	#main .system .articleList li {
		padding: 2.5rem 1.9rem 7rem;
	}
	#main .system .list .title {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .system .list .title span {
		margin-bottom: 0.8rem;
	}
	#main .system .list .smlTxt {
		margin-bottom: 1.7rem;
	}
	#main .system .linkBox {
		right: 1.9rem;
		bottom: 2.6rem;
	}
	#main .system .list .inner {
		padding: 2.5rem 1.9rem 7rem;
	}
	#main .system .list .item {
		margin-bottom: 0;
	}
	#main .system .list .item:last-of-type {
		padding-top: 0;
	}
	#main .infoBox {
		margin-bottom: 3.8rem;
	}
	#main .infoBox .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .infoBox p {
		margin-bottom: 2rem;
		text-align: justify;
	}
	#main .infoBox .comTxtLink {
		background-position: left 0.4rem;
	}
	#main .infoBox .textLink {
		margin-bottom: 5.9rem;
	}
	#main .infoBox p a {
		margin: 2rem 0 0 -2.3rem;
		padding-left: 2rem;
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .infoBox .telLink {
		padding-left: 2.3rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .infoBox p a:first-of-type {
		margin-top: 0;
	}
	#main .powered {
		margin-bottom: 1.9rem;
	}
	#main .infoBox .headLine02 {
		letter-spacing: 0.1em;
	}
}
