@charset "UTF-8";
/*TOP*/


/*detail*/
.s-step__link {
    height: inherit;
}
.s-step__detail-list>li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 20px;
	color: #777;
}
.s-step__detail-list>li::before {
	content: ".";
	display: block;
	position: absolute;
	top: -.1em;
	left: .5em;
    font-weight: bold;
	line-height: 1.0;
}
.s-step__detail-list>li:not(:first-child) {
	margin-left: 1em;
}
.s-step__detail-list>li span {
	border-bottom: 1px solid #777;
	color: #777;
}

.s-guide-layout01-dl {
	margin-top: 32px;
}

.s-guide-layout01-dl dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.75;
	color: #221E1F;
}

.s-guide-layout01-dl dl:not(:first-child) {
	margin-top: 32px;
}

.s-guide-layout01-dl dt {
	width: 250px;
	background-color: #e3f6fd;
	display: inherit;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    font-weight: bold;
}

.s-guide-layout01-dl dd {
	width: 100%;
	padding: 1.5em 2.5em 1.5em 2.5em;
	border-left: 1px solid #ddd;
}

.s-guide-layout01-dl li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
}

.s-guide-layout01-dl li::before {
	content: ".";
	display: block;
	position: absolute;
	top: -.1em;
	left: .1em;
	line-height: 1.0;
	font-size: 120%;
}

.s-guide-layout01-dl li:not(:first-child) {
	margin-top: 1em;
}

/*.s-guide-layout01-dl a {
	color: #000;
}*/

.s-around-wrap {
}

.s-around-wrap>.col {
	display: inline-block;
	width: -webkit-calc((100% - 102px) / 2);
	width: calc((100% - 102px) / 2);
	margin: 32px 24px 0;
	vertical-align: top;
}

.s-between-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.s-guide-layout02-dl dl {
	margin-top: 1em;
}

.s-guide-layout02-dl dt {}

.s-guide-layout02-dl dd {
    margin-top: 1em;
}

.s-around-wrap .m-download-list__wrap {
	width: 100%;
}

.s-icon-left .m-download-list__inner {
	padding: 15px 56px 24px 0;
}

.s-icon-left::before {
	left: 13em;
	margin: 0 0 0 8px;
	font-size: 16px;
}

.s-guide-layout03-dl {
	margin-bottom: 24px;
}

.s-guide-layout03-dl dl {}

.s-guide-layout03-dl dt, .s-guide-layout03-dl dd {
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.75;
}

.s-guide-layout03-dl dd {
	margin-top: 1em;
}

.s-guide-pager-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 48px 0 48px;
}
.s-guide-pager-list li {
  text-align: center;
}
.s-guide-pager-list li:first-child{
  position: relative;
  padding-left: 1.5em;
}
.s-guide-pager-list li:first-child::before {
  position: absolute;
  top: 35%;
  left: 0;
  font-family: 'livable';
  content: '\EA09';
  color: #00aeef;
}
.s-guide-pager-list li:first-child .iconfont-livable-arrow_left::before {
	display: none;
}
.s-guide-pager-list li:last-child {
    position: relative;
    padding-right: 1.5em;
}
.s-guide-pager-list li:last-child .iconfont-livable-arrow_right::before {
	display: none;
}

.s-guide-pager-list li:last-child .iconfont-livable-arrow_right::after {
    position: absolute;
    top: 35%;
    right: 0;
	font-family: 'livable';
	content: '\EA0A';
}

.s-guide-pager-list a .a-link-text {
	transition: border-bottom .24s ease-out;
	border-bottom: 1px solid transparent;
}

.s-guide-pager-list a:hover .a-link-text {
	border-bottom: 1px solid currentColor;
}

.s-guid-twocol-box::after {
	content: '';
	clear: both;
	display: block;
}
.s-guid-twocol-box div {
	width: 30%;
	margin: 0 0 0 70%;
	padding: 10px;
	line-height: 1.3;
	box-sizing: border-box;
}
.s-guid-twocol-box div:first-child {
	width: 70%;
	margin: 0;
	float: left;
}
.s-guid-twocol-box div a {
	width: 100%;
}

.s-guide-layout04{
	width: 100%;
	padding: 10px 0;
	margin: 10px auto 30px;
}
.s-guide-layout04::after{
	content: "";
	display: block;
	clear: both;
}
.s-guide-layout04 > div,
.s-guide-layout04 > p{
	width: 50%;
	box-sizing: border-box;
}
.s-guide-layout04 .s-box-left{
	float: left;
	padding: 0 10px 0 0;
}
.s-guide-layout04 .s-box-right{
	float: left;
}
.s-guide-layout04 .s-ttl-img{
	margin: 0 0 10px;
}
.s-guide-layout05,
.s-guide-layout06{
	display: table;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 30px;
	box-sizing: border-box;
	table-layout: fixed;
}
.s-guide-layout05 .s-box-left,
.s-guide-layout05 .s-box-right{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
}
.s-guide-layout05 .s-box-left,
.s-guide-layout06 .s-box-left,
.s-guide-layout06 .s-box-center{
	padding: 0 10px 0 0;
	border-right: 1px dotted #ddd;
}
.s-guide-layout06 .s-box-center{
	padding: 0 10px;
}
.s-guide-layout05 .s-box-right,
.s-guide-layout06 .s-box-right{
	padding: 0 0 0 10px;
}
.s-guide-layout06 .s-box-left,
.s-guide-layout06 .s-box-center,
.s-guide-layout06 .s-box-right{
	display: table-cell;
	box-sizing: border-box;
}

