/* 
design_style.css
すべてのスタイルはこのCSSで上書きされます。
 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400i');

body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #231815;
}

a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

img.fLeftImg{
	float: left;
	margin-bottom: 100px;
    margin-right: 40px;
}
img.fRIghtImg{
	float: right;
	margin-bottom: 100px;
    margin-left: 40px;
}
img.ImgWide{
	width: 100%;
	max-width:100%!important;
}


/* ヘッダーhedda- */
#logo {
    margin: 2.5em 1em 2.5em 2em;
    position: absolute;
    top: 0;
    left: 0;
}
#logo a {
    width: 128px;
    height: 65px;
    display: block;
    background: url(../img/logo.gif) no-repeat 0 0;
}
#logo a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#member_only {
    /*top: 16px;*/
    top: 122px;
    left: 30px;
    
    width: 18%;

    font-size: 12px;
    background: #cb4342;
}
#search {
    width: 55%;
    top: 0;
    right: 20%;
    height: 60px;
    background: #65418c;
}
dl.search {
    position: relative;
    background-color: inherit;
    border: none;
	height: 40px;
	margin:10px 1% 0;
    border-radius: 0;
	display:table;
	width:98%;
}
dl.search dt {
	border-bottom:1px solid #fff;
	display:table-cell;
}
dl.search dd {
    position: static;
	display:table-cell;
    width: 30%;
	height:40px;
    max-width: 12em;
}
dl.search dd button {
	height:40px;
    border-radius: 0;
	margin-left: 3%;
	width: 96%;
}
dl.search dt input {
    color: #fff;
	letter-spacing:0.14em;
    font-size: 80%;
}
#login p a.unline {
    font-size: 92%;
    background: #d6df4d;
    color: #333;
    top: 0;
    right: 0;
    width: 20%;
    line-height: 60px;
    height: 60px;
}

/* グロナビ */
ul.menu_g {
    width: 75%;
    margin: 60px 0 0 auto;
}
ul.menu_g li {
    position: relative;
    font-size: 88%;
    letter-spacing: 0.1em;
    background: #53237f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-right:1px solid #724a9c;
	text-align:left;
}
ul.menu_g > li {
    height: 110px;
}
ul.menu_g a {
    padding: 4em 0.7em 0.7em;
	position:relative;
	height: 100%;
    box-sizing: border-box;
}
ul.menu_g li.on a {
    text-decoration: none;
}
ul.menu_g a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
ul.menu_g li:hover a{
	color:#53237f;
}
ul.menu_g a span {
	position:relative;
	z-index:10;
}
ul.menu_g a:after {
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:0px;
	background:#d6df4d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.menu_g li:hover a:after {
	width:100%;
}
ul.menu_g li:hover,ul.menu_g li.on {
    background: #2f0a59;
}
ul.menu_g li:hover ul.sub-menu{
    z-index: 10;
}
ul.menu_g li:hover ul.sub-menu a{
	padding: 1em ;
	color:#53237f;
}
ul.menu_g li:hover ul.sub-menu ul.sub-menu{
	width: 100%;
	position: static;
}
ul.menu_g li:hover ul.sub-menu ul.sub-menu li a{
	padding: 1em 1em 1em 2em;
}
ul.menu_g li:hover ul.sub-menu ul.sub-menu li a:before{
	content: "└";
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	z-index: 10;
}
ul.menu_g li:hover ul.sub-menu li{
	background:#2f0a59;
	font-size: 92%;
	letter-spacing: 0;
	border-top: 1px solid #53237f;
	border-right: 0;
}
/*ul.menu_g li:hover ul.sub-menu li:hover{
	background:#17042c;
}*/
ul.menu_g li:hover ul.sub-menu li.on{
	background:#2f0a59;
}
ul.menu_g li:hover ul.sub-menu li.on a{
	text-decoration:none;
}

/* グロナビ　会員用 */
ul.menu_g > li:nth-child(7) {
    border-right: 0;
    background: #cb4342;
    overflow: hidden;
}
ul.menu_g > li:nth-child(7) .submenu_a {
    display: none;
    z-index: 0;
}
ul.menu_g > li:nth-child(7) ul.sub-menu {
    display: block;
    /*position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
}
ul.menu_g > li:nth-child(7) li {
    height: 100%;
    border-right: 0;
    background: #cb4342;
    font-size: 100%;
    letter-spacing: 0;
}
ul.menu_g > li:nth-child(7):hover ul.sub-menu li {
    border-top: 0;
    font-size: 100%;
}
ul.menu_g > li:nth-child(7):hover ul.sub-menu a {
    padding: 4em 0.7em 0.7em;
}
ul.menu_g > li:nth-child(7) ul.sub-menu li:hover a:after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/* header -- メニュー開閉 */
#hbtn_menu {
  display: none;
}


