/* 
    Created on : 2016/02/25, 18:00:33
    Author     : 翔平
*/
@media screen and (min-width: 641px) {
.pcmenu{display:inherit!important;}
.spmenu{display:none!important;}
body{
        width:100%;
        color:#333;
}
ul.category{
    list-style:none;
    padding:5px;
    border-top:2px solid #1166BB;
    margin-bottom:5px;
}
li.category{
    padding:5px;
    color:#1166BB;
    font-weight:bold;
    font-size:13px;
    display:inline;
    width:auto!important;
    white-space:nowrap;
}
li.category a{
    color:#1166BB;
}
a.thumnail {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}
a.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.5s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    height:110px;
}
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10%;
}
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}
a{	text-decoration:none;
        color:#0000ff;
}
a:hover{
    color:#4aa3df;
}
a.overwhite{
    background-color:#ffffff;
    display:block;
}
a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}
h1{
        width:100%;
        margin:0 auto;
        font-size:10px;
        line-height:15px;
        font-weight:normal;
        text-align:left;
}
p{
    font-size:12px;
    line-height:15px;
}
h2{
    font-size:17px;
    line-height:20px;
    margin:20px 0px;
}
h2 span{
    font-size:15px;
}
h3{
    background:#e0cdbd;
    font-weight:normal;
    font-size:14px;
    padding:5px 10px;
}
h2.template{
        font-size:14px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #f40;
}
h2.template::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h4{    
    font-size:12px;
    line-height:17px;
    font-weight:normal;
    height:17px;
    margin-top:5px;
    margin-bottom:0px;
}
h5{
    
}
h6{
    
}
blockquote{
background-color:#ddd;
padding:1em 1em 1em 3em;
position:relative;
border-left:3px solid #333;
margin-left:0px;
width:90%;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
color:#999;
position:absolute;
left:0;
top:0;
}
#header{
        width:100%;
	overflow:hidden;
        margin-bottom:15px;
}
#header .top{
        width:960px;
        margin:0 auto;
}
#header1{
    background:#fff;
}
.header_top span.h1{
        font-size:10px;
        line-height:11px;
        font-weight:normal;
        float:left;
}
#header2{
        float:right;
        font-size:10px;
        margin-top: 10px;
}
#header2 a{
        float:left;
	padding-left:15px;
        text-decoration:none;
       
}
#header3{
        clear:both;
        width:960px;
}
#header3 img{
        float:left;
	width:300px;
        margin-top: 10px;
}
#header4{
        float:right;
	width:300px;
        text-align:right;
        margin-top:10px;
}
#header4 img{  
	width:100px;
}
.content{
        width:90%;
        overflow:hidden;
	margin-right: auto;
	margin-left : auto;
        margin-bottom:20px;
}
.head{    
}
.header_top{
    overflow:hidden;
    width:100%;
}
.header_border{    
    width:100%;
    border-bottom:2px solid #f40;
}
.header_logo{
    float:left;
    width:70%;
    height:50px;
    line-height:50px;
}
.blog_search{
    float:right;
    width:100%;
    margin-top:5px;
    margin-left:auto;
}
.button{
    height:25px;
    line-height: 25px;
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    float: right;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: linear-gradient(#0078c2,#0086ed);
    border-radius:5px;
    text-shadow:1px 1px 1px #333;
    box-shadow:2px 2px 0px #0078c2;
    padding:0px 10px;
}
.midashi_article{
    overflow:hidden;
    width:100%;
}
.midashi_float{
    float:left;
    width:22%;
    margin:10px;
    height:200px;
}
.midashi_float img{
    width:200px;
    height:120px;
}
.paging{
    width:640px;
    overflow:hidden;
    margin-bottom:20px;
}
.prev{
    float:left;
    width:37%;
    font-size:15px;
    height:25px;
    line-height:25px;
    background:#ecf0f1;
    padding:10px;
    border-right:3px solid #fff;
    border-radius:6px;
}
.next{
    float:left;
    width:37%;    
    font-size:15px;
    height:25px;
    line-height:25px;
    background:#ecf0f1;
    text-align:right;
    padding:10px;
    border-radius:6px;
}
.pagenavi{
    text-align:center;
    margin:0px auto;
    line-height:20px;
    background:#fff;
}
.fb_button{
    background:linear-gradient(#66d,#5897fb);
    color:#fff;
    font-weight:bold;
    padding:10px 20px;
    margin-bottom:5px;
    border-radius:8px;
}
.fb_button:hover{
    background:#333;
}
.twi_button{
    background:linear-gradient(#3498db,#66CCFF);
    color:#fff;
    font-weight:bold;
    padding:10px 20px;
    border-radius:8px;
}
.twi_button:hover{
    background:#333;
}
.archive_post{
    width:500px;
    border:solid 1px #555;
    border-radius:10px;
    float:left;
    height:200px;
    padding:20px;
    margin-bottom:20px;
    background:#fff;
}
.archive_post p{
    font-size:13px;
    line-height:19px;
}
.post_jb,
.post_int{
    width:100%;
    padding:15px;
    background:#fff;
}
.post_jb p,
.post_int p{
    font-size:13px;
    line-height:21px;
}
.post_jb ul li,
.post_int ul li{
    font-size:14px;
    margin-left:-10px;
    line-height:20px;
}
.post_jb h1,
.post_int h1{
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
        font-size:18px;
        font-weight:bold;
        width:100%;
}
.post_jb h1::before,
.post_int h1::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #f40;
}
.post_jb h1::after,
.post_int h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h1.clearh1{
	border-left:initial;
        width:auto;
}
h1.clearh1::before {
	left: 0px;
	background-color:initial;
}
h1.clearh1::after {
	border-bottom:initial;
}
.post_jb h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #fff;
	border: 2px solid #5bb7ff;
	border-radius: 6px;
        margin-bottom:30px;
}
.post_jb h2::before,
.post_jb h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.post_jb h2::before {
	border-top: 15px solid #5bb7ff;
}
.post_jb h2::after {
	margin-top: -2px;
	border-top: 12px solid #fff;
}
.post_int h2{
  position: relative;
  padding-left: 25px;
}
.post_int h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #1a73e8;
}
.post_int h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #1a73e8;
    border-image: linear-gradient(to right, #1a73e8 0%, #000f7f 100%);
    border-image-slice: 1;
}
.post_int h3{
	position: relative;
	padding: .5em .75em;
	background-color: #fff;
	border: 2px solid #5bb7ff;
	border-radius: 6px;
        margin-bottom:30px;
}
.post_int h3::before,
.post_int h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.post_int h3::before {
	border-top: 15px solid #5bb7ff;
}
.post_int h3::after {
	margin-top: -2px;
	border-top: 12px solid #fff;
}
.side{
    width:25%;
    float:right;
}
.new_blog{
    clear:both;
}
.side h2{
    font-size:15px;
}
.side h2:first-letter{
    font-size:20px;
    color:#95a5a6;
}
.article{
    width:70%;
    margin:0px auto;
    padding:10px;
    background:#fff;
    float:left;
    margin-bottom:15px;
    }
