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

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
 
 body {
	 font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	 line-height: 1.5;
	 color: #3c393a;
 }

img {
	width: 100%;
	height: auto;
}


#main {
	width: 83.33vw;
	max-width: 1000px;
	margin: 5vw auto;
}

#main h3 {
	font-size: 24px;
	font-weight: bold;
	color: #cc0066;
	margin-bottom: 25px;
}
#main h4 {
	font-size: 22px;
	font-weight: normal;
	color: #cc0066;
	margin-bottom: 15px;
}

#main .txt {
    font-size: 16px;
    margin-bottom: 1.0em;
}

#main .sec01 {
	overflow: hidden;
	margin-bottom: 80px;
}


#main .sec01 .left {
	max-width: 450px;
	width: 37.5vw;
	float: left;
}

#main .sec01 .right {
	float: right;
	width: 43.66vw;
	max-width: 536px;
}

#main .sec02 {
	margin-bottom: 80px;
}

#main .sec02 ul {
	display: flex;
	justify-content: space-between;
	padding: 0 7.5vw;
}

#main .sec02 ul li {
	width: 29.66vw;
	max-width: 356px;
	margin:3.33vw 2.5vw;
}

#main .sec03 .txtBox,
#main .sec04 .txtBox {
	overflow: hidden;
	margin-bottom: 40px;
}

/* #main .sec03 .txtBox .txt,
#main .sec04 .txtBox .txt{
	float: left;
	width: 47.5vw;
	max-width: 570px;
} */

#main .sec03 .txtBox .img,
#main .sec04 .txtBox .img {
	width: 32.66vw;
	max-width: 392px;
    float: right;
    margin-left: 1.0rem;
    margin-bottom: 1.0rem;
}


#main .profile {
	overflow: hidden;
	margin-bottom: 80px;
}


footer {
	text-align: center;
	border-top: 1px solid #000000;
	padding: 30px 0;
}

footer img {
	width: 15vw;
	max-width: 180px;
	margin: 0 auto;
}





 /********** [マウスオーバー]**********/
 
.hover a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
</pre></body></html>