@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: 1.5;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	background-color: rgb(94 47 153);
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(94,47,153);
    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 {
    border-top: 5px solid rgb(94,47,153);
}

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

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

header nav ul li a:hover {
    background-color: rgb(94,47,153);
    color: #FFF;
}

.title {
    text-align: center;
    line-height: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 180px 20px;
}

.title a {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 3px 5px #000;
    line-height: 1.5;
}

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

ul#links01 a:hover {
    background-color: rgb(94,47,153);
    color: #FFF;
}

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

.color3 {
    background-color: rgba(255,255,255,0.5);
}

.color2 {
    background-color: rgba(255,255,255,0.7);
}

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

.main_image {
    background: url(../img/main_image.jpg) no-repeat center;
    /* margin: 0 auto 20px; */
    padding: 0;
    background-size: cover;
}

.block1 {
    padding: 20px 20px 0;
    overflow: hidden;
}

.main_image article {
    background-color: rgba(94,47,153,0.6);
    padding: 40px 20px;
    max-width: 35%;
    color: #FFF;
}

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

.main_image p.btn {
    background-color: #FFF;
    text-align: center;
    margin: 20px 0 0;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    font-family: 'Roboto', sans-serif;
}

.main_image p.btn a {
    display: block;
    line-height: 40px;
    color: rgb(94,47,153);
}

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

.box3 article {
    width: 49%;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}

.box3 article img {
    width: 100%;
}

.box3 article a {
    color: #333;
}

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

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

.content h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin: 20px 0 30px;
    line-height: 1.5;
}

.content h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin: 40px 0 20px;
    border-bottom: 4px dashed rgb(94,47,153);
    padding-bottom: 10px;
}

.content img {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.content h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    border-left: 7px solid rgb(94,47,153);
    padding: 0 10px 0 10px;
}

.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: 100%;
    background-color: #FFF;
    padding: 20px;
    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: left;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

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

.box1 article {
    text-align: center;
}

.box1 article a {
    color: #333;
}

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

.box1 p.btn,.box3 p.btn {
    background-color: rgb(94,47,153);
    text-align: center;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    line-height: 50px;
    position: relative;
}

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

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

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

.link {
    max-width: 1100px;
    margin: 20px 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: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 7px;
}

footer {
    background-color: rgba(0,0,0,0.8);
    padding: 40px 20px;
    color: #CCC;
    font-size: 14px;
    text-align: center;
}

footer a {
    color: #CCC;
}

ul.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,0.7); */
}

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;}
.page-top a {display: block;/* width: 100px; */padding: 5px 18px;color: #fff;text-align: center;background: rgb(94,47,153);opacity: 10;border: 1px solid #FFF;}

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

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

.inner {
    background-color: #FFF;
}

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

.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%;
}

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

.box1 p.btn:hover, .box3 p.btn:hover {
    background-color: rgba(94,47,153,0.7);
}

.content ul {
    background-color: rgb(248 237 242);
    padding: 20px;
    border: 2px solid #eda7c6;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
}

.content ul li {
    border-bottom: 2px dotted #AAA;
    padding: 10px;
}

.link li {
    border-bottom: 1px dashed #ffd9ea;
    padding: 5px 0;
}

.content a {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {		
nav{
	display: none;
	position: absolute;
	top: 32px;
	width: 100%;
	background: #EEE;
	left: 0;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #EEE;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #DDD;
	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-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 20px;
	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: #333;
	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%;
}
}

@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: 100px 20px;
}
}		
		
@media screen and (max-width: 480px) {		
.main_image article {
    max-width: 100%;
    background-color: rgba(94,47,153,0.5);
}
.box3 article {
    width: 100%;
}
.content img {
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%;
}		
.box4 article {
    width: 100%;
}
.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}
.box1 p.btn {
    width: 60%;
}
.title {
    padding: 50px 20px;
}
.title a {
    font-size: 36px;
}
}		
