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






/*--------------- 000000 ---------------*/
/*- - - - - - - - 000000 - - - - - - - -*/



/*--------------- property ---------------*/
.mincho{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.sans{font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;}

.bold{font-weight: bold;}
.colord{color: #FFE56E;}
p.lead{
	line-height: 1.6;
	font-size: 1.6rem;
}
.box-center{text-align: center;}

/* .wid100{
	width: 100%;
	min-width: 1280px;
} */
@media only screen and (max-width: 768px){
	p.lead{font-size: 1.4rem;}
}
/*- - - - - - - - property - - - - - - - -*/







/*--------------- hover ---------------*/

a,
.men-merit .btns .box,
.mp3merit .elem1 .box.iziModal-auto,
.btn-accordion,
.content_open{
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:not(.tab):hover,
.mem-merit .btns .box:hover,
.mp3merit .elem1 .box.iziModal-auto:hover,
.btn-accordion:hover,
.content_open:hover{
	opacity: 0.7;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}

/*- - - - - - - - hover - - - - - - - -*/















/* 
#return-top{
    opacity: 0;
    pointer-events: none;
}
#return-top.visible{
    opacity: 1;
	pointer-events: initial;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#return-top{
    position: fixed;
    z-index: 12;
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
    line-height: 100px;
	overflow: hidden;
	background-color: #999;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#return-top:before{
    content: "";
    position: relative;
    display: block;
    left: calc(50% - 5px);
    top: calc(50% - 6px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 9px 5px;
    border-color: transparent transparent #FFF transparent;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
#return-top:hover{
    background-color: #DDD !important;
}
#return-top:hover:before{
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    border-color: transparent transparent #3B3B3B transparent;
    
}
@media screen and (max-width:768px){
    #return-top{
        right: 10px;
		bottom: 10px;
		width: 30px;
        height: 30px;
    }
}
 */













/*--------------- parts ---------------*/
a.btn-sq-rd,
.btn-sq-rd{
	display: inline-block;
	font-size: 2.2rem;
	color: #FFF;
	
	background: rgb(6,54,157); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,54,157,1) 29%, rgba(6,54,157,1) 29%, rgba(6,35,122,1) 94%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,54,157,1) 29%,rgba(6,54,157,1) 29%,rgba(6,35,122,1) 94%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,54,157,1) 29%,rgba(6,54,157,1) 29%,rgba(6,35,122,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06369d', endColorstr='#06237a',GradientType=0 ); /* IE6-9 */

	text-align: center;
	width: 100%;
	max-width: 400px;
	/* width: 100%;
	max-width: 16em; */
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	padding: 0 2em;
	letter-spacing: 0.1em;

	box-shadow: 0 5px 20px rgba(63,76,66, .2);
}

@media only screen and (max-width: 768px){
	a.btn-sq-rd,
	.btn-sq-rd{
		font-size: 1.4rem;
		max-width: 200px;
		height: 40px;
		line-height: 40px;
	}
}







.title-ul{
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.title-ul:after{
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #C9CACA;
	margin: 15px auto 40px;
}
@media only screen and (max-width: 768px){
	.title-ul{font-size: 1.8rem;}
	.title-ul:after{
		width: 70px;
		margin: 8px auto 28px;
	}
}

a.btn-ell,
.btn-ell{
	display: inline-block;
	font-size: 2.2rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	padding: 0 2em;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px){
	a.btn-ell,
	.btn-ell{
		font-size: 1.6rem;
		max-width: 300px;
		height: 42px;
		line-height: 42px;
		border-radius: 22px;
	}
}

a.btn-ell-bord,
.btn-ell-bord{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #06369E;
	border: 1px solid #06369E;
	text-align: center;
	/* width: 100%;
	max-width: 16em; */
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	padding: 0 2em;
	letter-spacing: 0.1em;
}

a.btn-ell-s,
.btn-ell-s{
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 400px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	padding: 0 2em;
}

a.btn-ell-m,
.btn-ell-m{
	display: inline-block;
	font-size: 1.8rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 287px;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	padding: 0 2em;
}
@media only screen and (max-width: 768px){
	a.btn-ell-m,
	.btn-ell-m{
		font-size: 1.6rem;
		max-width: 240px;
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		
	}
}



a.btn-sq-s,
.btn-sq-s{
	display: inline-block;
	font-size: 1.4rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 400px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 2em;
}

a.btn-sq-s.type2,
.btn-sq-s.type2{
	color: #FFF;
	background-color: #9D8C61;
}






ul.notestxt{
	display: inline-block;
	/* margin-top: 1em; */
	line-height: 1.4;
	font-size: 1.2rem;
  }
  
ul.notestxt&gt;li{
	position: relative;
	padding-left: 1.1em;
  }
ul.notestxt&gt;li:before{
	content: "※";
	position: absolute;
	 position: relative; 
	left: 0;
}
@media screen and (max-width:768px){
	ul.notestxt{
		font-size: 1rem;
		text-align: left;
		margin-top: 1em;
	}
	ul.notestxt&gt;li:before{
		content: "※";
		position: absolute;
		left: 0;
	}
}




ul.notes{
	display: inline-block;
	line-height: 1.4;
	font-size: 1.2rem;
}
ul.notes&gt;li{
	position: relative;
	padding-left: 1.1em;
}
ul.notes&gt;li:before{
	content: "※";
	position: absolute;
	left: 0;
}
.box-cont ul.notes&gt;li:before{position: relative;}


ul.notes.inlines&gt;li{
	text-indent: -1em;
	padding-left: 0;
}
ul.notes.inlines&gt;li:before{position: relative;}


.content-box .list_square li ul.notes&gt;li{
	padding-left: 1.1em;
	text-indent: -1.2em;
}


@media screen and (max-width:768px){
	ul.notes{font-size: 1rem;}
}
ul.mklist{
	line-height: 1.6;
	font-size: 1.4rem;
}
ul.mklist&gt;li{
	position: relative;
	padding-left: 1.1em;
}
ul.mklist&gt;li:before{
	content: "※";
	position: absolute;
	left: 0;
}
ul.mklist.dot&gt;li:before{content: "・";}
ul.mklist.sq&gt;li:before{content: "□";}
@media screen and (max-width:768px){
	ul.mklist{font-size: 1.2rem;}
}


.list_square.list_sankaku{margin-left: 0.5em;}
.list_sankaku li {list-style: none;}
.list_sankaku li:before {content: '▶';}



 
/*- - - - - - - - parts - - - - - - - -*/













/*--------------- elem ---------------*/







@media only screen and (max-width: 768px){

	.col2-wrap .col2-nav{width: 100%;}
	.drawer-nav{
		position: fixed;
		z-index: 12;
		top: 0;
		left: 100%;
		opacity: 0;
		width: 100%;
		height: 100%;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; */

		-webkit-transition: left 0.5s cubic-bezier(.5,.0,1,.5),opacity 0.5s linear;
    	transition: left 0.5s cubic-bezier(.5,.0,1,.5),left 0.5s opacity 0.5s linear;
	}

	.nav-open .drawer-nav{
		left: 0;
		opacity: 1;
		-webkit-transition: left 0.5s cubic-bezier(.5,.0,.13,1),opacity 0.5s linear;
		transition: left 0.5s cubic-bezier(.5,.0,.13,1),left 0.5s opacity 0.5s linear;
		overflow-y: auto;
	}


    #nav_toggle{
		cursor: pointer;
		transition:width 0.3s;
		display: block;
		width: 60px;
		height: 44px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		padding: 14px 14px 0;

		/* background-color: #69758D; */
	}
	#nav_toggle div {position: relative;}
	#nav_toggle span{
		display: block;
		background-color: #444140;
		position:absolute;
		width: 100%;
		height: 2px;
		left: 0;

		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#nav_toggle span:nth-child(1){top:0px;}
	#nav_toggle span:nth-child(2){top:7px;}
	#nav_toggle span:nth-child(3){top:14px;}
	
	.nav-open #nav_toggle{background: none;}
	.nav-open #nav_toggle span{width: 102%;background-color: #000;}
	.nav-open #nav_toggle span:nth-child(1){
		top: 7px;
		left: -0.5px;
		-webkit-transform: rotate(160deg);
		-ms-transform: rotate(160deg);
		transform: rotate(160deg);
	}
	.nav-open #nav_toggle span:nth-child(2){
		width: 0;
		left: 50%;
	}
	.nav-open #nav_toggle span:nth-child(3){
		top: 7px;
		left: -0.5px;
		-webkit-transform: rotate(-160deg);
		-ms-transform: rotate(-160deg);
		transform: rotate(-160deg);
	}

}











