@charset "utf-8";

html {
  min-width: 1120px;
}
html.mobile {
  min-width: 320px;
}
body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  line-height: 1;
  font-size: 100%;
  min-width: 1120px;
  font-weight: normal;
  background-color: #fff;
  letter-spacing: 1px;
  font-family: 'ヒラギノ明朝 W3 JIS2004', 'Hiragino Mincho W3 JIS2004', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
html.mobile body {
  min-width: 320px;
  letter-spacing: 0;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#header {
  position: fixed;
  font-size: 1em;
  width: 100%;
  background-color: #cc0000;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 10000;
}
#header .header-inner {
  position: relative;
  min-width: 1120px;
  max-width: 1960px;
  margin: 0 auto;
}
html.mobile body #header .header-inner {
  min-width: 320px;
}

#header .header-inner a {
  display: inline-block;
  height: 100%;
  color: #fff;
}
#header .header-inner .nav-area {
  float: left;
  width: 100%;
  padding-right: 120px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-inner .nav-area h1#logo {
  float: left;
  padding: 13px 15px;
  margin: 0;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-inner .nav-area h1#logo a {
  padding: 15px;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-image: url(../images/util-text-logo01.png);
  background-repeat: no-repeat;
  width: 265px;
  line-height: 20px;
  background-position: center center;
}
html.mobile .sp-menu-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 66px;
  z-index: 10010;
}
html.mobile .sp-menu-button span {
  position: absolute;
  right: 22px;
  top: 31px;
  width: 23px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
html.mobile .sp-menu-button span:first-child {
  top: 23px;
}
html.mobile .sp-menu-button span:last-child {
  top: 39px;
}
html.mobile .sp-menu-button.open span {
  opacity: 0;
  width: 0;
  right: 17px;
  top: 32px;
}
html.mobile .sp-menu-button.open span:first-child {
  opacity: 1;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mobile .sp-menu-button.open span:last-child {
  opacity: 1;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.mobile #header .header-inner .nav-area {
  float: none;
  width: 100%;
  padding-right: 0;
  position: relative;
}

html.mobile #header .header-inner .nav-area h1#logo {
  padding: 8px 15px;
  width: 100%;
}
html.mobile #header .header-inner .nav-area h1#logo a {
  width: 160px;
  background-size: contain;
}
#header .header-inner .nav-area .header-nav {
  float: right;
  text-align: right;
  width: 80%;
  padding: 25px;
  padding-top: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html.mobile #header .header-inner .nav-area .header-nav {
  overflow-y: scroll;
  display: none;
  position: fixed;
  height: 100%;
  background-color: #666;
  padding: 60px 15px 30px;
  width: 100%;
  top: 0;
  left: 0;
}
html.mobile #header .header-inner .nav-area .header-nav .region {
  margin-top: 30px;
}
#header .header-inner .region {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html.mobile #header .header-inner .region {
  position: relative;
  right: auto;
  top: 0;
  width: 100%;
  border: none;
}
html.mobile #header .header-inner .region a {
  text-align: left;
}
#header .header-inner .nav-area .header-nav li {
  display: inline-block;
  position: relative;
  text-align: left;
}
html.mobile #header .header-inner .nav-area .header-nav li {
  display: block;
}

#header .header-inner .nav-area .header-nav li a {
  padding: 15px 10px;
}
#header .header-inner .nav-area .header-nav li ul,
#header .header-inner .nav-area .header-nav li ol {
  background-color: #cc0000;
  display: none;
  width: 100%;
  padding-bottom: 15px;
  position: absolute;
}
#header .header-inner .nav-area .header-nav li ul li,
#header .header-inner .nav-area .header-nav li ol li {
  display: block;
  margin: 0;
}
#header .header-inner .region a {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  text-align: center;
}

/* content */
#content {
  font-size: 1em;
  padding-top: 76px;
  min-width: 1120px;
}
html.mobile #content {
  min-width: 320px;
}

#content .keyvisual {
  margin: 150px 0 150px;
  text-align: center;
}
html.mobile #content .keyvisual {
  min-width: 300px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 120px 0 120px;
  position: relative;
}
html.mobile #content .keyvisual img {
  width: 100%;
  display: inline-block;
}

#content .next-title {
  margin: 100px 0 0;
  text-align: center;
}
#content .next-title a {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-image: url(../images/util-icon-anchor01.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
}
html.mobile #content .next-title {
 display: none;
}

#content .section {
  width: 880px;
  padding: 50px 0 0;
  margin: 0 auto;
}
html.mobile #content .section {
  min-width: 300px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
