@charset "utf-8";
.underline {
	background-image: url(../images/underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#challenge_second_title_wrap {
	padding: 1% 0;
	margin: 0.5% 0 0;
	background-image: url(../images/challenge_tri_back.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#challenge_first_ttl p {
	color: red;
	font-weight: 900;
	font-size: 2.4rem;
	text-align: center;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
#challenge_first_ttl p {
	font-size: 2rem;
}
}
#challenge_first_img img {
	width: 100%;
}
.challenge_tri_announce {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2%;
}
.challenge_tri_img_wrap {
	max-width: 1000px;
	display: flex;
	margin: 0 auto;
}
.challenge_tri_img {
	width: 20%;
}
.challenge_tri_img img {
	width: 100%;
	vertical-align: bottom;
}
.challenge_tri_announce h2 {
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	margin-bottom: 2%;
	border-bottom: 1px dotted #222;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce h2 {
	font-size: 1em;
}
}
.challenge_tri_announce h3 {
	font-size: 1em;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce h3 {
	font-size: 0.9em;
}
}
.challenge_tri_announce .report_yy{
	/* display: block; */
	font-weight: bold;
}
.challenge_tri_announce .challenge_report{
    text-align: center;
    background: #ffe136;
    border: 2px solid #9fdaff;
    border-radius: 5px;
	margin: 0 0 2%;
}
.challenge_tri_announce .challenge_report>a{
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}
.challenge_tri_announce .challenge_report>a>span{
	font-weight: bold;
}
.challenge_tri_announce .challenge_report>a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.challenge_tri_announce p > a {
    font-weight: normal;
    padding: 1em;
    border: none;
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 600;}
.challenge_tri_announce dl {
	margin: 0;
	padding: 0;
}
.challenge_tri_announce dt {
	font-size: 1.05em;
	font-weight: 700;
	padding: 1% 0;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce dt {
	font-size: 0.9em;
}
}
.good_icon {
	background-color: #ff0000;
	color: #fff000;
	padding: 0.5% 2% 0.5% 1%;
	font-size: 0.85em;
}
.challenge_tri_announce dd {
	font-size: 1.05em;
	padding: 0 0 1%;
	margin-left: 2%;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce dd {
	font-size: 0.9em;
}
}
.challenge_tri_announce dd a {
	color: #000;
}
.challenge_tri_announce ul {
	display: flex;
	text-align: center;
	margin: 1.5% 0;
	padding: 0;
	justify-content: space-around;
}
.challenge_tri_announce ul li {
	width: 18%;
	margin: 0 1%;
	padding: 2% 2% 1.5%;
	list-style: none;
	font-size: 0.95em;
	font-weight: 700;
	background-color: #FDFFE5;
	border: 3px dashed #007CFF;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce ul li {
	font-size: 0.85em;
}
}
.challenge_tri_announce #benefits ul {
	display: block;
}
.challenge_tri_announce #benefits ul li {
	width: auto;
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
.challenge_tri_announce p {
	font-size: 0.95em;
	margin: 0;
	margin: 0 0 0 1%;
	display: inline-block;
}
/* .challenge_tri_announce p:nth-child(1),p:nth-child(3) {
	display: inline-block;
} */

.challenge_tri_announce .report_yy {
    display: inline-block;
}

@media screen and (max-width: 768px) {
.challenge_tri_announce p {
	font-size: 0.85em;
}
/* .challenge_tri_announce p:nth-child(1), p:nth-child(3) {
    display:block;
} */
.challenge_tri_announce .report_yy {
    display: block;
}
}
.challenge_tri_announce table {
	width: 100%;
	margin: 1% 0 2%;
}
.challenge_tri_announce table th {
	border: 1px solid #ff9e36;
	font-size: 0.95em;
	padding: 0.5% 0;
	background-color: #ff9e36;
	color: #fff;
}
.challenge_tri_announce table th a {
	color: #fff;
}
.challenge_tri_announce table td {
	width: 30%;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 0.9em;
}
.challenge_tri_announce #case_wrap {
	max-width: 1000px;
}
.challenge_tri_announce #case_wrap img {
	width: 100%;
}
.challenge_tri_announce #flowbutton {
	width: 30%;
}
.challenge_tri_announce #flowbutton p {
	width: 100%;
	margin: 0;
}
.challenge_tri_announce #flowbutton p a {
	display: block;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 2.5% 0 1.45%;
}
#application th {
	background-color: #fafafa;
	color: #000;
	border: 1px solid #ccc;
}

.shosinsya {
	color: #FFF;
}