p.go_top {
    width: 70px;
    height: 70px;
    right: 15px;
    top: inherit;
    bottom: 16%;
    border-radius: 0;
}
p.go_top a {
    background: #333;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 70px;
}
p.go_top a:before {
    content: 'pagetop';
    display: block;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-size: 60%;
    line-height: 70px;
}

/* フッター */
#container_bottom {
    padding: 0;
    background-color: #f1f4f6;
}
#container_bottom #member_index {
    padding: 0 0 2em 0;
    margin: 0 0 2em 0;
    text-align: center;
    font-size: 0px;
    background: none;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#container_bottom #member_index .memberBlc {
	background: #fff;
	margin-bottom: 15px;
}
#container_bottom h3 {
    font-size: 0.8em;
    border: none;
    background: none;
    font-size: 15px;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
#container_bottom ul.member {
    display: inline-block;
    list-style-type: none;
    border: none;
    width: 70%;
    text-align: left;
    vertical-align: middle;
    background: #fff;
}
#container_bottom ul.member li a img {
    max-width: 115px;
    max-height: 60px;
}

ul.menu_f {
    background: #120c48;
    max-width: 100%;
    margin: 0;
    font-size: 90%;
    padding: 2em 0;
}
ul.menu_f li {
    flex: none;
    margin: 0 3em;
    display: inline-block;
}
address {
    font-size: 70%;
    color: #c1c1c1;
    padding: 2em 0;
    background: #120c48;
}


/* コンテンツ */
#container_middle {
    background: #f8f8f8;
}
#container_main {
	box-sizing: border-box;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
    background: none;
    padding: 2em 0 4em;
}
#container_main h1 {
	line-height: 1.3em;
}
#container_main p {
    margin: 0 0 1em 0;
}
#container_main p.crumb {
    font-size: 65%;
    border-bottom: 1px solid #ececec;
    color: #acacac;
    margin-bottom: 5em;
}
#container_main a {
    color: #dd354b;
    word-break: break-all;
}
#container_main a.pdf {
    background: #65408b url(../img/btn_icon_download.png) no-repeat center right 6px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 0.1em;
    padding: 0.5em 1.8em 0.5em 0.8em;
    background-size: auto 70%;
    text-decoration: none;
}

#container_main h1:before {
    content: " ";
    font-family: 'Noto Sans', sans-serif;
    display: block;
    font-size: 12px;
    padding: 0;
    color: #241915;
    letter-spacing: 1px;
}

#meaning #container_main h1:before {content: "Purpose of establishment";}
#meaning #container_main h1:before {content: "Purpose of establishment";}
#meaning #container_main h1:before {content: "Purpose of establishment";}
#tech #container_main h1:before {content: "Technical data·Glossary";}
#dictionary #container_main h1:before {content: "Storage Networking Glossary";}
#wh #container_main h1:before {content: "White paper";}
#book #container_main h1:before {content: "Related Books";}
#marketsurvey #container_main h1:before {content: "Market research";}
#about #container_main h1:before {content: "About the Japan branch";}
#meaning #container_main h1:before {content: "Purpose of establishment";}
#mission-vision #container_main h1:before {content: "Mission and Vision";}
#plan #container_main h1:before {content: "Business plan";}
#organization #container_main h1:before {content: "Organization chart";}
#director #container_main h1:before {content: "Officers list";}
#member #container_main h1:before {content: "List of member companies";}
#education #container_main h1:before {content: "Education and accreditation system";}
#sncp #container_main h1:before {content: "Storage engineer certification program";}
#faq #container_main h1:before {content: "Storage engineer certification program FAQ";}
#join #container_main h1:before {content: "Enrollment guidance";}

