@charset "utf-8";
/* CSS Document */
.sect_ttl {
	margin-bottom: 6.5rem;
}
.messageCont {
	display: table;
}
.messageCont .left {
	display: table-cell;
	width: 66%;
	vertical-align: top;
	padding-right: 3%;
	box-sizing: border-box;
}
.messageCont .right {
	display: table-cell;
	width: 33%;
	vertical-align: top;
}
.messageCont .right img {
	width: 100%;
	height: auto;
}
section p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2;
	line-height: 1.75;
	margin-bottom: 1.0em;
}
section p.lbl,
section strong {
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 1em;
	line-height: 1.3;
	padding-top: 0.5em;
}
section p.lbl:nth-child(1) {
	padding-top: 0;
}
.name {
	margin-top: 3.5rem;
}
.name p {
	margin-top: 3.5rem;
	font-family: yumindb;
	font-size: 1.6rem;
	line-height: 2.375;
	margin: 0;
}
.name p.span {
	display: inline-block;
}
.name .big {
	font-size: 2.8rem;
	line-height: 1;
	padding-left: 1em;
}
.even_table table {
	border-top: solid #30a8aa 1px;
	background-color: #FFF;
}
.even_table table tr:nth-child(1) {
}
.even_table table tr:nth-child(2n-1) td {
	background: #eef5f5;
}
.even_table table td:nth-child(1) {
	width: 23.5rem;
	padding-left: 2.2rem;
	color: #30a8aa;
	font-weight: bold;
}
.even_table table td {
	padding: 2.1rem 0;
    padding-left: 0px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.75;
	border:none;
	border-bottom: solid #30a8aa 1px;
}
@media screen and (min-width: 768px) {
	.img_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.img_pc {
		display: none;
	}
	.sect_ttl {
	  margin-bottom: 4rem;
	}
	.messageCont {
		position: relative;
		display: block;
	}	
	.messageCont .left {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-top: 68vw;
	}
	.messageCont .right {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.even_table table,
	.even_table table tbody,
	.even_table table tr,
	.even_table table td {
		display: block;
		width: 100%;
	}

	.even_table table tr td:nth-child(1) {
		padding: 0.8rem;
		width: 100%;
		border-bottom: 0;
	}	
	.even_table table tr td:nth-child(2) {
		padding: 0.8rem;
		border-top: 0;
	}	
	
}