/*- - - - - - - - elem - - - - - - - -*/










/*--------------- iziModal ---------------*/

#btn-modal-close {
    background-size: auto 100%;
    background-position: 100% 0;
    cursor: pointer;
    /* background-image: url(../img/modal-close.png); */
    background-color: rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    max-width: 1200px;
    width: 100%;
    height: 40px;
    display: block;
    position: fixed;
    /* left: 0; */
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid #000;
}


#btn-modal-close.type2 {
	background-image: url(../../../../../amex/comparison/img/mtx-close.png);
	background-color: #F5F5F5;
	height: 27px;
	position: absolute;
    display: block;
    border-bottom: none;
}



.service-izipop-wrap{
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: 0;
	padding-top: 27px;
}
.service-izipop-wrap .list_kome li {text-indent: 0;}

@media only screen and (max-width: 640px){
	.service-izipop-wrap.content-box{
		margin-top: 0;
		padding-top: 37px;
	}

}

/*- - - - - - - - iziModal - - - - - - - -*/







/*--------------- 緩衝 ---------------*/
.wid1000{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.izi-inner{padding: 30px;}

@media only screen and (max-width: 768px){
	
	.wid1000{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.izi-inner{padding: 20px;}
}




header{margin-bottom: 0;}
header::after{display: none;}
#use-scene header .part2 .logo+.logo{margin-left: 20px;}
@media only screen and (max-width: 767px){
	#use-scene header .part2 .logo+.logo{margin-left: 10px;}
}

.notes li{
	margin-left: 0;
	text-indent: 0;
}








/* 200611 corporate-tax用 */
.modal {display: none;}
#mobilerental,
.popup-content-html {width: 750px;}
.notes {color: #777c80;}
.notes li {margin: 0 0 3px 0;}
.content-box ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 0;
}
.main-content {
    padding: 30px;
    background: #fff;
}
.content-box {margin-bottom: 25px;}
.ttl_service-name {font-size: 2.8rem;}

@media only screen and (max-width: 767px) {
	#mobilerental,
    .popup-content-html {width: auto;}
	.main-content {
        padding: 0 14px 14px;
        background: #fff;
	}
	.content-box {
        margin-bottom: 14px;
        margin-top: -15px;
        padding-top: 15px;
	}
    .ttl_service-name {
        padding: 20px 0 12px;
        font-size: 1.8rem;
        text-align: center;
    }
}
/* ****** corporate-tax用 */








/*- - - - - - - - 緩衝 - - - - - - - -*/













/* .globalnav{border-bottom: 1px solid #AAA;} */

.globalnav .gn-list .gn-card,
.globalnav .gn-list .gn-use-scene,
.globalnav .gn-list .gn-service,
.globalnav .gn-list .gn-faq{width: 25% !important;}
.breadcrumbs{border-top: 1px solid #AAA;}

@media only screen and (max-width: 767px){
	.breadcrumbs{border-top: none;}
	.row.sp-header {
		z-index: 11;
		position: fixed;
		border: none;
		height: 0;/*nav bugFIX*/
	}
	.sp-header .btn {
		width: 60px;
		height: 44px;
		background: none;
		padding: 14px 14px 0;
	}
	.sp-header .btn div {width: 100%;}
	.sp-header .btn div span {
		height: 2px;
		background: #444140;
	}
	.sp-header .btn div .middle {margin: 5px 0;}
	.sidenav .head-menu li.listhead-nolink, .sidenav .foot-menu li.listhead-nolink {
		background: #DDD;
		padding: 8px 14px;
		color: inherit;
	}
	/* #cov {z-index: 11;}
	#cov div{
		position: relative;
		top: -6px;
	} */

}



.section .headline__title { font-size: 26px;}
#use-scene .section .section-content .content .item-area .item-box h4.small-h4 {font-size: 17px;}
#use-scene .section .section-content .content .ttl-box {padding: 80px 0;}
@media only screen and (max-width: 767px){
	.section .headline__title { font-size: 14px;}
	#use-scene .section .section-content .content .item-area .item-box h4.small-h4 {font-size: 1.7rem;}
	#use-scene .section .section-content .content .ttl-box {padding: 30px 0;}
}


#use-scene .section .section-content .content .item-area:before{display: none;}
#use-scene .section .section-content .content .item-area {
	padding: 40px 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#use-scene .section .section-content .content .item-area .item-box {
    float: none;
    height: auto;
}


#use-scene .section-simulation .grid:not(.annual)+.grid.annual{
	border-top: 7px solid #EAEAEA;
}


@media only screen and (max-width: 767px){


}


.pop-delay-win{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(211,211,211,0.8);
	z-index: 1;
}

.pop-delay-wrap{
	width: 100%;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pop-delay-win .cont{
	background: #7e8fa8;
	padding: 30px;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
}
.pop-delay-win .cont .title{
	text-align: center;
	font-size: 2.2rem;
}
#use-scene .pop-delay-win .cont .title+.lead{
	margin-top: 1em;
}
.pop-delay-win .cont .notes{
	color: inherit;
	margin-top: 1em;
}
.pop-delay-win .cont .notes li{
	text-indent: 0;
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	.pop-delay-win .cont .title{font-size: 1.8rem;}
}





#use-scene .section-cardselect .headline {margin-bottom: 0;}
#use-scene .section-cardselect .section-content{padding-top: 0;padding-bottom: 0;}
#use-scene .section-cardselect .section-content .headline .simulation-title {font-size: 20px;}
#use-scene .section-simulation .content .inner-content:first-child {margin-bottom: 0;}
#use-scene .section-simulation{padding-bottom: 40px;}

#use-scene .section-allsambtn .btn-wrap{
	text-align: center;
	padding-bottom: 0px;
}
#use-scene .section-allsambtn .total-btn a {
    color: #fff;
    padding: 5px 100px;
    display: inline-block;
    background: #064380;
    font-size: 14px;
    border-radius: 10px;
}
#use-scene .section-allsambtn .section-content{padding: 0 30px 120px;}
#use-scene .section-allresult .section-content{padding-top: 0;}
#use-scene #section_02.section-allresult .section-content .external{
	padding-top: 20px;
	padding-bottom: 0;
}