#container_main .box {
	background: #fff;
	padding: 0 0 0.2em  0;
	margin-bottom: 1em;
	font-size: 94%;
}
#container_main h2.index {
    margin: 0 0 0.5em 0;
    background: #eaecf0;
    font-size: 130%;
}
#container_main h2.index a {
	display: block;
    padding: 0.6em 25px;
	position: relative;
	text-decoration: none;
	color: #231815;
}
#container_main h2.index a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#container_main h2.index .topic a {
    display: inline-block;
    margin: 0 0 0 0;
    background: #d6df4d;
    color: #333;
    padding: 2px 25px 1px;
    border-radius: 0;
    line-height: 2em;
    vertical-align: top;
}
#container_main h2.index .topic a:after {
    content: '';
    display: none;
}
#container_main .box p {
    padding: 1em 25px 0;
}
#container_main h2.index .last_update {
    font-size: 60%;
    padding: 2px 25px 1px 15px;
    line-height: 2em;
    font-weight: normal;
}

#container_main .entry_info p{
    font-size: 70%;
    color: #909090;
    line-height: 1.2em;
}
#entry{
	padding: 2em;
	background: #fff;
	font-size: 94%;
}
#entry h2{
	display: inline-block;
    border-bottom: 3px solid #333;
    font-size: 140%;
}
#container_main #entry dl:after {
	content: "";
	clear: both;
    display: block;
}
#wh #container_main dt {
    margin: 2em 0 0 0;
    padding: 1em 2em;
	line-height: 1.6em;
	background: #ffffff;
    border-top: 3px solid #333;
}
#wh #container_main dt .new {
    font-size: 74%;
	font-family: 'Noto Sans', sans-serif;
    color: #cb1212;
}
#wh #container_main dt .date {
	font-family: 'Noto Sans', sans-serif;
    font-size: 82%;
    border-bottom: 2px solid #333;
    letter-spacing: 0.06em;
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 1em;
    line-height: 1.3em;
}
#wh #container_main dd {
    margin: 0 0 0 0;
    padding: 1em 2em 0.5em 2em;
	background: #fff;
	font-size: 94%;
}
#container_main #entry dt {
    margin: 2em 0 1em 0;
    padding: 1em 0 0.5em 0;
    border-bottom: 0;
    border-top: 1px solid #53237f;
    font-weight: bold;
	display: block;
	width: 20%;
	clear: left;
	float: left;
	background: #fff;
}
#container_main #entry dd {
    margin: 2em 0 1em 0;
    padding: 1em 0 0.5em 0;
    border-top: 1px solid #ddd;
	display: block;
	width: 80%;
	float: left;
}
#container_main #entry img {
	max-width: 100%;
    height: inherit !important;
}


#top #container_main {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#top #container_main h1 {
	display: none;
}
#top #container_main #top_contents{
    box-sizing: border-box;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background: none;
    padding: 5em 0 4em;
}
#top #container_main #top_contents h3 {
    margin: 0;
}
#top #container_main #latest_news {
    display: inline-block;
    float: none;
    vertical-align: top;
}
#top #container_main #latest_news h3 span {
    font-family: 'Noto Sans', sans-serif;
    display: block;
    font-size: 12px;
    padding: 0;
    color: #241915;
    letter-spacing: 1px;

}
#top #container_main #latest_news .box {
    background: none;
}
#top #container_main #latest_news .box h2 {
    margin: 1em 0 0 0;
}
#top #container_main #latest_news .box h2 a {
    font-size: 80%;
    margin: 0;
    padding: 0.3em 25px;
}
#top #container_main #latest_news .box h2 .topic a {
    font-size: 60%;
}
#top #container_main #latest_news .box h2 .last_update {
    padding: 2px 15px 1px 15px;
}
#top #container_main #latest_news .box h2 .new {
    font-family: 'Noto Sans', sans-serif;
    color: #cb1212;
    font-size: 70%;
}
#top #container_main #latest_news .box p {
    font-size: 90%;
    line-height: 1.8em;
    padding: 1.5em 25px;
    background: #fff;
}

#top #container_main #info_join {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 84px;
}
#top #container_main #info_join section {
    margin: 0 0 0 2em;
    border: 8px solid #d6e04d;
    padding: 1.5em 1.5em 0.5em 1.5em;
}
#top #container_main #info_join section h3 {
    border-bottom: 3px solid #d7e14c;
    margin-bottom: 1em;
}
#top #container_main #info_join section p {
    font-size: 84%;
    line-height: 1.8em;
}
#top #container_main #info_join section p a {
    display: block;
    background-color: #d7e14c;
    color: #333;
    text-decoration: none;
    padding: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    font-size: 114%;
    position: relative;
}
#top #container_main #info_join section p a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#container_main #glossary h2 {
    font-size: 110%;
}
#container_main div#glossary form {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#container_main div#glossary form dl {
	display: table;
}
#container_main div#glossary form dt {
	display: table-cell;
	border-bottom: 0;
}
#container_main div#glossary form dd {
	display: table-cell;
}
#container_main div#glossary form button {
    background: #333;
    color: #fff;
    line-height: 1.8em;
    padding: 0.7em 1em;
    font-size: 80%;
    border: 0;
}

