
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1,h2,h3{
font-family: 'Noto Sans JP', sans-serif;
}
a {
    color: #3c75d2;
}
h1{
    font-weight: 900;
}
h2{
    font-weight: 700;
}h3{
    font-weight: 500;
}
header{
background-color: #3c75d2;
    color: #fff;
    width: calc(100% - 30px);
    padding: 3px;
    margin: 0 auto;
    display: table;
}
header h1{
	    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 0 21px;
}
header h1 a{
	color: #fff;
}
header h1 a:hover{
	text-decoration: none;
		color: #fff;

}
header::before{
content: "";
    background: url(/assets/image/ore.png);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    float: left;
}
.profile{
    background-color: #3c75d2;
    height: 104px;
    display: table;
    margin: 30px 0 0 0;
}
.profiler{
	display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.profile::before{
content: "";
    background: url(/assets/image/ore.png);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    float: left;
    margin: 2px;
}
.profiler h4{
font-size: 15px;
    display: inline-block;
    padding: 0 10px 10px;
    margin: 0;
    color: #fff;
    }
.profiler p{font-size: 12px;
    display: inline-block;
    padding: 0 10px 0;
    width: 100%;
    color: #fff;
margin: 0;
}

.row {
    margin-bottom: 20px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-9 img{

    max-width: 96%;
    height: auto;
   } 
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.pagination a {
    border: 1px solid #007bff;
    padding: 2px 9px;
    margin: 0 2px;
    color: #ffffff;
    background-color: #007bff;
}
.pagination a:hover {
    border: 1px solid #007bff;
    padding: 2px 9px;
    margin: 0 2px;
    color: #007bff;
    background-color: #ffffff;
    text-decoration: none;
}
.pagination span {
border: 1px solid #484848;
    background-color: #484848;
    color: #ffffff;
    padding: 2px 9px;
    margin: 0 2px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breadcrumb{
background: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0.75rem 10px;
}
.breadcrumb li{
	    margin: 0 6px 0 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: 0rem;
}
.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em 6px;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
    color: #ffffff;

}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

.caution{

}
.caution p{
	font-size: 12px;
    padding: 0 14px;
}

.catename{
font-weight: 900;
    padding: 0 0 0 5px;
    font-size: 32px;
    display: inline-block;
    color: #000;
}
.catename::after{
	content: "";
    display: block;
    height: 12px;
    margin: -10px 0px 0 -5px;
    background: #3c75d2;

}

.catebox{
width: 100%;
    margin: 0 0 30px;
        display: table;
    }
.catebox div{
	    display: table-cell;
	width: 32%;
    display: inline-block;
    margin: 30px 0 0px;
}
.catebox div:nth-child(3n+1) {
    clear: both;
}
.catebox div img{
    width: 100%;
}
.catebox a{
display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    }

.catebox a:hover{
	border: 1px solid #ccc;
    }

.catebox a p{
	display: inline-block;
    margin: 20px 0 0 0;
    }

.recentarticle {
    display: table;
    width: 100%;
}
.recentarticlebox {
display: table-cell;
    padding: 10px;
    width: calc(50% - 0px);
    float: left;
}
.recentarticlebox:nth-child(2n+1) {
    clear: both;
}
.recentimage{
    height: 150px!important;
    display: block;
    overflow: hidden;
    margin: 0 0 8px;
}
.recentimage img{
	object-fit: cover;
}
.recentarticlebox h2 {
    font-size: 24px;
    border-left: 9px solid #3c75d2;
    padding: 0 0 0 4px;
    margin: 0 0 12px 0;
    color: #3c75d2;
}

.recentarticlebox p {
    font-size: 14px;
    display: inline;
    margin: 0 2px;
}

.col-md-3 {
    border-left: 1px solid #ccc;
}

.foot01 {
    width: 100%;
    background-color: #3c75d2;
}
.foot01 div{
	background-color: #3c75d2;
    color: #fff;
    width: calc(100% - 30px);
    padding: 3px 0 18px;
    margin: 0 auto;
    display: table;
    max-width: 960px;
}
.foot01 h4{
font-size: 16px;
    padding: 0.75rem 0;
    border-bottom: 1px solid #799eda;
   margin: 0.75rem 1.25rem 0;
    }
.foot01 p{}
.foot01 .list-group {
    display: table;
    width: 100%;
}
.foot01 .list-group-item{
	background-color: transparent;
    border: 0;
    float: left;
    color: #fff;
    display: table-cell;
    width: calc(25% - 20px);
    font-size: 14px;
}
.foot01 .list-group-item:hover{
	
}
.foot01 .list-group-item:nth-child(4n+1) {
    clear: both;
}

.foot01 .copy{
border-top: 1px solid #799eda;
    padding: 0.75rem 0 0;
    margin: 14px 20px 0;
    width: calc(100% - 39px);
}
.foot01 .copy p:nth-child(2n+1) {
	float: left;
}
.foot01 .copy p {
font-size: 13px;
    margin: 0 0 8px 0;
    float: right;
}
.foot01 .copy a {
    color: #fff;
}

footer {
    background-color: #484848;
}
footer div {
    width: calc(100% - 30px);
    padding: 3px;
    margin: 0 auto;
    max-width: 960px;
}
footer p{
	color: #fff;
    margin: 12px 0;
    font-size: 12px;
}
.image_100 a,.image_100 img{
	 max-width: 96%;
    height: auto!important;
}

@media (max-width:767px) {
	header {
    width: 100%;
}

	.col-md-3 {
    border-left: 0px solid #ccc;
        max-width: 96%;
	}
	.col-md-3 .list-group{
		margin: 30px 0 8px;
	}
	.col-md-9 {
    max-width: 100%;
}
	.col-md-9 img{
    max-width: 96%;
    height: auto;
}
.profiler {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 12px 0;
}
.profile::before {
content: "";
    background: url(/assets/image/ore.png);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    float: none;
    margin: 12px auto 2px;
}
.recentimage {
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 0 8px;
}
.recentarticlebox {
    width: 100%;
}
.row {
    display: block;
        margin-bottom: 0;
}
.foot01 .list-group-item{
    width: calc(50% - 20px);
}
	.foot01 .list-group-item:nth-child(2n+1) {
	    clear: both;
	}
	.foot01 div {
	    width: 100%;
	}

	.foot01 .copy p:nth-child(2n+1) {
		float: none;
	}
.container, .container-sm {
    max-width: 100%;
    width: 100%;
}

}
