@charset "UTF-8";

/* ------------------
>> common
-------------------*/
body{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;

}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,ul,p,iframe{
    margin: 0;
}

ul{
    list-style: none;
    padding: 0;
}


.contentWrap{
    width: 960px;
    margin: 0 auto;
}

a{
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #edac58;
    -webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.spbr,
.tbbr,
.spTopNav,
.slicknav_menu,
.pcnone{
    display: none;
}

#page-top {
    position: fixed;
    bottom: 40px;
    right: 100px;
}
#page-top a {
    text-decoration: none;
    width: 40px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

.clear{
    clear: both;
}


.cursor-pointer{
    cursor: pointer;
}

.lity-container{
    overflow: auto;
}



/* ------------------
## font
-------------------*/
.titleTag span,
.topics h1{
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}


/* ------------------
# header
-------------------*/
header{
    height: 80px;
    box-shadow: 0px 0px 6px 1px #ddd;
    -moz-box-shadow: 0px 0px 6px 1px #ddd;
    -o-box-shadow: 0px 0px 6px 1px #ddd;
    -ms-box-shadow: 0px 0px 6px 1px #ddd;
}

header .contentWrap{
    position: relative;
    height: 80px;
}

header a h1 img{
    width: 48px;
    height: 48px;
}

header a h1{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 16px;
    left: 0;
}

.titleTag{
    position: absolute;
    top: 16px;
    left: 64px;    
}

.titleTag span{
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 1.1;
    display: block;
}

.titleTag:hover{
    color: #333 !important;
}

/* headerBox */

.search{
    position: absolute;
    bottom: 15px;
    right: 72px;
    height: 32px;
    width: 230px;
    overflow: hidden;
}


.keyword-input{
    border: 1px solid #ccc;
    border-radius: 16px;
    height: 26px;
    width: 200px;
    padding: 0;
}

.gsc-input,
.gsc-input-box{
    border: none !important;
}


.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus{
    border-color: transparent !important;
    box-shadow: none !important;
}

.gsc-control-cse{
    padding: 0 !important;
}



.gsc-search-button{
    border-color: transparent !important;
    background-color: transparent !important;
background:url(../images/search.png)no-repeat !important;
    background-size: 23px 23px !important;
    border:0px !important;
    width:52px !important;
    height:24px !important;
    text-indent: -9999px !important;
    background-position: left bottom 2px !important;
}


.gsc-search-button:hover,
.gsc-search-button:focus{
    border-color: transparent !important;
    background-color: transparent !important;
background:url(../images/search_or.png)no-repeat !important;
    background-size: 23px 23px !important;
    border:0px !important;
    width:52px !important;
    height:24px !important;
    text-indent: -9999px !important;
    background-position: left bottom 2px !important;
}


.gsc-search-box-tools
.gsc-search-box .gsc-input,
.gsib_a{
    padding: 0 !important;
}

#gsc-i-id1,
#gsc-i-id2{
    background: none !important;
    border: 1px solid #ccc !important;
    border-radius: 16px !important;
    height: 26px !important;
    width: 200px !important;
    padding: 10px 16px !important;
}

.gsst_a .gscb_a{
    color: #333 !important;
}



.hSns{
    position: absolute;
    bottom: 22px;
    right: 0px;
}

.hSns li{
    display: inline-block;
    margin-left: 8px;
}