#container_main #glossary ul {
    margin: 0;
    list-style: none;
    font-size: 0;
}
#container_main #glossary li {
    margin: 6px;
    display: inline-block;
    background: #fff;
    line-height: 1em;
    font-size: 16px;
}
#container_main #glossary li a {
	text-decoration: none;
	color:#222;
	display: block;
    padding: 0.7em 1em;
    border: 1px solid #d9d9d9;
}
#container_main div#glossary ul#inicial_index {
    margin: 0;
    background: #fff;
    padding: 10px;
    font-size: 0;
}
#container_main div#glossary ul#inicial_index li {
    border-radius: 0;
    background-color: #f0f0f0;
    border: 0;
    line-height: 1em;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    margin: 0.4em;
    font-size: 14px;
    padding: 0.8em;
}
#container_main div#glossary ul#inicial_index li a {
    padding: 0;
    border: 0;
}


#book #container_main .bookBlc{
	background: #fff;
	padding: 2em;
    font-size: 94%;
    margin-bottom: 30px;
}
#book #container_main .bookBlc h2{
	margin: 0 0 1em 0;
	padding-bottom: 0.5em;
    border-bottom: 3px solid #222222;
}
#book #container_main .bookBlc table th,#book #container_main .bookBlc table td{
	padding: 1em;
	font-size: 80%;
}
#book #container_main .bookBlc table th{
	background-color: #ebebeb;
}
#book #container_main h3{
	font-size: 94%;
}
#book #container_main .leftbox,
#book #container_main .rightbox{
	font-size: 80%;
}
#book #container_main .leftbox ul,
#book #container_main .rightbox ul{
	margin: 0;
}
#book #container_main .leftbox li,
#book #container_main .rightbox li{
	margin: 0 0 2em 0;
	list-style: none;
	border-top: 1px dotted #898989;
	font-weight: bold;
}
#book #container_main .leftbox li li,
#book #container_main .rightbox li li{
	margin: 0 0 0 2em;
	list-style: disc;
	border-top: 0;
	font-weight: normal;
}


#marketsurvey #container_main .img img{
	width: inherit;
	max-width: 100%;
    vertical-align: top;
}



#director #container_main table{
	background: #fff;
	border: 0;
}
#director #container_main table caption {
    font-weight: bold;
    padding-bottom: 25px;
    font-size: 120%;
}
#director #container_main table th,#director #container_main table td{
	padding: 0.8em;
	font-size: 94%;
}
#director #container_main table thead th{
	background: #d2d4dc;
}
#director #container_main table tbody th{
	background: #ebebeb;
}
#director #container_main table th, #director #container_main table td {
    border-right: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
}


#member #container_main h3{
	padding-left: 3px;
	font-size: 100%;
    margin: 2em 0 0.2em 0;
}
#member #container_main ul.member {
    border-top: 0;
    font-size: 0px;
}
#member #container_main ul.member li{
	border-bottom: 0;
	font-size: 14px;
    background: #fff;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    height: 14em;
    line-height: 1.4em;
    box-sizing: border-box;
    border: 5px solid #f8f8f8;
}
#member #container_main ul.member li a{
	display: block;
	height: 100%;
	padding: 0 1em;
	color: #231815;
}
#member #container_main ul.member li a img {
    display: block;
    margin: 10px auto;
    float: none;
    /*max-width: 60%;
    max-height: 3em;*/
    max-width: 70%;
    height: auto;
    max-width: auto;
    max-height: initial;
}


#faq #container_main h2{
	font-family: 'Noto Sans', sans-serif;
	margin: 2em 0 0.2em 0;
	color: #c4c4c4;
	letter-spacing: 2px;
    font-size: 150%;
}
#faq #container_main dl{
	background-color: #fff;
}
#faq #container_main dt {
    margin: 0 0 2px 0;
    padding: 0.3em 1em;
    border-bottom:0;
    font-weight: bold;
	background: #eaecf0;
}
#faq #container_main dt a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #231815;
	font-size: 90%;
}
#faq #container_main dt a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#faq #container_main dd {
    padding: 0.3em 1em;
    margin: 0 0 1em 0;
}

