@charset 'UTF-8';

/* 「添乗員同行の旅」専用CSS【レスポンシブ】 */
.menu-list li {
    width: calc(98% / 2);
}

.align-center {
    margin-top: 50px;
}

.section__title .section__title--text {
	display:inline;
}
.section__title .section__title--text em {
    display: inline-block;
    font-style: normal;
}

#guideline .list__taisaku--item,
#request .list__taisaku--item {
    display: block;
    flex-direction: row;
    width: 100%;
	border-top: 1px dashed #ccc;
    margin-bottom: 15px;
    text-align: left
}
#guideline .list__taisaku--item:last-child,
#request .list__taisaku--item:last-child {
	border-bottom:1px dashed #ccc;
	padding-bottom: 15px;
}
#guideline .list__taisaku--item:not(.is-col1) .list__taisaku--title,
#request .list__taisaku--item:not(.is-col1) .list__taisaku--title {
    display: block;
}
.list__taisaku--detail {
    line-height: 1.3;
    font-size: 17px;
    font-weight: bold;
    text-indent: -1.2em;
    padding-left: 1em;
	margin-top: 15px;
}
.list__taisaku--detail span {
    font-size: 14px;
    font-weight: normal;
}
.box__facility--detail {
	border: 1px solid #0057B8;
	padding: 15px;
	margin-bottom: 25px;
}
.box__facility--detail h4 {
	font-size:15px;
    font-weight: bold;
    color: #0057B8;
    margin-bottom:20px;
}
.list__facility--item {
    font-size: 13px;
    margin-bottom:10px;
}


@media screen and (max-width:768px) {
	.list__taisaku--detail {
		font-weight:normal;
	}
}

max-width:768px
    