.s-power-list{
	width: 610px;
	margin: 30px auto 0;
}
.s-power-list::after{
	content: "";
	display: block;
	clear: both;
}
.s-power-list li{
	float: left;
	margin: 0 0 10px;
	position: relative;
}
.s-power-list li:nth-child(even){
	float: right;
}
.s-power-list li img{
	vertical-align: top;
}
.s-power-list .s-power-link{
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 13px;
    font-size: 1.3rem;
}

.o-content .o-content__inner .a-text{
	margin: 0 0 15px;
}

.s-guide-def{
	margin: 0 0 15px;
}

.s-guide-link-ul li,
.s-guide-def li{
	margin: 10px 0 0;
}
.s-guide-link-ul li:first-child,
.s-guide-def li:first-child{
	margin: 0;
}
.s-guide-def li{
    padding: 0 0 0 1em;
	text-indent: -1em;
    line-height: 28px;
}
.s-guide-def li::before{
	content: "・";
}

.s-guide-layout02-dl{
	margin: 30px 0 0;
}
.s-guide-layout02-dl:first-child{
	margin: 0;
}
.s-guide-layout02-dl dt.a-sub-heading{
	margin: 0;
}

.a-image-box{
	text-align: center;
}
.a-image-box img{
	max-width: 100%;
	height: auto;
}

.s-flow .s-sub-heading--bg{
	margin-bottom: 32px;
    padding: 8px 16px;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
    line-height: 24px;
    background: #f6f6f6;
}
.s-flow .s-2col-wrap{
	margin: 0 0 32px;
}
.s-flow .s-2col-wrap::after{
	content: "";
	display: block;
	clear: both;
}
.s-2col-wrap dl{
	width: 50%;
	padding: 0 25px;
	float: right;
	box-sizing: border-box;
}
.s-2col-wrap dl:first-child{
	float: left;
}
.s-2col-wrap dl dt{
	margin: 0 0 15px;
	font-weight: bold;
	line-height: normal;
}
.s-2col-wrap dl dd{
	line-height: 28px;
}

.a-list-indent{
	font-weight: bold;
}
.s-tblDate01{
	width:100%;
	*width:600px;
	border-collapse:collapse;
	border:none;
}
.s-tblDate01 th,
.s-tblDate01 td{
	border:solid 1px #dfdbd1;
	padding:10px;
}
.s-tblDate01 th{
	background-color:#e3f6fd;
	color:#555555;
	text-align:center;
	vertical-align:middle;
}
.s-tblDate01 tbody td{
	background-color:#fff;
	color:#555;
	text-align:left;
	vertical-align:top;
}

@media only screen and (max-width: 768px) {
	/*TOP*/

    /*detail*/
	.s-guide-layout01-dl {}
	.s-guide-layout01-dl dl {
		display: block;
	}
	.s-guide-layout01-dl dt {
        width: 100%;
        padding: .5em;
        text-align: center;
    }
	.s-guide-layout01-dl dd {
        padding: 1.5em;
		border-top: 1px solid #ddd;
		border-left: none;
	}
	.s-guide-layout01-dl li {
        text-indent: 0px;
    }
    .s-around-wrap>.col{
        width: 100%;
        margin: 24px 0;
    }
	.s-guide-layout01-dl {}
	.s-guide-layout01-dl {}
	.s-guide-layout01-dl {}
	.s-guide-layout02-dl {}
	.s-guide-layout02-dl dl {}
	.s-guide-layout02-dl dt {}
	.s-guide-layout02-dl dd {}
	.s-guide-layout02-dl em {}
	.s-guide-layout02-dl {}
	.s-guide-layout02-dl {}
	.s-guide-layout02-dl {}
	.s-guide-layout02-dl {}
    .s-heading-mt {
        margin-top: 24px;
        padding-top: 13px;
    }
    .s-between-wrap{
      display: block;
    }
    .s-between-wrap > .col:not(:first-child) {
        margin-top:24px;       
    }
    .s-guide-pager-list {
  		margin: 15px 0 15px;
  	}
  	.s-guide-pager-list li {
  		width: -webkit-calc((100% - 2em) / 2);
  		width: calc((100% - 2em) / 2);
  	}
  	.s-guide-pager-list li a {
  		display: inline-block;
  		position: relative;
  	}
  	.s-guide-pager-list li:first-child {
        text-align: left;
  	}
  	.s-guide-pager-list li:last-child {
  		text-align: right;
        padding-right: 0;
  	}
  	.s-guide-pager-list li:last-child a {
  		padding-right: 1.5em;
  	}
    .s-guide-link li {
  		display: block;
  		width: 100%;
  		box-shadow: none;
  		border-bottom: 1px solid #ddd;
  	}
  	.s-guide-link li:not(:first-child) {
  		border-left: none;
  	}

  	.s-guid-twocol-box div {
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.s-guid-twocol-box div:first-child {
		width: 100%;
		margin: 0;
		padding: 10px;
		float: none;
	}

	.s-guide-layout04 .s-box-left{
		float: none;
		width: 100%;
		padding: 0;
	}
	.s-guide-layout04 .s-box-right{
		float: none;
		width: 100%;
	}
	.s-guide-layout05{
		display: block;
	}
	.s-guide-layout05 .s-box-left,
	.s-guide-layout05 .s-box-right{
		display: block;
		width: 100%;
		border: none;
	}
	.s-guide-layout05 .s-box-left{
		margin: 0 0 20px;
	}

	.s-power-list{
		width: auto;
	}
	.s-power-list li,
	.s-power-list li:nth-child(even){
		float: none;
		width: 295px;
		margin: 0 auto 10px;
		text-align: center;
	}

	.s-flow .s-2col-wrap{
		margin: 0 0 16px;
	}
	.s-2col-wrap dl{
		width: 100%;
		margin: 0 0 20px;
		padding: 0 15px;
		float: none;
	}
	.s-2col-wrap dl:first-child{
		float: none;
	}
	.s-2col-wrap dl dt{
		margin: 0 0 10px;
	}
}

.m-step__link.s-step__link__kaikae-top:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
}