#content .section h1 {
  color: #cc0000;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
}
#content .section h2 {
  color: #cc0000;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 2em 0;
}
#content .section h3 {
  color: #666;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-top: 2em;
}
#content .section h4 {
  color: #666;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 1.4em;
}
#content .section p {
  margin-top: 1.4em;
  line-height: 1.8em;
  color: #666;
}
#content .section a{
  color: #666;
  text-decoration: none;
}
#content .section dl {
  color: #666;
  margin-top: 1em;
}
#content .section dl dt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 1em;
}
#content .section dl dd {
  font-size: 1em;
  line-height: 1.6em;
}
#content .section dl dd p {
  margin-top: 0;
}
#content .section dl dd >ol,
#content .section dl dd >ul {
  padding-left: 2.65em;
}

#content .section ul li {
  margin-top: 0.8em;
  line-height: 1.6em;
  color: #666;
}
#content .section ol li dl,
#content .section ul li dl {
  text-indent: 0;
}
#content .section ul.normal {
  padding-left: 1.6em;
}
#content .section ul.normal li {
  text-indent: -1.33em;
  letter-spacing: 0.01em;
}
#content .section ul.normal li:before {
  content: "・";
  margin-right: 0.25em;
}
#content .section ol li ul.normal li {
  margin-top: 0;
}
#content .section ol li ul.normal li:before {
  content: "・";
  margin-right: 0.25em;
}
#content .section ol {
  padding-left: 1.7em;
  margin: 0 auto;
}
#content .section ol li {
  text-indent: -1.7em;
  margin-top: 0.8em;
  line-height: 1.6em;
  color: #666;
}
#content .section ol li:first-child {
  margin-top: 0;
}
#content .section ol li:before {
  margin-right: 0.6em;
}
#content .section ol li:first-child:before {
  content: "①";
}
#content .section ol li:first-child+li:before {
  content: "②";
}
#content .section ol li:first-child+li+li:before {
  content: "③";
}
#content .section ol li:first-child+li+li+li:before {
  content: "④";
}
#content .section ol li:first-child+li+li+li+li:before {
  content: "⑤";
}
#content .section ol li:first-child+li+li+li+li+li:before {
  content: "⑥";
}
#content .section ol li:first-child+li+li+li+li+li+li:before {
  content: "⑦";
}
#content .section ol li:first-child+li+li+li+li+li+li+li:before {
  content: "⑧";
}
#content .section ol li:first-child+li+li+li+li+li+li+li+li:before {
  content: "⑨";
}
#content .section ul.annotation {
  margin-top: 1.4em;
  padding-left: 1.35em;
}
#content .section ul.annotation li {
  text-indent: 0;
  margin-top: 0.8em;
  line-height: 1.6em;
  font-size: 0.85em;
  color: #666;
  position: relative;
}
#content .section ul.annotation li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
  margin-right: 0.65em;
}
html[lang="en"] #content .section ul.annotation li:before {
  content: "*";
  margin-right: 0.45em;
  top: 5px;
  left: -20px;
  font-size: 1.8em;
}
#content .section ol li ul.annotation,
#content .section ol li ol,
#content .section ol li ul,
#content .section ul li ol,
#content .section ul li ul {
  margin-top: 0;
}
#content .section sup {
  font-size: 0.4em;
  position: relative;
  top: -7px;
}
html[lang=en] #content .section sup {
  font-size: 1em;
  top: -3px;
}
#content .section label {
  color: #666;
  display: block;
  margin-top: 2em;
}
#content .section select {
  min-width: 48.3%;
}
#content .section input[type=text] {
  border: 1px solid #cccccc;
  margin-top: 0.8em;
  display: inline-block;
  min-width: 48.3%;
  padding: 10px;
}

html.mobile #content .section .emailconform input[type=text],
html.mobile #content .section .email input[type=text] {
  max-width: none;
}
html.mobile #content .section input[type=text] {
  min-width: 47.6%;
  width: 1%;
}
#content .section textarea {
  border: 1px solid #cccccc;
  margin-top: 0.8em;
  display: inline-block;
  width: 100%;
  padding: 15px;
}
#content .section .col input[type=text] {
  float: left;
  margin-right: 9px;
}
#content .section .col input[type=text]:last-child {
  float: right;
  margin-right: 0;
}
html.tablet #content .section input[type=text] {
  border: 2px solid #cccccc;
}
html.tablet #content .section textarea {
  border: 2px solid #cccccc;
}

