@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/pcon_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern2 img{
    opacity: 0;
    transform: translateY(40px);
    transition: .9s;
}
.pattern2.show img{
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/pcon_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  -----------------------------*/
.sg-dummy_add {
	font-size: 17px;
	padding: 10px 0 20px;
}
.lineup-cnt {
    border: 2px solid #004878;
	font-weight: bold;
}
.lineup-top {
    background-color: #004878;
    color: white;
    padding: 10px;
	font-size: 18px;
	line-height: 1.8;
}
.lineup-bottom {
    padding: 10px;
	font-size: 18px;
	line-height: 1.8;
	color: #004878;
}
.c-head_line {
	text-align: center;
	border-bottom: dotted 5px #dc6f06;
	line-height: 1.5em;
	font-size: 24px;
	margin-top: 60px;
	color: #dc6f06;
	padding-bottom: 8px;
}
.wake-1 {
	margin: 10px 0;
}
.wake-1 span {
    border: solid 2px #735aa3;
    padding: 5px 20px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #735aa3;
	margin-top: 15px;
	display: inline-block;
}
@media screen and (max-width:600px) {
.lineup_tx2 p {
    margin: 20px auto 30px;
}
}