.hFb a{
    display: block;
    text-indent: -9999px;
    background: url(../images/fb.png)no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.hFb a:hover{
    background: url(../images/fb-or.png)no-repeat;
    background-size: cover;
}

.hTwi a{
    display: block;
    text-indent: -9999px;
    background: url(../images/twi.png)no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.hTwi a:hover{
    background: url(../images/twi-or.png)no-repeat;
    background-size: cover;
}




.icoFmpj{
/*
    position: absolute;
    right: 0;
    bottom: 14px;
*/
}

.icoFmpj a{
    background: url(../images/fmpjLogo.jpg)no-repeat;
    background-size: 150px 60px;
    width: 150px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 8px;
}

/* ------------------
# nav
-------------------*/
nav{
    height: 56px;
    text-align: center;
}

nav ul{
    font-size: 0px;
}

nav li{
    display: inline-block;
    line-height: 56px;
    
}

nav li a{
    font-size: 16px;
    padding: 0 50px;
    display: inline-block;
}

nav li:after{
    content:"｜";
    font-size: 16px;
}

nav li:last-child,
nav li:nth-last-child(2){
    padding-right: 0;
}

nav li:last-child:after,
nav li:nth-last-child(2):after{
    content: none;
}

nav a.active{
    color: #edac58;
}

/* ------------------
# topImg
-------------------*/
.topImg{
    background: url(../images/mainImg.jpg)no-repeat center;
    height: 240px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

.topImg p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 110px;
    font-size: 20px;
    line-height: 2;
}

/* ------------------
## topics
-------------------*/
.topics h1{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}

.topics ul{
    font-size: 0px;
}

.topics li{
    display: inline-block;
    width: 31.3%;
    border: 1px solid #e0d7d0;
    font-size: 14px;
/*
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
*/
    margin: 0 1%;
    vertical-align: top;
/*    height: 336px;*/
	border-radius: 8px;
	height: 120px;
    position: relative;
}

.topics li:hover{
    border: 1px solid #edac58;
}

.trimming{
    overflow: hidden;
    height: 200px;
}

.topics li img{
    background-color: #fefdfa;
    display: none;
}

.topics li span{
    padding: 0 16px;
    display: block;
}

.topicsContent{
    margin: 16px 0;
}

.topicsDate{
    text-align: right;
    margin-bottom: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* ------------------
## topNav
-------------------*/
.topNav{
    margin-top: 24px;
}

.topNav ul{
    font-size: 0;
    text-align: center;
}

.topNav li{
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.topNav li a{
    font-size: 16px;
    display: block;
    width: 320px;
    border: 1px solid #333;
    padding: 8px 0;
    text-align: center;
    margin: 0 8px;
}

.topNav li a:hover{
    color: #edac58;
    border: 1px solid #edac58;
    background-color: #fefdfa;   
}

.topNav li a:after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:4px solid #333;
	border-right:4px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-6px;
}

.topNav li a:hover:after{
	border-top:4px solid #edac58;
	border-right:4px solid #edac58;
}

/* ------------------
# footer
-------------------*/
footer{
    width: 960px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #e0d7d0;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.footerBox{
    display: none;
}

/* ------------------
# page
-------------------*/
/* ------------------
## common
-------------------*/
.contact h1,
.support .pageTtl,
.history .pageTtl{
    display: none;
}

.pageTtl{
    text-align: center;
    border-top: 1px solid #e0d7d0;
    border-bottom: 1px solid #e0d7d0;
    padding: 8px 0;
    font-size: 18px;
    font-weight: normal;
    margin: 16px 0;
}

.contentBoxWrap{
    padding: 0 24px 24px;
}

/*
.contentBoxWrap div:last-child{
    border-bottom: none;
}
*/

/* 1記事ごと */
.contentBox{
    border-bottom: 1px dotted #e0d7d0;
    padding-bottom: 32px;
    margin-bottom: 0px;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
}

.contentBox h1{
    font-size: 18px;
    margin-bottom: 8px;
}

.contentImgBox img{
    height: 152px;
    margin: 0 16px 16px 0;
    box-shadow: 0 12px 10px -11px rgba(0,0,0,.3);
}

.contentBox .cursor-pointer{
	border: 1px solid #f0f0f0;
	display: inline-block;
	position: relative;
}

.contentBox .cursor-pointer:after{
	content: "";
	position: absolute;
	bottom: -8px;
	right: -16px;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-image: url(../images/icoEnlargement.png);
}



/* moreBtn */
.nextBtn{
    display: block;
    text-align: center;
    margin-top: 24px;
    cursor:pointer;
}

.prevBtn{
    display: block;
    text-align: center;
    padding-top: 24px;
}
				
.nextBtn:after{
    content:" ";
	display: block;
	width:16px;
	height:16px;
	border-top:3px solid #333;
	border-right:3px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    /*position: absolute;*/
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nextBtn:hover{
    color: #edac58;
}

.nextBtn:hover:after{
    border-top:3px solid #edac58;
	border-right:3px solid #edac58;
}


.prevBtn a:before{
    content:" ";
	display: block;
	width:16px;
	height:16px;
	border-top:3px solid #333;
	border-right:3px solid #333;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
    position: absolute;
    left: 0;
    right: 0;
    top:140px;
    margin: 24px auto 0;
}

.nextBtn a:hover:after,
.prevBtn a:hover:before{
	border-top:3px solid #edac58;
	border-right:3px solid #edac58;
}


/* リンク */
.contentLink{
    margin-top: 24px;
}

.contentLink a:hover,
a.blank:hover{
    color: #edac58;
    text-decoration: underline;
}


.contentLink a:before,
a.blank:before,
.blank:before{
    content: " ";
    background: url("../images/link.svg")no-repeat;
    width: 24px;
    background-size: 18px 18px;
    vertical-align: middle;
    display: inline-block;
    height: 24px;
}


/* 続きを読むボタン */
.readmoreBtn{
    display: inline-block !important;
    background-color: #FFDB96;
    padding: 8px 16px;
    width: 120px !important;
    text-align: center;
    margin-top: 16px;
    float: left;
}

.closeBtn{
    display: inline-block !important;
    background-color: #FFDB96;
    padding: 8px 16px;
    width: 120px !important;
    text-align: center;
    margin-top: 0px;
    float: left;
}

.readmoreBtn:hover,
.closeBtn:hover{
    color: #9A958A; 
}

/* 続きを読む : history */
.history .readmoreBtn,
.history .closeBtn{
    position: relative;
    left: 168px; 
}

/* 右寄せ・左寄せ */
.readmoreFloatBox{
    overflow: auto;
    padding-top: 24px;
    overflow-y: hidden;
}

.alignleft{
    float: left;
    display: inline-block;
    margin-right: 16px;
}

.alignright{
    float: right;
    display: inline-block;
/*    margin-left: 16px;*/
}

/* SNS */
.articleSNS{
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 16px;
}

.articleSNS li{
    display: inline-block;
    margin: 0 4px 0;
}

.article-twi a{
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/twi.png)no-repeat;
    height: 16px;
    width: 16px;
    background-size: cover;
}

.article-fb a{
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/fb.png)no-repeat;
    height: 16px;
    width: 16px;
    background-size: cover;

}

.article-fb a:hover{
    background: url(../images/fb-or.png)no-repeat;
    background-size: cover;

}

.article-twi a:hover{
    background: url(../images/twi-or.png)no-repeat;
    background-size: cover;

}


.contentBoxWrap .name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}


/*
.alignright{
    float: right;
}

.contentBox .clearboth{
    margin-top: 8px 24px 24px;
}



.contentBoxWrap .name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

*/









/* ------------------
## contact
-------------------*/
.contact dl{
    margin: 0;
}

.contact dt{
    float: left;
    clear: both;
}

.contact dt:after{
    content: ":";
    padding: 0 8px;
}

.contact .text{
    margin-top: 32px;
}

.contact a{
    color: #333;
}

.contact a:hover{
    text-decoration: underline;
    color: #edac58;
}

/* ------------------
## history
-------------------*/
.history{
    margin-top: 0px;
}

.history .read{
    text-align: left;
    font-size: 13px;
    margin: 24px 0 0;
    padding: 0 24px 24px;
    border-bottom: #e0d7d0 1px solid;
}

.history dt{
    float: left;
    clear: both;
    font-size: 18px;
    font-weight: bold;
}

.history dd{
    padding-left: 128px;
}

/* ------------------
## support
-------------------*/
.support{
    margin-top: 24px;
    padding-bottom: 32px;
}

.supportDate{
    position: absolute;
    right: 60px;
    bottom: 11px;
}

.support img,
.history img{
    box-shadow: none;
    max-height: 157px;
    max-width: 420px;
    margin: 0 8px 16px;
}

.history img{
    margin: 0 4px 8px;
    max-height: 148px;
}

.supportInrBox{
    padding: 0 8px;
}

.support .contentBox{
    padding-top: 16px;
}


/* ------------------
## pager
-------------------*/
/*
.list {
    overflow:hidden;
    margin: 30px auto;
    padding:0;
}
*/

.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:8px 8px;
    color:#333;
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.pager span:hover {
    cursor:pointer;
    background:#ccc;
}

.pager span.current {
    color:#fff;
    background:#ccc;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#dcdcdc;
    background:none;
    border: none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

.pager span.next,
.pager span.prev{
    border: none;
}

.pager span.next:hover,
.pager span.prev:hover{
    background: none;
}

/* page custom */
#20130604 .alignleft{
    margin: 0;
}


.support table,
.history table{
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 8px 0;
    width: 100%;
}

.support th,
.support td,
.history th,
.history td{
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
}

.support td,
.history td{
    border-left: 1px solid #ccc;
}

/* ==================
>> tablet（max-whith:768px）
================== */
@media screen and (max-width: 768px){
    .contentWrap{
        width: 100%;
        padding: 32px;
    }
    
    .alignright{
        float: none;
        margin-left: 0;
    }
    
    #page-top {
        bottom: 100px;
        right: 20px;
    }
    
    /* header */
    header a h1{
        left: 16px;
    }
    
    .titleTag{
        position: absolute;
        left: 80px;    
    }
    
    .titleTag span{
        font-size: 24px;
    }
    
    .hSns{
        right: 16px;
        bottom:15px;
    }
    
    .icoFmpj{
        right: 16px;
        bottom: 13px;
    }
    
    .keyword-input{
        width: 160px;
    }
    
    .search{
        bottom:13px;
        right: 64px;
    }
    
    /* topImg */
    .topImg{
        height: 170px;
        margin-bottom: 16px;
    }
    
    
    .topImg p{
        padding: 0 24px;
        height: 120px;
        font-size: 18px;
    }
    
    /* nav */
    nav li a{
        padding: 0 32px;
    }
    
    /* footer */
    footer{
        width: 100%;
        margin-top: 32px;
    }
    
    /* topics */
    .topics li{
        display: inline-block;
        width: 31.3%;
        border: 1px solid #e0d7d0;
        font-size: 14px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin: 0 1%;
        vertical-align: top;
        height: 352px;
        position: relative;
    }
    
    /* page */
    
    .contentImgBox{
        margin-top: 8px;
    }
/*
    
    .contentImgBox img{
        height: 124px;
    }
*/
    
    /* history*/
    .history dt{
        float: none;
    }
    
    .history dd{
        padding-left: 0;
        margin-left: 0;
    }
    
    .history .readmoreBtn,
    .history .closeBtn{
        left: 0;
    }
    
    .history .contentBox{
        margin-bottom: 16px;
    }
    
    .contentBox{
        padding: 0 16px 16px;
    }
    
    .history .contentBox h1{
        padding: 0;
        margin-bottom: 22px;
    }
    
    .prevBtn a{
        padding-top: 0px;
    }
    
    .support{
        margin-top: 16px;
    }
    
    .support img{
        margin: 16px 16px 16px 0;
    }
    
    #gsc-i-id1{
        width: 160px !important;
    }
    
    .hSns li{
        margin-bottom: 4px;
    }
}
    



