@charset "UTF-8";
/* css PR [gmp] */

@import url("../content.css");
@import url("main.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_main .main_left {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_main .main_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_main .main_right .photo_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_main .main_right .photo_main img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_main .main_left .txt_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_main .main_left .txt_main p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h3 ==*/
.maintitle {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.maintitle h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	text-align: left;
}
.maintitle h3 em {
	padding: 0;
	margin: 0;
	font-size: 152%;
	font-weight: 900;
	font-style: normal;
}
.maintitle h3 small {
	padding: 0;
	margin: 0;
	font-size: 40%;
	font-weight: 700;
	font-style: normal;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_part {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.list_part ol {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	border-top: solid 1px #dcdcdc;
	overflow: hidden;
}
.list_part ol li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border-bottom: solid 1px #dcdcdc;
	float: left;
}
.list_part ol li h4 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 600;
	text-align: left;
	line-height: 1.1;
	word-break: break-all;
	position: relative;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.list_part ol li h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
	position: relative;
	left: 0;
	top: 0;
}

/*---------------------------------------------------- */
/* colorBox */
/*---------------------------------------------------- */
.waku_color {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_color .colorbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #edf9fe;
	border: solid 1px #d8eff9;
	border-radius: 2px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_color .redbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fdd7e3;
	border: solid 1px #f96391;
	border-radius: 2px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_color .colorbox h4, 
.waku_color .redbox h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	line-height: 1.3;
	text-decoration: none;
}
.waku_color .colorbox p, 
.waku_color .redbox p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	text-decoration: none;
}
.waku_color .colorbox h4 em, 
.waku_color .redbox h4 em, 
.waku_color .colorbox p em, 
.waku_color .redbox p em {
	font-weight: 800;
	font-size: 148%;
	font-style: normal;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tabsp2 {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_main {
	margin-bottom: 35px;
	width: 98%;
	overflow: hidden;
}
.waku_main .main_left {
	margin-top: 15px;
	width: 66%;
	float: left;
}
.waku_main .main_right {
	width: 30%;
	float: right;
}

/*== img ==*/
.waku_main .main_right .photo_main {
	width: 100%;
}

/*== P ==*/
.waku_main .main_left .txt_main {
	margin-bottom: 35px;
}
.waku_main .main_left .txt_main p {
	font-size: 22px;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h3 ==*/
.maintitle {
	margin-bottom: 28px;
	width: 100%;
}
.maintitle h3 {
	font-size: 40px;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_part {
	/*margin-bottom: 35px;*/
	width: 98%;
}
.list_part ol {
	width: 100%;
}
.list_part ol li {
	padding: 15px 18px;
	width: 33.333%;
}
/*.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), .list_part ol li:nth-child(3), .list_part ol li:nth-child(4), 
.list_part ol li:nth-child(9), .list_part ol li:nth-child(10), .list_part ol li:nth-child(11) {
	padding: 15px 16px;
	width: 25%;
	background-color: #f9fbfc;
}*/
.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), .list_part ol li:nth-child(3), 
.list_part ol li:nth-child(7), .list_part ol li:nth-child(8), .list_part ol li:nth-child(9) {
	padding: 12px 18px;
	width: 33.333%;
	background-color: #f9fbfc;
}
	@media all and (max-width: 1080px) and (min-width: 960px) {
		.list_part ol li {
			padding: 12px 16px;
			width: 50%;
		}
		.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), .list_part ol li:nth-child(5), .list_part ol li:nth-child(6),
		.list_part ol li:nth-child(9), .list_part ol li:nth-child(10) {
			padding: 12px 16px;
			width: 50%;
			background-color: #f9fbfc;
		}
		.list_part ol li:nth-child(3), .list_part ol li:nth-child(4), .list_part ol li:nth-child(7), .list_part ol li:nth-child(8),
		.list_part ol li:nth-child(11) {
			padding: 12px 16px;
			width: 50%;
			background-color: #fff;
		}
	}
	
.list_part ol li h4 {
	font-size: 17px;
}
.list_part ol li h4:before {
	width: 10px;
	height: 10px;
	margin-right: .4em;
}

/*---------------------------------------------------- */
/* colorBox */
/*---------------------------------------------------- */
.waku_color {
	padding-bottom: 35px;
	width: 98%;
}
.waku_color .colorbox {
	padding: 15px 0;
	width: 100%;
}
.waku_color .redbox {
	padding: 15px 0;
	width: 100%;
}
.waku_color .colorbox h4, 
.waku_color .redbox h4 {
	margin: 0 20px;
	font-size: 26px;
}
.waku_color .colorbox p, 
.waku_color .redbox p {
	margin: 0 20px;
	font-size: 22px;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_main {
	width: 98%;
}

/*== img ==*/
.waku_main .main_right .photo_main {
	width: 100%;
}

/*== P ==*/
.waku_main .main_left .txt_main p {
	font-size: 20px;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h3 ==*/
.maintitle {
	margin-bottom: 24px;
	width: 100%;
}
.maintitle h3 {
	font-size: 38px;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_part {
	margin-bottom: 30px;
	width: 98%;
}
.list_part ol {
	width: 100%;
}
	
	@media all and (max-width: 959px) and (min-width: 751px) {
		/*---------------------------------------------------- */
		/* Main */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_main {
			margin-bottom: 30px;
			width: 98%;
			overflow: hidden;
		}
		.waku_main .main_left {
			margin-top: 10px;
			width: 60%;
			float: left;
		}
		.waku_main .main_right {
			width: 36%;
			float: right;
		}
		
		/*== P ==*/
		.waku_main .main_left .txt_main {
			margin-bottom: 30px;
		}
		
		/*---------------------------------------------------- */
		/* List */
		/*---------------------------------------------------- */
		.list_part ol li {
			padding: 12px 16px;
			width: 50%;
		}
		.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), .list_part ol li:nth-child(5), .list_part ol li:nth-child(6),
		.list_part ol li:nth-child(9), .list_part ol li:nth-child(10) {
			padding: 12px 16px;
			width: 50%;
			background-color: #f9fbfc;
		}
		
		/*---------------------------------------------------- */
		/* Only */
		/*---------------------------------------------------- */
		.only_tabsp2 {
			display: none;
			visibility: hidden;
		}
	}
	@media all and (max-width: 750px) and (min-width: 600px) {
		/*---------------------------------------------------- */
		/* Main */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_main {
			margin-bottom: 30px;
			width: 98%;
		}
		.waku_main .main_left {
			margin-top: 15px;
			width: 100%;
			display: block;
		}
		.waku_main .main_right {
			margin: 0 auto;
			width: 60%;
			display: block;
		}
		
		/*== P ==*/
		.waku_main .main_left .txt_main {
			margin-bottom: 0;
		}
		
		/*== List ==*/
		.waku_main .main_left .list_part {
			display: none;
			visibility: hidden;
		}
		
		/*---------------------------------------------------- */
		/* Title */
		/*---------------------------------------------------- */
		/*== h3 ==*/
		.maintitle h3 {
			font-size: 32px;
			line-height: 1.1;
		}
		
		/*---------------------------------------------------- */
		/* List */
		/*---------------------------------------------------- */
		.list_part ol li {
			padding: 12px 16px;
			width: 50%;
		}
		.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), .list_part ol li:nth-child(5), .list_part ol li:nth-child(6),
		.list_part ol li:nth-child(9), .list_part ol li:nth-child(10) {
			padding: 12px 16px;
			width: 50%;
			background-color: #f9fbfc;
		}
	}
	
.list_part ol li h4 {
	font-size: 16px;
}
.list_part ol li h4:before {
	width: 10px;
	height: 10px;
	margin-right: .4em;
}

/*---------------------------------------------------- */
/* colorBox */
/*---------------------------------------------------- */
.waku_color {
	padding-bottom: 30px;
	width: 98%;
}
.waku_color .colorbox {
	padding: 12px 0;
	width: 100%;
}
.waku_color .redbox {
	padding: 12px 0;
	width: 100%;
}
.waku_color .colorbox h4, 
.waku_color .redbox h4 {
	margin: 0 16px;
	font-size: 24px;
}
.waku_color .colorbox p, 
.waku_color .redbox p {
	margin: 0 16px;
	font-size: 20px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_main {
	margin-bottom: 25px;
	width: 98%;
}
.waku_main .main_left {
	margin-top: 12px;
	width: 100%;
	display: block;
}
.waku_main .main_right {
	margin: 0 auto;
	width: 80%;
	display: block;
}

/*== img ==*/
.waku_main .main_right .photo_main {
	width: 100%;
}

/*== P ==*/
.waku_main .main_left .txt_main p {
	font-size: 18px;
	line-height: 1.6;
}

/*== List ==*/
.waku_main .main_left .list_part {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h3 ==*/
.maintitle {
	margin-bottom: 20px;
	width: 100%;
}
.maintitle h3 {
	font-size: 32px;
	line-height: 1.1;
}
		
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_part {
	margin-bottom: 25px;
	width: 98%;
}
.list_part ol {
	width: 100%;
}
.list_part ol li {
	padding: 10px 12px;
	width: 50%;
}
.list_part ol li:nth-child(1), .list_part ol li:nth-child(2), 
.list_part ol li:nth-child(5), .list_part ol li:nth-child(6),
.list_part ol li:nth-child(9), .list_part ol li:nth-child(10) {
	padding: 10px 12px;
	width: 50%;
	background-color: #f9fbfc;
}
.list_part ol li h4 {
	font-size: 15px;
}
.list_part ol li h4:before {
	width: 8px;
	height: 8px;
	margin-right: .3em;
}

/*---------------------------------------------------- */
/* colorBox */
/*---------------------------------------------------- */
.waku_color {
	padding-bottom: 25px;
	width: 98%;
}
.waku_color .colorbox {
	padding: 10px 0;
	width: 100%;
}
.waku_color .redbox {
	padding: 10px 0;
	width: 100%;
}
.waku_color .colorbox h4, 
.waku_color .redbox h4 {
	margin: 0 15px;
	font-size: 20px;
}
.waku_color .colorbox p, 
.waku_color .redbox p {
	margin: 0 15px;
	font-size: 18px;
}



}