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

	#gHeader .siteTitle {
		float: left;
		padding: 20px 0 0 20px;
	}
	#gHeader {
		padding: 0;
	}
@media only screen and (max-width: 1000px) {
	#gHeader .siteTitle {
		float: none;
		padding-bottom: 20px;
		text-align: center;
	}
}
@media only screen and (max-width: 567px) {
	#gHeader .siteTitle {
		padding-bottom: 0;
		text-align: left;
	}
	#gHeader .siteTitle img {
		height: 36px;
		padding-top: 3px;
	}
}
@media only screen and (max-width: 567px) {
	#gHeader {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 9998;
		padding-bottom: 10px;
	}
	#mainContent {
		padding-top: 62px;
	}
	#gHeader .siteTitle {
		padding: 10px 0 0 10px;
	}
}
	#gNav {
		float: right;
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	#gNav li {
		width: auto;
		height: auto;
		transition: background .3s ease-in;
	}
	#gNav li:hover ,
	#gNav li.on {
		background: #eee;
	}
	#gNav li a {
		display: block;
		padding: 22px 20px;
	}
	#gNav li img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		padding: 1px;
	}
@media only screen and (max-width: 1000px) {
	#gNav {
		float: none;
		width: 100%;
		/*margin-top: 20px;*/
		text-align: center;
	}
}


	#mainContent {
		padding-bottom: 80px;
		background: #f4f4f4;
	}

	.cvA {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		min-height: 301px;
		background: #1c6edd;
		z-index: 0;
	}
	.cvB {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		min-height: 301px;
		background: #1d2787;
		z-index: 0;
	}

	.section.num1 {
		background: transparent url(/kojin/sumai/hotline-premium10/imgs/bg-01.png) repeat-y center top;
		background-size: cover;
	}
	.section.num1 a.hoverArea {
		padding-top: 40px;
		padding-bottom: 30px;
		display: block;
	}
	.section.num1 a.hoverArea .btn span {
		width: 211px;
		height: 48px;
		text-indent: -9999px;
		background: url(/kojin/sumai/hotline-premium10/imgs/bt-01.png);
		display: inline-block;
		border: solid 1px #fff;
	}
	.section.num1 a.hoverArea:hover .btn span {
		background: url(/kojin/sumai/hotline-premium10/imgs/bt-01_ov.png) #fff;
		transition: background .3s ease-in;
	}

	.section.num2 {
		background: #ab0216 url(/kojin/sumai/hotline-premium10/imgs/bg-02.png) repeat-y center top;
		background-size: cover;
		position: relative;
	}
	.section.num2 a.hoverArea {
		padding-top: 40px;
		padding-bottom: 30px;
		display: block;
	}
	.section.num2 a.hoverArea .btn span {
		width: 211px;
		height: 48px;
		text-indent: -9999px;
		background: url(/kojin/sumai/hotline-premium10/imgs/bt-02.png);
		display: inline-block;
		border: solid 1px #fff;
		margin-left: -120px;
	}
	.section.num2 a.hoverArea:hover .btn span {
		background: url(/kojin/sumai/hotline-premium10/imgs/bt-02_ov.png) #fff;
		transition: background .3s ease-in;
	}
	#movie {
		position: absolute;
	    bottom: 10px;
	    right: 4%;
		transition: all 0.2s;
		box-shadow:7px 5px 0 0 #9e0b1f;
		-moz-box-shadow:7px 5px 0 0 #9e0b1f;
		-webkit-box-shadow:7px 5px 0 0 #9e0b1f;
		margin-bottom: 5px;
		outline: none;
	}
	#movie_sp {
		display: block;
		outline: none;
	}
	#movie_sp img {
		transition: all 0.2s;
		box-shadow:7px 5px 0 0 #9e0b1f;
		-moz-box-shadow:7px 5px 0 0 #9e0b1f;
		-webkit-box-shadow:7px 5px 0 0 #9e0b1f;
		margin-top: 0;
		display: inline-block;
	}

	#movie:hover {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		margin-bottom: 0;
	}


	.section.num3 {
	}


	#CVArea li.hotline {
		margin-right: 30px;
	}