#use-scene .use-scene .section .section-content .section-simulation .content .dd-simulation .total-btn a {
    color: #fff;
    padding: 5px 100px;
    display: inline-block;
    background: #064380;
    font-size: 14px;
    border-radius: 10px;
}


@media only screen and (max-width: 767px){
	#use-scene .section .section-content .content .ttl-box h3 {
		font-size: 2rem;
		padding-left: 20px;
		padding-right: 20px;
	}
	#use-scene .section-simulation{padding-bottom: 5px;}
	#use-scene .section-cardselect .section-content .headline .simulation-title {
		font-size: 16px;
		padding: 0 20px;
	}
	#use-scene .section-allsambtn .total-btn a {
		
		padding: 5px 40px;
		font-size: 14px;
		border-radius: 10px;
	}
	#use-scene .section-allsambtn .section-content{padding: 0 0 120px;}
}


#use-scene .section .section-content .section-simulation .ttl-box{
	background: url(../images/scene-title-bg.jpg) 40% 0 no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
#use-scene .section .section-content .section-simulation .ttl-box .part{
	max-width: 980px;
	margin: 0 auto;
	text-align: right;
}
#use-scene .section .section-content .section-simulation .ttl-box h1,
#use-scene .section .section-content .section-simulation .ttl-box h2{
	display: inline-block;
	text-align: left;
	padding: 0 20px;
	font-size: 20px;
	text-shadow: 0 0 6px #F1F1F1,0 0 10px #F1F1F1,0 0 20px #F1F1F1;
}
@media only screen and (max-width: 767px){
	#use-scene .section .section-content .section-simulation .ttl-box{
		background-position: 35% 0;
		background-size: cover;
		margin-bottom: 80px;
	}
	#use-scene .section .section-content .section-simulation .ttl-box h1,
	#use-scene .section .section-content .section-simulation .ttl-box h2{
		padding: 0 10px;
		font-size: 16px;
		text-align: center;
	}
}



