@charset "UTF-8";
/* ==================================================
	submain
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.submainimg {
		display: block;
		position: relative;
		color: #FFF;
		background: #0f1177;
		padding: 60px 0 0 0;
	}
	.submainimg .bg {
		display: block;
		padding: 25px 0;
	}
	.submainimg h1 {
		line-height: 1.1;
		font-size: 2.1rem;
	}
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.branch {
		display: none;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.submainimg {
		display: block;
		position: relative;
		color: #FFF;
		background: #0f1177;
		padding: 95px 0 0 0;
	}
	.submainimg .bg {
		display: block;
		padding: 45px 0;
	}
	.submainimg h1 {
		line-height: 1.1;
		font-size: 3.2rem;
	}
	.fix-1100 {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.branch {
		display: block;
		padding: 5px 0 15px 0;
	}
	.fix-1200 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.branch li {
		display: inline-block;
		position: relative;
		font-size: 1.2rem;
		line-height: 1;
		margin-left: 24px;
	}
	.branch li::before{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		left: -17px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.branch li:nth-child(1) {
		margin-left: 0px;
	}
	.branch li:nth-child(1)::before {
		display: none;
	}
	.branch a {
		color: #000;
		text-decoration: none !important;

	}
	.branch a:hover {
		text-decoration: underline !important;
	}
	.subbox01 p {
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: normal;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1200px) {
	.fix-1200 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1100px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right:4%;
	}
}
/* ========== end △ */


/* ==================================================
	news detail
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.news-wrap {
		display: block;
		margin-bottom: 30px;
	}
	.news-one {
		display: block;
		padding: 30px 0;
	}
	.news-one:nth-child(2n) {
		background: #F2FDF9;
	}
	.news-one .txt {
		display: block;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		border: #0AB2A3 solid 1px;;
		color: #FFF;
		background: #0AB2A3;
		line-height: 1;
		font-size: 1.2rem;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: #8FF8ED solid 2px;
		position: relative;
		color: #098A81;
	}
	.news-one .txt h2::before {
		position: absolute;
		left: 0px;
		bottom: -2px;
		content: "";
		width: 27%;
		height: 4px;
		background: url(../images/line02.png) left top repeat-x;
		background-size: auto 100%;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		margin-top: 20px;
	}
	.news-one .img-b img {
		width: 100%;
	}
	.page-np-link {
		display: block;
		text-align: center;
		padding-bottom: 50px;
	}
	.page-np-link li {
		display: inline-block;
		margin: 0 10px;
	}
	.page-np-link li a {
		display: block;
		color: #000;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding: 12px 15px;
		border: #0BB2A3 solid 2px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.news-wrap {
		display: block;
		padding: 0px 0;
		margin-bottom: 20px;
	}
	.news-one {
		display: block;
		padding: 30px 0;
		background: #F2FDF9;
	}
	.news-one:nth-child(2n) {
		background: #FFF;
	}
	.news-one .txt {
		display: block;
		float: left;
		width: 59%;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		border:#0AB2A3 solid 2px;;
		color: #FFF;
		background: #0AB2A3;
		line-height: 1;
		font-size: 1.4rem;
		padding: 5px 15px;
		margin-bottom: 20px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 2.3rem;
		line-height: 1.3;
		padding-bottom: 20px;
		margin-bottom: 25px;
		border-bottom: #8FF8ED solid 2px;
		position: relative;
		color: #098A81;
	}
	.news-one .txt h2::before {
		position: absolute;
		left: 0px;
		bottom: -2px;
		content: "";
		width: 23%;
		height: 4px;
		background: url(../images/line02.png) left top repeat-x;
		background-size: auto 100%;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		float: right;
		width: 37.04%;
		height: 300px;
		background: #f3f3f3;
		border: #ccc solid 1px;
		overflow: hidden;
	}
	.news-one .img-b a {
		height: 300px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.news-one .img-b a img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: inline-block;
	}
	.page-np-link {
		display: block;
		background: #f2f2f2;
		text-align: center;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.page-np-link li {
		display: block;
		float: left;
	}
	.page-np-link li:nth-child(2) {
		float: right;
	}
	.page-np-link li a {
		display: block;
		border-radius: 3px;
		color: #0BB2A3;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
		border: #0BB2A3 solid 2px;
	}
	.page-np-link li a:hover {
		color: #FFF;
		background: #0BB2A3;
	}
}


/* ==================================================
	CONTACT
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.title02 {
		display: block;
		position: relative;
		font-weight: bold;
		font-size: 1.9rem;
		line-height: 1.2;
		color: #0F1177;
		padding: 15px 0;
		margin-bottom: 20px;
		border-bottom: #0F1177 solid 2px;
	}
	.title02::after {
		position: absolute;
		left: 0;
		bottom: 0px;
		content: "";
		width: 160px;
		height: 4px;
		background:#269CCE;
	}
	.contact-top {
		display: block;
		padding-top: 30px;
	}
	.contact-top .fix-1200 {
		display: block;
		background: url(../images/tp4bg.jpg) center center no-repeat;
		background-size: cover;
		padding: 30px 6%;
	}
	.contact-top p {
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		color: #FFF;
		line-height: 1.8;
	}
	.contact-top b {
		display: block;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		color: #FFF;
		line-height: 2;
		margin-top: 14px;
	}
	.contact-top .list {
		margin-top: 25px;
	}
	.contact-top .list li {
		display: block;
		margin: 5px 0;
	}
	.fo-lf {
		display: block;
		margin-bottom: 20px;
	}
	.fo-lf .form-ti {
		background: #EDFBE8;
		padding: 5px 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	.subfix1 p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	.contact-box {
		display: block;
		padding: 35px 0;
	}
	#pp {
		display: block;
	}
	#pp h3 {
		display: block;
		border-bottom: #ccc solid 3px;
		padding: 20px 0;
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.txt_mb_area {
		background: #FFF;
		padding: 15px;
		word-break: break-all;
	}
	.contact-box dl h4 {
		display:inline-block;
		font-size: 1.5rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 3px 14px;
		color: #FFF;
		background: #3E9AFF;
		margin-bottom: 6px;
	}
	.medet-box {
		background:#D6FBFC;
		padding: 10px 10px 0px 10px;;
	}
	.medet-box2 {
		padding: 0px 10px 0px 10px;;
	}
	.medet-box ul {
		border-bottom: 0px;
	}
	.txt_mb_area dd li {
		list-style-type:decimal;
		margin-left: 20px;
		margin-bottom: 4px;
	}
	.bord-t {
		border-top: #ccc dotted 1px;
		clear: both;
		float: none;
		width: 90%;
		padding: 10px 2%;
	}
	.btn01.mx-400.mlr-auto {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.cont-caut {
		display: block;
		border: #ccc dotted 1px;
		padding: 15px;
		margin-bottom: 25px;
	}
	.w37p-c {
		width: 47% !important;
		margin-right: 5px;
	}
	.glr-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		border: #eee solid 3px;
		margin-top: 35px;
	}
	.glr-box figure {
		flex-basis: 37%;
		border: #EFEFEF solid 2px;
		padding: 2%;
	}
	.glr-box figure img {
		width: 100%;
	}
	.glr-box p {
		flex-basis: 60%;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.title03 small {
		font-size: 1.3rem;
		display: block;
		margin-top: 3px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.title02 {
		display: block;
		position: relative;
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.2;
		color: #0F1177;
		padding: 20px 0;
		margin-bottom: 35px;
		border-bottom: #0F1177 solid 2px;
	}
	.title02::after {
		position: absolute;
		left: 0;
		bottom: -3px;
		content: "";
		width: 200px;
		height: 3px;
		background:#269CCE;
	}
	.contact-top {
		display: block;
		padding-top: 70px;
	}
	.contact-top .fix-1100 {
		display: block;
		padding: 70px 0;
	}
	.contact-top p {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		font-weight:normal;
		color: #FFF;
		line-height: 2;
		margin-left: 7%;
		margin-right: 7%;
	}
	.contact-top b {
		display: block;
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFF;
		line-height: 2;
		margin-top: 20px;
		margin-left: 7%;
		margin-right: 7%;
	}
	.contact-top .list {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}
	.contact-top .list li {
		display: block;
		float: left;
		width: 47%;
	}
	.contact-top .list li:nth-child(2) {
		float: right;
	}
	.fo-lf {
		display: block;
		float: left;
		width: 40%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.fo-lf .form-ti {
		background: #EDFBE8;
		padding: 5px 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	.subfix1 p {
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.contact-box {
		display: block;
		padding: 40px 0 70px 0;
	}
	#pp {
		display: block;
	}
	#pp h3 {
		display: block;
		border-bottom: #ccc solid 3px;
		padding: 20px 0;
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.txt_mb_area {
		display: block;
		border: #ccc solid 1px;
		padding: 25px;
		background: #FFF;
	}
	.contact-box dl h4 {
		display:inline-block;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 3px 14px;
		color: #FFF;
		background: #3E9AFF;
		margin-bottom: 6px;
	}
	.contact-box .btn_list li {
		display:inline-block;
		margin-right: 20px;
	}
	.contact-box .bord-b1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.dl_table_style dt {
		width: 25%;
	}
	.dl_table_style.conf dt {
		width: 25%;
	}
	.txt_mb_area dd li {
		list-style-type:decimal;
		margin-left: 30px;
		margin-bottom: 4px;
	}
	.mx-400 {
		max-width: 400px;
	}
	.mlr-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.medet-box {
		background:#D6FBFC;
		padding: 15px 15px 0px 15px;;
	}
	.medet-box2 {
		padding: 0px 15px 0px 15px;;
	}
	.medet-box ul {
		border-bottom: 0px;
	}
	.consent_txt {
		padding: 30px 0;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.9;
	}
	.bord-t {
		border-top: #ccc dotted 1px;
		clear: both;
		float: none;
		width: 90%;
		padding: 10px 0%;
	}
	.cont-caut {
		display: block;
		border: #ccc dotted 1px;
		padding: 35px;
		margin-bottom: 55px;
	}
	.w37p-c {
		width: 37% !important;
		margin-right: 15px;
	}
	.glr-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 25px;
		border: #eee solid 3px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 75px;
	}
	.glr-box figure {
		flex-basis: 17%;
		border: #EFEFEF solid 2px;
		margin-right: 2%;
		padding: 2%;
	}
	.glr-box figure img {
		width: 100%;
	}
	.glr-box p {
		flex-basis: 80%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.title03 small {
		font-size: 1.3rem;
		margin-left: 10px;
	}
	dd .btn_list li {
		display: block !important;
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
}


/* ==================================================
	topbox01
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox01 {
		display: block;
		position: relative;
		padding: 30px 0;
	}
	.title01 {
		display: block;
		font-size: 2.7rem;
		line-height: 1.3;
		color: #0099d9;
		margin-bottom: 20px;
	}
	.topbox01 .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.topbox01 .flex.v2 {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.topbox01 .flex li {
		position: relative;
		margin-bottom: 15px;
		padding: 3%;
		flex-basis: 41%;
		border: #f0f0f0 solid 1px;
	}

	.topbox01 .flex li figure {
		display: block;
	}
	.topbox01 .flex li img {
		width: 100%;
	}
	.topbox01 .flex li h3 {
		display: block;
		text-align: center;
		margin:10px 0px;
		font-size: 1.2rem !important;
		line-height: 1.2;
		font-weight: bold;
	}
	.topbox01 .flex li p {
		display: none;
	}
	.topbox01 .btn01 {
		margin-left: auto;
		margin-right: auto;
		max-width: 115px;
		margin-top: 15px;
	}
	.topbox01 .btn01 a {
		font-size: 1.2rem;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox01 {
		display: block;
		position: relative;
		padding: 40px 0 70px 0;
	}
	.title01 {
		display: block;
		font-size: 3.2rem;
		line-height: 1.3;
		color: #0099d9;
		margin-bottom: 40px;
	}
	.topbox01 .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 50px;
	}
	.topbox01 .flex li {
  		flex-basis: calc(100% / 4);
		position: relative;
	}
	.topbox01 .flex li::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		width: 1px;
		height: 100%;
		background: #cccccc;
	}
	.topbox01 .flex li:nth-child(4n+1) {
		margin-left: 0px;
	}
	.topbox01 .flex li:nth-child(4n+1)::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 1px;
		height: 100%;
		background: #cccccc;
	}
	.topbox01 .flex li figure {
		display: block;
		padding: 0 35px ;
	}
	.topbox01 .flex li img {
		width: 100%;
	}
	.topbox01 .flex li h3 {
		display: block;
		text-align: center;
		margin: 20px 0;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.topbox01 .flex li p {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.9;
		width: 100%;
		height: 70px;
	}
	.topbox01 .btn01 {
		margin-left: auto;
		margin-right: auto;
		max-width: 145px;
		margin-top: 15px;
	}

}
@media print, screen and (min-width: 640px) and (max-width: 850px) {
	.topbox01 .flex li {
  		flex-basis: calc(100% / 2);
		position: relative;
		margin-bottom: 25px;
	}
	.topbox01 .flex li:nth-child(2n+1)::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 1px;
		height: 100%;
		background: #cccccc;
	}
}
/* ========== end △ */


