@charset "UTF-8";
@import url("style_rs.css");
@import url("style_reset.css");

* {
	box-sizing: border-box;
	}

/*
img {
	max-width: 100%;
	height: auto
	}
*/

body {
	font-family: 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	}

.wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	}

header {
	font-weight: bold;
	text-align: center;
	color: #50066B;
	padding: 140px 0 0;
	width:90%;
	margin: 0 auto;
	}

header h1 {
	font-size: 180%;
	line-height: 180%;
	}

header h2 {
	font-size: 140%;
	}

header p {
	font-size: 130%;
	}

nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	}

nav ul li {
	}

nav ul li a {
	font-size: 95%;
	height: 84px;
	padding: 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	}

nav ul li a span {
	display: block;
	
	}

.glo-menu p {
	display: none;
	}

@media screen and (min-width:601px) {

.glo-page-top-navi {
	width: 100%;
	min-height: 50px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	}

.glo-page-top-navi.glo-page-bottom-navi {
	position: static;
	}

.glo-page-top-navi ul {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	}

.glo-page-top-navi ul li {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.glo-page-top-navi ul li a {
	font-size: 100% !important;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.glo-page-top-navi ul li:first-child {
	background-color: #50066B;
	}

.glo-page-top-navi ul li:nth-child(2) {
	background-color: #CC0000;
	}

.glo-page-top-navi ul li:nth-child(3) {
	background-color: #50066B;
	}
	
	}


.wrapper.full-w {
	width: 80%;
	max-width: 980px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}

.wrapper.full-w .lead {
	font-size: 90%;
	line-height: 140%;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	}

#page .wrapper.full-w .ttl-box h3 {
	font-weight: normal;
	font-size: 150%;
	text-align: center;
	}

.youtube {
	text-align: center;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	}

.yt-box {
	width:100%;
	margin: 20px 0 0;
	padding-top:56.25%;
	position:relative;
	}

.youtube iframe {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	right:0;
	}


.contents {
	text-align: center;
	margin-bottom: 20px;
	}

#page .contents {
	text-align: left;
	padding: 25px 0 20px;
	}

.contents h3 {
	margin: 25px 0 20px;
	}

.contents h4 {
	font-size: 150%;
	font-weight: normal;
	margin: 30px 0 20px;
	line-height: 130%
	}

.contents p {
	font-size: 95%;
	line-height: 200%;
	}

.contents p img {
	width: 100%;
	height: auto;
	}

.contents p span.data {
	font-weight: bold;
	color: #8B0000;
	}

.theme-containar {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

.theme-containar .theme-block {
	width: 100%;
	max-width: 320px;
	height: auto;
	}

.theme-containar .theme-block:nth-of-type(2) {
	margin: 0 5px;
	}

.theme-containar .theme-box {
	text-align: left;
	width: 100%;
	max-width: 320px;
	height: 100%;
	padding: calc(270% * calc(300 / 1000)) 5% calc(5% * calc(300 / 1000));
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}


/*
.theme-containar .theme-box {
	text-align: left;
	width: 100%;
	max-width: 320px;
	height: auto;
	padding: calc(90% * calc(300 / 1000)) 20px calc(5% * calc(300 / 1000));
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
*/
.theme-containar .theme-01 {
	background-image: url(../images/idx_photo01.jpg);
	}

.theme-containar .theme-02 {
	background-image: url(../images/idx_photo02.jpg);
	}

.theme-containar .theme-03 {
	background-image: url(../images/idx_photo03.jpg);
	}

.theme-containar .theme-box h4 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 20px;
	}

.theme-containar .theme-box p {
	font-size: 85%;
	}

/* 画面外にいる状態 */
.theme-box {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    margin-top: 20px;
    }
 
/* 画面内に入った状態 */
.theme-box.fadein {
    opacity : 1;
    transform : translate(0, 0);
    margin-top: 0;
    }

.banner-box {
	text-align: center;
	border-top: 5px solid #333333;
	}

.banner-box-bottom {
	text-align: center;
margin-bottom: 50px;
	}

.banner-box h3 {
	font-size: 120%;
	margin: 30px 0;
	}

.banner-box-bottom h3 {
	font-size: 120%;
	margin: 30px 0;
	}

footer {
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
	padding-top: 15px;
	border-top: 5px solid #333333;
	}


.introduction .data-box {
	margin: 10px 0 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	}

.introduction .photo {
	width: 100%;
	max-width: 200px;
	min-width: 100px;
	height: auto;
	margin-right: 2%;
	}

.introduction .photo img {
	width: 100%;
	height: auto;
	}

.introduction .data-box p {
	
	}

