﻿@charset "utf-8";

/*---------------------------------------------------
contentstop
---------------------------------------------------*/
body p {
    line-height: 1.7;
}
.contentstop {
    padding-top: 14px;
    margin-top: -14px;
}
.bg-area {
    background-color: #fff!important;
    margin-bottom: 20px;
}
/*.contentstop h3 {
    background: url(../images/high_income_icon_01.png) 20px 15px no-repeat #44567b;
    -moz-background-size: 27px auto;
    -webkit-background-size: 27px auto;
    background-size: 27px auto;
    position: relative;
    background-color: #44567b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 0 0 60px;
    height: 50px;
    margin-top: 60px;
}*/
.ttl_bar h2 {
    position: relative;
    color: #fff;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    -moz-background-size: 27px auto;
    -webkit-background-size: 27px auto;
    background-size: 27px auto;
    padding-left: 20px;
}
.contentstop h3:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
}
.importance h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.merit {
    font-size: 9px;
}
.c-grn {
    color: #53a8ff;
}
.c-org {
    color: #ff9052;
}
@media screen and (max-width:320px) {
    .contentstop h4 {
        font-size: 12px;
    }
    .contentstop h4.merit {
        font-size: 9px;
    }
}
.contentstop ul {
    background-color: #fff;
}
.contentstop ul.importance {
	margin: 10px auto 60px;
}
.contentstop ul.merit {
	margin: 10px auto 0;
}
.contentstop ul.frequent {
	margin: 0 auto 20px;
}
.importance li,
.merit li,
.frequent li {
    box-sizing: border-box;
    padding: 30px 30px 14px;
}
.frequent li {
    box-sizing: border-box;
    padding: 50px 30px 14px;
}
.frequent li ul li {
    box-sizing: border-box;
    padding: 10px 0 0;
}
.importance li:nth-of-type(3) {
    margin-bottom: 26px;
}
.contentstop ul li img {
    float: left;
    height: auto;
    margin-right: 20px;
}
.importance li img {
    width: 176px;
}
.merit-list img {
    width: 130px;
}
.contentstop ul li p {
    font-size: 14px;
}
.contentstop ul.importance li p {
    margin-left: 196px;
}
.merit-list {
    position: relative;
}
.merit-list,
.frequent dl {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
.merit-list:nth-of-type(odd),
.frequent dl:nth-of-type(odd) {
	padding-right: 20px;
}
.merit-list:nth-of-type(2n),
.frequent dl:nth-of-type(2n) {
	padding-left: 20px;
}
.frequent dl dd h5{
    font-weight: 700;
    font-size: 13px;
}
.frequent dl dd h5 span{
    font-weight: 700;
    font-size: 16px;
}

.merit {
    font-size: 14px;
    font-weight: 700;
}
.merit p {
    font-weight: normal;
}
.merit,
.merit-list h3 {
    margin-left: 48px;
}
.merit-list h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.merit-list:first-child h3:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_001.png) no-repeat;
    background-size: 100% auto;
    width: 39px;
    height: 39px;
    top: 20px;
    left: 30px;
}
.merit-list:nth-of-type(2) h3:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_002.png) no-repeat;
    background-size: 100% auto;
    width: 37px;
    height: 37px;
    top: 21px;
    left: 21px;
}
.merit-list:nth-of-type(3) h3:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_003.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 32px;
    top: 22px;
    left: 30px;
}
.merit-list:nth-of-type(4) h3:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_004.png) no-repeat;
    background-size: 100% auto;
    width: 31px;
    height: 38px;
    top: 20px;
    left: 25px;
}
.merit li,
.frequent li {
    position: relative;
}
.q-data {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}
.contentstop ul li p.q-data {
    font-size: 12px;
}
li.frequent-list {
    border-bottom: none;
}
.frequent-h {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 48px;
}
.frequent-h:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_005.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 32px;
    margin-top: -4px;
    left: 30px;
}
.frequent dt img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 8px;
}
.frequent dd {
    margin: 0 0 26px 120px;
    line-height: 1.7;
    font-size: 14px;
}


/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
    color: #fff;
    background-color: #000;
    margin-top: 30px;
}
#footer>div {
    width: 950px;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.ft-sns {
    margin: 0 auto;
}
.ft-sns li {
    float: left;
    display: inline-block;
    text-align: center;
}
.ft-sns .li01 {
    margin-left: 20px;
    width: 92px;
}
.ft-sns .li02 {
    width: 95px;
}
.ft-sns .li03 {
    width: 55px;
}
.ft-logo {
    width: 430px;
    float: left;
    border-right: 1px solid #fff;
}
.ft-logo p {
    float: left;
}
.ft-logo img {
    width: 105px;
    height: auto;
}
.ft-logo>p {
    text-align: right;
    width: 105px;
}
.ft-logo p:nth-of-type(2) {
    padding: 14px 0 0 10px;
    width: 320px;
    text-align: left;
    font-size: 12px;
}
.ft-copyright {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

/* ----------------------------------------------------
    footer_nav
---------------------------------------------------- */ 
.footer_nav {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.footer_nav ul {
    padding-top: 5px;
}

.footer_nav ul li {
    display: inline-block;
    padding-right: 5px;
}

.footer_nav ul li a {
    padding-top: 5px;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
}

.footer_nav ul li a:after {
    content: '';
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.footer_nav ul li a:visited {
    color: #888;
}

.footer_nav ul li:last-of-type a:after {
    content: none;
}