charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url("keyframes.css");
.s_container {
  margin: auto;
  padding: auto;
  width: 100%;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: Century Gothic, Arial, "游ゴシック", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #ffffff;
  /* #E9F5FA;*/
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

video {
  max-width: 100%;
}

iframe {
  width: 100%;
}

a {
  color: #999;
  transition: 0.2s;
}

a:hover {
  color: #0991C5;
  text-decoration: none;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 18px;
  font-weight: 700;
}

header {
  position: relative;
  padding: 20px;
}

.home header {
  padding: 0px;
}

header #logo {
  width: 200px;
  margin: 0 auto;
}

.home header #logo {
  display: none;
}

#menubar {
  position: relative;
  z-index: 10;
  text-align: center;
  background: #fff;
  color: #333;
  /*
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/
  font-family: Century Gothic, Arial, "游ゴシック", sans-serif;
  height: 105px;
}

#menubar ul li {
  float: left;
  width: 14.285%;
  font-size: 16px;
  font-weight: 700;
}

#menubar ul li a {
  text-decoration: none;
  display: block;
  height: 85px;
  padding-top: 20px;
  color: #333;
}

#menubar ul li span {
  display: block;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.2em;
}

#menubar-s, #menubar-s2 {
  display: none;
}

#menubar_hdr {
  display: none;
}

#menubar a.cursor-default {
  cursor: default;
  color: #333;
}

#menubar ul li.l_logo {
  padding-top: 20px;
}

#menubar ul.ddmenu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  left: 0px;
  width: 100%;
  padding: 50px 3%;
  background: #0991C5;
  background: rgba(9, 145, 197, 0.8);
  text-align: center;
  border-bottom: 1px solid #fff;
}

#menubar li:hover ul.ddmenu {
  animation-name: opa1;
  animation-fill-mode: both;
  animation-duration: 0.8S;
  animation-delay: 0.1s;
}

#menubar ul.ddmenu li {
  float: none;
  width: auto;
  display: inline-block;
  font-size: 22px;
}

#menubar ul.ddmenu li a {
  height: auto;
  padding: 20px;
  color: #fff;
  opacity: 0.7;
}

#menubar ul.ddmenu li a:hover {
  opacity: 1;
}

body.is-fixed-menu #menubar.nav-fix-pos .l_logo {
  padding-top: 0;
}

body.is-fixed-menu #menubar.nav-fix-pos {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 60px;
}

body.is-fixed-menu #contents {
  margin-top: 105px;
}

body.is-fixed #menubar.nav-fix-pos {
  position: fixed;
  width: 100%;
  top: 0px;
}

body.is-fixed #contents {
  margin-top: 105px;
}

body.is-fixed-menu #menubar ul li span {
  display: none;
}

body.is-fixed-menu #menubar ul li a {
  height: 50px;
  padding-top: 10px;
}

body.is-fixed-menu #menubar ul.ddmenu li a {
  padding: 20px;
  height: auto;
}

caption {
  caption-side: top;
}

#contents {
  padding: 0px 0 50px;
  /* 100px 0 50px;*/
  position: relative;
  animation-name: opa2;
  animation-duration: 0.5S;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

#contents h2 {
  clear: both;
  margin-bottom: 100px;
  font-size: 300%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000;
}

#contents h2 span {
  display: block;
  font-size: 50%;
  color: #666666;
}

#contents h3 {
  clear: both;
  margin-bottom: 30px;
  font-size: 150%;
  border-bottom: 1px dashed #999;
  padding-left: 3%;
  letter-spacing: 0.1em;
}

#contents p {
  padding: 0 3% 30px;
}

#contents h2+p, #contents h3+p {
  margin-top: -5px;
}

#contents p+p {
  margin-top: -10px;
}

#contents section+section {
  margin-top: 100px;
}

#contents .list {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0991C5;
  color: #fff;
  margin: 0 3% 30px;
}

#contents .list a {
  color: #fff;
}

#contents .list h4 {
  margin-bottom: 20px;
  font-size: 140%;
}

#contents .list p {
  padding: 0;
}

#contents .list figure {
  width: 50%;
}

#contents .list .text {
  width: 50%;
  padding: 2% 5%;
}

#contents .list:nth-of-type(even) .text {
  order: 1;
}

#contents .list::before {
  font-size: 18vw;
  line-height: 1;
  position: absolute;
  color: rgba(255, 255, 255, 0.15);
  font-family: 'Tangerine', cursive;
}

#contents .list:nth-of-type(odd)::before {
  left: -60px;
  top: -40px;
}