#organization #container_main p img{
max-width: 100%;
}

#sncp h2{
	border-bottom: 2px solid #333;
    font-size: 120%;
}
#join h2{
	border-bottom: 2px solid #333;
    font-size: 120%;
    margin: 2em 0 0 0;
}
#join h3{
	margin: 2em 0 0 0;
    display: inline-block;
    background: #d6df4d;
    padding: 0.4em 1em;
    font-size: 105%;
}


#wpmem_reg fieldset,#wpmem_login fieldset {
    background: #fff;
    border: 0;
	font-size: 94%;
}
#wpmem_reg fieldset legend,#wpmem_login fieldset legend{
    background: #d6df4d;
    padding: 0.3em 1em;
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    box-sizing: border-box;
}
#wpmem_reg fieldset label,#wpmem_login fieldset label {
    margin: 1em;
}
#wpmem_reg .div_text,#wpmem_login .div_text{
	padding: 0 1em 1em;
}
input {
    padding: 0.7em 1em;
    font-size: 90%;
}
.button_div{
    padding: 0.7em 1em;
}
.button_div .buttons{
	background: #54237f;
    border: 0;
    color: #fff;
    font-size: 84%;
}/* header -- メニュー開閉 */
#hbtn_menu {
  display: none;
}

.req-text{
	font-size: 80%;
    padding: 0.7em 1em;
}

@media screen and (max-width: 1100px){
    ul.menu_g > li {
        font-size: 13px;
    }
}

@media screen and (max-width: 900px){
#member_only {
    top: 42px;
    left: 150px;
    width: auto;
}
#member_only span {
    margin: 0.4em 2em;
}
/* header -- メニュー開閉 */
#hbtn_menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #231815 url(../img/hbtn_menu.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  z-index: 100;
}
#hbtn_menu button {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  border: 0;
  outline: 0;
  background: #231815 url(../img/hbtn_menu_close.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  line-height: 1;
  font-size: 10px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  overflow: hidden;
}
#hbtn_menu.is_open button {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
ul.menu_g {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
  padding-top: 50px;
  background: #523273;
  z-index: 2;
}
ul.menu_g.is_open {
  display: block;
}
ul.menu_g li {
    font-size: 160%;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #724a9c;
    margin: 0;
}

ul.menu_g > li {
    height: auto;
}
ul.menu_g li.is_open {
    background: #d6df4d;
}
ul.menu_g a {
    padding: 1em 0;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
ul.menu_g li:hover a {
    color: #fff;
}
ul.menu_g a:after {
    display: none;
}
ul.menu_g li a.is_open {
    background: #d6df4d;
    color: #53237f;
}
ul.menu_g li ul.sub-menu {
    display: none;
    width: 100%;
}
ul.menu_g li ul.sub-menu li,
ul.menu_g li:hover ul.sub-menu li {
    font-size: 92%;
    letter-spacing: 0;
    border-top: 1px solid #53237f;
    border-bottom: 0;
    border-right: 0;
    background: #e8e9dd;
    text-align: center;
    color: #231815;
}
ul.menu_g li:hover ul.sub-menu li:hover {
    background:#17042c;
    color: #fff;
}
ul.menu_g li:hover ul.sub-menu li:hover a {
    color: #fff;
}
ul.menu_g li ul.sub-menu li a {
    color: #231815;
}
ul.menu_g li:hover ul.sub-menu {
    display: none;
    width: 100%;
    position: static;
}


ul.menu_g > li:nth-child(7) .submenu_a {
    display: block;
}
ul.menu_g > li:nth-child(7) ul.sub-menu {
    display: block;
}
ul.menu_g > li:nth-child(7) ul.sub-menu li {
    border-top: 1px solid #53237f;
    font-size: 92%;
    background: #f5c7c6;
}
ul.menu_g > li:nth-child(7):hover ul.sub-menu li {
    border-top: 1px solid #53237f;
    background: #f17b78;
    font-size: 92%;
}

ul.menu_g > li:nth-child(7):hover ul.sub-menu a,
ul.menu_g > li:nth-child(7) ul.sub-menu a {
    padding: 1em;
}



p.go_top {
    bottom: 15px;
}


#logo {
    margin: 10px 10px 10px 10px;
    position: static;
}
#logo a {
    height: 54px;
    -webkit-background-size: contain;
    background-size: contain;
}

