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

/* position */
	.relative {
		position: relative;
	}
	.absolute {
		position: absolute;
	}
	.absolute.num1 {
		top: -105px;
		right: 0;
	}
	.absolute.num2 {
		top: -25px;
		left: 0;
	}
@media only screen and (max-width: 1000px) {
	.spac {
		text-align: center;
	}

	.absolute.num1 {
		top: -115px;
		right: 10px;
	}
	.absolute.num1 img {
		height: 130px;
	}
}

	#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;
	}
}
@media only screen and (max-width: 567px) {
	#gHeader {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 9998;
		padding-bottom: 10px;
	}

	#hotline .contentTitle img {
		height: 120px;
	}
	#premium .contentTitle img {
		height: 140px;
	}

	#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;
	}

	.pankuzu.abs {
		top: -120px;
	}
	.pankuzu li {
		color: #666;
	}
	.pankuzu li a {
		color: #666;
	}
	.section.visual {
		padding-top: 120px;
		padding-bottom: 95px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/01/bg-main.png) no-repeat center top;
		background-size: cover;
		text-align: center;
	}

	.section.num1 {
		padding-top: 80px;
		padding-bottom: 80px;
		text-align: center;
	}
	.section.obiArea {
		padding-top: 50px;
		padding-bottom: 80px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/bg-obi.png) repeat center top;
	}

	.section.num2 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.section.num3 {
	}

	.section#hotline .wrap {
		padding-bottom: 80px;
		border-bottom: solid 1px #ccc;
	}

	.lead {
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}
@media only screen and (max-width: 567px) {
}


	.section.qaBt {
		padding-top: 50px;
/*
		padding-bottom: 50px;
		background: url(../../common/imgs/bg-cv.png) repeat left top;
*/
		text-align: center;
	}

	.obiList {
		text-align: center;
	}
	.obiList li {
		display: inline-block;
		width: 45%;
		text-align: right;
	}
	.obiList li.last {
		text-align: left;
	}
	.obiList li.cross {
		width: 5%;
		padding: 7px;
		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;
	}
	.obiList li img {
		vertical-align: middle;
	}
@media only screen and (max-width: 567px) {
	.obiList li {
		display: block;
		width: auto;
		text-align: center;
	}
	.obiList li.last {
		text-align: center;
	}
	.obiList li.cross {
		width: auto;
		padding: 15px;
	}
}

	.font24 {
		font-size: 24px;
		line-height: 1.4;
		font-weight: bold;
		color: #c30d23;
	}

	.lineA {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: solid 1px #918b8a;
	}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .txtArea,
	.imgBox .photo {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .photo {
		width: 235px;
		padding-right: 50px;
		text-align: left;
	}
@media only screen and (max-width: 567px) {
	.imgBox.num1 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num1 .txtArea h4 {
		text-align: center;
	}
	.imgBox.num1 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num2 .txtArea {
		font-size: 12px;
		line-height: 1.6;
	}
	.imgBox.num2 .photo {
		width: 266px;
		padding-right: 20px;
	}
@media only screen and (max-width: 567px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .txtArea h4 {
		text-align: center;
	}
	.imgBox.num2 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num3 .txtArea {
		padding-left: 90px;
		text-align: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.imgBox.num3 .photo {
		width: 135px;
		padding-right: 20px;
		text-align: center;
	}
@media only screen and (max-width: 1000px) {
	.imgBox.num3 .txtArea {
		padding-left: 0;
		text-align: center;
	}
	.imgBox.num3 .photo {
		width: 90px;
	}
}
@media only screen and (max-width: 567px) {
	.imgBox.num3 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num3 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}


	.bboxA {
		padding: 29px 19px;
		border: solid 1px #c71b30;
		text-align: center;
	}
	.bboxA li {
		display: inline-block;
		margin-right: 20px;
	}
	.bboxA li.last {
		margin-right: 0;
	}
	.icnE {
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/01/img-13.png) no-repeat 30px 50%;
	}

	.bboxB {
		position: relative;
		padding: 50px 30px 30px;
		border: solid 1px #c71b30;
		font-size: 18px;
		line-height: 1.4;
	}
	.bboxB p span {
		color: #c30d23;
	}
@media only screen and (max-width: 1000px) {
	.icnE {
		padding-top: 60px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/01/img-13.png) no-repeat center top;
	}
	.bboxB br {
		display: none;
	}
}
@media only screen and (max-width: 567px) {
	.bboxA li {
		display: block;
		margin-right: 0;
	}
	.bboxA li.last {
		margin-top: 20px;
	}
	.bboxB {
		padding: 50px 20px 20px;
		font-size: 14px;
	}
	.bboxB .font12 {
		font-size: 10px;
	}
}

	.boxB {
		padding: 30px 30px 40px;
		background: #fff1f2;
	}
	.boxC {
		padding: 30px 30px 40px;
		background: #fff9f9;
	}
	.boxB .h,
	.boxC .h,
	.boxD .h {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: dotted 1px #7b8590;
		font-size: 16px;
		font-weight: bold;
		color: #c30d23;
		text-align: center;
	}
	.boxD .h .cap {
		color: #c30d23;
	}

	.boxB .sh,
	.boxC .sh {
		font-size: 16px;
		font-weight: bold;
		color: #036ab8;
		text-align: center;
	}

	.boxB .fl,
	.boxC .fl {
		width: 57%;
	}
	.boxB .fr,
	.boxC .fr {
		width: 38%;
	}

	dl.List dt {
		float: left;
		padding: 3px 10px;
		background: #c30d23;
		font-size: 13px;
		color: #fff;
		letter-spacing: 0;
	}
	dl.List dd {
		float: left;
		padding: 3px 10px;
		font-size: 13px;
	}

	.boxD {
		position: relative;
		padding: 30px 40px;
		background: #ffecec;
	}
@media only screen and (max-width: 1000px) {
	.boxB .fl,
	.boxC .fl {
		float: none;
		width: auto;
	}
	.boxB .fr,
	.boxC .fr {
		float: none;
		width: auto;
		margin-top: 30px;
		text-align: center;
	}
}
@media only screen and (max-width: 567px) {
	.boxB {
		padding: 20px;
	}
	.boxC {
		padding: 20px;
	}
	.boxD {
		padding: 20px 30px 30px;
	}
}

	.boxA {
		padding: 6px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/bg-dot.png) repeat left top;
	}
	#hotline .boxA {
		padding: 6px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/bg-dot_hot.png) repeat left top;
	}
	.boxA .inner {
		padding: 24px 39px 39px;
		background: #fff;
	}
	.boxA .icn {
		margin-bottom: 40px;
		text-align: center;
	}
	.boxA .h {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: solid 2px #c30d23;
		font-size: 24px;
		line-height: 1.4;
		font-weight: bold;
		color: #c30d23;
	}
	.boxA .icnA {
		min-height: 86px;
		padding-left: 85px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/icn-a.png) no-repeat left top;
	}