.introduction table{
border-collapse: collapse;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
margin-bottom: 40px;
width: 100%;
}
.introduction table th{
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
padding: 10px;
width: 25%;
}
.introduction table td{
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
padding: 10px;
}








.development-containar01 p,
.development-containar02 p,
.development-containar03 p {
	font-size: 100%;
	line-height: 120%;
	}

.development-containar01 h4,
.development-containar02 h4,
.development-containar03 h4 {
	font-size: 100%;
	font-weight: bold;
	color: #50066B;
	margin: 0;
	}


.development-containar01 .development-box01 {
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px solid #50066B;
	border-bottom: 1px solid #50066B;
	display: -webkit-flex;
	display: flex;
	}

.development-containar01 .development-box01 p {
	color: #50066B;
	width: 30%;
	height: 60px;
	min-width: 165px;
	border-right: 1px solid #50066B;
	background-color: #FDEEF0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

.development-containar01 .development-box01 h4 {
	width: 70%;
	height: 60px;
	background-color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

.development-containar02 .development-box01 {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #50066B;
	background-color: #FDEEF0;
	}

.development-containar02 .development-box01 div {
	width: 50%;
	height: auto;
	min-height: 120px;
	padding: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

.development-containar02 .development-box01 .left {
	border-right: 1px solid #50066B;
	}

.development-containar02 .development-box01 p {
	font-size: 85%;
	margin-bottom: 10px;
	}

.development-containar02 .development-box01 h4 {
	text-align: center;
	line-height: 130%;
	}

.development-containar02 .development-box01 h4 span {
	color: #990000;
	}

.development-containar02 .development-box02 {
	text-align: center;
	padding: 20px 0 15px;
	border-top: 1px solid #50066B;
	background-color: #FFFFFF;
	}

.development-containar02 .development-box02 h4 {
	margin-bottom: 5px;
	}

.development-containar02 .development-box02 p {
	font-size: 85%;
	}

.development-containar02 .development-box03 {
	text-align: center;
	padding: 20px 0 15px;
	border-top: 1px solid #50066B;
	background-color: #FDEEF0;
	}

.development-containar02 .development-box04 {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #50066B;
	border-bottom: 1px solid #50066B;
	background-color: #FFFFFF;
	}

.development-containar02 .development-box04 div {
	width: 50%;
	height: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

.development-containar02 .development-box04 .left {
	border-right: 1px solid #50066B;
	}

.development-containar02 .development-box04 p {
	font-size: 85%;
	margin-bottom: 10px;
	}

.development-containar02 .development-box04 h4 {
	text-align: center;
	line-height: 130%;
	margin-bottom: 10px;
	}

.development-containar02 .development-box04 h4 span {
	color: #990000;
	}

.development-containar03 .development-box01 {
	text-align: center;
	padding: 20px 0 15px;
	border-top: 1px solid #50066B;
	border-bottom: 1px solid #50066B;
	background-color: #FDEEF0;
	}

.development-containar03 .development-box01 p {
	font-size: 85%;
	line-height: 130%;
	margin-bottom: 10px;
	}

.development-containar03 .development-box01 h4 {
	text-align: center;
	margin-bottom: 10px;
	}
















.development-containar01 .arrow-box,
.development-containar02 .arrow-box {
	padding: 10px 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

.development-containar01 .arrow,
.development-containar02 .arrow {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding-left: 35px;
	position: relative;
	}

.development-containar01 .arrow::before,
.development-containar01 .arrow::after,
.development-containar02 .arrow::before,
.development-containar02 .arrow::after {
	content: "";
	position: absolute;
	}

.development-containar01 .arrow::before,
.development-containar02 .arrow::before {
	width: 12px;
	height: 20px;
	background: #50066B;
	top: -5px;
	left: 9px;
	}

.development-containar01 .arrow::after,
.development-containar02 .arrow::after {
	border: 15px solid transparent;
	border-top: 15px solid #50066B;
	width: 0;
	height: 0;
	top: 15px;
	left: 0;
	}

.blogall ul {
    margin-bottom: 300px;
}
.blogall ul li {
    margin-bottom: 30px;
}

.blogcontents{
	text-align: center;
}
.blogcontents img{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 70%;
}
.blogcontents p{
	text-align: left;
}

p.blogtex{
	padding-bottom: 20px;
}

.blogline{
	line-height: 170%;
}

.blogline h5{
	text-align: left;
	padding-top: 35px;
}

.blogline ul{
	text-align: left;
	padding: 0;
	margin: 0;
}
/*anada編集*/
#wid{
	width:90%;
	margin: 0 auto;
	
}
#imgwid img{
	max-width:400px;
	
}
,resizeimage iframe\{
 max-width:392px; 
 width:100%;
}