/*記事のデザイン*/
  
.section-wrap{
    padding: 30px;
    background:#fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius:3px;
    margin-bottom:25px;
}
 
.sub-conts .section-wrap .section-in{
    border-radius:3px;}
  
.section-wrap .section-title{
    border-top: none;
}
  
.sub-conts .section-wrap .section-in{
    background: #fff;
}
 
ul.sub-menu{
    background-color: #edf3fb;;
}
 
/*リンクのデザイン*/
  
 a{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #0072ba;
}
a:hover,
a:active,
a:focus{
    color: #5bbb24;
}
 
.link-next a{
    padding: 15px 25px;
    background: #00956e;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
  
/*見出しのデザイン*/
 
.article-body h2 {
    position: relative;
    border: none;
    padding: 15px 18px !important;
    border-radius: 3px;
    background-color: #043d78;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
   
.article-body h3{
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 3px solid  #043d78 !important;
}
  
/*メニューデザイン*/
  
.global-nav{
    background: #043d78;
}
  
.global-nav-in li a{
    color: #fff;
    transition: 0.8s;
}
  
.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
    background-color: #fff;
    color:  #043d78;
}
  
/*ヘッダーデザイン*/
 
.site-header-conts{
    padding: 50px 0 50px;
}
  
/*関連記事デザイン*/
.contents.related-articles.related-articles-thumbs01{
    background-color: #f3f3f3;
}
   
.related-articles-thumbs01 li{
    font-size: 15px;
    padding: 0px 10px 0 15px;
    margin: 10px auto;
    width: 90%;
    border-bottom: 1px dotted #000;
}
   
.related-articles-thumbs01 li:last-child{
    border: none;
    padding-bottom: 20px;
}
   
.related-articles-thumbs01 img{
    margin-bottom: 10px !important;
    border-radius: 100px;
}
   
.related-articles-thumbs01 .related-thumb{
    margin-bottom: 0px !important;
}
   
/*SNSデザイン*/
  
.sns{
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;/*上に点線を*/
}
   
.sns p{
    margin-top: 20px;
    font-weight: bold;
}
   
.snstext{
    font-size: 15px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}
   
.sns ul {
    list-style:none;
    padding:0px;
    margin-left:15px;
   
}
.sns li {
    width:31%;
    float:left;
    padding:5px;
    text-aligh:center;
    list-style:none;
}
   
   
@media
only screen and (max-width : 900px){
.sns li {
     width:45%;}
   
}
@media
only screen and (max-width : 413px){
.sns li {
     width:45%;}
   
}
   
.sns li a {
    font-size:20px;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
   
.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:#00acee;
    box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
    background:#0092ca;
}
   
/* Facebook */
.sns  .facebook a {
    background:#3b5998;
    box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
    background:#2c4373;
}
   
/* グーグル */
.sns .googleplus a {
    background: #dc4e41;
    box-shadow: 0 5px 0 #d51e31;
}
.sns .googleplus a:hover {
    background:#bb4237;
}
   
/* はてぶ */
.sns .hatebu a {
    background:#00a5de;
    box-shadow: 0 5px 0 #0081b8;
}
.sns .hatebu a:hover {
    background: #008cbd;
}
   
/* LINE */
.sns  .line a {
    background:#25af00;
    box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
    background:#219900;
}
    
/* Pocket */
.sns  .pocket a {
    background:#f03e51;
    box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
    background:#c0392b;
}
   
/*ヘッダーのSNSを非表示に*/
header .sns{
    display:none;}
  
/*フッターデザイン*/
  
.keni-footer{
    margin-bottom: 40px;   
}
   
.footer-widget01{
    text-align: center;
    width: 30%;
    float: left;
    margin-bottom: 10px;
}
   
   
.footer-widget01 li{
    font-size: 17px;
    list-style-type: none;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dotted #fff;
    margin-right: 40px;
    margin-left: 40px;
   
}
.footer-widget01 a{
    text-decoration: none;
    display: block;
   
}
   
.footer-widget02{
    text-align: center;
    width: 30%;
    float: left;
    margin-bottom: 10px;
}
   
   
.footer-widget02 li{
    font-size: 17px;
    list-style-type: none;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dotted #fff;
    margin-right: 40px;
    margin-left: 40px;
   
}
.footer-widget02 a{
    text-decoration: none;
    display: block;
   
}
   
.footer-widget03{
    text-align: center;
    width: 30%;
    float: left;
    margin-bottom: 10px;
}
   
   
.footer-widget03 li{
    font-size: 17px;
    list-style-type: none;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dotted #fff;
    margin-right: 40px;
    margin-left: 40px;
   
}
.footer-widget03 a{
text-decoration: none;
display: block;
   
}
   
footer h3{
    border: 1px solid #FFF;
    border-radius: 30px;
    background: #fff;
    color: #001155;
    margin: 20px;
}
   
.site-footer{
    background: #001155 !important;
    color: #fff !important;
    border-top: 3px solid #171844;
}
 
/*スマホ用カスタム*/
@media
only screen and (max-width : 736px){
     
.section-wrap{
    padding: 20px 5px;}
     
.site-header-conts{
    padding-bottom:0px;     
}   
.link-next{
    margin-top:30px;
}
 .global-nav ul{
    width: 100% !important;
    left:0 !important;
    top: 40px !important;
    position: fixed !important;
}
.global-nav-panel{
    position: fixed;
    background: #043d78 !important;
    width: 100%;
    z-index: 3;
}
.footer-widget01,
.footer-widget02,      
.footer-widget03{
    width: 100%;}
}
 
 
@media
only screen and (max-width : 320px){
.snstext,
.sns li a{
    font-size:12px;
    }   
}
 
.sns ul {
    margin-left:5px;
    }