@charset "UTF-8";		
		
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {		
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		box-sizing: border-box;
	}	
body {
	line-height: 2;
	font-family: "Libertinus Math", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	background-color: #EEE;
	letter-spacing: 1px;
	color: #444;
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: #111;
    text-decoration: none;
}		
		
a:hover {
    opacity: 0.8;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: rgba(255,255,255,0.3);
}

.main {
    width: 70%;
}

.sidebar {
    width: 30%;
}

header {background-image:url(../img/main_image.jpg);padding: 0;background-size: cover;background-repeat: no-repeat;background-position: center center;max-width: 100%;margin: 0 auto;ackground-color: #000;}

header nav {
	background-color: #0069b7;
}
header nav ul{
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
header nav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	display: block;
}
.nav_toggle{
	display: none;
}		

header nav ul li {
    width: 20%;
    text-align: center;
    line-height: 50px;
}

header nav ul li a:hover,header nav ul li a:active {
    color: #333;
    box-sizing: border-box;
    background-color: #EEE;
}

.title {
    text-align: center;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #e50112;
}

.title a {
    color: #FFF;
    font-size: 12px;
}

ul#links01 li:last-child {
    border-right: 1px solid #DDD;
}

ul#links01 a:hover {
    background-color: rgb(0,152,226);
    color: #FFF;
}

.menu {
    border-bottom: rgba(0,0,0,0.3) 5px solid;
    overflow: hidden;
}

.color3 {
    background-color: #111;
    color: #FFF;
}

.color2 {
    background-color: rgb(46 46 46 / 50%);
    color: #FFF;
}

.color1 {
    background-color: rgb(255 255 255);
}

.main_image {max-width: 1100px;margin: 0 auto;padding: 250px 0;}

.block1 {
    padding: 30px;
    overflow: hidden;
    width: 100%;
}

.main_image article {
    padding: 40px 30px;
    max-width: 50%;
    color: #FFF;
}

.main_image article h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.main_image p.btn {
    background-color: #B6451F;
    text-align: center;
    margin: 20px 0 0;
    display: block;
    border-radius: 5px;
    font-family: 'Arimo', sans-serif;
    width: 50%;
    font-weight: bold;
}

.main_image p.btn a {
    display: block;
    line-height: 40px;
    color: #333;
}

.box3 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 auto;
}

.box3 article {
    width: 100%;
    /* background-color: #FFF; */
    padding: 0;
    margin-bottom: 20px;
    border: 2px solid #0069b7;
}

.box3 article img {
    width: 100%;
}

.box3 article a {
    color: #333;
}

.box3 article h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    line-height: 1.5;
}

.content {
    max-width: 1100px;
    margin: 0 auto 40px;
}

.content h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 60px;
}

.content img {
    float: left;
    margin: 0 0 20px;
    width: 100%;
    border: 1px solid #CCC;
}

.content h3 {
    font-weight: bold;
    color: #0069b7;
    font-size: 24px;
    margin: 0 0 20px;
    border-bottom: 2px solid #CCC;
    padding: 0 7px 7px;
}

.content p {
    margin-bottom: 30px;
}