#use-scene .section .section-content .section-simulation .content .inner-content:first-child{margin-bottom: 0;}
#use-scene .section .section-content .section-simulation .content .inner-content .card-list{
	padding: 20px 0 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;

}
#use-scene .section .section-content .section-simulation .content .inner-content .card-list li{
	float: none;
	width: 20%;
	padding-right: 0;
}
.card-list li img+span{
	display: block;
	font-size: 1.1rem;
	margin-top: 0.5em;
}
.card-list li+li{margin-left: 6%;}

/* #use-scene .section .section-content .section-simulation .content .inner-content .card-list li:last-child{width: 35%;}
#use-scene .section .section-content .section-simulation .content .inner-content .card-list li:last-child img{
	display: inline-block;
	width: calc(50% - 6px);
	margin: 0 3px 10px;
} */


#use-scene .section .section-content .section-simulation .content .inner-content .price-form input,
#use-scene .price-form .text-box{font-size: 14px;}
#use-scene .card-list input{font-size: 12px;padding: 0;}
#use-scene .section .section-content .section-simulation .content .dd-simulation .total-btn{margin: 40px auto;}
#use-scene .sim-result{
	padding-top: 0;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px){
	#use-scene .section .section-content .section-simulation .content .inner-content .price-form .use-case { width: 40%;}
}

