<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: -10px;
		right: 40px;
	}
	.absolute.num3 {
		top: -20px;
		right: 45px;
	}
@media only screen and (max-width: 1000px) {
	.absolute.num1 {
		top: -115px;
		right: 10px;
	}
	.absolute.num1 img {
		height: 130px;
	}
	.absolute.num2,
	.absolute.num3 {
		position: static;
		margin-bottom: 30px;
		text-align: center;
	}
	.absolute.num1,
	.absolute.num2,
	.absolute.num3 {
		display: none;
	}
}

	.ttl {
		font-size: 20px;
		font-weight: bold;
	}
@media only screen and (max-width: 567px) {
	.ttl span {
		display: inline;
		padding-bottom: 5px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/bg-ttl.png) repeat-x left bottom;
	}
}

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

	.section.visual {
		padding-top: 80px;
		padding-bottom: 50px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/01/bg-main.png) no-repeat center top;
		background-size: cover;
		text-align: center;
	}
	.section.qa {
	}

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

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

	.section.num3 {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.section.num4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.lead {
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}
@media only screen and (max-width: 567px) {
	.section.num1 br.none,
	.section.num2 br.none,
	.section.num3 br.none,
	.section.num4 br.none {
		display: none;
	}
	.section.num1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lead {
		text-align: left;
	}
	.section.visual {
		padding-top: 42px;
		padding-bottom: 42px;
	}
}


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

	.obiList {
		text-align: center;
	}
	.obiList li {
		display: inline-block;
		width: 30%;
	}
	.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;
	}
	.obiList li.cross {
		width: auto;
		padding: 15px;
	}
}
*/

	.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.5;
	}
	.imgBox.num2 .photo {
		width: 221px;
		padding-right: 20px;
		text-align: left;
	}
@media only screen and (max-width: 567px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.doth {
		padding: 10px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/bg-doth.png) repeat 30px 50%;
		text-align: center;
	}

	.capTblArea {
		position: relative;
		border-left: solid 1px #116cb5;
		border-right: solid 1px #116cb5;
	}
	.capTblArea .inner {
		padding: 20px 20px 40px 120px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/01/icn-cation.png) no-repeat 30px 50%;
	}
	.capTblArea:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 1px;
		background: #116cb5;
	}
	.capTblArea:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 1px;
		background: #116cb5;
	}
	.capTblArea .inner:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 20px;
		height: 1px;
		background: #116cb5;
	}
	.capTblArea .inner:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 20px;
		height: 1px;
		background: #116cb5;
	}

	.capTblArea .h {
		margin-bottom: 10px;
		font-size: 18px;
		color: #116cb5;
	}
	.capTbl {
		width: 100%;
	}
	.capTbl th {
		padding-right: 10px;
		vertical-align: top;
		color: #116cb5;
	}
	.capTbl td {
		vertical-align: top;
	}
@media only screen and (max-width: 567px) {
}

	.boxB {
		padding: 30px 30px 40px;
		background: #daecff;
	}
	.boxC {
		padding: 30px 30px 40px;
		background: #f6faff;
	}
	.boxB .h,
	.boxC .h,
	.boxE .h {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: dotted 1px #7b8590;
		font-size: 16px;
		font-weight: bold;
		color: #0a4481;
		text-align: center;
	}

	.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: #116cb5;
		font-size: 13px;
		color: #fff;
		letter-spacing: 0;
	}
	dl.List dd {
		float: left;
		padding: 3px 10px;
		font-size: 13px;
	}

	.boxD {
		position: relative;
		padding: 40px 50px 50px;
		background: #daecff;
	}
	.boxE {
		position: relative;
		padding: 30px 40px;
		background: #e2f0ff;
	}
@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 5px;
	}
	.boxC {
		padding: 20px 5px;
	}
	.boxD {
		padding: 20px 5px 30px;
	}
	.boxE {
		padding: 20px 5px;
	}
}

	.boxA {
		padding: 6px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/bg-dot.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 #0068b7;
		font-size: 24px;
		line-height: 1.4;
		font-weight: bold;
		color: #0068b7;
	}
	.boxA .icnA {
		min-height: 86px;
		padding-left: 85px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/02/icn-a.png) no-repeat left top;
	}
@media only screen and (max-width: 567px) {
	.boxA .inner {
		padding: 20px 25px 25px;
	}
	.boxA .h {
		margin-bottom: 30px;
		padding-bottom: 30px;
		font-size: 18px;
	}
	.boxA .h br {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	.boxA .icnA {
		min-height: auto;
		padding-top: 110px;
		padding-left: 0;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/02/icn-a.png) no-repeat center top;
	}
}


	.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-top: 50px;
		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%;
	}
	.clmBox.icol3 &gt; div.ll {
		width: 33%;
	}
	.clmBox.icol3 &gt; div.db {
		width: 64.66%;
	}

	.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: 98%;
	}

	.clmBox.Listcol3 {
		margin-top: -10px;
	}
	.clmBox.Listcol3 &gt; div {
		margin-top: 10px;
	}

}
@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-left: 0;
	}
	.clmBox.col2 &gt; div {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.clmBox.Listcol3 {
		margin-left: 0;
	}
	.clmBox.Listcol3 &gt; div {
		font-size: 10px;
		letter-spacing: 0;
		width: 49%;
		margin: 10px 0.5% 0;
	}

	.clmBox.half &gt; div,
	.clmBox.forth &gt; div {
		float: none;
		width: auto;
	}
}

/*追記アイコンとテキスト横並び*/
.sh .caption {
    font-weight: normal;
}
br.sp ,
span.sp {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .titleBox {
        letter-spacing: -.4em;
        border-bottom: dotted 1px #7b8590;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .titleBox p.ac ,
    .titleBox p.h ,
    .titleBox p.sh {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: middle;
    }
    .titleBox p.ac {
        width: 20%;
        margin-right: 3%;
        margin-bottom: 0;
    }
    .titleBox p.h ,
    .titleBox p.sh {
        width: 77%;
        text-align: left;
    }
    .boxB .h, .boxC .h, .boxE .h {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	.clmBox.forth .titleBox {
		border-bottom: 0;
	}
	.clmBox.forth .titleBox p.ac {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.clmBox.forth .titleBox p.sh {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 567px) {
    br.sp ,
	span.sp {
        display: inline;
    }
    .wrap h2 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 567px) {
    .obiArea .wrap ,
	.section.num1 .wrap ,
	#anc1 .txtArea ,
	#anc2 .txtArea ,
	#anc3 .txtArea ,
	#anc3 .caption ,
	.pbox ,
	#CVArea ,
	.qaBt {
        /*width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;*/
    }
	#anc2 .boxB .titleBox ,
	#anc2 .boxC .titleBox {
		border-bottom: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#anc2 .clmBox.forth {
		letter-spacing: -.4em;
	}
	#anc2 .clmBox.forth &gt; div {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
	}
	#anc2 .clmBox.forth .titleBox p.ac {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
    #anc2 .clmBox.forth .titleBox p.sh {
		text-align: center;
	}
	.capTblArea .inner {
		padding: 35px 20px 20px;
		background: url(/kojin/sumai/hotline-premium10/hotline/imgs/01/icn-cation.png) no-repeat 20px 20px;
	}
	.capTblArea .inner .h {
		padding-left: 70px;
		margin-bottom: 20px;
	}
}
</pre></body></html>