@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
page_exp_wrap
****************************************************************************/

#page_exp_wrap {
	margin-bottom: 70px;
}
.page_exp {
	margin-bottom: 90px;
}
#page_exp_wrap .exp_img {
	margin-bottom: 30px;
}
#page_exp_wrap .attention li {
	line-height: 1.7;
    padding-left: 1em !important;        /* ブロック全体を 1em 右に */
    text-indent: -1em !important;        /* 先頭の1文字のみ 1em 左に */
	margin-bottom: 0.3em;
}

@media only screen and (max-width: 767px) {
.page_exp {
	margin-bottom: 10vw !important;
}
#page_exp_wrap .exp_img {
	margin-bottom: 5vw;
}
}

/***************************************************************************
contents_block
****************************************************************************/

.contents_block .thumb_exp .thumb {
	padding-top: 28%;
}

@media only screen and (max-width: 767px) {
.contents_block .thumb_exp .thumb {
	padding-top: 60%;
}
}