#use-scene .case{margin-bottom: 0;}


@media only screen and (max-width: 767px){
	#use-scene .section .section-content .section-simulation .content .inner-content .select-list {
		padding: 10px 0 10px 20px;
	}
	#use-scene .section .section-content .section-simulation .content .inner-content .select-list li{
		float: left;
		padding-right: 50px;
	}
	#use-scene .section .section-content .section-simulation .ttl-box{margin-bottom: 20px;}
}







#use-scene #section_02 .section-content .external .extnav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#use-scene #section_02 .section-content .external .extnav li{
    padding: 20px 0 0;
    float: none;
    width: 20%;
}
/* #use-scene #section_02 .section-content .external .extnav li:last-child{width: 35%;}
#use-scene #section_02 .section-content .external .extnav li:last-child img{
	display: inline-block;
	width: calc(50% - 6px);
	margin: 0 3px 10px;
} */
#use-scene #section_02 .section-content .external .extnav .more {max-width: 196px;}

#use-scene #section_02 .section-content .external .simulation-title2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #555;
}

.extnav li+li{margin-left: 6%;}
.extnav li .name{
	display: block;
	font-size: 1.1rem;
	margin-top: 0.5em;
}

@media only screen and (max-width: 767px){

	#use-scene .section .section-content .section-simulation .content .inner-content .card-list{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#use-scene .card-list li img {
		max-width: 180px;
		width: 70%;
	}





	#use-scene .section .section-content .section-simulation .content .inner-content .card-list li,
	#use-scene .section .section-content .section-simulation .content .inner-content .card-list li:last-child{
		width: 50%;
		padding: 20px 5px;
	}
	.card-list li+li{margin-left: 0;}


	#use-scene #section_02 .section-content .external .simulation-title2{font-size: 16px;}

	#use-scene #section_02 .section-content .external .extnav{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#use-scene #section_02 .section-content .external .extnav li,
	#use-scene #section_02 .section-content .external .extnav li:last-child{
		width: 50%;
		padding: 10px 5px;
	}

	#use-scene #section_02 .section-content .external .extnav li img{
		max-width: 180px;
		width: 70%;
	}
	#use-scene #section_02 .section-content .external .extnav .more {max-width: 100%;}
	
	/* #use-scene #section_02 .section-content .external .extnav li:last-child img{
		display: inline-block;
		width: calc(50% - 6px);
		margin: 0 3px 10px;
	} */
	.extnav li+li{margin-left: 0;}
	

}