#contents .list:nth-of-type(even)::before {
  right: 0px;
  top: -40px;
}

#contents .list:nth-of-type(1)::before {
  content: "";
}

#contents .list:nth-of-type(2)::before {
  content: "";
}

#contents .list:nth-of-type(3)::before {
  content: "3pillar";
}

.btn1 {
  float: right;
}

#contents p+p.btn1 {
  margin-top: -40px;
}

.news {
  background-color: #FFFAF7;
  padding: 5px 0 20px;
  font-weight: 700;
}

#new p {
  padding-bottom: 10px;
}

.pr {
  margin: 0;
}

.tile {
  background-color: #E9F5FA;
  padding: 100px 0;
}

.btn1 a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  margin: 40px auto 0;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  width: 150px;
}

.btn1 a:hover {
  background: #fff;
  color: #0991C5 !important;
}

#contents .list-column-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 3%;
  font-weight: 700;
}

#contents .list-column {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 20px;
  background: #0991C5;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#contents .list-column a {
  color: #fff;
}

#contents .list-column h4 {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: 800;
}

#contents .list-column p {
  padding: 0;
  font-weight: 800;
}

#contents .list-column .text {
  padding: 5% 5% 3% 5%;
  flex: 1 0 auto;
}

#contents .list-column figure {
  min-height: 0%;
}

#contents .error {
  color: #FF0000;
  font-size: 14px;
  padding: 0;
}

footer {
  clear: both;
  position: relative;
  z-index: 1;
  font-size: 100%;
  background: #fff;
  color: #000;
  text-align: center;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #1B5188;
}

footer .pr {
  display: block;
  font-size: 100%;
}

#footermenu {
  overflow: hidden;
  padding: 50px 0;
}

#footermenu ul {
  text-align: left;
  padding-left: 10px;
}

#footermenu ul li:before {
  content: url(../images/f-arrow2.png);
  padding-left: 40px;
  margin-right: 5px;
}

#footermenu ul li.title:before {
  content: url(../images/f-arrow1.png);
  padding-left: 5px;
}

#footermenu li a {
  text-decoration: none;
}

#footermenu li {
  font-size: 14px;
  font-weight: 700;
}

#footermenu li.title {
  font-size: 16px;
}

#footermenu p {
  margin-left: 20px;
  font-weight: 700;
  font-size:14px;
}

#footermenu p.tel {
  font-size: 20px;
  font-weight: 700;
}

#footermenu p.tel:before {
  content: url(../images/tel.png);
  padding-left: 5px;
}

#copyright {
  clear: both;
  text-align: center;
  background: #1B5188;
  padding: 50px 0;
  color: #FFFFFF;
}

#copyright a {
  text-decoration: none;
}

#copyright span {
  font-size: 16px;
}

ul.icon {
  margin-bottom: 20px;
}

ul.icon li {
  display: inline-block;
}

ul.icon img {
  width: 30px;
}

ul.icon img:hover {
  opacity: 0.8;
}

#new {
  margin-top: 100px;
}

#new dl, #new2 dl {
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
}

#new dt, #new2 dt {
  /*	float: left;*/
  width: 9em;
  letter-spacing: 0.1em;
/*  display: flex;*/
  margin-bottom: 2px;
}

#new dd, #new2 dd {
  width: calc(100% - 10em);
  margin-bottom: 2px;
}

.ta1 caption, .ta2 caption {
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: left;
  background: #eeece4;
  font-weight: bold;
  padding: 10px;
}

.ta1 {
  width: 94%;
  table-layout: fixed;
  margin: 0 3% 30px;
  background: #fff;
}

.ta1, .ta1 td, .ta1 th {
  border: 1px solid #ccc;
  padding: 10px;
  word-break: break-all;
}

.ta1 th {
  width: 150px;
  text-align: center;
  font-weight: normal;
}

::placeholder {
  color: #CCCCCC;
  font-size: 14px;
}

input.field_custom {
  border: solid #e1e1e1 1px;
  width: 100%;
  background: #f8f8f8;
  min-height: 50px;
  padding: 5px 20px;
  line-height: normal;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}

textarea.field_custom {
  border: solid #e1e1e1 1px;
  width: 100%;
  background: #f8f8f8;
  min-height: 150px;
  padding: 15px 20px;
  line-height: normal;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #737373;
}

.field {
  padding: 0 5px;
}

.fradio {
  float: left;
}

#contents input[type="submit"].btn, #contents input[type="button"].btn, #contents input[type="reset"].btn {
  -webkit-appearance: none;
  outline: none;
  padding: 5px 20px;
  border: 1px solid #333;
  font-size: 130%;
  border-radius: 3px;
  background: #333;
  color: #fff;
}