#top .mainimgdemo .text{
    padding: 50px 0;
}
#top .mainimgdemo .text p{
    width: 100%;
}
#top #container_main #latest_news,
#top #container_main #info_join {
    display: block;
    width: 100%;
    padding-top: 24px;
}
#top #container_main #info_join section {
    margin: 0;
}

#search {
    width: 70%;
    top: 0;
    right: 0;
    margin: 0;
    float: left;
    position: static;
    height: 50px;
    background: #65418c;
}
dl.search {
    height: 40px;
    margin: 5px 1% 0;
}
dl.search dt input {
    letter-spacing: 0em;
    font-size: 77%;
}
#login {
    width: 30%;
    float: left;
    height: 50px;
}
#login p a.unline {
    font-size: 92%;
    background: #d6df4d;
    color: #333;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 50px;
    height: 50px;
    position: static;
}


ul.menu_f {
    display: block;
}
ul.menu_f li {
    display: block;
    margin-bottom: 1em;
}

#container_bottom h3 {
    width: 100%;
    padding: 1em 0;
    font-size: 12px;
}
#container_bottom ul.member {
    width: 100%;
}
#container_bottom ul.member li {
    margin: 3px 0;
    width: 33.33%;
}
#container_bottom ul.member li a {
    height: 65px;
    width: 90%;
}
#container_bottom ul.member li a img {
    max-width: 80%;
}

#container_main h1 {
font-size: 1.7em;
}
#container_main #entry dt {
    margin: 2em 0 0 0;
    padding: 0.5em 0;
    border-top: 1px solid #53237f;
    width: 100%;
    float: none;
}
#container_main #entry dd {
    margin: 0 0 1em 0;
    padding: 1em 0 0.5em 0;
    border-top: 1px solid #ddd;
    width: 100%;
    float: none;
}
#member #container_main ul.member li {
    width: 100%;
    height: initial;
    border: 0;
    margin-bottom: 5px;
}
#member #container_main ul.member li a img {
    margin: 0;
    float: right;
    max-width: 30%;
    max-height: 3em;
}
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 36px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


#top .mainimgdemo {
    width: 100%;
    margin: 0;
    clear: both;
}
#top .mainimgdemo li {
    width: 100%;
    margin: 0;
}

#top .mainimgdemo li a {
    text-decoration: none;
    display: block;
}
#top .mainimgdemo li.slide01 {
    background: #080b44 url(../../images/top/slide01.jpg) no-repeat right center;
    background-size: cover;
}
#top .mainimgdemo li.slide02 {
    background: #080b44 url(../../images/top/slide02.jpg) no-repeat right center;
    background-size: cover;
}
#top .mainimgdemo li.slide03 {
    background: #080b44 url(../../images/top/slide03.jpg) no-repeat right center;
    background-size: cover;
}
#top .mainimgdemo li.slide04 {
    background: #080b44 url(../../images/top/slide04.jpg) no-repeat right center;
    background-size: cover;
}
#top .mainimgdemo h2{
	margin: 0 0 1em 0;
	font-size: 180%;
}
#top .mainimgdemo .text{
	max-width: 1200px;
    width: 90%;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    position: relative;
}
#top .mainimgdemo .text .eng{
	font-family: 'Noto Sans', sans-serif;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 80px;
}
#top .mainimgdemo .text p{
    width: 50%;
    margin: 0 auto 1em 0;
    font-size: 90%;
    line-height: 1.7em;
}
#top .mainimgdemo .text p.booktitle{
    font-size: 120%;
    font-weight: bold;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #565656;
    padding-left: 0.5em;
}
#top .mainimgdemo .text p.subtxt{
    font-size: 80%;
}
#top .mainimgdemo .text .bookimg{
    position: absolute;
    top: 80px;
    right: 0;
}
#top .mainimgdemo .text .bookimg img {
    max-width: 100%;
    max-height: 280px;
}
#top .mainimgdemo li a:hover .text {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media screen and (max-width: 900px){
#top .mainimgdemo .text p{
    width: 100%;
}
#top .mainimgdemo .text .bookimg {
    display: none;
}
.slick-prev, .slick-next {
    top: 106%;
}
.slick-prev:before, .slick-next:before {
    color: #2b2b2b;
}
}