.section-simulation .result-all{padding-top: 40px;}

.section-simulation .result-all .title{
	background-color: #98AAC6;
    color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 1em;
}

.section-simulation .result-all .lead{
	background-color: #FFF;
	padding: 0.8em 1em;
    color: #ff0000;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #98AAC6;
}







#mileclub .ttl_service-name{margin-bottom: 0.7em;}
#mileclub .list_kome li{text-indent: 0;}

#use-scene h4{font-size: 15px;}
#use-scene .section .section-content .content .item-area .item-box h4 a:before {
    font-size: 12px;
    top: 2px;
}
#use-scene .section .section-content .content .item-area .item-box:before {
    display: none;
}
@media only screen and (min-width: 900px){
	#use-scene .section .section-content .content .item-area .item-box {
		width: 22.8%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 500px){
	#use-scene .section .section-content .content .item-area .item-box{
		margin-right: 0;
		width: 100%;
	}
	#use-scene .section .section-content .content .item-area .item-box:nth-child(3n) {
		margin-right: 0;
	}
}



#use-scene .section .section-content .content .item-area .item-box {
    padding-bottom: 10px;
}

.cont-newform .item-box{
	margin-top: 10px;
	background-color: #F4F4F4;
	padding: 10px;


	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
	align-items: flex-start;
	
}

#use-scene .section .section-content .content .item-area .item-box p.part-input {
	margin-top: auto;
	width: 100%;
	padding-top: 15px;
}

.cont-newform input{
	font-size: 14px;
	padding: 10px 14px;
    background-color: #FFF;
    border: 1px solid #EAEAEA;
	width: 100%;
	
}



.cont-tab2006 .headline.type1{
	background: url(../images/scene-title-bg2.jpg) 40% 0 no-repeat;
	background-size: cover;
	padding: 80px 0;
	margin-bottom: 30px;
}
#use-scene .headline.type1 .headline__title {
	margin-bottom: 0;
	text-shadow: 0 0 6px #F1F1F1,0 0 10px #F1F1F1,0 0 20px #F1F1F1;
}
@media only screen and (max-width: 767px){
	.cont-tab2006 .headline.type1{
		background-position: 55% 0;
		padding: 40px 10px;
		margin-bottom: 20px;
	}
}




.elem-tab2006+.elem{margin-top: 30px;}
.elem-tab2006 .part-plus{
	position: absolute;
	display: block;
	right: 30px;
	width: 30px;
	height: 30px;
	border: 1px solid #CCC;
}
.elem-tab2006 .part-plus:before,
.elem-tab2006 .part-plus:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #666;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	/* padding: 4px; */
}
.elem-tab2006 .part-plus:before{
	height: 2px;
	left: 4px;
	top: calc(50% - 1px);
}
.elem-tab2006 .part-plus:after{
	width: 2px;
	top: 4px;
	left: calc(50% - 1px);
}
.elem-tab2006 .open .part-plus:after{opacity: 0;}
.elem-tab2006 .btn-accordion{cursor: pointer;}
.elem-tab2006 a .under-line {
    box-shadow: inset 0 -2px #d2d2d2;
    padding-bottom: 3px;
}
.elem-tab2006 .ttl-part{
	position: relative;
	text-align: center;
    padding: 30px 0;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F1F1F1;
}

.elem-tab2006 .title-wrap .title{
	position: relative;
	font-size: 24px;
}
/* .elem-tab2006 .ttl-part&gt;.title:after{
	content: "+";
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #CCC;
} */
.elem-tab2006 .title-wrap .lead{font-size: 14px;}

/* .elem-tab2006.everyday .ttl-part{background-image: url(../../../../amex/images/scene/everyday-bg.jpg);}
.elem-tab2006.spot .ttl-part{background-image: url(../../../../amex/images/scene/spot-bg.jpg);}
.elem-tab2006.tax_pay .ttl-part{background-image: url(../../../../amex/images/scene/tax_pay-bg-bg.jpg);}
.elem-tab2006.expense_pay .ttl-part{background-image: url(../../../../amex/images/scene/expense_pay-bg.jpg);} */

