@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/eim_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern5 img{
    opacity: 0;
    transform: scale(.9);
    transition: .9s ease;
}
.pattern5.show img{
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/eim_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;
}
.title_waku {
	border: solid 2px #729330;
	padding: 30px 25px 30px 0;
	margin: 100px 30px 30px;
	border-radius: 15px;
	color: #729330;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.title_img {
	position: relative;
}
.title_img::before {
	position: absolute;
	bottom: -7px;
	left: 10px;
	content: url("../img/eim_feature_01.png");
}
@media screen and (max-width:600px) {
.title_waku {
	padding: 20px 10px 20px 125px;
	margin: 70px 0 30px;
	font-size: 17px;
	text-align: left;	
}
}
/* ---------- 枠 ---------- */
.gray-frame-cnt {
    background-color: white;
    border: 2px solid #666666;
	margin-top: 60px;
}
.gray-frame-top {
    background-color: #666666;
	font-weight: bold;
    color: white;
    padding: 10px;
	font-size:19px;
}
.gray-frame-bottom {
    padding: 10px;
	font-size:16px;
	line-height:1.8;
	color: #666666;
	margin: 5px;
}
.orange-frame-cnt {
    background-color: white;
    border: 2px solid #dc6f06;
	margin: 0 auto 30px;
}
.orange-frame-cnt-2 {
    background-color: white;
    border: 2px solid #dc6f06;
	margin: 60px auto;
}
.orange-frame-top {
    background-color: #dc6f06;
	font-weight: bold;
    color: white;
    padding: 10px;
	font-size:19px;
}
.orange-frame-bottom {
    padding: 10px;
	font-size:16px;
	margin: 5px;
}
.purple-frame {
	text-align: center;
    background-color: #735aa3;
    color: white;
	font-weight: bold;
    padding: 10px;
	font-size:19px;
	margin-top: 60px;
}
.orange-frame {
	text-align: center;
    background-color: #dc6f06;
    color: white;
	font-weight: bold;
    padding: 10px;
	font-size:19px;
	line-height:1.8;
}
.tx_border span {
	font-size: 20px; 
	color:#735aa3; 
	font-weight: bold; 
	border-bottom: 2px solid #735aa3;
}
@media screen and (max-width:600px) {
.tx_border {
	text-align: center;
	margin-top: 20px!important;
}
}
/* 丸形 */
.pink-frame {
	text-align: center;
    border: 2px solid #729330;
	border-radius: 30px;
    color: #729330;
	font-weight: bold;
    padding: 10px;
	font-size:16px;
	line-height:1.8;
}
/*  -----------------------  */
/*  index_2 -------------  */
.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;
}
.lineup-top {
    background-color: #735aa3;
    color: white;
    padding: 10px;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.wake-1 {
	margin: -18px auto 10px;
	text-align: center;
}
.wake-1 td {
    border: solid 2px #735aa3;
    margin-right: 5px;
	margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #735aa3;
	margin-top: 15px;
	display: inline-block;
	width: 45%;
	text-align: center
}
.wake-1 td {
	padding: 5px 2px!important;
}