/* ==================
>> SP（max-whith:640px）
================== */
@media screen and (max-width:640px){
    .spbr{
        display: inline-block;
    }
    
    .spnone,
    .topNav,
    .headerBox{
        display: none;
    }
    
    #page-top {
        bottom: 106px;
        right: 12px;
    }
    
    #page-top a{
        width: 32px;
    }
    
    /* header */
    header{
        height: 64px;
        font-size: 11px;
        background: #fff;
        z-index: 9998;
        box-shadow: 0 9px 12px -8px #ccc;
    }
    
    header .contentWrap{
        height: 64px;
        margin: 0;
        padding: 16px 0;        
    }
    
    header a h1{
        width: 40px;
        height: 40px;
        left: 12px;
    }
    
    header a h1 img{
        width: 32px;
        height: 32px;
    }
    
    .titleTag{
        left: 50px;
    }
    
    .titleTag span{
        font-size: 18px;
    }
    


    /* nav */
    nav{
        display: none;
    }
    
    .slicknav_menu{
        display: block;
        position: absolute;
        z-index: 9998;
        right: 0;
        top: 64px;
        background-color: transparent;
        height: 64px;
        width: 100%;
        padding: 0;
        height: 0;
    }
    
    .slicknav_nav{
        height: auto;
        z-index: 9999;
        background: #fff;
        box-shadow:0 9px 12px -8px #ccc;   
    }
    
    .slicknav_nav a{
        color: #333;
        font-size: 14px;
        padding: 20px 10px;
        margin: 0 5px;
    }
    
    .slicknav_nav ul{
        margin: 0;
    }
    
    .slicknav_nav li{
        line-height: 1;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #edac58;
        position: relative;
    }
    
    .slicknav_nav li:first-child{
        box-shadow:0 8px 12px -8px #ccc inset;        
    }
    
    .slicknav_nav li:after{
        content: none;
    }
    
    .slicknav_nav li a:after{
        content:"";
        display: block;
        width:6px;
        height:6px;
        border-top:4px solid #edac58;
        border-right:4px solid #edac58;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right:20px;
        top:50%;
        margin-top:-6px;
    }
    
    .slicknav_btn{
        background-color: transparent;
        height: 64px;
        margin: 0;
        padding: 24px 16px;
        position: absolute;
        top: -64px;
        right: 0;
    }
    
    .slicknav_menu .slicknav_icon-bar{
        background-color: #edac58;
        box-shadow: none;
    }
    
    .slicknav_menu .slicknav_menutxt{
        text-shadow: none;
    }
    
    /* topImg */
    .topImg{
        background: url(../images/mainImg.jpg)no-repeat center;
        height: 176px;
        margin-bottom: 0;
    }
    
    .topImg p{
        font-size: 12px;
        height: 120px;

    }
    
    /* topSP nav */
    .spTopNav{
        display: block;
        border-bottom: 1px solid #edac58;
        height: 72px;
        width: 100%;
        margin-bottom: 0;
    }
    
    .spTopNav ul{
        display: table;
        width: 100%;
    }
    
    .spTopNav li{
        width: 33.3%;
        line-height: 1.2;
        padding: 0;
        border-right: 1px solid #edac58;
        height: 72px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .spTopNav li:last-child{
        border-right: none;
    }
    
    .spTopNav li:after{
        content:none;
    }
    
    .spTopNav li a{
        color: #edac58;
    }
    
    /* topics */
    .topics h1{
        margin-bottom: 0;
        margin-top: 16px;
        font-size: 18px;
        margin-bottom: 4px;
    }
    
    .topics li{
        width: 100%;
        margin: 0;
        border: none;
        border-bottom: 1px solid #e0d7d0;
        border-radius: 0;
        height: auto;
        padding-bottom: 8px;
    }
    
    .topics li .topicsContent{
        text-decoration: underline;
        margin: 8px 0;
    }
    
    .topics li:hover{
        border: none;
        border-bottom: 1px solid #e0d7d0;
        border-radius: 0;
    }
    
    .topics li p{
        float: left;
        margin-right: 16px;
        margin-top: 8px;
    }
    
    .trimming{
        width: 80px;
        height: 80px;
        overflow: hidden;
    }
    
    .topics li img{
        border-radius: 0;
    }
    
    .topicsDate{
        position: static;
        margin-bottom: 0;
    }
    
    .topics li span{
        padding: 0;
    }
    
    /* footer */
    footer{
        clear: both;
        margin-top: 8px;
        padding: 0 16px;
        border-top: none;
        border-top: none;
        margin-bottom: 8px;
    }

    .footerBox{
        display: block;
        padding: 0 16px;
        overflow: auto;
        margin-top: 16px;
    }
    
    .fSns{
        position: relative;
        height: 40px;
    }
    
    .fSns li{
        float: left;
        width: 10%
    }
    
    .fSns li a img{
        width: 24px;
    }
    
    .keyword-input{
        width: 80%;
        height: 26px;
        border: 1px solid #edac58;
    }
    
    .search{
        width: 70% !important;
        text-align: right;
        top: 0;
        height: auto;
        right: 8px;
    }
    
    .submit-btn{
        width: 32px;
        background:url(../images/search.svg)no-repeat;
    }
    
    input.gsc-search-button{
        background: url(../images/search_or.png)no-repeat !important;
        width: 24px !important;
        height: 24px !important;
        background-size: 24px !important;
    }
    
    .contentWrap{
        padding: 0 24px 24px;
    }
    
    .history .read{
        margin-top: 0;
        padding: 16px 6px 16px;
    }
    
    .history .contentBoxWrap{
        padding: 0;
    }
    
    .history .contentBox{
        padding: 0 0 16px;
        margin-bottom: 8px;
    }
    
    
    
    .support{
        padding-top: 38px;
    }
    
    .supportDate,
    .articleSNS{
        bottom: 8px;
    }
    
    .support .contentBox{
        padding: 0 0 32px;
        margin-bottom: 16px;
    }
    
    .history dt{
        font-size: 14px;
    }
    
    .contentBox h1{
        font-size: 14px;
        padding: 0;
        margin-bottom: 16px;
    }
    
    .readmoreBtn{
        margin-top: 16px;
    }
    
    .readmoreBtn,
    .closeBtn{
        width: 96px !important;
        font-size: 13px;
        padding: 8px 0;
        margin-top: 8px;
    }
    
    .contentImgBox img{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    
    .supportInrBox{
        padding: 8px 0;
    }
    
    .pageTtl{
        font-size: 16px;
        margin-top: 0;
    }
    
    .contentBoxWrap{
        padding: 0;
    }
    
    .contentBoxWrap .name{
        font-size: 16px;
    }
    
    .history .contentBox h1{
        margin-bottom: 16px;
    }
    
    .contact{
        padding-top: 16px;
    }
    
    .alignleft,
    .alignright{
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .alignleft img,
    .alignright img{
        text-align: center;
    }  
    
    .prevBtn a:before{
        top: 76px;
        z-index: 2;
    }
    
    .prevBtn a{
        margin-bottom: 16px;
    }
    
    #gsc-i-id2{
        border: #edac58 1px solid !important;
        width: 100% !important;
    }
    
    .support img{
        margin: 8px 0;
        max-width: 100%;
    }
    
    .support img,
    .history img{
        width: 100%;
        max-height: 100%;
        height: auto;
        padding-top: 8px;
    }
    
    .articleSNS{
        bottom:11px;
    }
    
    .support table,
    .history table{
        font-size: 13px;
        border: 1px solid #ccc;
        margin: 8px 0;
        width: 100%;
    }

    .support th,
    .support td,
    .history th,
    .history td{
        padding: 4px 8px;
        border-bottom: 1px solid #ccc;
    }

    .support td,
    .history td{
        border-left: 1px solid #ccc;
    }




    
}