.elem-tab2006 .item-area{
    padding: 40px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elem-tab2006 .item-box {
    width: 22.7%;
    margin-right: 3%;
}
.elem-tab2006 .item-box:nth-child(4n) {margin-right: 0;}
.elem-tab2006 .item-box:before {
    content: "";
    display: block;
    border-bottom: 1px solid #d2d2d2;
    margin: 10px 0;
}
.elem-tab2006 .item-box:nth-child(-n+4):before {display: none;}
@media only screen and (max-width: 900px){
	.elem-tab2006 .item-box {
		width: 30%;
		margin-right: 3%;
	}
	.elem-tab2006 .item-box:nth-child(4n) {margin-right: 3%;}
	.elem-tab2006 .item-box:nth-child(3n) {margin-right: 0;}
	.elem-tab2006 .item-box:nth-child(-n+4):before {display: block;}
	.elem-tab2006 .item-box:nth-child(-n+3):before {display: none;}
}

@media only screen and (max-width: 767px){
	.elem-tab2006 .item-box {
		width: 47%;
		margin-right: 6%;
	}
	.elem-tab2006 .item-box:nth-child(4n) {margin-right: 6%;}
	.elem-tab2006 .item-box:nth-child(3n) {margin-right: 6%;}
	.elem-tab2006 .item-box:nth-child(2n) {margin-right: 0;}
	.elem-tab2006 .item-box:nth-child(-n+4):before {display: block;}
	.elem-tab2006 .item-box:nth-child(-n+3):before {display: block;}
	.elem-tab2006 .item-box:nth-child(-n+2):before {display: none;}



}






.elem-tab2006 .item-box h4{
	font-weight: bold;
	padding-bottom: 15px;
}
.elem-tab2006 .item-box h4 a:before {
    content: '&gt;';
    font-size: 14px;
    display: inline;
    position: absolute;
    top: 1px;
    left: 0;
}
.elem-tab2006 .item-box h4.small-h4 {font-size: 18px;}
.elem-tab2006 .item-box h4 a {
    position: relative;
    display: inline-block;
    padding-left: 0.5em;
    color: #2f3438;
}
.elem-tab2006 .item-box h4 a .under-line {
    box-shadow: inset 0 -1px #2f3438;
    padding-bottom: 3px;
}
#use-scene .elem-tab2006 .item-box p {
	font-size: 12px;
	margin-top: -5px;
}
#use-scene .elem-tab2006 .item-box p+p{margin-top: inherit;}
@media only screen and (max-width: 767px){
	.cont-tab2006 .headline{padding: 30px 20px 0;}


	.elem-tab2006+.elem{margin-top: 20px;}
	.elem-tab2006 .part-plus{
		right: 10px;
		width: 20px;
		height: 20px;
		
	}
	.elem-tab2006 .ttl-part{
		padding: 20px 0;
		background-position: center right;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #F1F1F1;
	}
	.elem-tab2006 .title-wrap .title{
		position: relative;
		font-size: 24px;
	}
	.elem-tab2006 .title-wrap .title {font-size: 18px;}
	.elem-tab2006 .title-wrap .lead{font-size: 12px;}
}





#use-scene .title-simu{
	/* background-color: #FFF; */
	text-align: center;
	font-size: 16px;
	line-height: 1;
	/* background-color: #FAFAFA; */
	padding: 10px;
}
#use-scene .titlesub-simu{
	font-size: 16px;
	padding: 30px 0 10px;
	line-height: 1;
	
}
#use-scene .yen{
	width: 20px;
	text-align: right;
}
#use-scene .section .section-content .section-simulation .content .inner-content .price-form .text-box{
	width: calc(100% - 20px);
}

#use-scene .titlesub-simu:first-child{padding-top: 0;}
@media only screen and (max-width: 767px){
	#use-scene .title-simu{
		font-size: 15px;
		padding-bottom: 0.5em;
	}
	#use-scene .titlesub-simu:first-child{padding-top: 5px;}
	#use-scene .titlesub-simu{
		font-size: 14px;
		padding: 30px 10px 5px;
		margin-bottom: 7px;
		border-bottom: 1px solid #DDD;
	}
	#use-scene .section-simulation .price-form label{
		display: inline-block;
		width: calc(100% - 20px);
	}
	#use-scene .section-simulation .price-form .text-box{display: inline-block;}
	#use-scene .yen{
		width: 20px;
		display: inline-block;
	}
}


