/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/* ----------------------------------------------------
SNSボタン
-----------------------------------------------------*/
.sns-wrap {
width: 100%;
margin-top: 1em;
margin-bottom: 1%;
}

.sns {
margin: 0 auto;
list-style: none;
}

.sns a {
text-decoration: none;
font-size: 15px;
}

.sns {
text-align: center;
}

.sns li {
float: left;
width: 32.3%;
margin: 0 .5% 2%;
}

.sns a {
position: relative;
display: block;
padding: 10px 5px;
color: #fff;
border-radius: 5px;
text-align: center;
}

.sns span,
.sns .fa {
margin-right: .4em;
color: #fff;
}

.sns li a:hover {
-webkit-transform: translate3d(0px,5px,1px);
-moz-transform: translate3d(0px,5px,1px);
transform: translate3d(0px,5px,1px);
box-shadow: none;
}

.sns .twitter a {
background: #55acee;
box-shadow: 0 5px 0 #0092ca;
}

.sns .facebook a {
background: #315096;
box-shadow: 0 5px 0 #2c4373;
}

.sns .googleplus a {
background: #dd4b39;
box-shadow: 0 5px 0 #ad3a2d;
}

.sns .hatebu a {
background: #008fde;
box-shadow: 0 5px 0 #016DA9;
}

.sns .pocket a {
background: #f03e51;
box-shadow: 0 5px 0 #c0392b;
}

.sns .feedly a {
background: #87c040;
box-shadow: 0 5px 0 #74a436;
}

@media only screen and ( max-width: 736px ) {
.sns li {
width: 32.3%;
margin: 0 .5% 4%;
}

.sns a {
font-size: 13px;
padding: 6px 3px;
}
}

bodan.01 {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 15px 20px 12px 20px;
    background-color: #24a1c9;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5em;
    border-bottom: #0c6b8a 3px solid;
    border-radius: 5px;
}
bodan.02 {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    padding: 15px 20px 12px 20px;
    background-color: #1c9b03;
    color: #ffff00;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5em;
    border-bottom: #156d04 3px solid;
    border-radius: 5px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:#f03052;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #D6415D;
    border-radius: 6px;
}
.square_btn:active {/*ボタンを押したとき*/
    -webkit-transform: translate3d(0px,5px,1px); /*translateY(4px);*/
    -moz-transform: translate3d(0px,5px,1px);
    transform: translate3d(0px,5px,5px); translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btnS{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:#F37E00;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #E15F00;
    border-radius: 6px;
}
.square_btnS:active {/*ボタンを押したとき*/
    -webkit-transform: translate3d(0px,5px,1px); /*translateY(4px);*/
    -moz-transform: translate3d(0px,5px,1px);
    transform: translate3d(0px,5px,5px);      translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}