@charset "UTF-8";
/* CSS Document */

/*----------------------------------
    index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

img {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.contents h1 {
    background: #333;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 100px;
}

.seoarea {
    overflow: hidden;
    clear: both;
    width: 960px;
    height: auto;
    margin: 0 0 20px;
}

p.seotxt {
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-right: 10px;
    width: 660px;
    margin-top: 11px;
    color: #333;
}

/*start_snsボタン*/
.ss_snsArea {
    width: 288px;
    height: 38px;
    margin-top: 11px;
    float: right;
}

.ss_snsList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ss_snsListItem {
    width: 38px;
    height: 38px;
    background: gray;
    border-radius: 50%;
    box-sizing: border-box;
    transition: .3s;
}

.ss_snsListItem:hover {
    opacity: .7;
}

.ss_link-sns {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ss_link-sns:hover {
    text-decoration: none;
}

.fab.ss_icn-sns {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 20px;
}

.fab.ss_icn-sns-line {
    color: #00b900;
    font-size: 32px;
}

.fa-hatena::before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

.ss_snsFb {
    background: #1877F2;
}

.ss_snsTw {
    padding: 3px 0 0 3px;
    background: #1da1f2;
}

.ss_snsLn {
    position: relative;
    background: #00b900;
}

.ss_snsLn::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 0;
}

.fa-line::before {
    position: relative;
}

.ss_snsHb {
    font-size: 19px;
    padding-left: 2px;
    background: #0090e0;
}

.ss_snsPc {
    padding-top: 2px;
    background: #f35b6b;
}
/*end_snsボタン*/

.MainContBox h2 {
    background: #ccc;
    color: #333;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
}

.MainContBox h3 {
    color: #333;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.MainContBox dl {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.MainContBox dl dt {
    width: 280px;
    height: 210px;
    background: #4c4c4c;
    color: #fff;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.MainContBox dl dd {
    width: 660px;
    height: auto;
    color: #333;
    font-size: 14px;
    display: table-cell;
    padding-left: 20px;
}


/*----------------------------------180327追加分----------------------------------*/






