
/*===========================================================

	[ eco ]  common
	
===========================================================*/

.bg_minimum {
	background: #00baef none repeat scroll 0 0;
}
.bg_light {
    background: #abcd03 none repeat scroll 0 0;
}

.table_headline {
	border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    padding: 14px 0;
}
.red {
	color:#FF0000 !important;
}
.frame_space_2 {
	padding:2px;
}
.border_r_no {
	border-right: none !important;
}
.border_r_dot {
	border-right: 1px dotted #ccc;
}
.border_b_no {
	border-bottom: none !important;
}
.txt_flame {
	border: 3px solid #ccc;
	padding:15px;
	box-sizing:border-box;
	margin:0 auto;
}

@media screen and (min-width: 641px) {/*PC*/
.mb0 {
	margin-bottom:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.mb50 {
	margin-bottom:50px;
}
.txt_flame {
	width:820px;
}
.fs21 {font-size:21px !important;}

}/*end*/
@media screen and (max-width: 640px) {/*SP*/
.mb0 {
	margin-bottom:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.mb50 {
	margin-bottom:50px;
}
.txt_flame {
	margin-bottom:30px;	
}
}/*end*/

/*===========================================================

	[ eco ]  header 
	
===========================================================*/

@media screen and (min-width: 641px) {/*PC*/
.head_lnksBox {
    align-items: center;
    margin: 0 auto;
    padding: 15px 0;
    width: 960px;
}
.flex {
    display: flex;
}
.head_lnks_small li {
    padding-bottom: 3px;
    padding-top: 3px;
}
.head_lnks_small {
    margin-bottom: 10px;
}


}/*end*/

@media screen and (max-width: 640px) {/*SP*/
.head_lnksBox {
    align-items: center;
    width: 100%;
}
.flex {
    display: flex;
}
.head_lnks {
    text-align: right;
}
.head_lnks_small li {
    padding-bottom: 3px;
    padding-top: 3px;
}
.head_lnks_small {
    margin-bottom: 10px;
}
}/*end*/



/*===========================================================

	[ eco ]  menu
	
===========================================================*/

#content_sub_nav2 {
    border-top: 3px solid #f38cc4;
}

@media screen and (min-width: 641px) {/*PC*/

.sn2_body02,
.sn2_body05 {
    width: 150px;
}
.sn2_body03 {
    width: 243px;
}
.service2_nav05 .box .icon {
    background: rgba(0, 0, 0, 0) url(/hdd/img/service-sub-nav05-off.jpg) no-repeat scroll 50% 12px !important;
}
.service2_nav05 .box .icon:hover{background: url(/hdd/img/service-sub-nav05-on.jpg) no-repeat 50% 10px !important;}
.sub_nav_service2 li.sn2_body05 {
    background: url("/image/sub-nav-dot-l.gif") no-repeat scroll left bottom, rgba(0, 0, 0, 0) url("/image/sub-nav-dot-r.gif") no-repeat scroll right bottom;
    position: relative;
}

}/*end*/

@media screen and (max-width: 640px) {/*SP*/
.sub_nav_service2 li {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    list-style: outside none none;
}
}/*end*/

/*===========================================================

	[ eco ]  contents
	
===========================================================*/

@media screen and (min-width: 641px) {/*PC*/
    .anno_box {
        width: 896px;
        margin: 0 auto;
        padding: 30px;
        border: 2px solid #555;
    }
    .anno_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }
    .anno_text {
        font-size: 18px;
        line-height: 1.6em;
        margin-top: 20px;
    }
    .anno_text a {
        font-weight: bold;
    }
    .anno_text a:hover {
        color: #e7198c;
    }

}/*end*/

@media screen and (max-width: 640px) {/*SP*/
    .content_title_body {
        height: auto !important;
    }
    .anno_box {
        margin: 0 auto 20px;
        width: 80%;
        border: 2px solid #555;
        padding: 20px 7%;
    }
    .anno_title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .anno_text {
        font-size: 14px;
        line-height: 1.6em;
        margin-top: 20px;
    }
    .anno_text a {
        font-weight: bold;
    }
    .anno_text a:hover {
        color: #e7198c;
    }

}/*end*/
.bnr_area{
	text-align: center;
	padding: 50px 0 20px 0;
}
@media screen and (max-width: 640px){
	.bnr_area{
		padding: 30px 0 20px;
		width: 95%;
		margin: 0 auto;
	}
}

