<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* css Media [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* introduction */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_intro {
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.waku_intro p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
}

/*---------------------------------------------------- */
/* case */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_case {
	margin: 0 auto;
	height: auto;
}

.waku_case article {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== iframe ==*/
.photo_case {
	padding: 0;
	margin: 0;
	width: 100%;
}

.photo_case figure {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.photo_case figure iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*.photo_case figure img {
	width: 100%;
	height: 100%;
}

.photo_case a figure:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 113, .4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	display: block;
}

.photo_case a figure:hover:before {
	opacity: 1;
}

.photo_case figcaption {
	position: absolute;
    bottom: 12px;
	right: 12px;
    background: rgba(0,90,164,.62);
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.0;
}*/

/*== textBox ==*/
.caseBox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== sub-title ==*/
.caseBox .sub-title {
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.caseBox .sub-title h4 {
	padding: 0;
	margin: 0;
	float: left;
	color: #005aad;
	font-weight: 600;
	text-align: left;
	line-height: 1.0;
}

.caseBox .sub-title p {
	border: solid 1px #005aa4;
	padding: 0;
	margin: 0;
	float: left;
	color: #4271aa;
	font-weight: 500;
	text-align: left;
	line-height: 1.0;
}

/*== h5 ==*/
.caseBox .name-title {
	padding: 0;
	margin: 0;
	height: auto;
}

.caseBox .name-title h5 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.waku_btn2 .btn_detail a {
	margin: 0 auto;
	height: auto;
	display: block;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-color: #32a7f1;
}

.waku_btn2 .btn_detail a:hover {
	text-decoration: none;
	background-color: #5ac9fc;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* introduction */
/*---------------------------------------------------- */
/*== h2 ==*/
.cont-title {
	margin-bottom: 15px;
}

/*== Waku ==*/
.waku_intro {
	padding: 0 0 30px 0;
	width: 96%;
}

/*== P ==*/
.waku_intro p {
	font-size: 18px;
	text-align: center;
	line-height: 1.9;
}

/*---------------------------------------------------- */
/* case */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_case {
	padding: 0;
	width: 100%;
}

.waku_case article {
	padding: 10px 0 15px 0;
	margin: 0 1.5%;
	width: 29.7%;
}

/*== iframe ==*/
.photo_case figure iframe {
	height: 210px;
}

/*== img ==*/
/*.photo_case {
	height: 180px;
}

.photo_case figcaption {
    padding: 12px 14px 12px 14px;
	border-radius: 50px;
	font-size: 16px;
}*/

/*== textBox ==*/
.caseBox {
	padding-top: 15px;
	width: 98%;
}

/*== sub-title ==*/
.caseBox .sub-title {
	margin-bottom: 6px;
}

.caseBox .sub-title h4 {
	margin-top: 6px;
	margin-right: 12px;
	font-size: 15px;
}

.caseBox .sub-title p {
	border-radius: 40px;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
}

/*== h5 ==*/
.caseBox .name-title {
	padding-bottom: 15px;
}

.caseBox .name-title h5 {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 12px;
	width: 98%;
}

.waku_btn2 .btn_detail a {
	padding: 12px 0;
	width: 100%;
	font-size: 14px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 98%;
}

/*---------------------------------------------------- */
/* introduction */
/*---------------------------------------------------- */
/*== h2 ==*/
.cont-title {
	margin-bottom: 10px;
}

/*== Waku ==*/
.waku_intro {
	padding: 0 0 25px 0;
	width: 96%;
}

/*== P ==*/
.waku_intro p {
	font-size: 17px;
	text-align: center;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* case */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_case {
	padding: 0;
	width: 100%;
}

.waku_case article {
	padding: 8px 0 12px 0;
	margin: 0 1.2%;
	width: 47.0%;
}

/*== iframe ==*/
.photo_case figure iframe {
	height: 240px;
}

/*== img ==*/
/*.photo_case {
	height: 180px;
}

.photo_case figcaption {
    padding: 11px 12px 11px 12px;
	border-radius: 46px;
	font-size: 15px;
}*/

/*== textBox ==*/
.caseBox {
	padding-top: 12px;
	width: 98%;
}

/*== sub-title ==*/
.caseBox .sub-title {
	margin-bottom: 5px;
}

.caseBox .sub-title h4 {
	margin-top: 5px;
	margin-right: 10px;
	font-size: 14px;
}

.caseBox .sub-title p {
	border-radius: 36px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 600;
}

/*== h5 ==*/
.caseBox .name-title {
	margin-bottom: 12px;
}

.caseBox .name-title h5 {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 10px;
	width: 98%;
}

.waku_btn2 .btn_detail a {
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
/*== Waku ==*/
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* introduction */
/*---------------------------------------------------- */
/*== h2 ==*/
.cont-title {
	margin-bottom: 10px;
}

/*== Waku ==*/
.waku_intro {
	padding: 0 0 20px 0;
	width: 96%;
}

/*== P ==*/
.waku_intro p {
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* case */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_case {
	padding: 0;
	width: 100%;
}

.waku_case article {
	padding: 12px 0 12px 0;
	margin: 0 0.5%;
	width: 96.0%;
	overflow: hidden;
	border-top: dotted 2px #dedede;
}

.waku_case article:first-child {
	border-top: none;
}

/*== img ==*/
.photo_case {
	width: 46%;
	/*max-height: 160px;*/
	display: inline-block;
	float: left;
}

/*== iframe ==*/
.photo_case figure iframe {
	height: 140px;
}

/*.photo_case figcaption {
    padding: 10px 11px 10px 11px;
	border-radius: 40px;
	font-size: 14px;
}*/

/*== textBox ==*/
.caseBox {
	padding-top: 0;
	margin-left: 3%;
	width: 50%;
	display: inline-block;
	float: left;
}

/*== sub-title ==*/
.caseBox .sub-title {
	margin-bottom: 6px;
}

.caseBox .sub-title h4 {
	margin-top: 4px;
	margin-right: 6px;
	font-size: 14px;
}

.caseBox .sub-title p {
	border-radius: 36px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 600;
}

/*== h5 ==*/
.caseBox .name-title {
	margin-bottom: 0;
}

.caseBox .name-title h5 {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 10px;
	margin-left: 2%;
	margin-right: 0;
	width: 98%;
	float: left;
}

.waku_btn2 .btn_detail a {
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
}



}</pre></body></html>