#content .section .column2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#content .section .column2 .col {
  float: left;
  overflow: hidden;
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content .section .column2 .col:first-child {
  padding-right: 15px;
}
#content .section .column2 .col:last-child {
  padding-left: 15px;
}
html.mobile #content .section .column2 .col {
  float: none;
  width: 100%;
}
html.mobile #content .section .column2 .col:first-child {
  padding: 0;
}
html.mobile #content .section .column2 .col:last-child {
  padding: 0;
}

#content .section .form-buttton {
  text-align: center;
}
#content .section .form-buttton button,
#content .section .form-buttton a {
  cursor: pointer;
  border: 2px solid #cc0000;
  padding: 24px 70px 24px 30px;
  display: inline-block;
  font-size: 1.6em;
  color: #cc0000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-image: url(../images/util-icon-link02.png);
  background-repeat: no-repeat;
  background-position: right center;
}
html.mobile #content .section .form-buttton button,
html.mobile #content .section .form-buttton a {
  font-size: 1.2em;
  width: 100%;
  text-align: left;
  padding: 16px 70px 16px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

#content .section .form-buttton a[target="_blank"] {
  background-image: url(../images/util-icon-link02.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#content .section .form-buttton a[target="_blank"]:after {
  content: "";
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
  background-image: url(../images/util-icon-link01.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#content .section .pc-center {
  text-align: center !important;
}
html.mobile #content .section .pc-center {
  text-align: inherit !important;
}
#content .section .small {
  font-size: 0.85em;
}
#footer {
  font-size: 1em;
  background-color: #999;
  position: relative;
  width: 100%;
  min-width: 1120px;
  font-size: 13px;
  margin-top: 120px;
}
html.mobile #footer {
  margin-top: 60px;
  min-width: 320px;
}
#footer p,
#footer span,
#footer div,
#footer a {
  color: #fff;
}
#footer .nav-area {
  width: 100%;
  height: 70px;
  padding-right: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html.mobile #footer .nav-area {
  height: auto;
  padding-right: 0;
}
#footer .footer-inner {
  position: relative;
  min-width: 1120px;
  max-width: 1960px;
  margin: 0 auto;
}
html.mobile #footer .footer-inner {
  min-width: 320px;
}

#footer .nav-area .footer-nav {
  float: left;
}
html.mobile #footer .nav-area .footer-nav {
  float: none;
  text-align: center;
}

#footer .nav-area .footer-nav li {
  display: inline-block;
  padding: 14px;
}
html.mobile #footer .nav-area .footer-nav li {
  padding: 10px 0;
}


#footer .nav-area .footer-nav li a {
  display: inline-block;
  padding: 15px;
}
#footer #copyrigth {
  float: right;
  padding: 29px 0;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-image: url(../images/util-text-copyright01.png);
  background-repeat: no-repeat;
  width: 383px;
  line-height: 13px;
  background-position: center center;
}
html.mobile #footer #copyrigth {
  float: none;
  padding: 10px 0 20px;
  /*width: 80%;*/
  max-width: 80%;
  display: block;
  margin: 0 auto;
  background-image: url(../images/util-text-copyright01.png);
  background-size: contain;
  background-position: center top;
}
#footer .footer-nav a:after {
  content: ">";
  margin-left: 5px;
}
#footer .goto-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .goto-top a {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-image: url(../images/util-icon-anchor02.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}
html.mobile #footer .goto-top {
  display: none;
}
.customSelect {
  width: 50%;
  max-width: 390px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  vertical-align: middle;
  line-height: 36px;
  margin-top: 0.8em;
  border: 1px solid #cccccc;
  background: url("../images/util-form-select01.jpg") no-repeat;
  background-position: right center;
  background-position: right -2px center;
  text-align: center;
}
html.mobile .customSelect {
  width: 100%;
  max-width: 390px;
}
.customSelect .customSelectInner {
  width: 240px !important;
  padding: 0 10px;
  vertical-align: middle;
}

/* utils */
.mT0 {
  margin-top: 0 !important;
}
.mT10 {
  margin-top: 10px !important;
}
.mT20 {
  margin-top: 20px !important;
}
.mT30 {
  margin-top: 30px !important;
}
.mT40 {
  margin-top: 40px !important;
}
.mT50 {
  margin-top: 50px !important;
}
.mT60 {
  margin-top: 60px !important;
}
.mT70 {
  margin-top: 70px !important;
}
.mT80 {
  margin-top: 80px !important;
}
.mT90 {
  margin-top: 90px !important;
}
.mT120 {
  margin-top: 120px !important;
}

.mT1em {
  margin-top: 1em !important;
}
.mT2em {
  margin-top: 2em !important;
}
.mT3em {
  margin-top: 3em !important;
}
.mT4em {
  margin-top: 4em !important;
}
.mT5em {
  margin-top: 5em !important;
}


