@charset "utf-8";
/* The Toyama Chamber of Commerce and Industry
   Toyama Business Draft
-----------------------------------------------------*/


/* ==============================================
    main-visual
============================================== */
#main-visual {
	background: url("image/bg.png");
	
}

#main-visual .mv {
	text-align: center;
	padding-bottom: 15px;
	animation: fadeInAnime 1.5s ease 0.2s forwards;
	/*animation: fadeInAnime 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;*/
	opacity:0;
}

@keyframes fadeInAnime {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#main-visual .date_block {
	background: #009dd3;
	padding: 20px 0;
}
#main-visual .date_block ul {
	list-style: none;
	display: flex;
    flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
#main-visual .date_block li {
	width: 100%;
	text-align: center;
	padding: 10px 5px;
}
/*#main-visual .date_block li:nth-child(3) {
	width: 100%;
	padding: 10px 0;
}*/

@media screen and (max-width: 700px) {
	#main-visual .date_block li {
		width: 100%;
	}
}


#main-visual .join_block {
	margin: 0 auto;
	padding: 50px 0;
}
#main-visual .join_block .inner {
	display: flex;
	justify-content: center;
}


.merit_list {
	color: #e8342f;
	font-weight: bold;
}
.merit_list strong {
	font-size: 1.875em;
	display: block;
	margin-bottom: 10px;
}

.merit_list ul {
	font-size: 1.5em;
	line-height: 1.2;
	list-style: none;
}
.merit_list li {
	padding-left: 1em;
	margin: 10px 0;
}
.merit_list li::before {
	content: "◎";
	display: inline-block;
	margin-left: -1em;
}

@media screen and (max-width: 700px) {
	.merit_list {
		font-size: 0.8em;
	}
}

/* ==============================================
    section common
============================================== */
main section,
main .section {
	margin-bottom: 70px;
}


.tit {
	font-size: 1.875em;
	line-height: 1.2;
	font-weight: bold;
	color: #019cd4;
	text-align: center;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*position: relative;*/
}
.tit::before,
.tit::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 28px;
	background: #e7342f;
	margin: 0 20px;
	/*vertical-align: baseline;*/
}

@media screen and (max-width: 700px) {
	.tit {
		font-size: 1.5em;
	}
	.tit::before,
	.tit::after {
		margin: 0 7px;
	}
}


/* ==============================================
    entry_section
============================================== */
.entry_section {
	padding: 40px 0;
	background: #fff100;
}

.entry_section .lead {
	font-size: 1.25em;
	text-align: center;
}

/*
エントリーボタン無効
*/
.btn_entry .btn_none {
	pointer-events: none;
	opacity: 0.7;
}


@media screen and (max-width: 700px) {
	.entry_section {
		padding: 20px 0;
	}
}

/* ==============================================
    news_section
============================================== */
.news_section {
	
}


.news_section dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_section dt,
.news_section dd {
	padding: 20px 0;
	border-bottom: 1px solid #c9c9c9;
}
.news_section dt {
	width: 8em;
}
.news_section dd {
	width: calc(100% - 8em);
}


@media screen and (max-width: 700px) {
	.news_section dl {
		flex-direction: column;
	}
	.news_section dt,
	.news_section dd {
		width: 100%;
		padding: 10px 0;
	}
	.news_section dt {
		border: none;
		padding-bottom: 0;
	}
	
}

/* ==============================================
    about_section
============================================== */
.about_section {}

.about_section .lead {
	margin-bottom: 30px;
}
.merit_block {
	background: #ffefef;
	border: 1px solid #e8877f;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.merit_block figure {
	margin-left: 50px;
}

.btn_pdf {
	text-align: right;
}

@media screen and (max-width: 700px) {
	.merit_block {
		flex-direction: column;
		padding: 20px 15px;
	}
	.merit_block figure {
		margin-left: 0;
	}
}

/* ==============================================
    joining_section
============================================== */
.joining_section {}

.joining_section ul {
	list-style: none;
}
.joining_section li {
	margin: 0 0 10px 0;
}
.joining_section li strong {
	font-size: 1.25em;
	display: block;
}
.joining_section .attention {
	font-size: 1.25em;
	font-weight: bold;
	color: #e8342f;
}

