﻿@charset "utf-8";

/*---------------------------------------------------
contentstop
---------------------------------------------------*/
.contentstop {
    padding-top: 14px;
    margin-top: -14px;
}
.bg-area {
    background-color: #fff!important;
    margin-bottom: 20px;
}
/*.contentstop h3 {
    position: relative;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 0 20px;
    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;
}
.contentstop h3.importance-h:after {
    background-size: 100% auto;
    width: 152px;
    height: 102px;
    right: 8px;
    top: -36px;
    margin-top: -10px;
}
.contentstop h3.merit-frequent-h:after {
    background-size: 100% auto;
    width: 101px;
    height: 110px;
    right: 8px;
    top: -36px;
    margin-top: -14px;
}
.importance h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 18px;
}
.merit {
    font-size: 9px;
}
.c-grn {
    color: #31adb8;
}
.c-org {
    color: #ff9052;
}
.txt01{
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #666 !important;
    font-size: 12px !important;
    padding:9px;
    margin-top: 20px;
}
.txt02{
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #666 !important;
    font-size: 12px !important;
    padding:9px;
    margin-top: 43px;
}
@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 60px;
}
.importance li,
.merit li,
.frequent li {
    box-sizing: border-box;
    padding: 30px 30px 14px;
}
.importance li:nth-of-type(3) {
    margin-bottom: 26px;
}
.contentstop ul li img {
    float: left;
    height: auto;
    margin-right: 20px;
}
/*.importance li img:nth-of-type(){
    width: 114px;
}*/

.merit-list img {
    width: 130px;
}
.contentstop ul li p {
    font-size: 14px;
    line-height: 1.7;
    color: #444444;
}
.contentstop ul.importance li p {
    margin-left: 196px;
    color: #666666;
}
.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;
}
.merit {
    font-size: 14px;
    font-weight: 700;
}
.merit,
.merit-list h4 {
    margin-left: 48px;
}
.merit-list h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.merit-list:first-child h4:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_001.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 30px;
    left: 30px;
}
.merit-list:nth-of-type(2) h4:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    background: url(../images/merit_icon_002.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    top: 34px;
    left: 20px;
}
.merit li,
.frequent li {
    position: relative;
}
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_003.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    margin-top: -4px;
    left: 30px;
}
.frequent:after {
    display: none;
    position: absolute;
    content: "";
    /*display: block;*/
    z-index: 2;
    /*background: url(../images/bgn_007.png) no-repeat;*/
    background-size: 100% auto;
    width: 55px;
    height: 42px;
    top: -10px;
    right: 8px;
}
.frequent dt img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 8px;
}
.frequent dd {
    margin: 0 0 26px 140px;
    line-height: 1.7;
    font-size: 14px;
    color:#444444;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
	color: #fff;
	background-color: #31adb8;
}
#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 li.li01 {
	margin-left: 20px;
	width: 92px;
}
.ft-sns li.li02 {
	width: 95px;
}
.ft-sns li.li03 {
	width: 55px;
}
.ft-logo {
	width: 431px;
	float: left;
	border-right: solid 1px #202020;
}
.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) {
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    width: 325px;
    text-align: left;
    font-size: 12px;
}
.ft-copyright {
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #fff;
	padding-top: 20px
}
.mt-30{
    margin-top: 30px;
}

/* ----------------------------------------------------
    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;
}