.article ul {
  position: relative;
}
.article ul.toc_list{    
  border: solid 1px #000;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
}
.article ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.article_int{
    width:85%;
    margin:0px auto;
    padding:10px;
    background:#fff;
    float:left;
    margin-bottom:15px;
    }
.article_int ul {
  position: relative;
}
.article_int ul.toc_list{    
  border: solid 1px #000;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
}
.article_int ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.article_int ol{
border:0px;
font-size:13px;
}
.single_article{
    width:600px;
    margin:0px auto;
    border:#ccc solid 1px;
    padding:30px;
    background:#fff;
    float:left;
    margin-bottom:15px;
    }
.single_article p{
    line-height:21px;
    }
.single_article span{
    background:#34495e;
    color:#fff;
    padding:2px 5px;
}
.single_title{
    border-bottom:1px solid #34495e;
}
.staff_post{
    padding:15px 0px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    }
.staff_post a{
        color:#333;
    }
.staff_post a:hover{
    color:#0044ff;
    }
.post_thumb{
    float:left;
    width:50%;
    margin-top:0px;
    height:100px;
    }
.post_text{
    width:45%;
    float:left;
    margin-top:-12px;
    margin-left:5px;
}
.post_text h1{
    width:auto;
    font-size:20px;
    line-height:25px;
}
.post_text p img{
    line-height:30px;
    height:30px;
}
.staff_post_pick{
    padding:15px;
    border:10px solid #1a73e8;
    border-image: linear-gradient(to right, #000f7f 0%, #1a73e8 100%);
    border-image-slice: 1;
    border-radius:3px;  
    overflow:hidden;
    margin-bottom:15px;
}
.staff_post_pick a{
        color:#333;
    }
.staff_post_pick a:hover{
    color:#0044ff;
    }
.staff_post_pick h3{
        margin: 10px;
}
.post_thumb_pick{
    float:left;
    width:200px;
    margin:15px;
}
.post_thumb_pick img{
    width:300px;
    height:169px;    
}
.post_text_pick{
    float:left;
    width:300px;
}
.post_text_pick p img{
    line-height:30px;
    height:30px;
}
.side_search{
    padding:5px 15px;
    width:auto;
    margin-bottom:10px;
    text-align:center;
}
.staff_post_side{
    padding:0px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
}
.staff_post_side:last-child{
    border-bottom:none;
}
.post_text_side p{
    line-height:15px;
    font-size:13px;
    margin-top:0px;
}
.staff_post_side2{
    padding:0px;
    border-bottom:1px dotted #ccc;
    height:35px;
    line-height:35px;
}
.staff_post_side2:last-child{
    border-bottom:none;
}
.post_thumb_side{
    float:left;
    width:70px;
    margin-right:10px;
}
.post_thumb_side img{
    padding-top:10px;
    width:70px;
    height:50px;
}
.post_text_side{
    float:right;
    width:180px;
}
.terms{
    color:#00A8EF;
    margin: 5px;
}
#footer{
        clear:both;
        width:100%;
        margin-top:30px;
        padding-top:30px;
        border-top:solid 2px #e74c3c;
        text-align:center;
}