/* ==================================================
	ir
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.collum-box {
		display: block;
	}
	.collum-box .fix-1100 {
		display: block;
	}
	.flex-leftbox {
		display: block;
		margin-bottom: 45px;
	}
	.flex-rightbox {
		display: block;
	}
	.ir-box001 {
		display: block;
	}
	.ir-box001 #tab {
		display: block;
		position: relative;
		margin-bottom: 15px;
	}
	.ir-box001 #tab::after {
		position: absolute;
		bottom: 0px;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #959595;
	}
	.ir-box001 #tab li {
		display: inline-block;
		width: 130px;
		margin-right: 10px;
		position: relative;
		z-index: 5;
		/*cursor: pointer;*/
	}
	.ir-box001 #tab li a {
		display: block;
		text-align: center;
		background: #f8f8f8;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		line-height: 1;
		font-size: 1.5rem;
		padding: 20px 0 19px 0;
		border-left: #999999 solid 0px;
		border-right: #999999 solid 0px;
		border-top: #999999 solid 0px;
	}
	.ir-box001 #tab li.current a {
		display: block;
		text-align: center;
		background: #FFF;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		line-height: 1;
		font-size: 1.5rem;
		padding: 20px 0;
		border-left: #999999 solid 1px;
		border-right: #999999 solid 1px;
		border-top: #999999 solid 1px;
	}
	.ir-list {
		display: block;
	}
	.ir-list dl {
		display: block;
		padding: 0 4px;
	}
	.ir-list dl dt {
		display: block;
		font-weight: bold;
		line-height: 1.4;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.ir-list dl dd {
		display: block;
		position: relative;
		line-height: 1.4;
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 20px;
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: #cccccc solid 1px;
	}
	.ir-list dl dd a {
		color: #000;
		text-decoration: none;
	}
	.ir-list dl dd a:hover {
		text-decoration: underline;
	}
	.ir-list dl dd::before {
		position: absolute;
		left: 0;
		top: 10px;
		content: "";
		width: 5px;
		height: 1px;
		background: #000;
	}
	.ir-list dl dd span {
		display:inline-block;
		position: relative;
		margin-left: 17px;
	}
	.ir-list dl dd span img {
		display: inline;
		width: 13px;
		margin-top: 3px;
		margin-right: 3px;
	}
	.ir-list dl:nth-child(n+6) {
		display: none !important;
	}
	.ir-t {
		max-width: 145px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-rightbox h3 {
		display: block;
		font-size: 1.6rem;
		line-height: 1.1;
		font-weight: bold;
		padding: 8px 15px;
		background: #e5f0f8;
		margin-bottom: 13px;
	}
	.ir-list.no-h {
		height: auto;
	}
	.ir-list.no-h dd {
		font-size: 1.4rem;
	}
	.ir-t2 {
		max-width: 200px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.mt70 {
		margin-top: 35px;
	}
	.kb-s {
		display: block;
		margin-bottom: 35px;
	}
	.kb-s h4 {
		display: block;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: bold;
		color: #0f1177;
		margin: 15px 0;
	}
	.kb-s figure {
		display: block;
		margin-bottom: 22px;
	}
	.kb-s figure img {
		width: 100%;
	}
	.kb-s .menseki {
		display: block;
		text-align: right;
		padding: 12px 0;
	}
	.kb-s .menseki a {
		font-size: 1.5rem;
		line-height: 1;
		text-decoration: none;
	}
	.r-bnr {
		display: block;
	}
	.r-bnr img {
		width: 100%;
	}
	.ir-box003 {
		display: block;
		padding: 95px 0 80px 0;
	}
	.ac-wrap {
		display: block;
	}
	.bl-ac {
		background: #f8f8f8;
		outline: 1px solid #ededed;
		outline-offset: -1px;
		margin-bottom: 20px;
	}
	.bl-ac dl {
		display: block;
		padding: 0 24px;
	}
	.bl-ac dt {
		display: block;
		text-align: center;
		padding: 23px 0;
		font-size: 2rem;
		line-height: 1;
		font-weight: bold;
		border-bottom: #cccccc solid 1px;
		position: relative;
	}
	.bl-ac dt::after {
		position: absolute;
		right: 11px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 10px;
		height: 2px;
		background: #333;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.bl-ac dt::before {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 10px;
		background: #333;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.bl-ac dt.active::after {
		opacity: 0;
	}
	.bl-ac dt.active::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.bl-ac dt span {
		display: inline-block;
		position: relative;
		padding-top: 72px;
	}
	.bl-ac dt span::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		content: "";
		background:url(../ir/images/dt-ico1.png) top center no-repeat;
	}
	.bl-ac dt span.ic2::before {
		background:url(../ir/images/dt-ico2.png) top center no-repeat;
	}
	.bl-ac dt span.ic3::before {
		background:url(../ir/images/dt-ico3.png) top center no-repeat;
	}
	.bl-ac dd {
		padding: 25px 0;
		display: none;
	}
	.bl-ac dd li {
		display: block;
		position: relative;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 28px;
		margin-bottom: 10px;
	}
	.bl-ac dd li::before {
		position: absolute;
		left: 3px;
		top: 10px;
		content: "";
		width: 5px;
		height: 1px;
		background: #000;
	}
	.bl-ac dd li a {
		color: #000;
		text-decoration: none;
	}
	.list-wrap {
		display: block;
	}
	.list-wrap li {
		background: #f8f8f8;
		text-align: center;
		margin-bottom: 20px;
	}
	.list-wrap li a {
		display: block;
		text-align: center;
		position: relative;
		color: #000;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		font-size: 1.7rem;
		padding: 21px 0;
	}
	.list-wrap li a::after {
		position: absolute;
		right:0px;
		bottom:0px;
		content: "";
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-left: 8px solid #0099d9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.list-wrap li a span {
		display: inline-block;
		position: relative;
		padding-top: 75px;
	}
	.list-wrap li a span::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 75px;
		background: url(../ir/images/lw-ico1.png) top center no-repeat;
	}
	.list-wrap li a span.ic2::before {
		background: url(../ir/images/lw-ico2.png) top center no-repeat;
	}
	.list-wrap li a span.ic3::before {
		background: url(../ir/images/lw-ico3.png) top center no-repeat;
	}
	.list-wrap li a span.ic4::before {
		background: url(../ir/images/lw-ico4.png) top center no-repeat;
	}
	.list-wrap li a span.ic5::before {
		background: url(../ir/images/lw-ico5.png) top center no-repeat;
	}
	.list-wrap li a:hover {
		background: #ccd9d7;
	}
	.ir-box001 .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 12px;
		background: #e5f0f8;
	}
	.ir-box001 .tit h3 {
		display: block;
		font-size: 1.7rem;
		line-height: 1;
		font-weight: bold;
	}
	.ir-box001 .tit .btn01 {
		width: 105px;
	}
	.ir-box001 .tit .btn01 a {
		background: #e5f0f8;
		font-size: 1.2rem;
	}

}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.collum-box {
		display: block;
	}
	.collum-box .fix-1100 {
		display: flex;
		justify-content: space-between;
	}
	.flex-leftbox {
		flex-basis: 70%;
	}
	.flex-rightbox {
		flex-basis: 27%;
	}
	.ir-box001 {
		display: block;
	}
	.ir-box001 #tab {
		display: block;
		position: relative;
		margin-bottom: 15px;
	}
	.ir-box001 #tab::after {
		position: absolute;
		bottom: 0px;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #959595;
	}
	.ir-box001 #tab li {
		display: inline-block;
		width: 230px;
		margin-right: 10px;
		position: relative;
		z-index: 5;
		cursor: pointer;
	}
	.ir-box001 #tab li a {
		display: block;
		text-align: center;
		background: #f8f8f8;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		line-height: 1;
		font-size: 2rem;
		padding: 20px 0 19px 0;
		border-left: #999999 solid 0px;
		border-right: #999999 solid 0px;
		border-top: #999999 solid 0px;
	}
	.ir-box001 #tab li.current a {
		display: block;
		text-align: center;
		background: #FFF;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		line-height: 1;
		font-size: 2rem;
		padding: 20px 0;
		border-left: #999999 solid 1px;
		border-right: #999999 solid 1px;
		border-top: #999999 solid 1px;
	}
	.ir-list {
		display: block;
		height: 900px;
		overflow: auto;
	}
	.ir-list dl {
		display: block;
		padding: 0 4px;
	}
	.ir-list dl dt {
		display: block;
		font-weight: bold;
		line-height: 1.4;
		font-size: 1.6rem;
		margin-bottom: 12px;
	}
	.ir-list dl dd {
		display: block;
		position: relative;
		line-height: 1.4;
		font-size: 1.6rem;
		font-weight: normal;
		padding-left: 20px;
		padding-bottom: 22px;
		/*margin-bottom: 22px;*/
		border-bottom: #cccccc solid 1px;
	}
	.ir-list dl dd a {
		color: #000;
		text-decoration: none;
	}
	.ir-list dl dd a:hover {
		text-decoration: underline;
	}
	.ir-list dl dd::before {
		position: absolute;
		left: 0;
		top: 10px;
		content: "";
		width: 5px;
		height: 1px;
		background: #000;
	}
	.ir-list dl dd span {
		display:inline-block;
		position: relative;
		margin-left: 17px;
	}
	.ir-list dl dd span img {
		display: inline;
		width: 13px;
		margin-top: 3px;
		margin-right: 3px;
	}

	.ir-t {
		max-width: 145px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-rightbox h3 {
		display: block;
		font-size: 2rem;
		line-height: 1.1;
		font-weight: bold;
		padding: 12px 15px;
		background: #e5f0f8;
		margin-bottom: 13px;
	}
	.ir-list.no-h {
		height: auto;
	}
	.ir-list.no-h dd {
		font-size: 1.4rem;
	}
	.ir-t2 {
		max-width: 220px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.mt70 {
		margin-top: 70px;
	}
	.kb-s {
		display: block;
		margin-bottom: 35px;
	}
	.kb-s h4 {
		display: block;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: bold;
		color: #0f1177;
		margin: 15px 0;
	}
	.kb-s figure {
		display: block;
		margin-bottom: 22px;
	}
	.kb-s figure img {
		width: 100%;
	}
	.kb-s .menseki {
		display: block;
		text-align: right;
		padding: 6px 0;
	}
	.kb-s .menseki a {
		font-size: 1.5rem;
		line-height: 1;
		text-decoration: none;
	}
	.kb-s .menseki a:hover {
		text-decoration: underline;
	}
	.r-bnr {
		display: block;
	}
	.r-bnr img {
		width: 100%;
	}
	.ir-box003 {
		display: block;
		padding: 95px 0 80px 0;
	}
	.ac-wrap {
		display: flex;
		justify-content: space-between;
		margin-bottom: 48px;
	}
	.bl-ac {
		margin-left: 48px;
  		flex-basis: calc((100% - (48px * 2)) / 3 - .01px);
		background: #f8f8f8;
		outline: 1px solid #ededed;
		outline-offset: -1px;
	}
	.bl-ac:nth-child(1) {
		margin-left: 0px;
	}
	.bl-ac dl {
		display: block;
		padding: 0 24px;
	}
	.bl-ac dt {
		display: block;
		text-align: center;
		padding: 23px 0;
		font-size: 2rem;
		line-height: 1;
		font-weight: bold;
		border-bottom: #cccccc solid 1px;
	}
	.bl-ac dt span {
		display: inline-block;
		position: relative;
		padding-top: 72px;
	}
	.bl-ac dt span::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		content: "";
		background:url(../ir/images/dt-ico1.png) top center no-repeat;
	}
	.bl-ac dt span.ic2::before {
		background:url(../ir/images/dt-ico2.png) top center no-repeat;
	}
	.bl-ac dt span.ic3::before {
		background:url(../ir/images/dt-ico3.png) top center no-repeat;
	}
	.bl-ac dd {
		display: block;
		padding: 25px 0;
	}
	.bl-ac dd li {
		display: block;
		position: relative;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 28px;
		margin-bottom: 10px;
	}
	.bl-ac dd li::before {
		position: absolute;
		left: 3px;
		top: 10px;
		content: "";
		width: 5px;
		height: 1px;
		background: #000;
	}
	.bl-ac dd li a {
		color: #000;
		text-decoration: none;
	}
	.bl-ac dd li a:hover {
		text-decoration: underline;
	}
	.list-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.list-wrap li {
		margin-left: 48px;
  		flex-basis: calc((100% - (48px * 2)) / 3 - .01px);
		background: #f8f8f8;
		text-align: center;
		margin-bottom: 48px;
	}
	.list-wrap li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.list-wrap li a {
		display: block;
		text-align: center;
		position: relative;
		color: #000;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		font-size: 2rem;
		padding: 21px 0;
	}
	.list-wrap li a::after {
		position: absolute;
		right:0px;
		bottom:0px;
		content: "";
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-left: 8px solid #0099d9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.list-wrap li a span {
		display: inline-block;
		position: relative;
		padding-top: 75px;
	}
	.list-wrap li a span::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 75px;
		background: url(../ir/images/lw-ico1.png) top center no-repeat;
	}
	.list-wrap li a span.ic2::before {
		background: url(../ir/images/lw-ico2.png) top center no-repeat;
	}
	.list-wrap li a span.ic3::before {
		background: url(../ir/images/lw-ico3.png) top center no-repeat;
	}
	.list-wrap li a span.ic4::before {
		background: url(../ir/images/lw-ico4.png) top center no-repeat;
	}
	.list-wrap li a span.ic5::before {
		background: url(../ir/images/lw-ico5.png) top center no-repeat;
	}
	.list-wrap li a:hover {
		background: #ccd9d7;
	}
	.ir-box001 .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 12px;
		background: #e5f0f8;
	}
	.ir-box001 .tit h3 {
		display: block;
		font-size: 2rem;
		line-height: 1;
		font-weight: bold;
	}
	.ir-box001 .tit .btn01 {
		width: 145px;
	}
	.ir-box001 .tit .btn01 a {
		background: #e5f0f8;
	}
	.ir-box001 .tit .btn01 a:hover {
		background: #FFF;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 780px) {
	.collum-box .fix-1100 {
		display: block;
	}
	.flex-leftbox {
		display: block;
	}
	.flex-rightbox {
		flex-basis: 27%;
	}
	.list-wrap li {
		margin-left: 15px;
  		flex-basis: calc((100% - (15px * 2)) / 3 - .01px);
		background: #f8f8f8;
		text-align: center;
		margin-bottom: 24px;
	}
	.list-wrap li {
		margin-left: 15px;
  		flex-basis: calc((100% - (15px * 2)) / 3 - .01px);
		background: #f8f8f8;
		text-align: center;
		margin-bottom: 24px;
	}
}
#jquery-tab-pager-navi {
	display: none !important;
}