/* 201009追記 /baikyaku/guide/kaikae_top.html　関連記事 */
.s-related201009-list {
	margin-top: 32px
}
.s-related201009-list__link {
	display: table;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.15)
}
.s-related201009-list__link:hover {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
}
.s-related201009-list__image-area {
	display: table-cell;
	width: 96px;
	padding: 8px 0 8px 8px
}
.s-related201009-list__image {
	display: block;
	height: 88px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.s-related201009-list__detail {
	display: table-cell;
	width: auto;
	padding: 16px;
	vertical-align: top
}
.s-related201009-list__detail-title {
	color: #00aeef;
	-webkit-transition: all .12s ease-out 0s;
	-o-transition: all .12s ease-out 0s;
	transition: all .12s ease-out 0s;
	border-bottom: 1px solid transparent;
	display: inline;
	line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
	.s-related201009-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px
	}
	.s-related201009-list__item {
		width: calc(50% - 16px);
		margin: 0 0 16px 16px
	}
	.s-related201009-list__image-area {
		width: 112px;
		padding: 12px 0 12px 12px;
		overflow: hidden
	}
	.s-related201009-list__image {
		height: 100px
	}
	.s-related201009-list__link:hover .s-related201009-list__image {
		-webkit-transform: scale(1.06);
		-ms-transform: scale(1.06);
		transform: scale(1.06);
	}
	.s-related201009-list__link:hover .s-related201009-list__detail-title {
		border-bottom: 1px solid currentColor;
	}
}

/* 201009追記 /baikyaku/guide/～ */
.s-guide-layout01-wrap {
	margin-top: 32px;
}
.s-guide-layout01-wrap .s-guide-layout01-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.75;
	color: #221E1F;
}
.s-guide-layout01-wrap .s-guide-layout01-item:not(:first-child) {
	margin-top: 32px;
}
.s-guide-layout01-wrap .s-guide-layout01-item-title {
	width: 250px;
	background-color: #e3f6fd;
	display: inherit;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: bold;
}
.s-guide-layout01-wrap .s-guide-layout01-item-text {
	width: 100%;
	padding: 1.5em 2.5em 1.5em 2.5em;
	border-left: 1px solid #ddd;
}
.s-guide-layout01-wrap .s-guide-layout01-item-list li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
}
.s-guide-layout01-wrap .s-guide-layout01-item-list li::before {
	content: ".";
	display: block;
	position: absolute;
	top: -.1em;
	left: .1em;
	line-height: 1.0;
	font-size: 120%;
}
.s-guide-layout01-wrap .s-guide-layout01-item-list li:not(:first-child) {
	margin-top: 1em;
}
.s-guide-layout01-wrap .s-guide-layout01-item-link {
	text-align: right;
	margin-top: 15px;
	line-height: 1.4;
}
.s-guide-layout01-wrap .s-guide-layout01-item-link a {
	display: inline-block;
	margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
	.s-guide-layout01-wrap .s-guide-layout01-item {
		display: block;
	}
	.s-guide-layout01-wrap .s-guide-layout01-item-title {
		width: 100%;
		padding: .5em;
		text-align: center;
	}
	.s-guide-layout01-wrap .s-guide-layout01-item-text {
		padding: 1.5em;
		border-top: 1px solid #ddd;
		border-left: none;
	}
	.s-guide-layout01-wrap .s-guide-layout01-item-list li {
		text-indent: 0px;
	}
}
