@charset "UTF-8";

body {
    font-size: 14px;
}


/*-- header --*/
.header {
    margin-bottom: 30px;
}
.header img {
    width: 100%;
}

/*-- nav --*/
.manner_nav {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.manner_nav ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #e60033;
    box-sizing: border-box;
}
.manner_nav ul li:nth-child(3n) {
    margin-right: 0;
}
.m_btn {
    display: block;
    color: #e60033;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-left: 3.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .5s;
}
.m_btn:hover {
    color: #fff;
}
.icon1 {
    background: url(../img/maher2/icon_01.png) 5px center no-repeat;
}
.icon1:hover {
    background: url(../img/maher2/icon_01_on.png) 5px center no-repeat #e60033;
}
.icon2 {
    background: url(../img/maher2/icon_02.png) 5px center no-repeat;
}
.icon2:hover {
    background: url(../img/maher2/icon_02_on.png) 5px center no-repeat #e60033;
}
.icon3 {
    background: url(../img/maher2/icon_03.png) 5px center no-repeat;
}
.icon3:hover {
    background: url(../img/maher2/icon_03_on.png) 5px center no-repeat #e60033;
}
.icon4 {
    background: url(../img/maher2/icon_04.png) 5px center no-repeat;
}
.icon4:hover {
    background: url(../img/maher2/icon_04_on.png) 5px center no-repeat #e60033;
}
.icon5 {
    background: url(../img/maher2/icon_05.png) 5px center no-repeat;
}
.icon5:hover {
    background: url(../img/maher2/icon_05_on.png) 5px center no-repeat #e60033;
}
.icon6 {
    background: url(../img/maher2/icon_06.png) 5px center no-repeat;
}
.icon6:hover {
    background: url(../img/maher2/icon_06_on.png) 5px center no-repeat #e60033;
}
.icon7 {
    background: url(../img/maher2/icon_07.png) 5px center no-repeat;
}
.icon7:hover {
    background: url(../img/maher2/icon_07_on.png) 5px center no-repeat #e60033;
}
.icon8 {
    background: url(../img/maher2/icon_08.png) 5px center no-repeat;
}
.icon8:hover {
    background: url(../img/maher2/icon_08_on.png) 5px center no-repeat #e60033;
}
.icon9 {
    background: url(../img/maher2/icon_09.png) 5px center no-repeat;
}
.icon9:hover {
    background: url(../img/maher2/icon_09_on.png) 5px center no-repeat #e60033;
}


/*-- main_contents --*/
.main_contents {
    
}
.contents_tit {
    margin-bottom: 30px;
}
.section {
    margin-bottom: 60px;
}
.section_tit {
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.section_tit p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-left: 10px;
    color: #e60033;
}
.section_tit p span {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

.section .inner {
    font-size: 14px;
    text-align: justify;
}

.inner_secound {
    
}
.inner_s_tit {
    border-bottom: 1px dashed #ccc;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.inner_s_tit p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.inner_s_content {
    width: 100%;
}
.content_l {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.contetnt_l_txt {
    font-size: 18px;
    font-weight: 600;
    color: #e60033;
    margin-bottom: 10px;
}
.inner_img {
    width: 80%;
    margin: 20px auto;    
}
.inner_img img {
    width: 100%;
}


/* 統一 デザイン用 CSS */

ul li.llleft{
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

ul li.rrright{
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.l3_t{
    width: 100%;
    font-size: 21px;
    padding-bottom: 8px;
    border-bottom: 1px solid #bbb;
    margin-top: 10px;
}

ul.iner{
    padding-top: 15px;
}


ul.iner li{
    float: left;
}

ul.iner li:nth-child(odd){
    width: 20%;
}

ul.iner li:nth-child(even){
    width: 80%;
}


ul.iner2{
    padding-top: 15px;
}


ul.iner2 li{
    float: left;
    margin-bottom: 15px;
}

ul.iner2 li:nth-child(odd){
    width: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
}

ul.iner2 li:nth-child(even){
    width: 92%;
}

p.center_text{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

img.imger{
    width: 90%;
    margin-top: 10px;
    display: block;
    margin: auto
}

ul.rank li{
    width: 30%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #bbb;
    margin-left: 3%;
}

ul.rank li img{
    width: 100%;
}

ul.rank li p{
    font-size: 13px;
}

ul.rank li b{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}

img.matb20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.manner_nav ul li:hover a{
    color: #fff !important;
}


/* -----------------Clearfix--------------- */
.cf {
    *zoom: 1;
}
.cf:before,
.cf:after {
    display: table;
    content: "";
    line-height: 0;
}
.cf:after {
    visibility: hidden;
    clear: both;
}


/* -----別パターン 

.cf:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
-----*/

/* IE6 */
* html .cf { zoom: 1;}
 /* IE7 */
*:first-child+html .cf { zoom: 1;}