@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/tsw_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.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/tsw_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 10px;
	font-weight: bold;
}
.yobo_te span {
	font-size: 22px;
	color: #dc6f06;
}
.inner_ma {
	max-width: 934px;
}
@media screen and (max-width:600px) {
.yobo_te {
	line-height: 1.8em;
}
}
/* index　section02  -----------------------------*/
.l-box {
	max-width: 1050px;
	width: 82%;
	margin: 20px auto 0;
}
.icon_tx_box {
    display: flex;
    justify-content: left;
	margin-bottom: 20px;
}
.icon_mar_img {
	margin-right: 15px
}
.icon_tx_undernone {
	font-size: 16px;
	margin-top: 10px;
}
.arrow-cnt {
    display: flex;
	justify-content: center;
    align-items: center;
}
.arrow-img {
    margin-right: 10px;
}
.arrow-text{
	font-size: 23px;
	line-height: 1.3;
	margin-top: 0px;
	color: #729330;
	font-weight: bold;
}
.arrow-text span {
	font-size: 17px;
}
.arrow_box {
	margin: 80px 50px 30px;
    padding: 3px;
    position: relative;
    background: #FFF;
    border: 2px solid #729330;
    border-radius: 4px;
	border-radius: 20px;
}
.c-note_mar {
	margin-left: 92px;
}
@media (max-width: 1024px) {
.l-box {
	max-width: 1050px;
	width: 100%;
}
.arrow_box {
	margin: 80px auto 30px;
}
.c-note_mar {
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width:600px) {
.arrow_box {
    padding: 3px 10px;
}
}
/* -----------------------------*/
/* index_2　section01  -----------------------------*/
.l-box2 {
	margin: 20px auto 0;
}
.c-head_line {
	text-align: center;
	border-bottom: dotted 5px #729330;
	line-height: 1.5em;
	font-size: 24px;
	margin-top: 60px;
	color: #729330;
	padding-bottom: 8px;
}
.lineup_wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
	margin-bottom: 20px;
}
.lineup-cnt {
    border: 2px solid #729330;
	font-weight: bold;
    width: 50%;
	text-align: center;
}
.lineup-cnt:first-child {
	margin-right: 10px;
}
.lineup-cnt2 {
    border: 2px solid #729330;
	font-weight: bold;
    width: 100%;
	text-align: center;
}
.lineup-top {
    background-color: #729330;
    color: white;
    padding: 7px;
	font-size:16px;
	line-height:1.4;
}
.lineup-bottom {
    padding: 10px;
	font-size:16px;
	line-height:1.4;
	color: #729330;
}
@media screen and (max-width:600px) {
.lineup_wrap {
	flex-wrap: wrap;
}
.lineup-cnt {
    width: 100%;
}
.lineup-cnt:first-child {
	margin-right: auto;
	margin-bottom: 20px;
}
}
