@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- s_repair
	- stepList

-----------------------------------------*/


/*----------------------------------------
	common
-----------------------------------------*/
#header #fNav > ul li:first-child {
    display: block;
}
#headtitle {
	margin: 0;
}

/*----------------------------------------
	stepList
-----------------------------------------*/

#s_contest .conHead {
	padding: 0 0 16.5%;
	background: #f4f4f4;
	background-image: url(../img/bg.png);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
#s_contest .conHead .conHeadBox {
	padding: 19.2% 0 0;
}
#s_contest .conHead .conHeadBox .titleBox {
	border-radius: 6px;
	background: #fff;
	position: relative;
	padding: 0 0 6%;
}
#s_contest .conHead .conHeadBox .titleBox p {
	position: absolute;
	top: 0;
	left: 32%;
	width: 36.2%;
	margin: -7.4% auto 0;
	padding: 3% 0;
	text-align: center;
	background: url(../img/c_conHead_i07.png) no-repeat;
	background-size: 100% auto;
}
#s_contest .conHead .conHeadBox .titleBox h3 {
	margin: 0 0 12px;
	padding-top: 11%;
}
#s_contest .conHead .conHeadBox .titleBox h4 {
	position: absolute;
	top: 0;
	left: -3%;
	width: 26.2%;
	margin-top: -16.4%;
	padding: 10% 0 20%;
	text-align: center;
	background: url(../img/c_conHead_i06.png) no-repeat;
	background-size: 100% auto;
}
#s_contest .conHead .conHeadBox .titleBox .name {
	display: table;
	margin: 0 auto;
}
#s_contest .conHead .conHeadBox .titleBox .name > dt, 
#s_contest .conHead .conHeadBox .titleBox .name > dd {
	display: table-cell;
	vertical-align: middle;
}
#s_contest .conHead .conHeadBox .titleBox .name > dt {
	background: #d4ebff;
	border-radius: 4px;
	padding: 4px 6px;
	text-align: center;
}
#s_contest .conHead .conHeadBox .titleBox .name > dd {
	padding-left: 6px;
	text-align: left;
	white-space: nowrap;
}
#s_contest .conHead .conHeadBox .imageBox {
	padding: 6% 0 0;
	line-height: 1.7;
}
#s_contest .conHead .conHeadBox .imageBox figure {
	position: relative;
}
#s_contest .conHead .conHeadBox .imageBox figure + figure {
	margin: 8px 0 0;
}
#s_contest .conHead .conHeadBox .imageBox figure:nth-child(2)::before ,
#s_contest .conHead .conHeadBox .imageBox figure:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0)
}
#s_contest .conHead .conHeadBox .imageBox figure:nth-child(2)::before {
	margin: -22px 0 0;
	border-top: 25px solid #e92020;
	border-left: 16px solid #e92020;
	border-right: 16px solid #e92020;
}
#s_contest .conHead .conHeadBox .imageBox figure:nth-child(2)::after {
	border-top: 15px solid #e92020;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
}
#s_contest .conHead .conHeadBox .imageBox figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 78px;
	height: 20px;
	padding: 8px 0 3px;
	background-color: #fff;
	border-radius: 0 6px 0 0;
	line-height: 0;
	text-align: center;
}
#s_contest .conHead .conHeadBox .imageBox figure figcaption img {
	width: auto;
	height: 100%;
}
#s_contest .conBody {
	position: relative;
	margin: 0 0 50px;
	border-top: 2px solid #0b004a;
}
#s_contest .conBody h3 {
	display: table;
	border: 2px solid #0b004a;
	border-radius: 6px;
	margin: -23px auto 0;
	padding: 9px 22px;
	background: #fff;
}
#s_contest .conBody h3 span {
	display: table-cell;
	vertical-align: middle;
}
#s_contest .conBody .mainBox > section {
	padding: 25px 0 0;
}
#s_contest .conBody .mainBox > section + section {
	padding: 20px 0 0;
}
#s_contest .conBody .mainBox > section figure img + img {
	padding-top: 20px;
}
#s_contest .conBody .mainBox > section figure + div {
	padding-top: 15px;
}
#s_contest .conBody .mainBox > section figure + div p + p {
	padding-top: 15px;
}
#s_contest .conBody .mainBox > .otherLv {
	margin: 15px 0;
}
#s_contest .conBody .sideBox {
	padding: 45px 0 0;
}
#s_contest .conBody .sideBox > dl + dl {
	padding-top: 35px;
}
#s_contest .conBody .sideBox > dl > dt {
	margin: 0 0 25px;
	padding: 8px 0;
	background-color: #d4ebff;
}
#s_contest .conBody .sideBox > dl .nameBox dd:not(:last-child) {
	padding-bottom: 20px;
}
#s_contest .conBody .sideBox > dl .nameBox dd:after {
	content: '';
	display: block;
	clear: both;
}
#s_contest .conBody .sideBox > dl .commentBox dt {
	width: 86px;
	float: left;
}
#s_contest .conBody .sideBox > dl .commentBox dd {
	width: 230px;
	float: right;
	vertical-align: top;
	margin-top: -3px;
}
#s_contest .conBody .sideBox > dl .commentBox dd span {
	display: block;
}
#s_contest .conBody .sideBox > dl .commentBox dd span:first-child {
	padding-bottom: 2px;
}
#s_contest .conBody .sideBox > dl .commentBox dl + dl {
	margin-top: 30px;
}
#s_contest .conBody .sideBox > dl .bannerBox a {
	display: block;
	position: relative;
	width: 86%;
	margin: 0 auto;
}
#s_contest .conBody .sideBox > dl .bannerBox dl {
	border: 1px solid #857fa4;
	border-radius: 6px;
	display: table;
	padding: 8px 10px;
	margin-top: 35px;
}
#s_contest .conBody .sideBox > dl .bannerBox dl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 9px;
	height: 9px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: -5px 0 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#s_contest .conBody .sideBox > dl .bannerBox dl > dt,
#s_contest .conBody .sideBox > dl .bannerBox dl > dd {
	display: table-cell;
	vertical-align: middle;
}
#s_contest .conBody .sideBox > dl .bannerBox dl > dt {
	width: 30%;
	padding: 2px 12px 0 0;
	text-align: center;
}

/*----------------------------------------
	s_aside
-----------------------------------------*/
#s_aside {
	padding: 30px 0 40px;
	background-color: #f4f4f4;
}
#s_aside h4 {
	padding-bottom: 15px;
}
#s_aside h4 + ul li + li {
	margin-top: 10px;
}

/*----------------------------------------
	modal_share
-----------------------------------------*/
#modal .modal_share {
	width: 255px;
	padding: 26px 0 40px;
	background-color: #fff;
	border-radius: 4px;
}
#modal .modal_share > h2 {
	margin: 0 0 18px;
}
#modal .modal_share > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 120px;
	margin: 0 auto 6px;
}
#modal .modal_share > ul li {
	width: 50px;
	margin: 0 0 20px;
}
#modal .modal_share > p {
	margin: 0 0 10px;
}
#modal .modal_share > div {
	overflow: auto;
	width: 165px;
	margin: 0 auto;
	padding: 10px;
	background-color: #f4f4f4;
}
#modal .modal_share > div > p {
	white-space: nowrap;
	cursor: pointer;
}