/* ==================================================
	management
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.manage001 {
		display: block;
		padding: 35px 0;
	}
	.manage001 .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.manage001 .flex li {
		flex-basis: 48%;
		margin-bottom: 15px;
	}
	.manage001 .flex li img {width: 100%; }
	.manage001 .flex li a {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.fg2 figure {
	}
	.manage001 .flex li p {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
		background: rgba(0,0,0,0.7);
		color: #FFF;
		padding: 5px 2%;
		width: 96%;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.manage001 .flex li figure {
		position: relative;
		overflow: hidden;
		min-height: 150px;
		width: 100%;
	}
	.manage001 .flex li figure img {
		position: absolute;
		min-width: 240px !important;
		/*height: 100%;*/
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.manage001 .flex li.fg2 figure img {
		position: absolute;
		min-width: 370px !important;
		/*height: 100%;*/
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.manage001 {
		display: block;
		padding: 70px 0;
	}
	.manage001 .flex {
		display: flex;
		flex-wrap: wrap;
	}
	.manage001 .flex li {
		flex-basis: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		margin-bottom: 24px;
	}
	.manage001 .flex li img {width: 100%;}
	.fg2 {
		flex-basis: 63.5% !important;
	}
	.manage001 .flex li a {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.manage001 .flex li p {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
		background: rgba(0,0,0,0.7);
		color: #FFF;
		padding: 13px 3%;
		width: 94%;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.manage001 .flex li figure {
		position: relative;
		overflow: hidden;
		min-height: 300px;
		width: 100%;
		transition-duration: 0.3s;
	}
	.manage001 .flex li figure img {
		position: absolute;
		width: auto;
		height: 100%;
		top: 50%;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.manage001 .flex li:hover figure {
		transform: scale(1.1);	/*画像の拡大率*/
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}
}


/* ==================================================
	topbox02
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topbox02 {
		display: block;
		position: relative;
	}
	.topbox02 .listbox {
		display: block;
		margin-bottom: 25px;
	}
	.topbox02 .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 12px;
		background: #e5f0f8;
	}
	.topbox02 .tit h3 {
		display: block;
		font-size: 1.7rem;
		line-height: 1;
		font-weight: bold;
	}
	.topbox02 .tit .btn01 {
		width: 105px;
	}
	.topbox02 .tit .btn01 a {
		background: #e5f0f8;
		font-size: 1.2rem;
	}
	.topbox02 .tit .btn01 a:hover {
		background: #FFF;
	}
	.topbox02 dl {
		display: block;
		padding: 13px 0;
		border-bottom: #ccc solid 1px;
	}
	.topbox02 dl dt {
		flex-basis: 17%;
		font-weight: bold;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.topbox02 dl dd {
		flex-basis: 80%;
	}
	.topbox02 dl dd p {
		display: inline-block;
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		margin-top: 7px;
	}
	.topbox02 dl dd span {
		display: inline-block;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.topbox02 dl dd span img {
		display: inline;
		position: relative;
		top: 4px;
		width: 14px;
	}
	.topbox02 dl dd a {
		color: #000;
		text-decoration: none;
	}
	.topbox02 dl dd a:hover {
		text-decoration: underline;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topbox02 {
		display: block;
		position: relative;
	}
	.topbox02 .listbox {
		display: block;
		margin-bottom: 50px;
	}
	.topbox02 .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 12px;
		background: #e5f0f8;
	}
	.topbox02 .tit h3 {
		display: block;
		font-size: 2rem;
		line-height: 1;
		font-weight: bold;
	}
	.topbox02 .tit .btn01 {
		width: 145px;
	}
	.topbox02 .tit .btn01 a {
		background: #e5f0f8;
	}
	.topbox02 .tit .btn01 a:hover {
		background: #FFF;
	}
	.topbox02 dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 13px 0;
		border-bottom: #ccc solid 1px;
	}
	.topbox02 dl dt {
		flex-basis: 17%;
		font-weight: bold;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.topbox02 dl dd {
		flex-basis: 80%;
	}
	.topbox02 dl dd p {
		display: inline-block;
		position: relative;
		font-size: 1.6rem;
		line-height: 1.5;
		padding-left: 25px;
	}
	.topbox02 dl dd p::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		height: 1px;
		width: 5px;
		background: #000;
	}
	.topbox02 dl dd span {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-left: 20px;
	}
	.topbox02 dl dd span img {
		display: inline;
		position: relative;
		top: 4px;
	}
	.topbox02 dl dd a {
		color: #000;
		text-decoration: none;
	}
	.topbox02 dl dd a:hover {
		text-decoration: underline;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1000px) {
	.topbox02 dl dt {
		flex-basis: 22%;
		font-size: 1.5rem;
	}
	.topbox02 dl dd {
		flex-basis: 75%;
	}
	.topbox02 dl dd span {
		font-size: 1.5rem;
	}
}
/* ========== end △ */


/* ==================================================
	ir-release
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.ir-release01 {
		display: block;
		padding: 35px 0;
	}
	.ir-release01 .rel-nav {
		display: block;
		margin-bottom: 20px;
	}
	.ir-release01 .rel-nav p {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 220px;
	}
	.ir-release01 .rel-nav select {
		width: 210px;
		height: 45px;
		padding: 5px;
		font-size: 1.6rem;
		border: #ccc solid 1px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.ir-release01 {
		display: block;
		padding: 70px 0;
	}
	.ir-release01 .rel-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}
	.ir-release01 .rel-nav p {
		flex-basis: 220px;
	}
	.ir-release01 .rel-nav select {
		width: 200px;
		height: 45px;
		padding: 5px;
		font-size: 1.6rem;
		border: #ccc solid 1px;
	}
}


/* ==================================================
	library - results
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.ir-lib02 {
		display: block;
		padding: 30px 0;
		background: #f0f0f0;
	}
	.ir-lib02 .flex {
		display: block;
	}
	.ir-lib02 .flex li {
		margin-bottom: 10px;
		flex-basis: 49%;
	}
	.ir-lib02 .flex li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.ir-lib02 .flex a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 100%;
		height: 55px;
		color: #FFF;
		text-decoration: none;
		position: relative;
		font-weight: bold;
		line-height: 1.3;
		font-size: 1.3rem;
		background: #0F1177;
	}
	.ir-lib02 .flex a::before{
		position: absolute;
		right: 15px;
		top:0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.ir-lib02 {
		display: block;
		padding: 70px 0;
		background: #f0f0f0;
	}
	.ir-lib02 .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ir-lib02 .flex li {
		margin-bottom: 25px;
		margin-left: 25px;
  		flex-basis:  calc((100% - (25px * 2)) / 3 - .01px);
	}
	.ir-lib02 .flex li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.ir-lib02 .flex a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 100%;
		height: 70px;
		color: #FFF;
		text-decoration: none;
		position: relative;
		font-weight: bold;
		line-height: 1.3;
		font-size: 1.5rem;
		background: #0F1177;
	}
	.ir-lib02 .flex a:hover {
		background: #444;
	}
	.ir-lib02 .flex a::before{
		position: absolute;
		right: 15px;
		top:0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}


/* ==================================================
	calendar
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.ir-call01 {
		display: block;
		padding: 30px 0 30px 0;
	}
	.ir-call01 .mt {
		display: block;
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.img-center {
		display: block;
		text-align: center;
	}
	.img-center img {
		display:inline-block;
		max-width: 100%;
	}
	.bg-01 {
		background: #F8F8F8;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.ir-call01 {
		display: block;
		padding: 70px 0 30px 0;
	}
	.ir-call01 .mt {
		display: block;
		font-size: 1.6rem;
		margin-bottom: 25px;
	}
	.img-center {
		display: block;
		text-align: center;
	}
	.img-center img {
		display:inline-block;
		max-width: 100%;
	}
	.bg-01 {
		background: #F8F8F8;
	}
}


/* ==================================================
	ir-highghts
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.ir-hlight01 {
		display: block;
		padding: 30px 0;
	}
	.ir-hlight01 .list {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ir-hlight01 .list li {
		flex-basis: 49%;
		margin-bottom: 8px;
	}
	.ir-hlight01 .list li a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 94%;
		padding: 10px 3%;
		height:40px;
		font-size: 1.2rem;
		line-height: 1.4;
		color: #000;
		text-decoration: none;
		border: #ccc solid 1px;
		position: relative;
	}
	.ir-hlight01 .list li a::before{
		position: absolute;
		right: 0;
		bottom: 3px;
		left: 0px;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #000;
	}
	.ir-hlight01 .list li a:hover {
		background: #101276;
		color: #FFF;
	}
	.ir-hlight01 .list li a:hover::before{
		position: absolute;
		right: 0;
		bottom: 3px;
		left: 0px;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #FFF;
	}
	.ir-hlight01 .caut {
		display: block;
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 10px 0;
	}
	.ir-hlight02 {
		display: block;
		padding: 30px 0;
	}
	.ir-hlight02 .fix-1100 {
		display: block;
	}
	.ir-hlight02 .flbox {
		margin-bottom: 20px;
	}
	.ir-hlight02 .flbox h3 {
		display: block;
		position: relative;
		padding-left: 24px;
		font-size: 1.6rem;
		line-height: 1.3;
		color: #0185B2;
		margin-bottom: 14px;
	}
	.ir-hlight02 .flbox h3::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 12px;
		height: 3px;
		background: #0185B2;
	}
	.ir-hlight02 .flbox .graf {
		display: block;
		margin-bottom: 17px;
	}
	.ir-hlight02 .flbox .graf p {
		background: #ccc;
		font-size: 1.6rem;
		line-height: 2;
		padding: 60px 0;
		text-align: center;
	}
	.ir-hlight02 .flbox .txt {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.posit-link {
		display: block;
		margin-top: -70px;
		padding-top: 70px;
	}
	.fix-1100.bl {
		display: block !important;
	}
	.e-ir {
		display: block;
		background: #FFF;
		font-size: 1.3rem;
		line-height: 1.7;
		padding: 15px;
		border: #222 solid 2px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.ir-hlight01 {
		display: block;
		padding: 70px 0;
	}
	.ir-hlight01 .list {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ir-hlight01 .list li {
		flex-basis: 19%;
		margin-bottom: 14px;
	}
	.ir-hlight01 .list li a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 94%;
		padding: 10px 3%;
		height:45px;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #000;
		text-decoration: none;
		border: #ccc solid 1px;
		position: relative;
	}
	.ir-hlight01 .list li a::before{
		position: absolute;
		right: 0;
		bottom: 3px;
		left: 0px;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #000;
	}
	.ir-hlight01 .list li a:hover {
		background: #101276;
		color: #FFF;
	}
	.ir-hlight01 .list li a:hover::before{
		position: absolute;
		right: 0;
		bottom: 3px;
		left: 0px;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #FFF;
	}
	.ir-hlight01 .caut {
		display: block;
		text-align: right;
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 15px 0;
	}
	.ir-hlight02 {
		display: block;
		padding: 70px 0;
	}
	.ir-hlight02 .fix-1100 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ir-hlight02 .flbox {
		flex-basis: 47%;
		margin-bottom: 60px;
	}
	.ir-hlight02 .flbox h3 {
		display: block;
		position: relative;
		padding-left: 24px;
		font-size: 1.8rem;
		line-height: 1.3;
		color: #0185B2;
		margin-bottom: 14px;
	}
	.ir-hlight02 .flbox h3::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 12px;
		height: 3px;
		background: #0185B2;
	}
	.ir-hlight02 .flbox .graf {
		display: block;
		margin-bottom: 17px;
	}
	.ir-hlight02 .flbox .graf p {
		background: #ccc;
		font-size: 1.6rem;
		line-height: 2;
		padding: 140px 0;
		text-align: center;
	}
	.ir-hlight02 .flbox .txt {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.posit-link {
		display: block;
		margin-top: -100px;
		padding-top: 100px;
	}
	.fix-1100.bl {
		display: block !important;
	}
	.e-ir {
		display: block;
		background: #FFF;
		font-size: 1.5rem;
		line-height: 1.9;
		padding: 25px;
		border: #222 solid 2px;
	}
}


/* ==================================================
	dividend
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.did001 {
		display: block;
		padding: 30px 0;
	}
	.title03 {
		display: block;
		background: #E5F0F8;
		padding: 10px 15px;
		font-size: 1.7rem;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.did001 .mt {
		display: block;
		margin-bottom: 30px;
	}
	.title04 {
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: bold;
		color: #0F1177;
		border-left: #0F1177 solid 3px;
		padding-left: 10px;
		margin-bottom: 15px;
	}
	.mb20 {
		margin-bottom: 15px;
	}
	.tab1 {
		width: 100%;
		border-collapse: collapse;
		border-left: #0F1177 solid 1px;
		border-top: #0F1177 solid 1px;
		margin-bottom: 25px;
	}
	.tab1 th {
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.7;
		font-weight: bold;
		background: #F4FDFF;
		padding: 10px 1%;
		border-right: #0F1177 solid 1px;
		border-bottom: #0F1177 solid 1px;
	}
	.tab1 td {
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 10px 1%;
		border-right: #0F1177 solid 1px;
		border-bottom: #0F1177 solid 1px;
	}
	.tab1 th.t-l,
	.tab1 td.t-l {
		text-align: left;
	}
	.did001 .w60p {
		width: 100% !important;
	}
	.e-irim {
		display: block;
		margin-bottom: 20px;
	}
	.e-irim p {
		display: block;
		text-align: center;
		font-size: 1.7rem;
		background: #EFEFEF;
		padding: 120px 0;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.did001 {
		display: block;
		padding: 70px 0;
	}
	.title03 {
		display: block;
		background: #E5F0F8;
		padding: 13px 25px;
		font-size: 2.2rem;
		line-height: 1.3;
		margin-bottom: 35px;
	}
	.did001 .mt {
		display: block;
		margin-bottom: 55px;
	}
	.title04 {
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		color: #0F1177;
		border-left: #0F1177 solid 4px;
		padding-left: 18px;
		margin-bottom: 25px;
	}
	.mb20 {
		margin-bottom: 20px;
	}
	.tab1 {
		width: 100%;
		border-collapse: collapse;
		border-left: #0F1177 solid 1px;
		border-top: #0F1177 solid 1px;
		margin-bottom: 45px;
	}
	.tab1 th {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.7;
		font-weight: bold;
		background: #F4FDFF;
		padding: 13px 2%;
		border-right: #0F1177 solid 1px;
		border-bottom: #0F1177 solid 1px;
	}
	.tab1 td {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.7;
		padding: 13px 2%;
		border-right: #0F1177 solid 1px;
		border-bottom: #0F1177 solid 1px;
	}
	.tab1 th.t-l,
	.tab1 td.t-l {
		text-align: left;
	}
	.w60p {
		width: 60%;
	}
	.e-irim {
		display: block;
		margin-bottom: 20px;
	}
	.e-irim p {
		display: block;
		text-align: center;
		font-size: 1.7rem;
		background: #EFEFEF;
		padding: 200px 0;
	}
}


/* ==================================================
	top-info
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.topinfo {
		display: block;
		margin: 30px 0 30px 0;
	}
	.topinfo .fix-1100 {
		display: block;
		border-top: #cccccc solid 1px;
		border-bottom: #cccccc solid 1px;
		padding: 18px 0;
	}
	.topinfo h3 {
		font-weight: bold;
		line-height: 1;
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.topinfo .info-dl {
		display: block;
	}
	.topinfo .info-dl dl {
		display: block;
	}
	.topinfo .info-dl dl dt {
		padding: 8px 0 0 0;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		display: none;
	}
	.topinfo .info-dl dl dd {
		padding-left: 2%;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.5rem;
		line-height: 1.5;
		position: relative;
	}
	.topinfo .info-dl dl dd::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		height: 1px;
		width: 5px;
		background: #000;
	}
	.topinfo .info-dl dl dd a {
		color: #000;
		text-decoration: none;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.topinfo {
		display: block;
		margin: 50px 0 20px 0;
	}
	.topinfo .fix-1100 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: #cccccc solid 1px;
		border-bottom: #cccccc solid 1px;
		padding: 18px 0;
	}
	.topinfo h3 {
		font-weight: bold;
		line-height: 1;
		font-size: 2rem;
	}
	.topinfo .info-dl {
		flex-basis: 82%;
	}
	.topinfo .info-dl dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.topinfo .info-dl dl dt {
		flex-basis: 14%;
		padding: 8px 0;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		display: none;
	}
	.topinfo .info-dl dl dd {
		flex-basis: 80%;
		padding-left: 2%;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.6rem;
		line-height: 1.5;
		position: relative;
	}
	.topinfo .info-dl dl dd::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		height: 1px;
		width: 5px;
		background: #000;
	}
	.topinfo .info-dl dl dd a {
		color: #000;
		text-decoration: none;
	}
	.topinfo .info-dl dl dd a:hover {
		text-decoration: underline;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1099px) {
	.topinfo .info-dl {
		flex-basis: 78%;
	}
	.topinfo .info-dl dl dt {
		flex-basis: 20%;
	}
	.topinfo .info-dl dl dd {
		flex-basis: 73%;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 950px) {
	.topinfo .info-dl dl dt {
		font-size: 1.4rem;
	}
	.topinfo .info-dl dl dd {
		font-size: 1.4rem;
	}
}
/* ========== end △ */


/* ==================================================
	NEWS - DETAIL
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.news-detail01 {
		display: block;
		padding: 0 0 30px 0;
	}
	.news-detail01 .tit {
		display: block;
		padding-top: 25px;
	}
	.news-detail01 .tit dl {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.news-detail01 .tit dl dt {
		display:block;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1;
		margin-right: 5px;
	}
	.news-detail01 .tit dl dd {
		display: block;
		margin-right: 5px;
		line-height: 1;
	}
	.news-detail01 .tit dl dd a {
		background: #0F1177;
		color: #FFF;
		font-size: 1rem;
		line-height: 1.4;
		text-decoration: none;
		padding: 0 4px;
	}
	.news-detail01 .tit h2 {
		display: block;
		border-bottom: #efefef solid 3px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.deta-box {
		display: block;
		padding-bottom: 30px;
	}
	.deta-box h2 {
		display: block;
		margin-top: 30px;
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 10px 15px;
		background: #E5F0F8;
		margin-bottom: 10px;
	}
	.deta-box h3 {
		display: block;
		margin-top: 20px;
		font-size: 1.7rem;
		line-height: 1.5;
		padding: 5px 0px;
		border-bottom: #0F1177 solid 2px;
		margin-bottom: 10px;
	}
	.deta-box h4 {
		display: block;
		margin-top: 20px;
		font-size: 1.7rem;
		line-height: 1.5;
		color: #0F1177;
		padding-left: 13px;
		border-left: #0F1177 solid 3px;
		margin-bottom: 10px;
	}
	.deta-box h5 {
		display: block;
		margin-top: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		padding-bottom: 9px;
		border-bottom: #333 dotted 1px;
		margin-bottom: 10px;
	}
	.deta-box h6 {
		display:inline-block;
		margin-top: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 3px 12px;
		border: #333 dotted 1px;
	}
	.deta-box p {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-top: 20px;
	}
	table.type-a {
		border-collapse: collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 20px;
	}
	table.type-a thead {
		background: #F4FDFF;
	}
	table.type-a tfoot {
		background: #EFEFEF;
	}
	table.type-a th,
	table.type-a td {
		padding: 14px 2%;
		font-size: 1.3rem;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	table.type-b {
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 20px;
	}
	table.type-b thead {
		background: #F4FDFF;
	}
	table.type-b tfoot {
		background: #EFEFEF;
	}
	table.type-b th,
	table.type-b td {
		padding: 14px 2%;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	.deta-box dl.type-a {
		display: block;
		margin-top: 20px;
	}
	.deta-box dl.type-a dt {
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 2%;
		flex-basis: 13%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-a dd {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 13px 5%;
		flex-basis: 79%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-b {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.deta-box dl.type-b dt {
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 2%;
		flex-basis:23%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-b dd {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 13px 2%;
		flex-basis: 69%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-c {
		display: block;
		margin-top: 20px;
	}
	.deta-box dl.type-c dt {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 0 5px 0;
	}
	.deta-box dl.type-c dd {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 3px 2% 13px 2%;
		flex-basis: 79%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-acc {
		display: block;
	}
	.deta-box dl.type-acc>dt {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		border: #EFEFEF solid 3px;
		padding: 15px 35px 15px 15px;
		margin-top: 20px;
		cursor: pointer;
		background: #f0f0f0;
		position: relative;
	}
	.deta-box dl.type-acc>dt::before {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 15px;
		height: 2px;
		background: #000;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.deta-box dl.type-acc>dt::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.deta-box dl.type-acc>dt.active::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	.deta-box dl.type-acc>dd {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 13px 2% 13px 2%;
		border: #ccc dotted 1px;
		display: none;
		margin-top: 15px;
	}
	.deta-box ul {
		display: block;
		margin-top: 20px;
	}
	.deta-box ul li {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		padding-left: 22px;
		margin: 12px 0;
	}
	.deta-box ul li::before {
		position: absolute;
		left: 0;
		top: 3px;
		content: "";
		width: 15px;
		height: 15px;
		background: #0185B2;
	}
	.deta-box ul li ul li {
		font-size: 1.4rem;
		padding-left: 17px;
		margin: 6px;
	}
	.deta-box ul li ul li::before {
		height: 3px;
		width: 13px;
		top: 9px;
	}
	.deta-box ul li ul li ul li {
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 10px;
		margin: 3px 0;
	}
	.deta-box ul li ul li ul li::before {
		height: 2px;
		width: 2px;
		top: 9px;
		border-radius: 50%;
		background: #222;
	}
	.deta-box ol {
		display: block;
		margin-top: 20px;
	}
	.deta-box ol li {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 12px 0;
		list-style-type:decimal;
		list-style-position: inside;
		color: #0185B2;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box ol li ol {
		margin-left: 16px;
		margin-top: 0px;
	}
	.deta-box ol li ol li {
		font-size: 1.5rem;
		padding: 4px 0 !important;
		color: #000;
		border-bottom: none;
	}
	.deta-box ol li ol li ol {
		margin-left: 24px;
		padding: 0px;
		margin-top: 0px;
	}
	.deta-box ol li ol li ol li {
		font-size: 1.3rem;
		font-weight: normal;
		padding: 2px;
		color: #000;
		border-bottom: none;
	}
	.deta-box .img-centers {
		text-align: center;
		margin-top: 20px;
	}
	.deta-box .img-centers img {
		display: inline-block;
		max-width: 100%;
	}
	.deta-box .float-l {
		margin-top: 20px;
	}
	.deta-box .float-l::after {
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		content: "";
	}
	.deta-box .float-l figure{
		float: left;
		margin-right: 15px;
		max-width: 42%;
	}
	.deta-box .float-l figure img {
		float: none !important;
		clear: both !important;
	}
	.deta-box .float-l figure figcaption {
		display: block;
		clear: both;
		width: 100%;
	}
	.deta-box .img-full {
		margin-top: 20px;
	}
	.deta-box .img-full img {width: 100%;}
	.deta-box .float-r {
		margin-top: 20px;
	}
	.deta-box .float-r::after {
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		content: "";
	}
	.deta-box .float-r figure{
		float: right;
		margin-left: 15px;
		max-width: 42%;
	}
	.deta-box .float-r figure figcaption {
		display: block;
		clear: both;
		width: 100%;
	}
	.inlines {
		display:inline-block;
		margin: 10px;
		max-width: 40%;
	}
	.deta-box figcaption {
		font-size: 1.3rem;
		padding: 4px;
		text-align:center;
	}
	.txt-center {
		text-align: center;
	}
	.txt-right {
		text-align: right;
	}
	.txt-justy {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.news-detail01 .btn01 {
		max-width: 340px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.news-detail01 {
		display: block;
		padding: 0px 0 70px 0;
	}
	.news-detail01 .tit {
		display: block;
		padding-top: 70px;
	}
	.news-detail01 .tit dl {
		display: block;
		margin-bottom: 10px;
	}
	.news-detail01 .tit dl dt {
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		margin-right: 20px;
	}
	.news-detail01 .tit dl dd {
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.news-detail01 .tit dl dd a {
		background: #0F1177;
		color: #FFF;
		font-size: 1.4rem;
		line-height: 1;
		text-decoration: none;
		padding: 5px 14px 7px 14px;
	}
	.news-detail01 .tit h2 {
		display: block;
		border-bottom: #efefef solid 3px;
		padding-bottom: 15px;
		margin-bottom: 40px;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.deta-box {
		display: block;
		padding-bottom: 60px;
	}
	.deta-box h2 {
		display: block;
		margin-top: 55px;
		font-size: 2.1rem;
		line-height: 1.5;
		padding: 13px 20px;
		background: #E5F0F8;
		margin-bottom: 10px;
	}
	.deta-box h3 {
		display: block;
		margin-top: 35px;
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 10px 0px;
		border-bottom: #0F1177 solid 2px;
		margin-bottom: 10px;
	}
	.deta-box h4 {
		display: block;
		margin-top: 30px;
		font-size: 1.8rem;
		line-height: 1.5;
		color: #0F1177;
		padding-left: 17px;
		border-left: #0F1177 solid 4px;
		margin-bottom: 10px;
	}
	.deta-box h5 {
		display: block;
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
		padding-bottom: 9px;
		border-bottom: #333 dotted 1px;
		margin-bottom: 10px;
	}
	.deta-box h6 {
		display:inline-block;
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 6px 12px;
		border: #333 dotted 1px;
	}
	.deta-box p {
		font-size: 1.5rem;
		line-height: 2;
		margin-top: 25px;
	}
	table.type-a {
		border-collapse: collapse;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 30px;
	}
	table.type-a thead {
		background: #F4FDFF;
	}
	table.type-a tfoot {
		background: #EFEFEF;
	}
	table.type-a th,
	table.type-a td {
		padding: 14px 2%;
		font-size: 1.5rem;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	table.type-b {
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 30px;
	}
	table.type-b thead {
		background: #F4FDFF;
	}
	table.type-b tfoot {
		background: #EFEFEF;
	}
	table.type-b th,
	table.type-b td {
		padding: 14px 2%;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	.deta-box dl.type-a {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.deta-box dl.type-a dt {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 2%;
		flex-basis: 13%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-a dd {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 13px 2%;
		flex-basis: 79%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-b {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.deta-box dl.type-b dt {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 2%;
		flex-basis: 13%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-b dd {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 13px 2%;
		flex-basis: 79%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-c {
		display: block;
		margin-top: 20px;
	}
	.deta-box dl.type-c dt {
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		padding: 13px 0 5px 0;
	}
	.deta-box dl.type-c dd {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 3px 2% 13px 2%;
		flex-basis: 79%;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box dl.type-acc {
		display: block;
	}
	.deta-box dl.type-acc>dt {
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		border: #EFEFEF solid 3px;
		padding: 15px 25px;
		margin-top: 20px;
		cursor: pointer;
		background: #f0f0f0;
		position: relative;
	}
	.deta-box dl.type-acc>dt::before {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 15px;
		height: 2px;
		background: #000;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.deta-box dl.type-acc>dt::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.deta-box dl.type-acc>dt.active::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	.deta-box dl.type-acc>dd {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 13px 2% 13px 2%;
		border: #ccc dotted 1px;
		display: none;
		margin-top: 15px;
	}
	.deta-box ul {
		display: block;
		margin-top: 20px;
	}
	.deta-box ul li {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		padding-left: 22px;
		margin: 12px 0;
	}
	.deta-box ul li::before {
		position: absolute;
		left: 0;
		top: 3px;
		content: "";
		width: 15px;
		height: 15px;
		background: #0185B2;
	}
	.deta-box ul li ul li {
		font-size: 1.4rem;
		padding-left: 17px;
		margin: 6px;
	}
	.deta-box ul li ul li::before {
		height: 3px;
		width: 13px;
		top: 9px;
	}
	.deta-box ul li ul li ul li {
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 10px;
		margin: 3px 0;
	}
	.deta-box ul li ul li ul li::before {
		height: 2px;
		width: 2px;
		top: 9px;
		border-radius: 50%;
		background: #222;
	}
	.deta-box ol {
		display: block;
		margin-top: 20px;
	}
	.deta-box ol li {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 12px 0;
		list-style-type:decimal;
		list-style-position: inside;
		color: #0185B2;
		border-bottom: #ccc dotted 1px;
	}
	.deta-box ol li ol {
		margin-left: 16px;
		margin-top: 0px;
	}
	.deta-box ol li ol li {
		font-size: 1.5rem;
		padding: 4px 0 !important;
		color: #000;
		border-bottom: none;
	}
	.deta-box ol li ol li ol {
		margin-left: 24px;
		padding: 0px;
		margin-top: 0px;
	}
	.deta-box ol li ol li ol li {
		font-size: 1.3rem;
		font-weight: normal;
		padding: 2px;
		color: #000;
		border-bottom: none;
	}
	.deta-box .img-centers {
		text-align: center;
		margin-top: 20px;
	}
	.deta-box .img-centers img {
		display: inline-block;
		max-width: 100%;
	}
	.deta-box .float-l {
		margin-top: 20px;
	}
	.deta-box .float-l::after {
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		content: "";
	}
	.deta-box .float-l figure{
		float: left;
		margin-right: 25px;
	}
	.deta-box .float-l figure img {
		float: none !important;
		clear: both !important;
	}
	.deta-box .float-l figure figcaption {
		display: block;
		clear: both;
		width: 100%;
	}
	.deta-box .img-full {
		margin-top: 20px;
	}
	.deta-box .img-full img {width: 100%;}
	.deta-box .float-r {
		margin-top: 20px;
	}
	.deta-box .float-r::after {
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		content: "";
	}
	.deta-box .float-r figure{
		float: right;
		margin-left: 25px;
	}
	.deta-box .float-r figure figcaption {
		display: block;
		clear: both;
		width: 100%;
	}
	.inlines {
		display:inline-block;;
		margin: 10px;
	}
	.deta-box figcaption {
		font-size: 1.3rem;
		padding: 4px;
		text-align:center;
	}
	.txt-center {
		text-align: center;
	}
	.txt-right {
		text-align: right;
	}
	.txt-justy {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.news-detail01 .btn01 {
		max-width: 340px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ==================================================
	sustainability
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.sustain01 {
		display: block;
		padding: 35px 0;
	}
	.sustain01 .img {
		display: block;
		position: relative;
	}
	.sustain01 .img img {
		width: 100%;
	}
	.sustain01 .img .txt {
		display: block;
		padding: 25px 15px;
		color: #0F1177;
		background: rgba(255,255,255,0.4);
	}
	.sustain01 .img .txt span {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.sustain01 .img .txt h2 {
		display: block;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.sustain01 .list {
		display: block;
		margin: 20px 0 30px 0;
	}
	.sustain01 .list li {
		margin-bottom: 15px;
	}
	.sustain01 .list li a {
		display: block;
		text-align: center;
		padding: 24px 0;
		border: #51B0D5 solid 4px;
		color: #222;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1;
		position: relative;
	}
	.sustain01 .list li a:hover {
		background: #BFE2F0;
	}
	.sustain01 .list li a span {
		display: block;
		text-align: center;
		margin-left: 10%;
		position: relative;
	}
	.sustain01 .list li a::before {
		position: absolute;
		left: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url(../sustainability/images/ico1.png) left center no-repeat;
		background-size: 100% auto;
		width: 35px;
		height: 29px;
	}
	.sustain01 .list li:nth-child(2) a::before {
		background: url(../sustainability/images/ico2.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li:nth-child(3) a::before {
		background: url(../sustainability/images/ico3.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li:nth-child(4) a::before {
		background: url(../sustainability/images/ico4.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li a::after {
		position: absolute;
		bottom: 0px;
		right: 0;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 7px;
		height: 7px;
		border: 7px solid transparent;
		border-left: 7px solid #ccc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.title05 {
		display: block;
		text-align: center;
		font-size: 2.1rem;
		line-height: 1.3;
		font-weight: bold;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.title05::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		background: #0F1177;
		width: 100px;
		height: 4px;
	}
	.sustain01 .list2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 20px 0 30px 0;
	}
	.sustain01 .list2 li {
		flex-basis: 49%;
		margin-bottom: 16px;
	}
	.sustain01 .list2 li:nth-child(1) {
		margin-left: 0px;
	}
	.sustain01 .list2 li a {
		display: block;
		text-align: center;
		background: #04A182;
		position: relative;
		padding: 50px 0 25px 0;
		color: #FFF;
		font-size: 1.4rem;
		line-height: 1;
		text-decoration: none;
	}
	.sustain01 .list2 li a::after {
		position: absolute;
		right: -8px;
		bottom: -8px;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 14px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sustain01 .list2 li a span {
		display:flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 35px;
		position: relative;
		padding-top: 40px;
	}
	.sustain01 .list2 li a span::before {
		position: absolute;
		top: -30px;
		left: 0;
		right:0;
		margin: auto;
		content: "";
		width: 60px;
		height: 60px;
		background: url(../sustainability/images/ico5.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(2) a span::before {
		background: url(../sustainability/images/ico6.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(3) a span::before {
		background: url(../sustainability/images/ico7.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(4) a span::before {
		background: url(../sustainability/images/ico8.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain02 {
		display: block;
		padding: 35px 0;
	}
	.sustain02 .catch {
		display: block;
		background: #FFF;
		padding: 18px ;
		font-size: 1.5rem;
		line-height: 2;
		margin-bottom: 25px;
		border: #ccc solid 3px;
	}
	.sustain02 .img-center {
		margin-bottom: 20px;
	}
	.sustain02 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.sustain02 .btn01 {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.sustain02 .btn01 a {
		padding: 17px 0;
	}
	.sustain02 .emt {
		margin-left: 4%;
		margin-right: 4%;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.sustain01 {
		display: block;
		padding: 70px 0;
	}
	.sustain01 .img {
		display: block;
		position: relative;
	}
	.sustain01 .img img {
		width: 100%;
	}
	.sustain01 .img .txt {
		display: block;
		position: absolute;
		z-index: 5;
		top: 35%;
		left: 7%;
		padding: 25px 35px;
		color: #0F1177;
		background: rgba(255,255,255,0.4);
	}
	.sustain01 .img .txt span {
		display: block;
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 1.2;
		margin-bottom: 14px;
	}
	.sustain01 .img .txt h2 {
		display: block;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	.sustain01 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 40px 0 60px 0;
	}
	.sustain01 .list li {
		flex-basis: 48.6%;
		margin-bottom: 25px;
	}
	.sustain01 .list li a {
		display: block;
		text-align: center;
		padding: 50px 0;
		border: #51B0D5 solid 4px;
		color: #222;
		text-decoration: none;
		font-size: 2rem;
		line-height: 1;
		position: relative;
	}
	.sustain01 .list li a:hover {
		background: #BFE2F0;
	}
	.sustain01 .list li a span {
		display: block;
		text-align: center;
		position: relative;
		margin-left: 17%;
	}
	.sustain01 .list li a::before {
		position: absolute;
		left: 60px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url(../sustainability/images/ico1.png) left center no-repeat;
		background-size: 100% auto;
		width: 65px;
		height: 59px;
	}
	.sustain01 .list li:nth-child(2) a::before {
		background: url(../sustainability/images/ico2.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li:nth-child(3) a::before {
		background: url(../sustainability/images/ico3.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li:nth-child(4) a::before {
		background: url(../sustainability/images/ico4.png) left center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list li a::after {
		position: absolute;
		bottom: 0px;
		right: 0;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 14px solid #ccc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.title05 {
		display: block;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.3;
		font-weight: bold;
		position: relative;
		padding-bottom: 25px;
		margin-bottom: 35px;
	}
	.title05::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		background: #0F1177;
		width: 100px;
		height: 4px;
	}
	.sustain01 .list2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 40px 0 60px 0;
	}
	.sustain01 .list2 li {
		margin-left: 25px;
  		flex-basis: calc((100% - (25px * 3)) / 4 - .01px);
	}
	.sustain01 .list2 li:nth-child(1) {
		margin-left: 0px;
	}
	.sustain01 .list2 li a {
		display: block;
		text-align: center;
		background: #04A182;
		position: relative;
		padding: 70px 0 45px 0;
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1;
		text-decoration: none;
	}
	.sustain01 .list2 li a:hover {
		background: #037A63;
	}
	.sustain01 .list2 li a::after {
		position: absolute;
		right: -8px;
		bottom: -8px;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 14px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sustain01 .list2 li a span {
		display: inline-block;
		position: relative;
		padding-top: 60px;
	}
	.sustain01 .list2 li a span::before {
		position: absolute;
		top: -40px;
		left: 0;
		right:0;
		margin: auto;
		content: "";
		width: 80px;
		height: 80px;
		background: url(../sustainability/images/ico5.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(2) a span::before {
		background: url(../sustainability/images/ico6.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(3) a span::before {
		background: url(../sustainability/images/ico7.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain01 .list2 li:nth-child(4) a span::before {
		background: url(../sustainability/images/ico8.png) top center no-repeat;
		background-size: 100% auto;
	}
	.sustain02 {
		display: block;
		padding: 70px 0;
	}
	.sustain02 .catch {
		display: block;
		background: #FFF;
		padding: 40px ;
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 35px;
		border: #ccc solid 4px;
	}
	.sustain02 .img-center {
		margin-bottom: 30px;
	}
	.sustain02 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 2;
	}
	.sustain02 .btn01 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.sustain02 .btn01 a {
		padding: 24px 0;
	}
}


/* ==================================================
	sustainability - materiality
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.mater01 {
		display: block;
		padding: 35px 0;
	}
	.mater01 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 1.8;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.mater01 .mt2 {
		font-size: 1.1rem;
	}
	.mater02 {
		display: block;
		padding: 35px 0;
	}
	.mater02 .list {
		display: block;
	}
	.mater02 .one {
		margin: 14px 0;
	}
	.mater02 .one .lef {
		display: block;
		border: #EFEFEF solid 3px;
		flex-basis: 24%;
		padding: 40px 35px;
		background: #FFF;
	}
	.mater02 .one .lef h3 {
		display: block;
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		line-height: 1.3;
		position: relative;
		padding-left: 55px;
	}
	.mater02 .one .lef h3::before {
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		background: url(../sustainability/images/ico3.png) left center no-repeat;
		background-size: 100% auto;
		width: 55px;
		height: 55px;
	}
	.mater02 .one .lef h3.ic2::before {
		background: url(../sustainability/images/ico1.png) left center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .one .lef h3.ic3::before {
		background: url(../sustainability/images/ico2.png) left center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .one p {
		margin-top: 10px;
		margin: 0 2%;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.mater02 .list2 {
		display: block;
	}
	.mater02 .list2 li {
		margin-bottom: 15px;
	}
	.mater02 .list2 li:nth-child(1) {
		margin-left: 0px;
	}
	.mater02 .list2 li a {
		display: block;
		text-align: center;
		background: #04A182;
		position: relative;
		padding: 45px 0 45px 0;
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1;
		text-decoration: none;
		flex-basis: 30%;
	}
	.mater02 .list2 li a:hover {
		background: #3AC081;
	}
	.mater02 .list2 li a::after {
		position: absolute;
		right: -8px;
		bottom: -8px;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 14px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mater02 .list2 li a span {
		display: inline-block;
		position: relative;
		padding-left: 40px;
	}
	.mater02 .list2 li a::before {
		position: absolute;
		top: 0px;
		left: 20px;
		bottom:0;
		margin: auto;
		content: "";
		width: 80px;
		height: 80px;
		background: url(../sustainability/images/ico5.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(2) a::before {
		background: url(../sustainability/images/ico6.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(3) a::before {
		background: url(../sustainability/images/ico7.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(4) a::before {
		background: url(../sustainability/images/ico8.png) top center no-repeat;
		background-size: 100% auto;
	}

	.mater02 .list2 li p {
		margin-top: 10px;
		margin: 0 2%;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.mater01 {
		display: block;
		padding: 70px 0;
	}
	.mater01 .mt {
		display: block;
		font-size: 1.7rem;
		line-height: 1.9;
		font-weight: bold;
		margin-bottom: 45px;
	}
	.mater02 {
		display: block;
		padding: 70px 0;
	}
	.mater02 .list {
		display: block;
	}
	.mater02 .one {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px 0;
	}
	.mater02 .one .lef {
		display: block;
		border: #EFEFEF solid 3px;
		flex-basis: 24%;
		padding: 40px 35px;
		background: #FFF;
	}
	.mater02 .one .lef h3 {
		display: block;
		font-size: 1.7rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		position: relative;
		padding-left: 55px;
	}
	.mater02 .one .lef h3::before {
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		background: url(../sustainability/images/ico3.png) left center no-repeat;
		background-size: 100% auto;
		width: 55px;
		height: 55px;
	}
	.mater02 .one .lef h3.ic2::before {
		background: url(../sustainability/images/ico1.png) left center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .one .lef h3.ic3::before {
		background: url(../sustainability/images/ico2.png) left center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .one p {
		flex-basis: 65%;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.mater02 .list2 {
		display: block;
	}
	.mater02 .list2 li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.mater02 .list2 li:nth-child(1) {
		margin-left: 0px;
	}
	.mater02 .list2 li a {
		display: block;
		text-align: center;
		background: #04A182;
		position: relative;
		padding: 45px 0 45px 0;
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1;
		text-decoration: none;
		flex-basis: 30%;
	}
	.mater02 .list2 li a:hover {
		background: #037A63;
	}
	.mater02 .list2 li a::after {
		position: absolute;
		right: -8px;
		bottom: -8px;
		content: "";
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 14px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mater02 .list2 li a span {
		display: block;
		text-align: center;
		position: relative;
		padding-left: 50px;
	}
	.mater02 .list2 li a::before {
		position: absolute;
		top: 0px;
		left: 20px;
		bottom:0;
		margin: auto;
		content: "";
		width: 80px;
		height: 80px;
		background: url(../sustainability/images/ico5.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(2) a::before {
		background: url(../sustainability/images/ico6.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(3) a::before {
		background: url(../sustainability/images/ico7.png) top center no-repeat;
		background-size: 100% auto;
	}
	.mater02 .list2 li:nth-child(4) a::before {
		background: url(../sustainability/images/ico8.png) top center no-repeat;
		background-size: 100% auto;
	}

	.mater02 .list2 li p {
		flex-basis: 65%;
		font-size: 1.5rem;
		line-height: 1.9;
	}

}


/* ==================================================
	sustainability - environment
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.env01 {
		display: block;
		padding: 0px 0 35px 0;
	}
	.env01 h3 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.8;
		margin-bottom: 20px;
		color: #0F1177;
	}
	.sd-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.sd-list li {
		flex-basis: 30%;
		margin: 0 1%;
		margin-bottom: 13px;
	}
	.sd-list li img {
		width: 100%;
	}
	.env01 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.env02 {
		display: block;
		padding: 0px 0 35px 0;
	}
	.env02 .one {
		display: block;
		margin-bottom: 30px;
	}
	.env02 .txt {
		margin-bottom: 20px;
	}
	.env02 .txt h3 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.5;
		border-bottom: #EFEFEF solid 2px;
		padding-bottom: 14px;
		margin-bottom: 14px;
		color: #0F1177;
	}
	.env02 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.env02 figure {
		display: block;
	}
	.env02 figure img {width: 100%;}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.env01 {
		display: block;
		padding: 0px 0 70px 0;
	}
	.env01 h3 {
		display: block;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.9;
		margin-bottom: 35px;
		color: #0F1177;
	}
	.sd-list {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.sd-list li {
		display: inline-block;
		max-width: 110px;
		margin: 0 10px;
	}
	.sd-list li img {
		width: 100%;
	}
	.env01 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 2;
		margin-bottom: 40px;
	}
	.env02 {
		display: block;
		padding: 0px 0 70px 0;
	}
	.env02 .one {
		display: flex;
		justify-content: space-between;
		margin-bottom: 65px;
	}
	.env02 .txt {
		flex-basis: 60%;
	}
	.env02 .txt h3 {
		display: block;
		font-size: 2.2rem;
		line-height: 1.5;
		border-bottom: #EFEFEF solid 2px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		color: #0F1177;
	}
	.env02 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 2;
	}
	.env02 figure {
		flex-basis: 35%;
	}
	.env02 figure img {width: 100%;}
}


/* ==================================================
	sustainability - customer
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.cust01 {
		display: block;
		padding: 35px 0;
	}
	.cust01 h3 {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.cust01 .list {
		display: block;
	}
	.cust01 .list li {
		text-align: center;
		margin-bottom: 20px;
	}
	.cust01 .list li figure {
		display: block;
		margin-bottom: 10px;
	}
	.cust01 .list li figure img {
		width: 100%;
	}
	.cust01 .list li span {
		display: inline-block;
	}
	.cust01 .list li span a {
		padding: 7px 20px;
		border-radius: 3px;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1.2;
		background: #0F1177;
	}
	.cust01 .semi {
		display: block;
		margin-top: 60px;
	}
	.tab002 {
		width: 100%;
		border-collapse: collapse;
		border-left: #ccc solid 2px;
		border-top: #ccc solid 2px;
	}
	.tab002 th {
		text-align: center;
		vertical-align: middle;
		padding: 14px 0;
		background: #EBFEFD;
		border-right: #ccc solid 2px;
		border-bottom: #ccc solid 2px;
		font-size: 1.4rem;
		line-height: 1.3;
		font-weight: bold;
	}
	.tab002 td {
		text-align: center;
		vertical-align: middle;
		padding: 14px 0;
		background: #FFF;
		border-right: #ccc solid 2px;
		border-bottom: #ccc solid 2px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.caut-s {
		display: block;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 10px;
	}
	.pt-70 {
		padding-top: 35px;
	}
	.cust02 {
		display: block;
		padding: 35px 0;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.cust01 {
		display: block;
		padding: 70px 0;
	}
	.cust01 h3 {
		display: block;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 1px;
		line-height: 2.1;
		margin-bottom: 45px;
	}
	.cust01 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cust01 .list li {
		flex-basis: 46%;
		text-align: center;
		margin-bottom: 25px;
	}
	.cust01 .list li figure {
		display: block;
		margin-bottom: 23px;
	}
	.cust01 .list li figure img {
		width: 100%;
	}
	.cust01 .list li span {
		display: inline-block;
	}
	.cust01 .list li span a {
		padding: 7px 20px;
		border-radius: 3px;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1.2;
		background: #0F1177;
	}
	.cust01 .semi {
		display: block;
		margin-top: 60px;
	}
	.tab002 {
		width: 100%;
		border-collapse: collapse;
		border-left: #ccc solid 2px;
		border-top: #ccc solid 2px;
	}
	.tab002 th {
		text-align: center;
		vertical-align: middle;
		padding: 22px 0;
		background: #EBFEFD;
		border-right: #ccc solid 2px;
		border-bottom: #ccc solid 2px;
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: bold;
	}
	.tab002 td {
		text-align: center;
		vertical-align: middle;
		padding: 22px 0;
		background: #FFF;
		border-right: #ccc solid 2px;
		border-bottom: #ccc solid 2px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.caut-s {
		display: block;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 20px;
	}
	.pt-70 {
		padding-top: 70px;
	}
	.cust02 {
		display: block;
		padding: 70px 0;
	}
}


/* ==================================================
	sustainability - employee
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.tab002.tx-le th,
	.tab002.tx-le td {
		text-align: left;
		font-size: 1.3rem;
		padding-left: 1%;
		padding-right: 1%;
	}
	.title06 {
		display: block;
		font-size: 1.7rem;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: #222 dotted 1px;
	}
	.list02-img {
		padding: 14px 0px;
		display: block;
	}
	.list02-img li {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
	.list02-img li img {width: 100%;}
	.list02-img span {
		display: block;
		margin-top: 14px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.title05.fs-b {
		font-size: 2.4rem;
	}
	.emp-bg01 {
		display: block;
		background: url(../sustainability/employee/images/bg1.jpg) right center no-repeat;
		background-size: cover;
		padding: 120px 2% 35px 2%;
	}
	.emp-bg01 h3 {
		display: block;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.emp-bg01 h3 span {
		display: inline-block;
		letter-spacing: 3px;
		position: relative;
	}
	.sumimg {
		display: block;
		text-align: center !important;
		margin: 0px 0 40px 0;
	}
	.sumimg figure {
		display: inline-block;
		border: #EFEFEF solid 5px !important;
		padding: 20px;
	}
	.sumimg img {
		max-width: 100%;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.tab002.tx-le th,
	.tab002.tx-le td {
		text-align: left;
		font-size: 1.4rem;
		padding-left: 2%;
		padding-right: 2%;
	}
	.title06 {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: #222 dotted 1px;
	}
	.list02-img {
		padding: 20px 60px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.list02-img li {
		flex-basis: 45%;
		text-align: center;
	}
	.list02-img li img {width: 100%;}
	.list02-img span {
		display: block;
		margin-top: 14px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.emp-bg01 {
		display: block;
		background: url(../sustainability/employee/images/bg1.jpg) right center no-repeat;
		background-size: cover;
		padding: 170px 6%;
	}
	.emp-bg01 h3 {
		display: block;
		text-align: left;
		font-size: 3rem;
		line-height: 1;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.emp-bg01 h3 span {
		display: inline-block;
		letter-spacing: 3px;
		position: relative;
	}
	.emp-bg01 h3 span::after {
		position: absolute;
		right: -140px;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		width: 120px;
		height: 1px;
		background: #FFF;
	}
	.sumimg {
		display: block;
		text-align: center !important;
		margin: 0px 0 40px 0;
	}
	.sumimg figure {
		display: inline-block;
		border: #EFEFEF solid 5px !important;
		padding: 20px;
	}
	.sumimg img {
		max-width: 100%;
	}

}

/* 20211018 ========== */
@media print, screen and (min-width: 640px) {
	.pc_none {
		display: none !important;
	}
	.mct-img {
		display: block;
		position: relative;
	}
	.mct-img .ons {
		position: absolute;
		right: 5%;
		top: 5%;
		height: 83%;
		width: 40%;
		padding: 0 5%;
		display: flex;
		align-items: center;
		font-size: 1.9rem;
		line-height: 2;
		background: #FFF;
		z-index: 5;
		color:#0B28AF;
	}
	.deta-box table {
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 30px;
	}
	.deta-box table thead {
		background: #F4FDFF;
	}
	.deta-box table tfoot {
		background: #EFEFEF;
	}
	.deta-box table th,
	.deta-box table td {
		padding: 14px 2%;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	.deta-box table img {
		width: 100%;
		height: auto;
	}
	.error_404 {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 2;
		padding: 40px 0 140px 0;
	}
	.page-id-152 .ir-hlight01 {
		padding-bottom: 20px !important;
		padding:0px !important;
		margin: 0 !important;
	}
	.page-id-152 .ir-hlight01 .list {
		justify-content: flex-start;
	}
	.page-id-152 .ir-hlight01 .list li::before {
		display: none;
	}
	.page-id-152 dl p {
		padding: 0;
		margin: 0;
	}
	.title01.v3 {
		display: block;
		font-size: 3.2rem;
		line-height: 1.3;
		color: #0099d9;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		background: none;
		margin-bottom: 40px;
	}
	.deta-box .pc-imgs-auto img {
		width: auto !important;
	}
}
@media print, screen and (max-width: 639px) {
	.sp_none {
		display: none !important;
	}
	img {
		margin: 5px 0;
	}
	.mct-img .ons {
		padding: 15px 0;
		font-size: 1.5rem;
		line-height: 1.9;
		color:#0B28AF;
	}
	.mtc2 {
		line-height: 1.6;
	}
	.mtc2 strong {
		font-size: 1.4rem;
	}
	.manage001 .flex li img {
		height: auto !important;
	}
	.deta-box table {
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		margin-top: 20px;
	}
	.deta-box table thead {
		background: #F4FDFF;
	}
	.deta-box table tfoot {
		background: #EFEFEF;
	}
	.deta-box table th,
	.deta-box table td {
		padding: 14px 2%;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.5;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	.error_404 {
		display: block;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.9;
		padding: 25px 0 60px 0;
	}
	.page-id-152 .ir-hlight01 {
		padding:0px !important;
		margin: 0 !important;
	}
	.page-id-152 .ir-hlight01 .list {
		display: flex !important;
		justify-content: space-between !important;
		flex-wrap: wrap !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.page-id-152 .ir-hlight01 .list li {
		flex-basis: 42.4% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		display: block !important;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.page-id-152 .ir-hlight01 .list li::before {
		display: none;
	}
	.page-id-152 dl p {
		padding: 0;
		margin: 0;
	}
	.title01.v3 {
		display: block;
		font-size: 2.7rem;
		line-height: 1.3;
		color: #0099d9;
		padding: 0;
		background: none;
		margin-bottom: 20px;
	}
	.deta-box .fs-e3 {
		font-size: 1.4rem !important;
	}
	.deta-box img.w-autoimg {
		max-width: 260px !important;
		width: 100% !important;
	}
	.sp-display {
		display: block !important;
		width: 80% !important;
		padding-left:0 !important;
		padding-right: 0 !important;
	}
}
.deta-box img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.size-ex {
	width: 157px !important;
}
.errer-txt {
	color: #D9070B !important;
}
.bo-ef img {
	border: #EFEFEF solid 2px !important ;
}


/* ==================================================
	contact_top
================================================== */
.contact_top_list {
	margin-top: 40px;
}

.contact_top_contactBlock_title {
	font-size: 16px;
}

.contact_top_contactBlock + .contact_top_contactBlock {
	margin-top: 20px;
}

/* company */
.top_msg{
	display: flex;
	gap: 2%;
}
.top_msg_img {
	display: flex;
	flex-direction: column;
	width: 30%;
	text-align: center;
}
.top_msg_img img{
	max-width: 100%;
	max-height: 100%;
}
.top_msg_txt {
	width: 68%;
}
.top_msg_img p{
	display: none;
}
.top_msg_img span{
	display: block;
	margin-top: 20px;
	font-size: 1.5rem;
    line-height: 1.8;
}

.top_msg_txt p:first-child{
	margin-top: 0;
}

@media print, screen and (max-width: 639px) {
	.top_msg{ display: block; padding: 0 3%;}
	.top_msg_img{ margin-bottom: 20px; flex-direction: row; align-items: center; }
	.top_msg_img img{ width: 50%;}
	.top_msg_img span{ margin-top: 0; width :50%;}
	.top_msg_img, .top_msg_txt{ width: 100%; }
}