@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/itr_main.jpg") no-repeat center / 100% 100%;
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/itr_main.jpg") no-repeat center / auto 100%;
}
}
/* index　p  -----------------------------*/
.tx_center {
	text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
/* index　section01  -----------------------------*/
.u-bg {
	background: #f2f2f2;
	margin-top: 50px;
}
.yobo_te {
	text-align: center;
	line-height: 2em;
	font-size: 18px;
	margin: 50px 10px 20px;
	font-weight: bold;
}
.wrap {
	margin-top: 60px;
}
.l-grid__item-5 {
	width: 48%;
}
.icon-text {
	font-size: 17px;
	padding: 30px 60px 0;
	line-height: 1.8em;
}
@media screen and (max-width:768px) {
.icon-text {
	padding: 30px 0 20px;
}
}
@media screen and (max-width:767px) {
.l-grid__item-5 {
	width: 100%;
}
}
@media screen and (max-width:600px) {
.yobo_te {
	line-height: 1.8em;
}
}


/* index_2～6　------------------------------------*/
.custom-hr {
	width: 100%;
	border-width: 2px;
	border-color: #DC6F06;
	margin-top: 5px;
}
.titletxt{
	font-size:24px;
	font-weight:700;
	line-height:1.5;
	padding-top:80px;
	text-align:center;
	color: #DC6F06;
}
.txt{
	font-size:16px;
	line-height:1.8;
	margin-top:10px;
}
tbody > tr > th, tbody > tr > td {
	vertical-align:middle;
}

