/*==============================================
				#index
==============================================*/
#block-btn {
	width: 490px;
	margin: 30px auto 20px;
	text-align: center;
}

#block-btn p a {
	display: block;
	width: 235px;
	padding: 20px 0;
	background:#3050a0 url(/en/_assets_l/common/images/iconPop.png) no-repeat;
	background-size: 26px 10px;
	background-position: right center;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

#block-btn p.btn01 a {
	float: left;
	padding: 30px 0 10px;
}

#block-btn p.btn02 a {
	float: right;
}

.block-graybox {
	margin-top: 35px;
	padding: 30px;
	background: #eeeeee;
}

.ttl { 
	margin-bottom: 20px;
	color: #1665b1;
	font-size: 20px;
}

span.tInd {
	display: block;
}

ul.att li,
span.tInd {
	margin-left: 0.7em;
	text-indent: -0.7em
}

ul.att li::before {
	content: "*";
}

.internet li {
	margin-bottom: 30px;
}

.internet span.title {
	display: block;
	color: #1665b1;
	font-size: 18px;
	margin-bottom: 5px;
}

.linkArrowW {
	background:#ea5e0d url(/en/_assets_l/common/images/iconArrowW.png) no-repeat;
	background-size: 24px 15px;
	background-position: right center;
}

.notes{
    display: table;
    width: 100%;
}

ul.notes li .notes_head{
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    min-width: 1rem;
    text-align: left;
}

ul.notes li .notes_body {
    display: table-cell;
    vertical-align: top;
}

/* table */
.purchase .table0201{
    width: 100%;
}

.purchase .table0201 td {
    padding: 8px 10px 10px;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
}

/* table */
.ttl_head {
    font-weight: bold;
    color: #c93232;
    margin-right: 0.3em;
}

@media screen and (max-width:767px){
/*==============================================
				#index
==============================================*/
    .section__ttl {
        font-size: 2.1rem;
        padding-left: 15px;
        padding-right: 15px;
    }

	#block-btn {
		width: auto;
		margin: 20px 10px;
		text-align: center;
	}

	#block-btn p a {
		width: 100%;
	}

	#block-btn p.btn01 a,
	#block-btn p.btn02 a {
		float: none;
		display: flex;
        align-items: center;
        justify-content: center;
		height: 85px;
		padding: 20px 0;
	}

	#block-btn p.btn01 a {
		margin-bottom: 25px;
	}

	.block-graybox {
		padding: 20px;
	}

	.ttl,
	.internet span.title { 
		font-size: 15px;
		margin-bottom: 9px;
		line-height: 1.2;
	}

	.table-wrap{
        overflow-x: scroll;
    }

    .table-wrap .table0201{
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
    }
	
    ul.notes li .notes_head {
        min-width: 1rem;
        padding-right: 0;
    }
}

/*==============================================
				clearfix
==============================================*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix {
	display: inline-table;
}

*html .clearfix { height: 1%;}

.clearfix { display:block;}