@media only screen and (max-width: 1000px) {
	.section.num1 {
		background: transparent url(/kojin/sumai/hotline-premium10/imgs/bg-01.png) repeat-y center top;
		background-size: auto;
	}
	.section.num2 {
		background: #ab0216 url(/kojin/sumai/hotline-premium10/imgs/bg-02.png) repeat-y center top;
		background-size: auto;
	}

	#CVArea li.hotline {
		margin-bottom: 30px;
		margin-right: 0;
	}
}

	.mw970 {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}

	.boxA {
		margin-top: 40px;
		max-width: 890px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		background: #fff;

/* box-shadow */
		box-shadow: 2px 2px 0 0 #7e7e7e;
		-moz-box-shadow: 2px 2px 0 0 #7e7e7e;
		-webkit-box-shadow: 2px 2px 0 0 #7e7e7e;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	.boxAInner {
		border : 1px solid #ccc;
		padding: 40px;
}


@media only screen and (max-width: 567px) {
	.boxA {
		padding: 30px 20px;
		border : 1px solid #ccc;
/* box-shadow */
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.boxAInner {
		border : none;
		padding: 0px;
}
}


	.areaL,
	.areaR {
		display: inline-block;
		vertical-align: middle;
	}
	.section.num1 .areaL {
		width: 50%;
	}
	.section.num1 .areaR {
		width: 50%;
		padding-left: 1.5%;
		padding-right: 1.5%;
		text-align: center;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	.section.num2 .areaL {
		width: 50%;
		padding-left: 1.5%;
		padding-right: 1.5%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.section.num2 .areaR {
		width: 50%;
		text-align: center;
		position: relative;
	}

@media only screen and (max-width: 567px) {
	h2.ac img {
		height: 20px;
	}
	.areaL,
	.areaR {
		display: block;
		vertical-align: top;
	}
	.section.num1 .areaL {
		width: auto;
		text-align: center;
	}
	.section.num1 .areaR {
		display: none;
 	}

	.section.num2 .areaL {
		display: none;
	}
	.section.num2 .areaR {
		width: auto;
	}
}

	.imgBox {
		width: auto;
	}
	.imgBox .txtArea,
	.imgBox .photo {
		display: inline-block;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.imgBox .txtArea{
		width: 72.53086%
	}
	.imgBox .txtArea h3 {
		margin-bottom: 20px;
		width: 100%;
	}
	.imgBox .txtArea img {
		max-width: 100%;
	}
	.imgBox .txtArea h4 {
		margin-bottom: 20px;
		padding-left: 10px;
		width: 100%;
	}
	.imgBox .txtArea p {
		padding-left: 10px;
		width: 100%;
	}
	.imgBox.num1 .photo {
		width: 22.8395%;
		padding-right: 2.62962%;
	}
@media only screen and (max-width: 567px) {
	.imgBox.num1 .txtArea {
		display: block;
		width: auto;
		/*margin-top: 40px;*/
		text-align: center;
	}
	.imgBox .txtArea h4,
	.imgBox .txtArea p {
		padding-left: 0;
	}
	.imgBox.num1 .photo {
		display: none;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
	.areaL .sp ,
	.areaR .sp {
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 0;
	}
}

	#CVArea.topCVArea {
		background: none;
	}

.pankuzu {
	padding: 15px 30px 0;
}
.pankuzu li a ,
.pankuzu li {
	color: #333;
}
.pankuzu li a:hover {
	color: #ccc;
}

.movieArea{
	margin-top:80px;
	text-align: center;
}
.movieArea h3{
	margin-bottom: 30px;
}
.movieArea p img:hover{
	opacity: 0.8;
	transition: .3s ease-in;
}

.section.num2 .wrap.pc {
	display: block;
}
.section.num2 .wrap_sp {
	display: none;
}
@media only screen and (max-width: 567px) {
.section.num2 .wrap.pc {
	display: none;
}
.section.num2 .wrap_sp {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
}
</pre></body></html>