/* #use-scene .section .section-content .section-simulation .content .inner-content .price-form{
	padding-right: 5px;
} */

#use-scene .section .section-content .section-simulation .content .inner-content {border: none;}
@media only screen and (min-width: 768px){
	#use-scene .section-simulation .inner-content .grid.part-bt{
		border-top: 1px solid #eaeaea;
	}
	#use-scene .section-simulation .inner-content .grid.part-b{
		border: 1px solid #eaeaea;
		border-top: 7px solid #eaeaea;
		border-left: none;
		
	}
	#use-scene .section .section-content .section-simulation .content .inner-content .price-form:nth-child(odd) {
		border-left: 1px solid #eaeaea;
	}
	#use-scene .section .section-content .section-simulation .content .inner-content .price-form:nth-child(even) {
		border-right: 1px solid #eaeaea;
	}
}
@media only screen and (max-width: 767px){
	#use-scene .section-simulation .inner-content .grid.part-b{
		border-top: 3px solid #eaeaea;
		/* background-color: #FAFAFA; */
		margin-top: 10px;
	}
}










/*--------------- single ---------------*/

/* #mv {
    background: #000000 url(../../images/mv_back.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0 20px;
} */

#mv{
	
	color: #FFF;
	padding: 100px 0 75px;
}
#mv h1{
	font-size: 28px;
	text-shadow: 0 0 30px #000;
}


.mert_01_box_text1+.attention_list{margin-top: 1em;}


.sim_select{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


/* .sim_select .sim_select_box:last-child{width: 35%;}
.sim_select .sim_select_box:last-child label&gt;div img{
	display: inline-block;
	width: calc(50% - 6px);
	margin: 0 3px 10px;
} */


.part-mileup{
	display: none;
	background-color: #FFF;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.part-mileup .inner-band {
	font-size: 15px;
	color: #FFF;
	padding: 10px 18px;
	background: #5775a0;
	border-bottom: 1px solid #eaeaea;
}
.part-mileup .inner-band a{
	font-size: 12px;
	color: inherit;
	text-decoration: underline;
}
.part-mileup .select-list {
	padding: 50px 0 50px 50px;
	width: 100%;
}
.part-mileup .select-list li {
	float: left;
	padding-right: 50px;
}

@media only screen and (max-width: 767px){
	.part-mileup .inner-band {font-size: 13px;}
	.part-mileup .select-list{padding: 10px 0 10px 20px;}
}






.sim_select_box{
	float: none;
	padding: 5px 0;
}
.sim_select_box+.sim_select_box{margin-left: 6%;}
.sim_select_box .name{
	display: block;
	font-size: 1.1rem;
	margin-top: 0.5em;
}

.sim_col:nth-child(1)::after,
.sim_col:nth-child(3)::after{
	display: none;
    content: "＝";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -7px;
}




@media only screen and (max-width: 767px){
	.sim_select{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sim_select_box+.sim_select_box {margin-left: 0;}
	.sim_select .sim_select_box,
	.sim_select .sim_select_box:last-child{
		width: 50%;
		padding: 20px 5px;
		margin: 0;
	}
	.sim_select .sim_select_box label&gt;div img{
		max-width: 180px;
		width: 70%;
	}


	.merit_box01 .attention_list li {
		font-size: 10px;
	}

	.sim_box .sim_input{
		text-align: center;
		padding-top: 20px;
	}
	.sim_box .sim_input button{
		
		display: block;
		width: 60%;
		max-width: 180px;
		margin: 20px auto 0;
	}

}



.elem-caution{
	text-align: center;
	margin-top: 15px;
}
.elem-caution a{
	text-decoration: underline;
	color: #333;
}
.attention ul+h4{margin-top: 1em;}


/*- - - - - - - - single - - - - - - - -*/</pre></body></html>