@media only screen and (max-width: 567px) {
	.boxA .inner {
		padding: 20px 20px 25px;
	}
	.boxA .icn {
		margin-bottom: 20px;
	}
	.boxA .icn img {
		height: 60px;
	}
	.boxA .h {
		margin-bottom: 30px;
		padding-bottom: 30px;
		font-size: 18px;
	}
	.boxA .h br {
		display: none;
	}
	.boxA .icnA {
		min-height: 60px;
		padding-left: 60px;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/icn-a.png) no-repeat left top;
		background-size: auto 60px;
	}
}
@media only screen and (max-width: 400px) {
	.boxA .h {
		margin-bottom: 20px;
	}
	.boxA .icnA {
		min-height: auto;
		padding-top: 80px;
		padding-left: 0;
		background: url(/kojin/sumai/hotline-premium10/qa/imgs/icn-a.png) no-repeat center top;
		background-size: auto 60px;
	}
}


	.clmBox {
		overflow: hidden;
	}
	.clmBox &gt; div {
		float: left;
/*
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
*/
	}

	.clmBox.half &gt; div {
		width: 50%;
	}
	.clmBox.forth &gt; div {
		width: 25%;
	}

	.clmBox.col2 {
		/*margin-top: -50px;*/
		margin-left: -4%;
	}
	.clmBox.col2 &gt; div {
		width: 46%;
		margin-bottom: 50px;
		margin-left: 4%;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: -3%;
	}
	.clmBox.col3 &gt; div {
		width: 30.33%;
		margin-top: 30px;
		margin-left: 3%;
	}

	.clmBox.col4 {
		margin-top: -30px;
		margin-left: -4%;
	}
	.clmBox.col4 &gt; div {
		width: 21%;
		margin-top: 30px;
		margin-left: 4%;
	}

	.clmBox.icol3 {
		margin-top: -15px;
		margin-left: -2%;
	}
	.clmBox.icol3 &gt; div {
		width: 31.33%;
		margin-top: 15px;
		margin-left: 2%;
	}

	.clmBox.icol3 &gt; div.ls {
		width: 28%;
		margin-left: 2%;
	}
	.clmBox.icol3 &gt; div.ll {
		width: 33%;
		margin-left: 2%;
	}
	.clmBox.icol3 &gt; div.db {
		width: 63.1%;
	}

	.clmBox.Listcol3 {
		margin-top: -20px;
		margin-left: -3%;
	}
	.clmBox.Listcol3 &gt; div {
		width: 30.33%;
		margin-top: 20px;
		margin-left: 3%;
		padding: 5px;
		background: #116cb5;
		color: #fff;
		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;
	}