#contents input[type="submit"].btn:hover, #contents input[type="button"].btn:hover, #contents input[type="reset"].btn:hover {
  border: 1px solid #333;
  background: #fff;
  color: #333;
}

.icon_0, .icon_1, .icon_2 {
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

.icon_0 {
  background: #FE9900;
}

.icon_1 {
  background: #669900;
}

.icon_2 {
  background: #CD3301;
}

.link {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}

body .nav-fix-pos-pagetop a {
  display: none;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  position: fixed;
  bottom: 20px;
  right: 3%;
  background: #1B5188;
  color: #fff;
  border: 1px solid #fff;
  animation-name: opa1;
  animation-duration: 1S;
  animation-fill-mode: both;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: #0991C5;
}

ul.disc {
  list-style: disc;
  padding: 0 3% 20px 6%;
}

ol {
  padding: 0 3% 20px 6%;
}

.look {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0px 10px !important;
  border-radius: 4px;
}

p.look {
  margin: 0 3%;
}

.mb15, .mb1em {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.clear {
  clear: both;
}

.color1, .color1 a {
  color: #0991C5 !important;
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.big1 {
  font-size: 30px;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

h3.n_title {
  border-bottom: solid 3px #95E1D3 !important;
  position: relative;
  padding-left: 0 !important;
  padding-bottom: 7px;
}

h3.n_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3BA4AF;
  bottom: -3px;
  width: 20%;
}

.qaContainer dt {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #2AA8B4;
  text-indent: -25px;
  font-size: 18px;
  font-weight: 600;
}

.qaContainer dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}

.qaContainer dd {
  margin: 20px 10px 40px 35px;
  text-indent: -25px;
  font-size: 18px;
  font-weight: 600;
}

.qaContainer dd:before {
  content: "A.";
  color: #1771c6;
  font-weight: bold;
  margin-right: 7px;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #2EACB7;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
}

.balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon6 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #2EACB7;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #2EACB7;
  color: #FFFFFF;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #2EACB7;
}

.says p {
  margin-top: 30px;
}

table.table3 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  font-weight: 600;
}

table.table3 tr:last-child {
  border-bottom: solid 1px #ddd;
}

table.table3 th {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #66CCCC;
  width: 33.3%;
}

table.table3 th:nth-child(1) {
  background-color: #66CCCC;
  color: white;
  font-size: 18px;
}

table.table3 th:nth-child(2) {
  background-color: #f34955;
  color: white;
  font-size: 18px;
}

table.table3 th:nth-child(3) {
  background-color: #f5b932;
  color: white;
  font-size: 18px;
}

table.table3 tr:nth-child(2) td {
  font-size: 30px;
}

table.table3 td {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 33.3%;
}

table.table3 td a {
  background-color: #25b327;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table.table3 .popular {
  width: 33.3%;
  font-size: 18px;
}

table.table3 th.popular {
  position: relative;
}

table.table3 th.popular span.no1 {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table.table3 th.popular span.inner {
  position: absolute;
  color: white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}

table.table2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.table2 tr {
  border-bottom: solid 2px white;
}

table.table2 tr:last-child {
  border-bottom: none;
}

table.table2 th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
}

table.table2 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.table2 td {
  text-align: left;
  width: 70%;
  background-color: #E8F2FF;
  padding: 30px 30px;
  font-size: 18px;
  font-weight: 600;
}

.title1 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ffffcc;
  font-size: 22px;
  font-weight: 700;
}

.title1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

table.table4 {
  width: 100%;
  border-spacing: 0;
}

table.table4 th {
  border-bottom: solid 1px #fb5144;
  padding: 5px 0;
  width: 20%;
}

table.table4 td {
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding: 5px 0;
  font-weight: 600;
}

.balloon4-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #1A468D;
  box-sizing: border-box;
  width: 90%;
}

.balloon4-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon4-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #1A468D;
  z-index: 1;
}

.balloon4-top p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  margin-top: 20px;
}

.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}

table.table5 {
  width: 100%;
  border-collapse: collapse;
  font-size: 22px;
}

table.table5 tr {
  background-image: linear-gradient(40deg, #fce043 0%, #fb7ba2 74%);
}

table.table5 tr:last-child * {
  border-bottom: none;
}

table.table5 th, table.table5 td {
  text-align: center;
  border-bottom: solid 1px #fff;
  color: white;
  padding: 10px 0;
}

table.table6{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.table6 th:first-child{
  border-radius: 5px 0 0 0;
}

table.table6 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.table6 th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 5%;
  padding: 10px 0;
}

table.table6 td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 5%;
  padding: 10px 0;
}