@media screen and (max-width: 700px) {

}

/* ==============================================
    results_section
============================================== */
.results_section {}

.results_section ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 35px;
}
.results_section li {
	width: 50%;
}
.results_section li:nth-child(2) {
	width: 44%;
}
.results_section .kome {
	text-align: right;
	font-size: 0.875em;
}

@media screen and (max-width: 700px) {
	.results_section ul {
		display: block;
	}
	.results_section li {
		width: 100%;
	}
	.results_section li:nth-child(2) {
		width: 100%;
		margin-top: 20px;
	}
}

/* ==============================================
    summary_section
============================================== */
.summary_section {
	padding: 40px 0;
	background: #e3f5ff;
}
.summary_section h3 {

}
.summary_section ul {
	margin: 0 0 20px 30px;
}


/* ==============================================
    flow_section
============================================== */
.flow_section {}

ol.flow_step_list {
	list-style: none;
}
ol.flow_step_list > li {
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 40px;
	margin: 0 0 70px;
}
.step {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: #009dd4;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1;
}
.step::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #009dd4;
	border-bottom: 0;
	position: absolute;
	bottom: -30px;
	left: 0;
}

/*ol.flow_step_list > li:last-child .step {
	background: #e88780;
}*/
ol.flow_step_list > li:last-child .step::after {
	border: none;
	width: 60px;
	height: 30px;
    background: #009dd4;
	/*background: #e88780;*/
}

.step span {
	display: block;
	font-size: 2em;
}



.flow_block {
	margin-left: 100px;
}
.step_title {
	background: #fffd9c;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.step_attention {
	background: #e88780;
	padding: 15px 20px;
	color: #fff;
}

.step_title h3 {
	font-size: 1.625em;
	font-weight: bold;
	color: #009dd3;
	display: block;
	position: relative;
	padding-left: 36px;
}
.step_title h3::before {
	content: "";
	display: block;
	background: url("image/arrow_b.svg") no-repeat 0 0 / contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

/*ol.flow_step_list > li:last-child .step_title h3 {
	color: #e8342f;
}
ol.flow_step_list > li:last-child .step_title h3::before {
	background-image: url("image/arrow_r.svg");
}*/

ol.flow_step_list .day {
	font-size: 1.125em;
	font-weight: bold;
	padding-left: 36px;
}
ol.flow_step_list .day strong {
	font-size: 1.333em;
}
.step_title .day {
	
}

ol.flow_step_list li ul {
	margin: 0 0 30px 30px;
	list-style: disc;
}
ol.flow_step_list li ul li {
	margin: 4px 0;
}
ol.flow_step_list li .web_appli {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 30px;
    margin: 30px 0 0 0;
}
ol.flow_step_list li .web_appli h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
ol.flow_step_list li .web_appli ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
}
ol.flow_step_list li .web_appli li {
	text-align: center;
	width: 200px;
	margin: 0 5px;
}
ol.flow_step_list li .web_appli li p {
	font-size: 0.875em;
	margin-top: 5px;
}
ol.flow_step_list li .web_appli li a {
	color: inherit;
}
ol.flow_step_list li .web_appli li a:hover {
	text-decoration: none;
}
ol.flow_step_list li .web_appli li a img {
	width: 60px;
}


@media screen and (max-width: 700px) {
	ol.flow_step_list > li {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.step {
		position: inherit;
		top: inherit;
		left: inherit;
		width: 60px;
		height: 60px;
		margin: 0 0 40px;
	}
	.flow_block {
		margin-left: 0px;
	}
	ol.flow_step_list .day {
		font-size: 1em;
		padding-left: 0;
	}
	ol.flow_step_list .day strong {
		font-size: 1.214em;
	}
	ol.flow_step_list li .web_appli {
		padding: 20px;
	}
	ol.flow_step_list li .web_appli li {
		text-align: center;
		width: 200px;
	}
	ol.flow_step_list li .web_appli li p {
		font-size: 12px;
	}
}