@media only screen and (max-width: 1000px) {
	.clmBox.Listcol3 &gt; div {
		width: 46%;
	}
	.clmBox.icol3 &gt; div.ls {
		width: 48%;
	}
	.clmBox.icol3 &gt; div.ll {
		width: 48%;
	}
	.clmBox.icol3 &gt; div.db {
		width: 48%;
	}

	.clmBox.forth &gt; div {
		width: 50%;
	}
	.clmBox.col4 &gt; div {
		width: 46%;
	}
	.clmBox.col3 &gt; div.cl {
		clear: left;
	}
}
@media only screen and (max-width: 740px) {
	.clmBox.icol3 &gt; div.ls {
		width: 100%;
	}
	.clmBox.icol3 &gt; div.ll {
		width: 100%;
	}
	.clmBox.icol3 &gt; div.db {
		width: 100%;
	}
}
@media only screen and (max-width: 567px) {
	.clmBox.col2 {
		margin-top: -50px;
		margin-left: 0;
	}
	.clmBox.col2 &gt; div {
		float: none;
		width: auto;
		margin-top: 50px;
		margin-left: 0;
	}
	.clmBox.col3 &gt; div {
		width: 47%;
	}

	.clmBox.col4 {
		margin-left: 0;
	}
	.clmBox.col4 &gt; div {
		float: none;
		width: auto;
		margin-left: 0;
	}
/*
	.clmBox.col3 {
		margin-left: 0;
	}
	.clmBox.col3 &gt; div {
		float: none;
		width: auto;
		margin-left: 0;
	}
*/
	.clmBox.Listcol3 {
		margin-left: 0;
	}
	.clmBox.Listcol3 &gt; div {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.clmBox.half &gt; div,
	.clmBox.forth &gt; div {
		float: none;
		width: auto;
	}
}
@media only screen and (max-width: 400px) {
	.clmBox.col3 {
		margin-left: 0;
	}
	.clmBox.col3 &gt; div {
		float: none;
		width: auto;
		margin-left: 0;
	}
}

#hotline .titleA {
    background: #0068b7;
}
#premium .titleA {
    background: #c30d23;
}
#hotline .boxA .h {
	color: #0068b7;
	border-bottom: 2px solid #0068b7;
}


.anchorBtn {
	letter-spacing: -.4em;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 60px;
}
.anchorBtn &gt; div {
	letter-spacing: normal;
	display: inline-block;
}
.anchorBtn &gt; div a img {
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
.anchorBtn &gt; div a:hover img {
	opacity: 0.6;
}
.anchorBtn .hot {
	margin-right: 40px;
}


	#hotline {
		margin-top: 80px;
	}
	#premium {
		margin-top: 80px;
	}

#CVArea li.hotline {
	margin-right: 30px;
}
@media only screen and (max-width: 1000px) {
#CVArea li.hotline {
	margin-bottom: 30px;
	margin-right: 0;
}
}
/*
@media only screen and (max-width: 800px) {
.anchorBtn .hot {
	margin-bottom: 10px;
	margin-right: 0;
}
.anchorBtn &gt; div {
	display: block;
}
}
*/
@media only screen and (max-width:800px) {
	.anchorBtn .hot {
		margin-bottom: 0px;
		margin-right: 1%;
	}
	.anchorBtn .prem {
		margin-left: 1%;
	}
	.anchorBtn &gt; div {
		display: inline-block;
		width: 48.5%;
	}
	.anchorBtn {
		margin-bottom: 0px;
	}
}
@media only screen and (max-width:567px) {
	.anchorBtn .hot {
		margin-right: 2%;
	}
	.anchorBtn .prem {
		margin-left: 0%;
	}
}


/* アコーディオン */
.displayNone {
    display: none;
}

.accordion {
    margin: 0 0 30px;
}

.switch {
    font-weight: bold;
}

.open {
}

.accordion h3 {
	margin-bottom: 0;
	padding: 25px 50px 25px 20px;
	position: relative;
	transition: opacity .3s ease-in ,margin-bottom .3s ease-in;
	margin-top: 30px;
}
.accordion h3.open {
	margin-bottom: 30px;
}
.accordion h3:first-child {
	margin-top: 0;
}
.accordion h3:hover {
	opacity: .8;
}
.accordion h3:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 10px;
	right: 30px;
	margin: auto;
	width: 15px;
	height: 15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: transform .3s ,top .3s ,bottom .3s;
}
.accordion h3.open:after {
	top: 10px;
	bottom: 0px;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

#hotline ,
#premium{
	padding-top: 60px;
	margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
	#hotline ,
	#premium{
		padding-top: 119px;
	}
}
@media only screen and (max-width: 567px) {
	#hotline ,
	#premium{
		padding-top: 70px;
		margin-top: -10px;
	}
	.accordion h3 {
		margin-bottom: 30px;
	}
}
.close {
	float: none;
	clear: both;
	display: block;
	max-width: 1000px;
	margin: 30px 0 30px auto;
	width: 100%!important;
	text-decoration: none;
}
.close:hover {
	text-decoration: none;
}
.close .closeBtn {
	background: #868686;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	position: relative;
	transition: background .3s ease-in;
}
.close .closeBtn:hover {
	background: #afafaf;
}
.close .closeBtn:before {
	content: ' ';
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 110px;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
</pre></body></html>