#mainSct {
	padding: 190px 0 200px;
}

#set01 .imgTxtBlk {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	padding: 0px 0 60px;
	max-width: initial;
}

#set01 .imgTxtBlk .commentBlk {
	margin: 60px auto 20px;
	width: 100%;
}

#set01 .imgTxtBlk .commentBlk .iconImg {
	width: 12%;
}

#set01 .imgTxtBlk .commentBlk .txtObj {
	padding: 20px 1em;
}

#set02 {
  width: 100%;
  margin: 0;
  padding: 80px 0;
}


#set02 .imgTxtBlk .commentBlk .iconImg {
	width: 12%;
}

#set02 .imgTxtBlk {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 0px 0 60px;
	max-width: initial;
}

#set02 .imgTxtBlk .commentBlk .txtObj::before {
	display:none;
}

form {
    margin-top: 10px;
}

form label.typeCheck::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '';
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    background: #fff;
}

form label.typeCheck {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 0 0 0 25px;
    cursor: pointer;
}

form input[type="checkbox"]:checked+label.typeCheck::before {
    background-color: #ececec;
}

form input[type="checkbox"]:checked+label.typeCheck::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 10px;
    height: 14px;
    border-right: 4px solid #f72585;
    border-bottom: 4px solid #f72585;
    transform: rotate(45deg);
}

form input[type="text"], form input[type="password"] {
    width: 70%;
		margin-bottom:30px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
    transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
    border-radius: 6px;
}

form input[type="submit"] {
    display: block;
    color: #333;
    background-color: #fcf300;
    border-radius: 6px;
    width: 100%;
    max-width: 400px;
    height: 60px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
		border: solid 1px #333;
}

form button {
    display: block;
    color: #333;
    background-color: #fcf300;
    border-radius: 6px;
    width: 100%;
    max-width: 400px;
    height: 60px;
    padding: 0 10px;
    margin: 40px auto 20px;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
		border: solid 1px #333;
}

form .ans{
    width: 80%;
    background-color: #eee;
    margin: 30px auto 30px;
    padding: 20px;
    border-radius: 5px;
    display: block;
    max-width: 560px;
}

label {
    width: 100%;
    font-size: 1.2rem;
}


#container-inner {
	margin:0 auto 30px;
	width:90%;
	max-width:900px;
}

.concept {
	margin-bottom: 60px;
	border: 3px solid #000;
	padding: 30px 2%;
	border-radius: 10px;
	text-align:center;
}

.concept .concept_rule{
	font-size: 16px;
	font-weight: bold;
	padding:10px;
}

.list_note {
	width: 100%;
	background: #f5f5f5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 0 40px 0;
}

.list_note p{
	text-align:left;
}

.list_note p.challenge_caution {
	margin: 20px 0px;
	padding:10px;
	background-color:#ff0000;
	color:#fff;
	font-size:1.2em;
}


.frame_content {
	width: 100%;
	height: 340px;
	overflow: auto;
}


.list_note ul {
	width: 93.4%;
	margin: auto;
}


.list_note ul li {
	position: relative;
	padding-left: 20px;
	font-size:0.8em;
	line-height:1.6;
	text-align:left;
}

.list_note ul li a{
	color:#0090f0;
}

.list_note ul li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}


.tracking {
	margin:20px auto 40px;
	text-align:center;
}

.tracking p{
	font-size:1.4rem;
}


@media screen and (max-width: 900px) {
	#mainSct {
	    padding: 50px 0 60px;
	}

	#set01 {
	    position: relative;
	    padding: 30px 0 0;
	}

	#set01 .imgTxtBlk .commentBlk {
	    margin: 30px auto 20px;
	    width: 100%;
	}

	#set01 .imgTxtBlk {
		width: 90%;
	}

	#set01 .imgTxtBlk .commentBlk .txtObj {
    width: 78%;
		padding: 10px 1em;
	}

	#set02 .imgTxtBlk .commentBlk .txtObj {
		width: 100%;
	}

	form .ans {
	    width: 90%;
	    background-color: #eee;
	    margin: 30px auto 30px;
	    padding: 10px;
	    border-radius: 5px;
	    display: block;
	    max-width: initial;
	}

	form label.typeCheck {
	    position: relative;
	    display: inline-block;
	    height: auto;
	    padding: 0 0 0 45px;
	    cursor: pointer;
	    text-align: left;
	}

	.tracking p {
	    font-size: 1.0rem;
	}

	form input[type="text"], form input[type="password"] {
	    width: 90%;
	}

	form input[type="submit"] {
	    width: 90%;
	}

}

.clrPink_sub {
	display:block;
	font-size: 1.4rem;
	line-height: 1.6;
}


#ftrSct {
	color:#fff;
}