#footer p{
        font-size:12px;
        line-height:20px;
}
/* 記事の評価 */
.hyouka  {
  font-style: normal;
  margin: 0px;
  font-size: 0.8em;
  color: #000099;
  clear:both;
  float:left
}
.rating {
  font-style: normal;
  margin: 0px;
  font-size: 0.8em;
  color: #000099;
  height:16px; line-height:16px;
  position:relative;
  background:url("images/rating.png") no-repeat left bottom;
  text-indent:90px}
.rating span {
  font-style: normal;
  margin: 0px;
  font-size: 0.8em;
  color: #000099;
  text-indent:-9999px;
  position:absolute; left:0; top:0;
  background:url("images/rating.png") no-repeat left top;}
#searchform4 {  
    width: 200px;  
    background:url("images/input4.gif") left top no-repeat;   
    display: block;  
    height: 24px;  
    position: relative;  
}  
#keywords4  {  
    width: 156px;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: 1px solid #FFF;  
}  
#searchBtn4 {  
    position: absolute;  
    top: 3px;  
    left: 174px;  
}
li.views{
    font-size:11px;
    font-weight:normal;
    background:#ADD9ED;
    color:#0000ff;
    list-style:none;
    width:auto!important;
    display:inline;
    white-space:nowrap;
}
.prev_navi{
    width:100%;
    padding:20px 0px;
    overflow:hidden;
    margin:0px auto;
}
.prev_navi a{
    color:#333;
}
.prev_navi a:hover{
    color:#0044ff;
}
.prev_na{
    width:39%;
    background:linear-gradient(#fff,#ccc);
    border:1px solid #ccc;
    border-radius:5px;
    height:40px;
    line-height:40px;
    float:left;
    margin-right:10px;
    font-size:13px;
    padding:0px 12px;
}
.prev_na:hover{    
    background:linear-gradient(#ccc,#fff);
}
.home_na{
    width:8%;
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    height:40px;
    line-height:40px;
    float:left;
    margin-right:10px;
    font-size:13px;
    text-align:center;
}
.home_na:hover{
    background:#ccc;
}
.next_na{
    width:39%;
    background:linear-gradient(#fff,#ccc);
    border:1px solid #ccc;
    border-radius:5px;
    height:40px;
    line-height:40px;
    float:left;
    font-size:13px;
    padding:0px 12px;
    text-align:right;
}
.next_na:hover{    
    background:linear-gradient(#ccc,#fff);
}
li.category_side{
    padding:2px 5px;
    border-radius:1px;
    border:1px solid #f40;
    font-size:12px;
    list-style:none;
    display:inline;
    width:auto!important;
    white-space:nowrap;
    line-height:25px;
    margin-right:5px;
}
li.category_side a{
    color:#333;
}
li.category_side a:hover{
    color:#f40;
}
.navigation {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
.navitop {
  float:left;
  width:12%;
  text-align:center;
}
.navileft {
  float:left;
  width:44%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  width:44%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}
.breadcrumbs{
  overflow: hidden;
  width: 100%;
  margin-bottom:20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:12px;
}
.breadcrumbs ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li{
    text-align: left;
}
.breadcrumbs a{
  padding: .5em 1em .5em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.breadcrumbs li:first-child a{
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs a:hover{
  background: #ddd;
}
.breadcrumbs a::after,
.breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
.breadcrumbs a::after{
  z-index: 2;
  border-left-color: #ddd;
}
.breadcrumbs a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
.breadcrumbs a:hover::after{
  border-left-color: #fff;
}
.breadcrumbs .current,
.breadcrumbs .current:hover{
    font-size:12px;
    padding-top:10px;
    font-weight: bold;
    background: none;
}
.breadcrumbs .current::after,
.breadcrumbs .current::before{
  content: normal;
}
.daigaku-kensaku{
    background:linear-gradient(#67a8c9,#2a62bc);
    text-align: center;    
    text-shadow:1px 1px 1px #333;
    margin:0 auto;
    width:90%;
    color:#fff;
    font-size:28px;
    padding:10px;
    margin-top: 20px;
    border-radius:5px;
}
.daigaku-kensaku{
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:15px;
    width:80%;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
.daigaku-kensaku:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}
.daigaku-kensaku:active {
	position:relative;
	top:1px;
}
.furisute_oubo{
    background:linear-gradient(#67a8c9,#2a62bc);
    text-align: center;    
    text-shadow:1px 1px 1px #333;
    margin:0 auto;
    width:90%;
    color:#fff;
    font-size:28px;
    padding:10px;
    margin-top: 20px;
    border-radius:5px;
}
.furisute_oubo {
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:15px;
    width:80%;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
.furisute_oubo:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}
.furisute_oubo:active {
	position:relative;
	top:1px;
}

.furisute_oubo2{
    margin:0px auto;
    background:linear-gradient(#D8000C,#f40);
    text-align: center;    
    text-shadow:1px 1px 1px #333;
    margin:0 auto;
    width:90%;
    color:#fff;
    font-size:28px;
    padding:10px;
    margin-top: 20px;
    border-radius:5px;
}

.furisute_oubo2 {
    margin:0px auto;
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:15px;
    width:80%;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f40 5%, #D8000C 100% );
	background:-ms-linear-gradient( top, #f40 5%, #D8000C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f40', endColorstr='#D8000C');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f40), color-stop(100%, #D8000C) );
	background-color:#f40;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #333;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
.furisute_oubo2:hover {
	background:-moz-linear-gradient( center top,#D8000C 5%, #f40 100% );
	background:-ms-linear-gradient( top, #D8000C 5%, #f40 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8000C', endColorstr='#f40');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #D8000C), color-stop(100%, #f40) );
	background-color:#1e62d0;
}
.newscontainer{
  overflow: hidden;
  margin:0px auto;
  text-align:center;
}
/*home_news*/

.home_news{
  float: left;
  width:45%;
  padding:3px;
  margin-right:5px;
  text-align:left;
}
.home_post{
    width:100%;
    padding-top:15px;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    font-size:16px;
    line-height:20px;
    margin-bottom:-5px;
    }
.home_post a{
        color:#333;
    }
.home_post a:hover{
    color:#0044ff;
    }
.blog_button {
	font-size:16px;
	font-weight:bold;
        width:70%;
        margin:0px auto;
        text-align:center;
	border:1px solid #c92f21;
	padding:9px 18px;
	text-decoration:none;
	background:#c92f21;
	color:#fff;
	display:inline-block;
}
.blog_button:hover {
	background:#ff6767;
	color:#fff;
}
.tablepress th,
.tablepress td {
font-size: 15px;
}

h2.moshimo {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
}

h2.moshimo:before, h2.moshimo:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2.moshimo:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

h2.moshimo:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
.sc-parent {
    width:25%;
    position: relative;
    display:block;
    margin-bottom:10px;
    overflow:hidden;
    float:left;
}
.sc-list{
    width:100%;
    height:30px;
    line-height:30px;
    display:block;
    font-size:12px;
}
.sc-list a{
    color:#000;
    font-weight:bold;
}
.sc-list a:hover{
    color:#0f35a0;
}
.child3{
  position: absolute;
  right:20px;
}
}