@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */

/* area11
---------------------------------------------*/
.area11 {
/*    padding-bottom: 400px;*/
}
.area11 .t_icon{
    text-align: center;
    margin: 0 auto;
}
.area11 h2{
    padding: 0;
    margin: 0;
    font-size: 90%;
    text-align: center;
}
.area11 h3{
    text-align: center;
}
.area11 h3.ud_line{
position: relative;
display: inline-block;
margin-bottom: 1em;
    
}
.area11 h3.ud_line:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 2px;
}
.area11 .cat{
    display: inline-block;
    width: 100px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-top: -14px;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    height: auto;
    line-height: 1em;
    font-size: 67%;
    font-weight: bold;
    background-color: #000;
    border-radius: 12px;

}
.fb_box{
    overflow: hidden;
}
/*
---------------------------------------------*/
footer{
    margin-bottom: 0px;
}
/* ===================================================================== */
/*	モバイル　フレックスボックス
/* ===================================================================== */

/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
/* ===================================================================== */
/*	タブレット小　共通基本設定
/* ===================================================================== */
/* ===================================================================== */
/*	モバイル横　フレックスボックス
/* ===================================================================== */	
    
    
}

/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */

    
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 993px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */

   
    
}

/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
/* ===================================================================== */
/*	PC　　共通基本設定
/* ===================================================================== */

    
    
}