.mB0 {
  margin-bottom: 0 !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.mB50 {
  margin-bottom: 50px !important;
}
.mB60 {
  margin-bottom: 60px !important;
}
.mB70 {
  margin-bottom: 70px !important;
}
.mB80 {
  margin-bottom: 80px !important;
}
.mB90 {
  margin-bottom: 90px !important;
}

/* anchorrink position */
.anchor_position_control_bottom {
  margin-bottom: -88px;
}

.anchor_position_control_top {
  padding-top: 88px;
}

#content .section ul li a{
/*  border:none;*/
}

#content .section ul li a.line:hover{
  border-bottom:1px solid #666;
  padding-bottom: 1px;
}

#content .section dl.newstopics dt{
  width: 150px;
  display: inline-block;
  float: left;
  margin-top: 0;
  font-weight: normal;
}

#content .section dl.newstopics dd{
	float: left;
	width: 720px;
	padding: 0 0 15px 0;
}

#content .section dl.newstopics dd a:hover{
  border-bottom:1px solid #666;
  padding-bottom: 1px;
}

html.mobile #content .section dl.newstopics dd{
  min-width: 300px;
  width: 100%;
}

ul.business_field li h4{
  margin-top: 0!important;
}

.business_field{
  margin-top: 2em;
}

.field_box{
  width: 280px;
  height: 235px;
  float: left;
  padding: 10px;
  margin-right: 20px;
  background-color: #FFEEEE;
}

.field_box p:first-of-type{
  height: 84px;
}

html.mobile .field_box p:first-of-type{
  height: auto;
}

html.mobile .field_box{
  width: 100%;
  height: auto;
  padding: 10px 20px;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#content .section .school{
	margin-top: 40px;
}

#content .section .overview{
  float: left;
  width: 415px;
}

#content .section .overview img{
  width: 415px;
  height: 290px;
}

#content .section .overview .height_pc{
  margin-top: 57px; 
}

html.mobile #content .section .overview .height_pc{
  margin-top: 0;
}

html.mobile #content .section .overview{
  width: 100%;
}

html.mobile #content .section .overview img{
  width: 100%;
  height: auto;
}

html.mobile #content .section .school .height_mb{
  margin-top: 0;
}

#content .section p.small_font{
	font-size: 13px;
}

#content .section .deaf_blind_img{
	margin-top: 60px;
}

#content .section .deaf_blind_img img{
	width: 415px;
	height: 290px;
	float: left;
}

#content .section .deaf_blind_img img:first-child{
  margin-right: 50px;
}

html.mobile #content .section .deaf_blind_img img{
  width: 100%;
  height: auto;
}

html.mobile #content .section .deaf_blind_img img:first-child{
  margin-right: 0;
}

html.mobile #content .section .deaf_blind_img img.sp_height{
  margin-top: 30px;
}

#content .section .weight_bold{
	font-weight: bold;
}

#content .section .scholarship_img{
	margin-top: 50px;
  text-align: center;
}

#content .section .scholarship_img img{
	width: 800px;
}

html.mobile #content .section .scholarship_img img{
  width: 100%;
}

#header .header-inner .nav-area .header-nav .accordion{
  padding-bottom: 0!important;
}

#header .header-inner .nav-area .header-nav .accordion li a{
  line-height: 1.6;
  padding: 10px!important;
}

.field_box_en {
  height: 340px;
}

.ggmap{
  margin-top: 10px;
  width: 440px;
  height: 440px;
  position: relative;
}

html.mobile .ggmap{
  width: 300px;
  height: 250px;
  overflow: hidden;
}

html.mobile .ggmap iframe,
.ggmap object,
.ggmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header .header-inner .nav-area .header-nav li{
  border-left: 1px solid;
}

#header .header-inner .nav-area .header-nav li:first-child{
  border:none;
}

#header .header-inner .nav-area .header-nav li a{
  padding: 0px 5px 0 10px;
}

#header .header-inner .nav-area .header-nav li a.sns {
  padding: 0;
  vertical-align: middle;
  margin-top: -15px;
}

#header .header-inner .nav-area .header-nav li.fb{
  margin-right: -55px;
}

#header .header-inner .nav-area .header-nav li.tw{
  margin-right: -50px;
}

#header .header-inner .nav-area .header-nav li a img {
  width: 40%;
}

#header .header-inner .nav-area .header-nav li.sns {
  float: right;
  border:none;
}

html.mobile #header .header-inner .nav-area .header-nav li.fb {
  float: left;
}