table.table6 td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.table6 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.table6 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


@media screen and (max-width:1200px) {
  #menubar ul li {
    font-size: 16px;
  }
}

@media screen and (max-width:1000px) {
  #menubar ul li {
    font-size: 14px;
  }
}

@media screen and (max-width:800px) {
  body {
    font-size: 2vw;
  }
  header {
    border-bottom: 1px solid #ccc;
  }
  .home header {
    border: none;
  }
  #menubar-s {
    overflow: auto;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #fff;
    animation-name: frame1;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    font-size: 16px;
  }
  #menubar-s li span {
    margin-left: 20px;
    font-size: 80%;
  }
  #menubar-s ul li a, #menubar_hdr2, #menubar-s ul li a, #menubar_hdr3, #menubar-s ul li a, #menubar_hdr4 {
    display: block;
    text-decoration: none;
    padding: 30px 20px 30px 60px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  #menubar {
    display: none;
  }
  #menubar_hdr2, #menubar_hdr3, #menubar_hdr4 {
    padding-left: 60px;
  }
  #menubar-s2, #menubar-s3, #menubar-s4 {
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
  }
  #menubar_hdr2.close2, #menubar_hdr3.close2, #menubar_hdr4.close2 {
    background: url(../images/arrow2.png) no-repeat 20px 35px / 18px;
  }
  #menubar_hdr2.open2, #menubar_hdr3.open2, #menubar_hdr4.open2 {
    background: url(../images/arrow3.png) no-repeat 20px 35px / auto 18px;
  }
  #menubar-s2 li a, #menubar-s3 li a, #menubar-s4 li a {
    border-bottom: 1px solid #fff !important;
    padding: 10px 20px !important;
  }
  #menubar-s2 li:last-child a, #menubar-s3 li:last-child a, #menubar-s4 li:last-child a {
    border-bottom: none !important;
  }
  #menubar_hdr {
    display: block;
    position: fixed;
    z-index: 100;
    top: 20px;
    right: 2%;
  }
  #menubar_hdr.close, #menubar_hdr.open {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
  }
  #menubar_hdr.close {
    background: #000 url(../images/icon_menu.png) no-repeat center top/50px;
  }
  #menubar_hdr.open {
    background: #000 url(../images/icon_menu.png) no-repeat center bottom/50px;
  }
  body.is-fixed-menu #contents {
    margin-top: 0px;
  }
  body.is-fixed #contents {
    margin-top: 0px;
  }
  #contents {
    padding: 50px 0;
  }
  #contents h2 {
    margin-bottom: 50px;
  }
  #contents .list-column h4 {
    margin-bottom: 0px;
  }
  .link {
    margin-top: -30px;
    padding-top: 30px;
  }
  body.s-n .sub, body.s-n #footermenu {
    display: none;
  }
  .big1 {
    font-size: 20px;
  }
  .pr {
    margin: 50px 0;
  }
  .btn1 a {
    width: auto;
  }
  .row {
    margin: 0;
  }
	#contents .list {
		display:block;
	}
  
	#contents .list figure ,#contents .list .text {
		float:none;
		width: 98%;
		padding: 3%;
	}
	#contents .list figure{
		margin-top:10px;
	}
}

@media screen and (max-width:480px) {
  body {
    font-size: 3vw;
  }
  #contents h2 {
    margin-bottom: 30px;
  }
  #contents h3 {
    margin-bottom: 20px;
  }
  #contents section+section {
    margin-top: 30px;
  }
  .btn1 a {
    padding: 5px 10px;
  }
  .ta1, .ta1 td, .ta1 th {
    padding: 5px;
  }
  .ta1 th {
    width: 100px;
  }
  .ws, .wl {
    width: 94%;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .big1 {
    font-size: 16px;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  #contents .list-column {
    display: block;
    width: 100%;
  }
  #new dt, #new2 dt {
    /*	float: left;*/
    width: 6em;
  }
  #new dd, #new2 dd {
    width: calc(100% - 6em);
  }
  table.table3 td {
    font-size: 12px;
  }  
  table.table3 tr:nth-child(2) td {
    font-size: 24px;
  }
  table.table3 td a {
    font-size: 13px;
  }
	#contents .list {
		display:block;
	}
  
	#contents .list figure ,#contents .list .text {
		float:none;
		width: 98%;
		padding: 3%;
	}
	#contents .list figure{
		margin-top:10px;
	}
	
	#contents h2.ph2 {
		font-size:250%;
	}
  
}