/*===========================================================

	[ eco ]  button
	
===========================================================*/

@media screen and (min-width: 641px) {/*PC*/
.applyBtn {
    margin: 50px auto;
    width: 700px;
}
.applyBtn > a {
    background: #8fc31f; /* Old browsers */
background: -moz-linear-gradient(left, #8fc31f 0%, #2da638 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8fc31f 0%,#2da638 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8fc31f 0%,#2da638 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0;
    text-align: center;	
}
.applyBtn > a:hover {
    color: #fff;
	text-decoration:none;
}

}/*end*/

@media screen and (max-width: 640px) {/*SP*/

.applyBtn {
    margin: 50px auto;
    width: 90%;
}
.applyBtn > a {
    background: #8fc31f; /* Old browsers */
background: -moz-linear-gradient(left, #8fc31f 0%, #2da638 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8fc31f 0%,#2da638 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8fc31f 0%,#2da638 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 35px 0;
    text-align: center;
	font-size: 5vw;
    font-weight: bold;
    line-height: 1.5em;
	padding: 10px;
}
.applyBtn > a:hover {
    color: #fff;
	text-decoration:none;
}

}/*end*/

/*===========================================================

	[ eco ]  spec_table
	
===========================================================*/

@media screen and (min-width: 641px) {/*PC*/
.table_headline {
	font-size:16px;
}
.spec_table {
    border-collapse: separate;
    margin: 0 auto 10px;
    table-layout: fixed;
    text-align: center;
    width: 820px;
}
.spec_table th {
    background-color: #f7f5f1;
    color: #3e3a39;
    font-size: 11px;
    line-height:1.36em;
    text-align: left;
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
.spec_table th,
.spec_table td {
    border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.spec_table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	padding: 10px;
}
.spec_table td ul {
    color: #555555;
    font-size: 12px;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}
.tbl_txt {
    color: #3e3a39;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
.spec_table_inner {
    margin: 10px auto 30px;
	table-layout:fixed;
	width: 85%;
}
.spec_table_inner td {
	border: 1px solid #ccc;
	padding: 10px 20px;	
}

}/*end*/

@media screen and (max-width: 640px) {/*SP*/
.table_headline {
    font-size: 12px;
    text-align: center;
}
.spec_table {
    border-collapse: separate;
    margin: 0 auto 10px;
    table-layout: fixed;
    text-align: center;
}
.spec_table th {
    background-color: #f7f5f1;
    color: #3e3a39;
    font-size: 11px;
    line-height:1.36em;
    text-align: left;
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
.spec_table th,
.spec_table td {
    border: 1px solid #ccc;
	vertical-align: middle;
	word-wrap:break-word;
}
.spec_table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	padding: 10px;
}
.tbl_txt {
    color: #3e3a39;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
.spec_table_inner {
    margin: 10px auto 30px;
	table-layout:fixed;
	width: 85%;
}
.spec_table_inner td {
	border: 1px solid #ccc;
}

table {
width:100%;
}
.col00 {
border: none !important;
}
.col01 {
width:30%;
border: none !important;
}
.col02 {
width:35%;
border: none !important;
}
.col03 {
width:35%;
border: none !important;
}
.col04 {
width:10%;
}
.col05 {
width:15%;
}
.col06 {
width:50%;
}

}/*end*/


/*===========================================================

	[ eco ]  flow
	
===========================================================*/

@media screen and (min-width: 641px) {/*PC*/
.mb50 {
	margin-bottom:50px;

}/*end*/
}

@media screen and (max-width: 640px) {/*SP*/

}/*end*/

/*===========================================================

	[ eco ]  mnp
	
===========================================================*/

.hmmsec03_A .tablebox table td {
    line-height: 16px;
}

@media screen and (min-width: 641px) {/*PC*/
.mnp_list {
    clear: both;
    margin-left: 40px;
    padding-bottom: 30px;
}

.mnp_list ul li {
    font-size: 11px;
    line-height: 1.5em;
	list-style:none;
}

}/*end*/

@media screen and (max-width: 640px) {/*SP*/
.mnp_list {
    padding-bottom: 30px;
}

.mnp_list ul li {
    font-size: 11px;
    line-height: 1.5em;
	list-style:none;
}
}/*end*/
