@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
	font-size: 14px;
	line-height: 1.5;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    display: inline-block;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
}
h2,h3,h4,h5,h6{
    font-size: 130%;
    margin-bottom: 25px;
    padding: 8px 0;
}


.container {
	width: 1060px;
	margin: 0 auto;
}
.container-inner {
	display: flex;
	justify-content: space-between;
	width: 960px;
    margin: 0 auto;
}

.column-area {
	display: flex;
	justify-content: space-between;
    align-content: flex-start;
	flex-wrap: wrap;
	width: 700px;
}

.column {
	width: 49%;
    margin-bottom: 30px;
}
.column > h2 {
    margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	background: #333;
}
.column-inner {
	padding: 20px;
	background: #333;
}
.column-inner img {
	width: 100%;
    margin-bottom: 15px;
}
.column-inner a {
	color: #fff;
}
.column-inner a .more {
	margin-left: 10px;
	color: #f40010;
}
.column-inner a .more:hover {
	border-bottom: 1px solid  #f40010;
}


.side-menu {
    width: 245px;
    padding: 0 10px 10px;
    color: #fff;
    background: #000;
}
.side-menu > h2 {
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 200%;
    font-weight: bold;
    font-family: 'Impact';
    text-align: center;
    color: #fff;
    background: #333;
}
.side-child {
    margin-bottom: 20px;
}
.side-child:last-child {
    margin: 0;
}
.side-child img {
    width: 100%;
}

.side-child li a {
    display: inline-block;
    padding-top: 10px;
    color: #fff;
    border-bottom: 1px solid  #f40010;
}
.side-child li a:hover {
    color: #f40010;
}
.side-child:last-child li a {
    margin-bottom: 20px;
}


.content {
    width: 960px;
	margin: 25px auto 0;
}
.content > h2 {
	margin-bottom: 10px;
	padding: 15px 20px;
	background: #fff;
}


.content.link {
	border: 3px solid #333;
}
.content.link > h2 {
	color: #fff;
	background: #333;
}
.content.link .link-inner {
	padding: 0 20px 20px;
	color: #fff;
	background: #000;
}
.link-inner h3 {
	margin-bottom: 10px;
}
.link-inner h3 a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	background: #f40010;
}
.link-inner h3 a:hover {
	opacity: .7;
}
.link-inner p {
    padding-left: 20px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 10px 0 30px;
}
nav ul li {
    max-width: 24%;
}
nav ul li a {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
nav ul li a:hover {
    color: #f40010;
}

header {
    display: flex;
    flex-direction: column;
}
.header-top {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #333;
}
header .site-name a {
    display: block;
    margin: 10px 0 10px;
    font-size: 25px;
    color: #fff;
}
header .site-name a:hover {
    opacity: .8;
}
header .slogan {
    color: #fff;
}


.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    border: 0;
    box-shadow: none;
}
.bx-controls.bx-has-pager {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: block;
    width: 200px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #f40100;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    background: #333;
    border-radius: 7px;
    box-shadow: 0px 0px 3px 1px #fff;
}


.entry {
    width: 100%;
    padding: 20px;
    background: #fff;
    line-height: 1.5;
}
.entry h2 {
    padding: 10px;
    border: 1px solid #000;
}
.entry h3 {
    padding-left: 10px;
    border-left: 10px solid #f40010;
}
.entry h4 {
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
}
.entry h5 {
    padding-bottom: 3px;
    border-bottom: 1px solid #f40010;
}
.entry h6 {
    padding-left: 10px;
    border-left: 6px double #000;
}

strong {
    font-size: 14px;
    border-bottom: 3px solid #f40010;
}
em {
    font-style: normal;
    border-bottom: 1px solid #999;
}
b {
    font-size: 14px;
}
del {
    text-decoration: line-through;
}

.entry ul,
.entry ol{
    margin: 20px 0;
    font-size: 1.2em;
}
.entry ul li {
    margin: 10px 0;
}
.entry ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: #333;
}
.entry ol {
    counter-reset: ol;
}
.entry ol li {
    margin: 5px 0;
}
.entry ol li::before {
    counter-increment: ol;
    content: counter(ol);
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 5px;
    text-align: center;
    line-height: 2em;
    color: #fff;
    background: #333;
    border-radius: 50%;
}

.eye-catch img {
    width: 100%;
    margin: 20px 0;
}

blockquote {
    position: relative;
    margin: 20px 0;
    padding: 40px 70px;
    border: 1px solid #333;
}
blockquote::before {
    content: "\f10d";
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    font-size: 30px;
    color: #333;
    font-family: FontAwesome;
}
blockquote::after {
    content: "\f10e";
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block;
    font-size: 30px;
    color: #333;
    font-family: FontAwesome;
}
address {
    margin: 20px 0;
    padding: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid  #f40100;
}
.entry a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid  #f40100;
}
.entry a:hover {
    color: #f40100;
}
ins {
    display: inline-block;
    padding: 10px;
    color: #333;
    background: #eee;
}
.entry img {
    margin: 20px 0;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}
pre {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid  #ccc;
}
table {
    margin: 20px 0;
    border-collapse: collapse;
}
table th {
    padding: 5px 20px;
    color: #fff;
    background: #ff5151;
    border: 1px solid #333;
}
table td {
    padding: 5px 20px;
    border: 1px solid #333;
}

.column-area > h2 {
    padding-left: 10px;
    font-size: 150%;
    color: #fff;
    border-left: 5px solid  #f40100;
}

.pan-navi {
    display: flex;
    width: 960px;
    margin: 10px auto;
    padding: 10px 0;
    border-bottom: 1px solid  #333;
}
.pan-navi li::after {
    content: "\f105";
    display: inline-block;
    margin: 0 20px;
    font-family: FontAwesome;
    color: #fff;
}
.pan-navi li:last-child::after {
    content: none;
}
.pan-navi li a {
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.pan-navi li a:hover {
    border-bottom: 1px solid  #f40100;
}




footer {
    margin-top: 200px;
    padding: 20px;
    background: #333;
}
.to-top {
    text-align: right;
}
.to-top a {
    color: #fff;
}
.to-top a::after {
    content: '\f106';
    font-family: FontAwesome;
}
.to-top a:hover {
    border-bottom: 1px solid  #ccc;
}
.foot-menu {
    display: flex;
    flex-wrap: wrap;
}
.foot-menu-in {
    width: 30%;
    padding-right: 20px;
}
.foot-menu-in h2 {
    margin: 0;
    font-size: 20px;
    font-family: 'Impact';
    color: #fff;
}
.foot-menu-in ul li a {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 5px;
    color: #ccc;
}
.foot-menu-in ul li a:hover {
    border-bottom: 1px solid #ccc;
}
.foot-copy {
    font-size: 12px;
    color: #fff;
}
.line {
    width: 100%;
    height: 2px;
    margin: 20px 0;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #484848;
}


.sns-container {
    position: fixed;
    right: 0;
    top: 100px;
    width: 40px;
    height: 160px;
}
.button-whole a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f00;
}
.button-whole a:hover {
    opacity: .8;
}


.not-found {
    padding-left: 10px;
    font-size: 25px;
    font-family: 'Impact';
    border-left: 10px solid  #f40100;
}

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