html.mobile #header .header-inner .nav-area .header-nav li.tw {
  float: none;
  margin-left: 50px;
}

html.mobile #header .header-inner .nav-area .header-nav li.sns {
  text-align: left;
}

#header .header-inner .nav-area{
  padding-right: 0;
}

#footer .nav-area .footer-nav li {
  margin-right: -30px;
}

html.mobile #header .header-inner .nav-area .header-nav li {
  padding-bottom: 30px;
  border:none;
}

html.mobile #header .header-inner .nav-area .header-nav li.pcOnly {
  display: none;
}

html.mobile #footer .nav-area .footer-nav li {
  margin: 0;
}

html.mobile #footer .nav-area .footer-nav li.lang {
  margin-top: -30px;
}

.leaflet{
  border-bottom:1px solid #666;
  padding-bottom: 1px;
}

.leaflet:hover{
  border-color: #cc0000!important;
}

html.tablet #header .header-inner .nav-area .header-nav li.font13{
  font-size: 13px;
}

#content .keyvisual {
  text-align: center;
}

html.mobile #content .keyvisual{
  margin: 70px 0 80px;
}

#content .keyvisual .up {
  color: #666;
  line-height: 1.8em
}

html.mobile #content .keyvisual .up{
  font-size: 20px;
}

#content .keyvisual .up .bold {
  font-weight: bold;
}

#content .keyvisual .down {
  color: #999;
  line-height: 1.5em;
  margin-top: 50px;
}

html.mobile #content .keyvisual .down{
  font-size: 12px;
  margin-top: 20px;
}

#content .keyvisual .big {
  font-size: 150%;
  letter-spacing: 0.1em;
}

#content .section {
  padding: 0;
}

#content .section .refugee_img img{
  width: 415px;
  height: 276px;
  float: left;
}

html.mobile #content .section .refugee_img img{
  height: auto;
}

#content .section .refugee_img img:first-child{
  margin-right: 50px;
}

html.mobile #content .section .refugee_img img{
  width: 100%;
}

html.mobile #content .section .refugee_img img:first-child{
  margin-right: 0;
  margin-bottom: 30px;
}

#content .section .community_img{
  width: 390px;
  height: auto;
  float: right;
  margin-left: 50px;
}

#content .section .community_img figcaption{
  font-size: 0.8em;
  color: #666;
  width: 110%;
}

html.mobile #content .section .community_img{
  width: 100%;
  margin: 0.875em 0;
}

html.mobile #content .section .community_img img{
  height: auto;
  width: 100%;
}

html.mobile #content .section h2 {
  font-size: 1.4em;
}

html.mobile #content .section h2.newstitle{
  margin-bottom: 20px;

}

html.mobile #content .section dl {
  font-size: 1.0em;
}

html.mobile #content .section h3 {
  font-size: 1.4em
}

html.mobile #content .section dl.newstopics dt.pc-only,
html.mobile #content .section dl.newstopics dd.pc-only {
  display: none;
}


/* Modal */
#frame-modal-wrapper {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
}

#frame-modal-bg {
  content: '';
  background: #000;
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#frame-modal-wrapper.open {
  display: block;
  pointer-events: auto;
  opacity: 1;
  width: 100%;
  height: 100%;
}

#frame-modal-container {
  width: 150px;
  height: 150px;
  max-width: 880px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: width 500ms;
  z-index: 1;
}

#frame-modal-container:after {
  content: "";
  background: url(../images/loading.svg) no-repeat center center;
  background-size: 120px;
  position: absolute;
  margin: auto;
  width: 150px;
  height: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

#frame-modal-container.loaded {
  width: 90%;
  height: fit-content !important;
}

#frame-modal-container.loaded:after {
  display: none;
}

#frame-modal-inner {
  padding: 15px;
  margin: auto;
  background: #fff;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

#frame-modal-frame {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 500ms;
}

.loaded #frame-modal-frame {
  opacity: 1;
}

#content .section dl.newstopics dt.sp-only,
#content .section dl.newstopics dd.sp-only {
  display: none;
}
.top-notice{
    margin-top: 1em !important;
}
.notice-child{
    margin-bottom: 2.5em;
}
.notice-child>a{
    color:#cc0000!important;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
}
@media screen and (max-width: 460px){
  .none,
  .br-pc {
    display:none
  }

  #content .section dl.newstopics dt.none,
  #content .section dl.newstopics dd.none {
    display: none;
  }

  #content .section dl.newstopics dt.sp-only,
  #content .section dl.newstopics dd.sp-only {
    display: block;
  }

  #content .section .community_img figcaption {
    width: 101%;
  }
}