.box4 {
    max-width: 1100px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.box4 article {
    width: 33%;
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 20px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.box4 article img {
    width: 100%;
}

.box4 article a {
    color: #333;
}

.box4 article h2 {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.box1 {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

.box1 article {
    text-align: center;
}

.box1 article a {
    color: #333;
}

.box1 article h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.box1 p.btn, .box3 p.btn,.box2 p.btn {
    background-color: #e50112;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #333; */
    line-height: 50px;
    position: relative;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
}

.box1 p.btn a {
    display: block;
    color: #FFF;
}

.box1 p.btn a, .box3 p.btn a,.box2 p.btn a {
    display: block;
    color: #FFF;
}

.color4 {
    background-color: rgba(0,0,0,0.7);
}

.link {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}

.link aside h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    font-family: 'Arimo', sans-serif;
}

footer {
    background-color: #0069b7;
    padding: 40px 20px;
    color: #CCC;
    font-size: 14px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

footer a {
    color: #CCC;
}

ul.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,0.7); */
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: hidden;
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 12px;
}

ul.breadcrumb li:after {
    content: ">";
    margin: 0 0 0 5px;
}

ul.breadcrumb li:last-child:after {
    content: none;
}

.page-top {position: fixed;right: 10px;margin: 0;font-size: 12px;font-weight: normal;z-index: 100;bottom: 10px;line-height: 20px;font-family: 'Arimo', sans-serif;}
.page-top a {display: block;/* width: 100px; */padding: 5px 17px;color: #ffffff;text-align: center;background: #e50112;opacity: 10;/* border-radius: 50%; *//* border: 1px solid rgb(255,255,255); */}

.page-top i {
    font-size: 30px;
}

.link li a,.link li {
    color: #FFF;
}

.inner {
    background-color: #ffffff;
}

ul.breadcrumb li,ul.breadcrumb li a {
    color: #333;
}

.box1 p.btn:after,.box3 p.btn:after {
    /* content: "\f0da"; */
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.box1 p.btn {
    width: 40%;
}

.box2 p.btn {
    width: 50%;
    border: 1px solid #111;
}

.box3 p.btn {
    width: 80%;
}

.box1 p.btn:hover, .box3 p.btn:hover {
    background-color: #ec3240;
}

.article_inner {
    padding: 0 20px 20px;
}

.box3 article p {
    font-size: 18px;
    line-height: 24px;
}

.box1 article p {
    font-size: 14px;
}

.box4 article p {
    font-size: 14px;
    line-height: 24px;
}

.box2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
}

.color5 {
    background-color: #B6451F;
}

.box2_inner article {
    box-sizing: border-box;
}

.box2_inner.left article {
    margin-left: auto;
    display: table;
    padding: 0 30px 0 30px;
    margin-bottom: 50px;
}

.box2_inner.right article {
    margin-right: auto;
    display: table;
    padding: 0 30px 0 30px;
    margin-bottom: 50px;
}

.box2_inner {
    width: 50%;
}

.block2 {
    width: 100%;
}

.box2_inner.left,.box2_inner.right {
    padding: 50px 0 0 0;
}

.box2_inner article h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.box2_inner article p {
    font-size: 14px;
    line-height: 24px;
}

.main_image_inner article p {
    font-size: 14px;
    line-height: 24px;
}

.main_image.sub {
    padding: 100px 0;
    display: none;
}

main {
    width: 70%;
}

aside {
    width: 30%;
}

.content h2 {
    font-weight: bold;
    font-size: 24px;
    border-bottom: 4px solid #0069b7;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
}

ul.post li {
    border-bottom: 1px dotted #8f8f8f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {		
nav{
	display: none;
	position: absolute;
	top: 62px;
	width: 100%;
	background: #FFF;
	left: 0;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
	/* background-color: rgba(0,0,0,0.8); */
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	display: block;
	font-size: 14px;
}

ul.breadcrumb {
    padding: 0 10px;
    overflow: auto;
    white-space: nowrap;
}

/*開閉ボタン*/
.nav_toggle{
	display: block;
	width: 21px;
	height: 27px;
	position: relative;
	top: 0px;
	z-index: 100;
	margin-left: auto;
	margin-right: 5px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span{
	display: block;
	height: 3px;
	background: #111;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top: 6px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 18px;
}

/*開閉ボタンopen時*/
.open .nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open .nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open .nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
}
.content img {
    float: left;
    margin: 0 20px 20px 0;
    width: 50%;
}
.box2_inner.left article {
    width: 100%;
    padding: 0 40px 0 40px;
}
.box2_inner.right article {
    width: 100%;
    padding: 0 40px 0 40px;
}
}

@media screen and (max-width: 768px) {		
.content img {
    width: 40%;
}
.main_image article {
    max-width: 50%;
}
.box3 article {
    width: 49%;
}
.box4 article {
    width: 49%;
}
.main {
    width: 100%;
}
.sidebar {
    width: 100%;
}
.title {
    padding: 0 20px;
}
main {
    width: 100%;
}
aside {
    width: 100%;
}
}		
		
@media screen and (max-width: 480px) {		
.main_image article {
    max-width: 100%;
}
.box3 article {
    width: 100%;
}
.content img {
    width: 100%;
    margin: 0 0 20px;
}		
.box4 article {
    width: 100%;
}
.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}
.box1 p.btn {
    width: 60%;
}
.title {
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.title a {
    /* font-size: 20px; */
}
.main_image {
    padding: 200px 0;
}
.box2_inner {
    width: 100%;
}
}		
