@charset "utf-8";
@media print, screen and (max-width: 767px) {
  #wrapper {
    z-index: 3;
    padding: 50px 0 0;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header section {
    padding: 0;
    height: 50px;
  }
  header section h1 {
    position: absolute;
    top: 6px;
    left: 10px;
    line-height: 0;
  }
  header section h1 img {
    width: auto;
    height: 38px;
  }
  header section nav.gnavi {
    display: none;
  }
  .pdfLink {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .wordLink {
    display: block;
    margin: 0 0 5px;
    height: 40px;
    line-height: 40px;
    ;
  }
  .DSbtn {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 10;
    display: block;
    width: 26px;
    height: 14px;
    cursor: pointer;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .DSbtn .hambarg:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #000000;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .DSbtn .hambarg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #000000;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .DSbtn .hambarg:nth-child(3) {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #000000;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .DSbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .DSbtn.action .hambarg:nth-child(2) {
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .DSbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header section nav.sub {
    display: none;
  }
  .spNavi {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 51px 0 20px 0;
    width: 280px;
    height: 100%;
    background-color: #efefef;
    -webkit-box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    -moz-box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    text-align: center;
    opacity: 0;
  }
  .spNavi ul {
    margin: 0;
    padding: 0;
  }
  .spNavi ul li {
    margin: 0;
    padding: 0;
    min-height: 40px;
    border-bottom: #b5b5b5 dotted 1px;
    -webkit-box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    -moz-box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    box-shadow: 7px 0 10px -5px #d6d6d6 inset;
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: 40px;
  }
  .spNavi ul li.color1 {
    background: #72695d;
    -webkit-box-shadow: 7px 0 10px -5px #777777 inset;
    -moz-box-shadow: 7px 0 10px -5px #777777 inset;
    box-shadow: 7px 0 10px -5px #777777 inset;
  }
  .spNavi ul li.color2 {
    background: #e4b41d;
    -webkit-box-shadow: 7px 0 10px -5px #777777 inset;
    -moz-box-shadow: 7px 0 10px -5px #777777 inset;
    box-shadow: 7px 0 10px -5px #777777 inset;
  }
  .spNavi ul li.color3 {
    background: #8192a2;
    -webkit-box-shadow: 7px 0 10px -5px #777777 inset;
    -moz-box-shadow: 7px 0 10px -5px #777777 inset;
    box-shadow: 7px 0 10px -5px #777777 inset;
  }
  .spNavi ul li.color4 {
    background: #438faa;
    -webkit-box-shadow: 7px 0 10px -5px #777777 inset;
    -moz-box-shadow: 7px 0 10px -5px #777777 inset;
    box-shadow: 7px 0 10px -5px #777777 inset;
  }
  .spNavi ul li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    color: #000000;
    text-decoration: none;
  }
  .spNavi ul li.color1 a, .spNavi ul li.color2 a, .spNavi ul li.color3 a, .spNavi ul li.color4 a {
    color: #ffffff;
  }
  .spNavi ul li .subMenu {
    display: block;
    padding: 0 20px;
    height: 40px;
    color: #000000;
  }
  .spNavi ul li .sub {
    display: none;
    margin: 0;
    padding: 0;
  }
  .spNavi ul li .sub ul.subNavi {
    margin: 0;
    padding: 0;
    border-top: #b5b5b5 dotted 1px;
  }
  .spNavi ul li .sub ul.subNavi li {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height: 40px;
    width: 100%;
    border-bottom: #b5b5b5 dotted 1px;
    background: #ffffff;
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: 40px;
  }
  .spNavi ul li .sub ul.subNavi li:last-child {
    border-bottom: none;
  }
  .spNavi ul li .sub ul.subNavi li a {
    display: block;
    padding: 0 10px 0 20px;
    height: 40px;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
  }
  .spNavi ul li .subsub {
    display: none;
    margin: 0;
    padding: 0;
  }
  .spNavi ul li .sub ul.subNavi li b {
    display: block;
    padding: 0 10px 0 20px;
    height: 40px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
  }
  .spNavi ul li .sub ul.subNavi li ul.subsubNavi {
    margin: 0;
    padding: 0;
    border-top: #b5b5b5 dotted 1px;
  }
  .spNavi ul li .sub ul.subNavi li ul.subsubNavi li {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height: 40px;
    width: 100%;
    border-bottom: #b5b5b5 dotted 1px;
    background: #ffeeb9;
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: 40px;
  }
  .spNavi ul li .sub ul.subNavi li ul.subsubNavi li:last-child {
    border-bottom: none;
  }
  .spNavi ul li .subMenu2 {
    display: block;
    padding: 0 20px;
    height: 40px;
    color: #000000;
  }
  .spNavi ul li .sub2 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .spNavi ul li .sub2 ul.subNavi {
    margin: 0;
    padding: 0;
    border-top: #b5b5b5 dotted 1px;
  }
  .spNavi ul li .sub2 ul.subNavi li {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height: 40px;
    width: 50%;
    border-bottom: #b5b5b5 dotted 1px;
    background: #ffffff;
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: 40px;
  }
  .spNavi ul li .sub2 ul.subNavi li:nth-child(2n) {
    border-left: #b5b5b5 dotted 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .spNavi ul li .sub2 ul.subNavi li:last-child, .spNavi ul li .sub2 ul.subNavi li:nth-last-child(2) {
    border-bottom: none;
  }
  .spNavi ul li .sub2 ul.subNavi li a {
    display: block;
    padding: 0 10px 0 20px;
    height: 40px;
    font-size: 12px;
  }
  section.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 30px;
    width: 100%;
  }
  section.main #all_slider {
    margin: 0 10px;
    max-height: inherit;
  }
  section.main #all_slider.pc {
    display: none !important;
  }
  section.main #all_slider.sp {
    display: block !important;
  }
  section.content_list ul.main_cont li .point {
    margin: 20px 0 0;
    width: 60px;
    height: auto;
  }
  section.content_list {
    padding: 0 20px;
  }
  section.content_list ul.main_cont {
    margin: 0;
  }
  section.content_list ul.main_cont li {
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
  }
  section.content_list .study_banner.pc {
    display: none;
  }
  section.content_list .study_banner.sp {
    display: block;
    margin: 0;
  }
  section.content_list .study_banner.sp ul.main_cont li {
    padding: 0;
  }
  section.content_list .study_banner.sp ul.main_cont li h2 {
    display: inline-block;
    padding: 0 0 20px;
    background: none;
    text-align: center;
    line-height: 0;
    margin: 0;
  }
  section.content_list .study_banner.sp ul.main_cont li figcaption {
    margin: 0;
    padding: 0 15px;
    text-align: left;
    line-height: 1.8em;
  }
  .b_cont {
    background: none;
  }
  section.content_slist {
    padding: 0 20px;
  }
  section.content_slist ul.sub_cont {
    margin: 0 0 0 0;
    padding: 0;
  }
  section.content_slist ul.sub_cont li {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
  .icon_004 {
    padding: 0;
    background: none;
  }
  section.info_area article .left {
    float: none;
    margin: 0 0 50px;
    padding: 0;
    width: auto;
  }
  section.info_area article .right {
    float: none;
    width: auto;
  }
  section.info .info_area aside {
    display: none;
  }
  section.info .info_area article {
    float: none;
    width: auto;
  }
  section.info .info_area {
    background: none;
  }
  section.info_area article dl {
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
  section.info_area article dt {
    position: static;
    margin: 0 0 5px;
  }
  section.info_area article {
    padding: 0 20px;
  }
  footer {
    position: relative;
    z-index: 5;
  }
  footer section.sitemap {
    padding: 0;
  }
  footer section.sitemap .f_area {
    padding: 30px 0 0;
    border-bottom: none;
    text-align: center;
  }
  footer section.sitemap .f_area h1 {
    margin: 0 0 10px;
    text-align: center;
  }
  footer section.sitemap .f_area h1 img {
    width: 180px;
    height: auto;
  }
  footer section.sitemap .f_area address {
    position: static;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 20px;
    text-align: left;
  }
  footer section.sitemap .f_area #searchform {
    position: relative;
    top: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 60px 0 20px;
    width: 100%;
    height: 26px;
  }
  footer section.sitemap .f_area #searchform .srch-txt {
    box-sizing: border-box;
    width: 100%;
  }
  footer section.sitemap .f_area #searchform .SE4_btn {
    right: 20px;
  }
  footer section.sitemap .sitemaps {
    display: none;
  }
  footer .mobMenu {
    display: block;
    text-align: center;
  }
  footer .mobMenu ul {
    display: block;
    margin: 0;
    padding: 0;
    border-top: #cbbeae dotted 1px;
    list-style: none;
  }
  footer .mobMenu ul li {
    margin: 0;
    padding: 0;
    height: 40px;
    border-bottom: #cbbeae dotted 1px;
    line-height: 40px;
  }
  footer .mobMenu ul li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    line-height: 40px;
  }
  section.page h1 {
    margin: -12px 0 30px;
    padding: 0;
    height: 42px;
    border-bottom: solid 2px #e4b321;
    text-align: center;
    /* padding: 0; */
    /* background: #e3b21d; */
    /* color: #e3b21e; */
    font-weight: normal;
    font-size: 14px;
  }
  section.page {
    padding: 20px 0 30px;
  }
  section.page h1 img {
    display: none;
  }
  section.page h1 span.sp {
    display: block;
    margin: 0 0 1px;
    height: 40px;
    border-bottom: solid 1px #e4b321;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
  }
  .hiyoko img {
    width: 26px;
    height: auto;
  }
  section.member2 article {
    padding: 0 20px;
  }
  section.member2 article .box p {
    margin: 0 0 20px;
    width: auto;
  }
  section.member2 article .box {
    margin: 0 0 20px;
    padding: 20px 0 0;
  }
  section.member2 article .box a.btn {
    position: static;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  section.member .fujiyama_net a .fujiyama_net_banner {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  section.member .fujiyama_net a p {
    word-break: break-all;
  }
  .table09 {
    display: block;
    width: 100%;
  }
  .table09 tr {
    display: block;
  }
  .table09 th {
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
  }
  .table09 td {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    border-bottom: #d6d6d6 solid 1px;
  }
  .table09 tbody {
    display: block;
  }
  .wpcf7-text {
    width: 100%;
  }
  .comp_text {
    font-size: 14px;
  }
  span.wpcf7-list-item {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 6px 0 6px 2px;
    width: 33.333333% !important;
    font-size: 16px;
  }
  .adv span.wpcf7-list-item {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 6px 0 6px 2px;
    width: 100% !important;
    font-size: 16px;
  }
  section.member2 article .chk span.wpcf7-list-item {
    width: auto !important;
    font-size: 14px;
  }
  section.member .sub_menu ul.tabs li {
    padding: 0;
    width: 50%;
    border-right: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
  }
  section.member .sub_menu ul.tabs li:nth-child(2n) {
    border-right: none;
  }
  section.member .sub_menu {
    margin: 0 0 30px;
    height: auto;
    border-bottom: none;
  }
  section.member .sub_menu ul.tabs li a {
    display: block;
    height: 40px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: #daa800;
  }
  section.member article {
    padding: 0 20px;
  }
  section.member article .tab_area {
    margin: 20px 0 40px;
    padding: 0;
    height: auto;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    background: #e5e1b9;
  }
  section.member article .tab_area:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
  }
  section.member article .tab_area ul#tab {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
  }
  section.member article .tab_area ul#tab li {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.333333%;
    height: 40px;
    border-right: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    list-style: none;
    line-height: 40px;
    cursor: pointer;
  }
  .cat {
    display: none;
  }
  section.page h2 {
    font-size: 14px;
  }
  .table10 td {
    width: 40%;
    font-size: 10px;
    line-height: 1.5em;
  }
  .table10 th {
    padding: 5px 0;
    width: 10%;
  }
  .table11 {
    display: block;
    width: 100%;
  }
  .table11 span.sp {
    display: inline;
    font-size: 10px;
  }
  .table11 tbody {
    display: block;
    width: 100%;
  }
  .table11 tr {
    display: block;
    width: 100%;
  }
  .table11 tr.non {
    display: none;
  }
  .table11 td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center !important;
  }
  .table11 th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center !important;
  }
  .table11 th.sp {
    display: block;
    background: none;
  }
  .table11 td.bdt {
    border-top: #d6d6d6 solid 1px;
  }
  .table11 td.pc {
    display: none !important;
  }
  section.member article .box1 {
    margin: 0 0 30px;
    padding: 0;
  }
  section.member article .box1 h3 {
    font-size: 18px;
    line-height: 1.8em;
  }
  section.member article .box1 .pict {
    position: static;
    top: 0;
    right: 0;
    margin: 0 0 20px;
    text-align: center;
    line-height: 0;
  }
  section.member article .box1 .pict img {
    width: 80%;
    height: auto;
  }
  section.member article .box2 p {
    width: auto;
  }
  section.member article .box2 .pict {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: 160px;
    height: auto;
  }
  section.member article .box2 .table05 {
    font-size: 12px;
    line-height: 1.5em;
  }
  section.voice .sub_menu {
    margin: 0 0 30px;
    height: auto;
    border-bottom: none;
  }
  section.voice .sub_menu li {
    padding: 0;
    width: 50%;
    border-right: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
  }
  section.voice .sub_menu li :nth-child(2n) {
    border-right: none;
  }
  section.voice .sub_menu li a {
    display: block;
    height: 40px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: #daa800;
  }
  section.voice article {
    padding: 0 20px;
  }
  .dog {
    display: none;
  }
  section.voice article .voice_box .pict {
    position: static;
    top: 0;
    left: 0;
    margin: 0 0 20px;
    text-align: center;
  }
  section.voice article .voice_box {
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
  section.voice article .voice_box h3 .mini {
    display: block;
    text-indent: -7px;
  }
  section.voice article .form {
    margin: 0;
    padding: 24px 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  section.voice article .form a.btn {
    position: static;
    display: block;
    margin: 20px 0 0;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
  }
  section.member article #toku3 .toku_con {
    padding: 0 0 0 0;
  }
  section.member article #toku3 .toku_con .right {
    position: static;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
  }
  section.member article #toku3 h3 {
    font-size: 14px;
    line-height: 1.6em;
  }
  .table12 {
    display: block;
    width: 100%;
  }
  .table12 tbody {
    display: block;
    width: 100%;
  }
  .table12 tr {
    display: block;
    width: 100%;
  }
  .table12 td {
    display: block;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
  }
  .table12 th {
    display: block;
    box-sizing: border-box;
    padding: 8px 15px;
    width: 100%;
  }
  section.member article #toku4 ul {
    margin: 0 0 20px -10px;
  }
  section.member article #toku4 li {
    padding: 0 0 0 10px;
  }
  section.member article #toku4 li figcaption {
    font-size: 10px;
  }
  section.member .bnr {
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  section.member ul {
    margin: 0;
  }
  section.member li {
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
    list-style: none;
  }
  .wp-image-1700 {
    width: 100%;
    height: auto;
  }
  section.member2 article h2 {
    font-size: 14px;
  }
  section.member2 article .table09 td img {
    max-width: 100%;
    width: 70%;
    height: auto;
  }
  section.member2 article .table09 td.malti img {
    max-width: 100%;
    width: 36%;
    height: auto;
  }
  info_goods {
    padding: 20px;
    font-size: 14px;
  }
  section.info .info_area article {
    padding: 0 20px;
  }
  section.info .info_area article .box {
    margin: 0 0 20px;
    padding: 0 0 20px 120px;
    min-height: 100px;
  }
  section.info .info_area article .date {
    margin: 0;
    font-size: 12px;
  }
  section.info .info_area article .box .pict {
    left: 0;
    width: 100px;
    height: 100px;
  }
  section.info .info_area article .box p {
    display: none;
  }
  .navigation .page-numbers {
    display: none;
  }
  section.info .info_area article .box h3 {
    border-bottom: none;
    font-size: 13px;
  }
  .next.page-numbers {
    display: inline-block;
    background: #777777;
  }
  .prev.page-numbers {
    display: inline-block;
    background: #777777;
  }
  .navigation span.current {
    display: none;
  }
  section.active_list article {
    padding: 0 20px 30px;
    font-size: 13px;
    line-height: 2.0em;
  }
  section.active_list ul.sub_cont {
    margin: 0;
    padding: 0;
  }
  section.active_list ul.sub_cont li {
    float: none;
    padding: 0 0 20px;
    width: 100%;
  }
  section.about article {
    padding: 0 20px;
    font-size: 13px;
  }
  section.about article h2 {
    font-size: 16px;
  }
  section.history article.pc {
    display: none;
  }
  section.history article.sp {
    display: block;
    padding: 0 20px;
  }
  section.history article.sp .box {
    margin: 0 0 1px;
    padding: 20px;
    background: #efefef;
    font-size: 12px;
    line-height: 1.8em;
  }
  section.history article.sp .box b {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: #cccccc dotted 1px;
    font-size: 13px;
  }
  section.history article.sp .box span {
    font-weight: bold;
  }
  section.pdf_area article .box .get_pdf {
    display: none;
  }
  section.pdf_area article {
    padding: 0 20px;
  }
  section.shibu article {
    padding: 0 20px;
  }
  section.shibu article .box {
    padding: 0 0 30px 0;
  }
  section.shibu article .box .right {
    position: static;
    padding: 20px 0 0;
    width: auto;
    text-align: center;
  }
  section.shibu article .box .right img {
    width: 60%;
    height: auto;
  }
  section.shibu article .map_area {
    display: none;
  }
  section.shibu article .map_area_sp {
    display: block;
    margin: 0;
    padding: 0 0 10px;
  }
  section.shibu article .map_area_sp ul {
    margin: 20px 0 0 -1px;
    padding: 0;
  }
  section.shibu article .map_area_sp ul li {
    float: left;
    box-sizing: border-box;
    width: 33.333333%;
    height: 40px;
    border-bottom: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    background: url(image/icon_001.png) no-repeat 92% 50% #ffdcaf;
    list-style: none;
    text-align: center;
  }
  section.shibu article .map_area_sp ul li.bs {
    background-color: #efefef;
  }
  section.shibu article .map_area_sp ul li a {
    display: block;
    padding: 0 16px;
    height: 40px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    line-height: 40px;
  }
  section.shibu article .map span.mbl3 span {
    background: #efefef;
  }
  section.shibu article .map {
    height: auto;
  }
  section.kifu .sub_menu {
    margin: 0 0 30px;
    padding: 0;
    height: auto;
    border-bottom: none;
    text-align: center;
  }
  section.kifu .sub_menu ul.tabs li {
    padding: 0;
    width: 50%;
    border-right: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
  }
	
  section.kifu li a {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
  }
  section.kifu .sub_menu ul.tabs li:nth-child(2n) {
    border-right: none;
  }

  section.kifu article {
    padding: 0 20px;
  }
	section.kifu article .kif{
		display: block;
	}
  section.kifu article .left {

    margin: 0 0 20px;
    padding: 20px;
    width: auto;
  

  }
	section.kifu article .kif.new .hosyo{
	padding: 20px;
    width: auto;
   
	
}
	section.kifu article .kif.new .hosyo .btn a {
 width: 100%;
    height: 40px;
    font-size: 13px;
}
  section.kifu article .right {

    padding: 20px;
    width: auto;
 

  }
  section.kifu article .right .btn a {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
  section.kifu article ul {
    margin: 0;
  }
  section.kifu article li {
    float: none;
    padding: 0 0 10px;
    width: 100%;
  }
  section.kifu2 .sub_menu {
    margin: 0 0 30px;
    padding: 0;
    height: auto;
    border-bottom: none;
    text-align: center;
  }
  section.kifu2 .sub_menu ul.tabs li {
    padding: 0;
    width: 50%;
    border-right: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
  }
  section.kifu2 li a {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
  }
  section.kifu2 .sub_menu ul.tabs li:nth-child(2n) {
    border-right: none;
  }
		section.kifu2 ul.tabs.tab3 li, section.kifu ul.tabs.tab3 li{
		 width: 33.333%;
	}
	section.kifu2 ul.tabs.tab3 li:nth-child(2n), section.kifu ul.tabs.tab3 li:nth-child(2n){
		 border-right: #ffffff solid 1px;
	}
	section.kifu2 ul.tabs.tab3 li:nth-child(3n), section.kifu ul.tabs.tab3 li:nth-child(3n){
		  border-right: none;
	}
	section.kifu2 ul.tabs.tab3 li br.sp, section.kifu ul.tabs.tab3 li br.sp{
	display: block;
}
	
	section.kifu2 ul.tabs.tab3 li a, section.kifu ul.tabs.tab3 li a{
    height: 53px;
    line-height: 1.3em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	section.kifu2 article .hosho h2 {
    margin: 0 0 24px;
  
    font-size: 20px;
	}
	section.kifu2 article .hosho p {
  font-size: 14px;
  line-height: 1.8em;
 
}
  section.kifu2 article {
    padding: 0 20px;
  }
  section.kifu2 article .left {
    float: none;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  section.kifu2 article .right {
    float: none;
    width: auto;
    height: auto;
  }
  section.naruhodo article.box1 {
    padding: 0 20px 50px;
    line-height: 1.8em;
  }
  section.naruhodo article.box1 .pict {
    position: static;
    margin: 10px 0 0;
    width: 100%;
    height: auto;
  }
  section.naruhodo article.box1 h3 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4em;
  }
  section.naruhodo article.box1 p {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.8em;
  }
  section.naruhodo article.box2 {
    position: relative;
    margin: 0 20px;
    padding: 20px;
  }
  section.naruhodo article.box2 .kaisai {
    display: none;
  }
  section.naruhodo article.box2 p {
    margin: 0;
    padding: 0 0 0;
    text-align: left;
  }
  section.with article {
    padding: 0 20px;
  }
  section.with article .price {
    font-size: 16px;
  }
  section.with article p {
    text-align: left;
  }
  section.with article .more a {
    margin: 0 0 20px;
    padding: 10px 30px;
    height: auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
  }
  section.with article .box .block {
    padding: 0;
    min-height: auto;
  }
  section.with article .box .left {
    position: static;
    margin: 0 0 16px;
    text-align: center;
  }
  section.with article .box .left img {
    width: 60%;
    height: auto;
  }
  section.with article .box .right h3 {
    padding: 0 0 5px;
  }
  section.with article .box .right p {
    line-height: 1.8em;
  }
  section.tourism article {
    padding: 0 20px;
  }
  section.tourism article .thumb {
    float: none;
    margin: 0 0 20px;
    padding-top: 0;
    text-align: center;
  }
  section.tourism article .thumb img {
    width: 60%;
    height: auto;
  }
  section.tourism article .box h3 {
    font-size: 16px;
  }
  section.tourism article .box2 ul {
    display: block;
  }
  section.tourism article .box2 li {
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: auto;
    list-style: none;
    text-align: center;
  }
  section.tourism article .box2 li img {
    max-width: 100%;
    height: auto;
  }
  section.tourism article .btn_area img {
    max-width: 100%;
    height: auto;
  }
  section.symposium article {
    padding: 0 20px;
  }
  section.symposium article .box .title .right {
    float: none;
    font-size: 13px;
  }
  section.symposium article .box .title .left {
    float: none;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
  }
  section.symposium article .box ul.pict {
    margin: 0 0 20px -5px;
  }
  section.symposium article .box ul.pict li {
    padding: 0 0 0 5px;
  }
  section.symposium article .box dt li {
    float: none;
    width: 100%;
  }
  section.event article {
    padding: 0 20px;
  }
  section.event article .box .left {
    padding: 0;
    min-height: auto;
  }
  section.event article .box .right {
    position: static;
    margin: 20px 0 0;
    text-align: center;
  }
  section.event article .box .right img {
    width: 100%;
    height: auto;
  }
  section.event article .box {
    margin: 0 0 30px;
  }
  section.event article h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  section.event article h2 span {
    display: block;
    padding: 0;
    font-size: 11px;
    ;
  }
  .table04 {
    box-sizing: border-box;
    width: auto;
  }
  .table04 th {
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    width: auto;
  }
  .table04 td {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
  }
  section.event article .photo li {
    padding: 0 0 5px 5px;
  }
  section.event article .photo ul {
    margin: 0 0 24px -5px;
  }
  section.event article .box2 img {
    display: block !important;
    float: none !important;
    margin: 0 0 20px !important;
    width: 100%;
    height: auto;
  }
  section.photo_list p.number {
    margin: -20px 0 10px;
    color: #90816f;
    font-weight: 700;
    font-size: 14px;
  }
	
	section.event article .event_table{
		    display: block;
		    border-left: #d6d6d6 solid 1px;
		    border-right: #d6d6d6 solid 1px;
	}
	section.event article .event_table th {
    width: 100%;
    display: block;
		    padding: 8px 15px;
		text-align: left;
  }
  section.event article .event_table td {
    width: 100%;
    display: block;
	   padding: 20px 15px;
    line-height: 1.8em;
  }
  section.event article .event_table td dl dt.place {
    display: none;
  }
  section.event article .event_table td dl dd.detail {
    display: none;
  }
  section.event article .event_table td dl dt {
    padding: 10px 15px;
    width: 100%;
    border-left: #d7d7d7 dotted 1px;
    border-right: #d7d7d7 dotted 1px;
    background: #f7f7f7;
    line-height: 1.5em;
  }
  section.event article .event_table td dl dd {
    width: 100%;
    padding: 20px 15px;
    border-right: #d7d7d7 dotted 1px;
  }
	
	
	
	
	
	
	
	
	
	
	
	
	
  section.photo_list article {
    padding: 0 20px;
  }
  section.photo_list ul.t_photo li {
    padding: 0 0 0 5px;
  }
  section.photo_list ul.t_photo {
    margin: 0 0 0 -5px;
    padding: 0;
  }
  section.photo_list p {
    padding: 0 0 20px;
  }
  section.photo_list dl {
    margin: 15px 0 0;
    padding: 0 0 15px;
  }
  section.photo_list dt {
    position: static;
  }
  section.photo_list ul.photot {
    margin: 30px 0 0;
    padding: 0;
  }
  section.photo_list ul.photot li {
    float: none;
    margin: 0;
    padding: 0 0 30px 0;
    width: 100%;
  }
  section.photo_list .moreBefore a {
    margin: 0 auto 0;
    max-width: inherit;
    width: 100%;
  }
  section.photo_detail article {
    padding: 0 20px;
  }
  section.photo_detail ul {
    margin: 0;
    padding: 0;
  }
  section.photo_detail li {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
  section.investigation .sub_menu {
    margin: 0 0 30px;
    padding: 0;
    height: auto;
    border-bottom: none;
    text-align: center;
  }
  section.investigation .sub_menu ul.tabs li {
    padding: 0;
    width: 100%;
    border-bottom: #ffffff solid 1px;
  }
  section.investigation .sub_menu li a {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
  }
  section.investigation article {
    padding: 0 20px;
  }
	section.investigation article .newForm dl{
		    padding: 20px 0;
	}
	section.investigation article .newForm dl dt {
   
    padding: 0 0 16px;
    background: none;
		width: auto;
    
}
  section.investigation article dd {
    margin: 0;
    padding: 20px 20px;
    background: #f2f2f2;
  }
  section.investigation article dd .left {
    float: none;
    width: auto;
  }
  section.investigation article dd .right {
    float: none;
    width: auto;
  }
  section.subsidies .sub_menu {
    margin: 0 0 30px;
    padding: 0;
    height: auto;
    border-bottom: none;
    text-align: center;
  }
  section.subsidies .sub_menu ul.tabs li {
    padding: 0;
    width: 100%;
    border-bottom: #ffffff solid 1px;
  }
  section.subsidies .sub_menu li a {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
  }
  section.subsidies article {
    padding: 0 20px;
  }
  section.subsidies article dd .left {
    float: none;
    width: auto;
  }
  section.subsidies article dd .right {
    float: none;
    width: auto;
  }
  .table03 th {
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
  }
  .table03 td {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    border-bottom: #d6d6d6 solid 1px;
  }
  .table03 td a[href$=".pdf"] {
    display: block;
  }
  section.subsidies article .box .block {
    padding: 5px 20px 20px;
  }
  section.reserch article {
    padding: 0 20px;
  }
  section.reserch article .box2 {
    margin: 0 0 30px;
    padding: 0 0 0 0;
  }
  section.reserch article .box2 .right {
    position: static;
    margin: 0;
    padding: 0;
  }
  section.reserch article .box2 .right img {
    width: 100%;
    height: auto;
  }
  section.pamphlet article {
    padding: 0 20px;
  }
  section.pamphlet article .box li {
    float: none;
    margin: 0 0 20px 0;
    padding: 20px;
    width: auto;
  }
  section.pamphlet article .box ul {
    margin: 0;
    padding: 0;
    width: auto;
  }
  section.pamphlet article .box li .book {
    position: static;
    display: block;
    margin: 0 auto;
  }
  section.pamphlet article .box .b_box {
    margin: 0 0 20px;
    padding: 20px;
  }
  section.pamphlet article .box .b_box .book {
    position: static;
    display: block;
    margin: 0 auto;
  }
  section.disaster article {
    padding: 0 20px;
  }
  section.disaster article .box1 {
    margin: 0 0 0;
    padding: 0 0 0 0;
  }
  section.disaster article .box1 .right {
    position: static;
    margin: 15px 0 0;
    width: auto;
    text-align: center;
  }
  section.disaster article .box2 .c_box .icon_001 {
    display: block;
  }
  section.active article {
    padding: 0 20px;
  }
  section.active article .box1 ul {
    margin: 0;
    padding: 0;
  }
  section.active article .box1 li {
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
  }
  section.active article .box2 ul {
    margin: 0;
    padding: 0;
  }
  section.active article .box2 li {
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
  }
  section.mirai article {
    padding: 0 20px 20px;
  }
  section.mirai article .right {
    position: static;
    margin: 0 0 15px;
    width: 100%;
    height: auto;
  }
  section.mirai .links {
    padding: 30px 20px 0;
  }
  section.mirai .links img {
    width: 100%;
    height: auto;
  }
  section.adviser article {
    padding: 0 20px;
  }
  section.adviser article .box1-1 .left {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
  }
  section.adviser article .box1-1 .right {
    position: static;
    margin: 0 0 15px;
  }
  section.adviser article .box1-1 .right img {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: auto;
  }
  section.adviser article .box2 .kisoku a {
    display: block;
  }
  section.adviser article .box2 .kisoku .pdfLink {
    display: block;
    margin: 0 0 10px;
	
  }
	section.adviser article .box2 .kisoku .pdfLink.yel{
		  width: auto;
	}
	section.adviser article .box2 .kisoku .xlsxLink {
        display: flex;
    margin: 0 0 10px;
    height: auto;
    min-height: 30px;
    line-height: 1.2em;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    padding: 7px 20px 7px 39px !important;
  }
  section.adviser article .box2 .kisoku br {
    display: none
  }
  .table14 td {
    width: 31%;
  }
  .comp_text img.pc {
    display: none;
  }
  .comp_text span.sp {
    display: inline;
  }
  section.link article {
    padding: 0 20px;
    height: auto;
  }
  section.link article .box1 {
    position: static;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  section.link article .box2 {
    position: static;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  section.link article .box3 {
    position: static;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  section.link article .box4 {
    position: static;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
  section.privacy article {
    padding: 0 20px;
    height: auto;
  }
  section.privacy article div {
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 1.8em;
  }
  .table13 {
    display: block;
    width: 100%;
  }
  .table13 tr {
    display: block;
  }
  .table13 th {
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
  }
  .table13 td {
    display: block;
    box-sizing: border-box;
    padding: 5px 0;
    min-height: 34px;
    width: 100%;
    border-bottom: #d6d6d6 solid 1px;
  }
  .table13 tbody {
    display: block;
  }
  .wpcf7-text.hf.mg {
    margin: 0 0 5px;
  }
  section.kifu_inp input.btn_submit1 {
    margin: 0 0 5px;
  }
  section.kifu_inp .furikomi {
    width: auto;
  }
  section.mansion article .masion01 {
    padding: 0 20px;
  }
  section.mansion article .masion01 .mlogo img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  section.mansion article .masion01 .mlogo {
    margin: 0 0 30px;
  }
  section.mansion article .masion01 p.read {
    margin: 0 0 30px;
    text-align: left;
    font-size: 13px;
  }
  section.mansion article .masion01 p.read br {
    display: none;
  }
  section.mansion article .masion01 ul.masionContents li {
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
  }
  section.mansion article .masion01 ul.masionContents {
    margin: 0 0 30px;
  }
  section.mansion article a.dl {
    font-size: 12px;
  }
  section.mansion article h2.subTitle {
    font-size: 14px;
    line-height: 1.6em;
  }
  section.mansion article .masion02 {
    padding: 0 20px;
  }
  section.mansion article .masion02_block01 .right {
    float: none;
    margin: 0 0 10px;
    width: auto;
    text-align: center;
  }
  section.mansion article .masion02_block01 .right img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  section.mansion article .masion02_block01 .left {
    float: none;
    padding: 10px 0 0;
    width: auto;
  }
  section.mansion article .masion02_block02 ul {
    margin: 0;
    padding: 0;
  }
  section.mansion article .masion02_block02 li {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: auto;
  }
  section.mansion article .masion02_block03 p.right {
    float: none;
    margin: 0 0 20px;
    padding: 0;
  }
  section.mansion article .masion02_block03 p.right img {
    width: 100%;
    height: auto;
  }
  section.mansion article .masion02_block04 {
    margin: 0 0 30px;
    padding: 0;
  }
  section.mansion article .masion02_block04 .block {
    height: auto;
  }
  section.mansion article .masion02_block04 .box {
    position: static;
    margin: 0 0 20px;
    padding: 20px;
    width: auto;
  }
  section.mansion article .masion02_block04 .box .photo img {
    width: 100%;
    height: auto;
  }
  section.mansion article .masion04 {
    padding: 0 20px;
  }
  section.mansion article .masion04 .masion04_block01 ul li {
    float: none;
    margin: 0 0 20px 0;
    padding: 30px 20px;
    width: auto;
    height: auto;
  }
  section.mansion article .masion04 .masion04_block01 ul li:nth-child(7) {
    margin: 0 0 20px 0;
  }
  section.mansion article .masion04 .masion04_block01 ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  section.mansion article .masion04 .masion04_block02 .txt {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
  section.mansion article .masion04 .masion04_block02 .book {
    float: none;
    width: auto;
  }
  section.mansion article .masion03 {
    padding: 0 20px;
  }
  section.mansion article .masion03 .masion03_block01 .tab_area ul#tab li {
    padding: 0 1px;
  }
  section.mansion article .masion03 .masion03_block01 .tab_area ul#tab li.present span {
    font-size: 12px;
    ;
  }
  section.mansion article .masion03 .masion03_block01 .tab_area ul#tab li span {
    font-size: 12px;
  }
  section.mansion article .masion03 .masion03_block01 .ac_list .box .thumb {
    float: none;
    margin: 0 0 10px;
  }
  section.mansion article .masion03 .masion03_block01 .ac_list .box .thumb img {
    width: 100%;
    height: auto;
  }
  section.mansion article .masion03 .masion03_block01 .ac_list .box .txt {
    float: none;
    width: auto;
  }
  section.mansion article .masion03 .masion03_block01 .ac_list .box .txt .tlt {
    margin: 0 0 2px;
  }
  section.mansion article .masion08 {
    padding: 0 20px;
  }
  section.mansion article h4 .fukidashi {
    top: -134px;
    right: 50%;
    margin-right: -140px;
    width: 100px;
    height: auto;
  }
  section.mansion article .masion08 .masion08_block01 {
    margin: 0;
    padding: 0;
  }
  section.mansion article .masion08 .masion08_block02 .flow ul li .block {
    padding: 30px 20px;
    min-height: inherit;
  }
  section.mansion article .masion08 .masion08_block02 .flow ul li .block .icon {
    position: static;
    margin: 0 0 20px;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  section.mansion article .masion08 .masion08_block02 .flow ul li:last-child {
    margin: 0 0 0;
    padding: 0 0 0;
  }
  section.mansion article .masion05 {
    padding: 0 20px;
  }
  section.mansion article .masion05 .masion05_block01 ul {
    margin: 0;
  }
  section.mansion article .masion05 .masion05_block01 ul li {
    float: none;
    padding: 0 0 20px;
    width: auto;
  }
  section.mansion article .masion05 .masion05_block01 ul li .icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  section.mansion article .masion06 {
    padding: 0 20px;
  }
  section.mansion article .masion06 .masion06_block01 table {
    display: none;
  }
  section.mansion article .masion06 .masion06_block01 .seminor_list.sp {
    display: table;
    margin: 10px 0 10px;
  }
  section.mansion article .masion06 .masion06_block01 table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  section.mansion article .masion06 .masion06_block01 table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  section.mansion article .masion06 .masion06_block01 .btnsp {
    display: block;
    margin: 0 0 20px;
  }
  section.mansion article .masion06 .masion06_block01 .btnsp a {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
    height: 40px;
    background: #e7b100;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
  }
  section.mansion article .masion06 .masion06_block01 .btnsp .end {
    display: block;
    margin: -10px 0 5px;
    padding: 0;
    width: 100%;
    height: 40px;
    background: #989898;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
  }
  section.mansion article .masion06 .masion06_block02 .book {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  section.mansion article .masion06 .masion06_block02 .txt {
    float: none;
    width: auto;
  }
  section.mansion article .masion07 {
    padding: 0 20px;
  }
  section.mansion article a.back {
    margin: 20px 20px 0;
    width: auto;
  }
  section.mansion article .masion10 {
    padding: 0 20px;
  }
  section.mansion article .masion09 {
    padding: 0 20px;
  }
  section.mansion article .masion09 dl dt {
    margin: 0;
    padding: 0 0 10px 50px;
    background-image: url(image/q.png);
    background-position: 0 0;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    color: #e7b100;
    font-weight: bold;
    font-size: 14px;
  }
  section.mansion article .masion09 dl dd {
    margin: 0;
    padding: 10px 0 10px 50px;
    background-image: url(image/a.png);
    background-position: 0 10px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    line-height: 2.0em;
  }
  section.mansion article .masion08 .masion08_block02 p.line {
    margin: 0 0 20px;
    padding: 0 0 20px 0;
  }
  section.mansion article .masion08 .masion08_block02 p a.btn {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  section.shibu article .map span.mbl {
    display: none;
  }
  section.member2 article h3 {
    font-size: 14px;
  }
  section.member2 article h3 span {
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5em;
  }
  section.mansion article .masion07 .masion_list {
    margin: 10px 0 20px;
    padding: 0;
  }
  section.mansion article .masion07 .masion_list .photo {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    border-bottom: #d7d7d7 solid 1px;
  }
  section.mansion article .masion07 .masion_list dl {
    position: relative;
    padding: 0;
    border-left: none;
    font-size: 12px;
  }
  section.mansion article .masion07 .masion_list dl dt {
    position: static;
    padding: 2px 10px;
    width: auto;
    border-right: none;
  }
  section.mansion article .masion07 .masion_list dl dd {
    padding: 2px 10px;
  }
  section.page.tokusyo article .tokusyoBox {
    padding: 0 20px;
  }
  section.page.tokusyo article .tokusyoBox dl {
    margin: 0 0 15px;
    padding: 0 0 15px;
    line-height: 1.5em;
  }
  section.page.tokusyo article .tokusyoBox dl dt {
    position: static;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    font-weight: bold;
    font-size: 14px;
  }
  section.page.tokusyo article .tokusyoBox dl dt::before {
    content: "■ ";
  }
  section.page.tokusyo article .tokusyoBox dl dd {
    font-size: 13px;
  }
  section.info_area.new {
    padding: 20px 0 20px;
  }
  section.info_area.new article h3 {
    position: static;
    display: block;
    margin: 0 0 18px;
    margin-top: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
  }
  section.info_area.new article dl {
    margin: 0 0 5px;
    padding: 0 0 2px;
  }
  section.info_area.new article .left {
    margin: 0;
    padding: 0;
  }
  section.info_area.new article h3 a {
    margin: 0;
    padding: 8px;
    height: auto;
  }
  ssection.info_area.new article dt {
    position: static;
    margin: 0 0 5px;
    width: 70px;
  }
  ssection.info_area.new article dt p {
    margin: 0;
    font-size: 10px;
  }
  section.info_area.new article h4 {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
  }
  section.info_area.new article h4 a {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: initial;
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 120px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
  }
  section.info_area.new article h4 a i {
    right: 10px;
  }
  .table09 td p.keep {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .table09 td p.keep br {
    display: none;
  }
  section.shibu article .info_area .bInfoBox {
    margin: 0;
    padding: 0;
    border: none;
  }
  section.shibu article .info_area .bInfoBox h4 {
    position: relative;
    margin: 0 0 5px;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
  }
  section.shibu article .info_area .bInfoBox .scroll {
    overflow: auto;
    height: 400px;
    border: #d7d3ce solid 1px;
  }
  section.shibu article .info_area .bInfoBox .scroll .scrollBox {
    padding: 20px;
  }
  section.shibu article .info_area .bInfoBox dl {
    margin: 0 0 14px;
    padding: 0 0 10px;
  }
  section.shibu article .info_area .bInfoBox dl.last {
    margin: 0;
    padding: 0;
  }
  section.shibu article .info_area .bInfoBox dl dt {
    position: static;
    margin: 0 0 5px;
  }
  section.shibu article .info_area .bInfoBox dl dd {
    position: static;
    overflow: auto;
    padding: 0;
    text-overflow: initial;
    white-space: initial;
    line-height: 1.8em;
  }
  section.shibu article .info_area .bInfoBox dl dd span {
    position: absolute;
    top: 0;
    left: 96px;
    display: inline-block;
    padding: 0;
    width: 58px;
    height: 20px;
    border-radius: 3px;
    background: #ffc723;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
  }
  .newForm .newFormBox {
    padding: 0;
  }
  .newForm dl {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .newForm dl dt {
    position: static;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    font-size: 12px;
    line-height: normal;
  }
  .newForm dl.mg {
    border-top: none;
  }
  .newForm dl dt br {
    display: none;
  }
  .newForm dl dd {
    min-height: 17px;
  }
  .newForm dl dt::before {
    content: "■ ";
  }
  .newForm dl dd ul.half {
    margin: 0 0 0 -5px;
  }
  .newForm dl dd ul.half li {
    padding: 0 0 0 5px;
  }
  .newForm select {
    padding: 15px 30px 15px 10px;
    width: 100%;
    background-position: top 50% right 0;
  }
  .newForm select.normal {
    width: auto;
  }
  .newForm input[type="submit"] {
    width: 100% !important;
  }
  .newForm .submit {
    display: block !important;
    margin: 30px auto 0 !important;
  }
  .mw_wp_form_confirm .newForm dl dt {
    margin: 0 0 5px;
  }
  .mw_wp_form_confirm .newForm dl dd ul li {
    margin: 0;
  }
  .mw_wp_form_confirm .newForm dl dd.selectArea {
    line-height: normal;
  }
  .newForm .backBtn {
    width: 100%;
    height: 50px;
  }
  .newForm .sendBtn {
    margin: 10px 0 0;
    width: 100%;
    height: 50px;
  }
  .newForm dl dd .course {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    height: auto;
    border-bottom: #d1d1d1 solid 1px;
    line-height: 1.8em;
  }
  .newForm dl dd .course span.tl {
    position: relative;
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
  }
  .newForm dl dd .course label {
    display: block;
  }
  .newForm dl dd .course .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .mw_wp_form_confirm .newForm dl dd .course:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .mw_wp_form_confirm .newForm h4.mg10 {
    margin: 40px 0 20px;
  }
  .mw_wp_form_confirm .newForm h4 {
    margin: 40px 0 20px;
  }
  .mwform-checkbox-field, .mwform-radio-field {
    display: block;
    margin: 0 0 10px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  section.page.aees_link h1 {
    border-bottom: none;
    margin: 0 0 30px;
  }
  section.page.aees_link h1 img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
  section.page.aees_link p.read {
    text-align: justify;
    margin: 0 0 40px;
    padding: 0 30px;
    font-size: 15px;
  }
  section.page.aees_link p.read br {
    display: none
  }
  section.page.aees_link article {
    padding: 50px 30px;
    margin: 0;
  }
  section.page.aees_link article .aees_link_select ul {
    display: block;
  }
  section.page.aees_link article .aees_link_select ul li {
    width: auto;
    margin: 0 0 20px;
  }
  section.page.aees_link article .aees_link_select ul li a {
    height: 155px;
    background-size: 43px auto;
    padding: 30px 30px;
  }
  section.page.aees_link article .aees_link_select ul li a img {
    max-width: 294px;
  }
	section.page.aees_link article .back {
    margin: 36px 0 0;
   
}
	section.page.aees_link article .back a {
  
    width: 180px;
	}
	
	section.page.aees_play.new h1 {
    border-bottom: none;
    margin: 0 0 30px;
  }
section.page.aees_play.new h1 img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
	section.page.aees_play.new .back {
    margin: 20px 0 0;
    padding: 0;
}
	section.page.aees_play.new .back a {
		    width: 180px;
	}
	
	section.page.aees_play.new p.note {
    font-weight: 500;
    margin: 20px 0 0;
    padding: 0 20px;
    color: #6d6457;
    font-size: 13px;
    position: relative;
    z-index: 10;
    bottom: initial;
    text-align: center;
    left: initial;
}
	section.page.aees_list h1 {
    border-bottom: none;
    margin: 0 0 30px;
  }
 section.page.aees_list h1 img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
  section.page.aees_list p.read {
        text-align: justify;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 11px;
  }
  section.page.aees_list p.read br {
    display: none
  }
	section.page.aees_list .aees_list_hero img {
    
    min-width:inherit;
  
}
  section.page.aees_list article {
    padding: 50px 20px;
    margin: 0;
  }
	section.page.aees_list article .aees_info{
	padding: 14px 20px;
    
}
	section.page.aees_list article .aees_info p{
		font-size: 14px;
	}
	section.page.aees_list article .aees_info p br{
		display: none;
	}
	section.page.aees_list article ul li a {
  
        padding:26px 20px;
    
}
	section.page.aees_list article ul li a dl{
		align-items: center;
	}
	section.page.aees_list article ul li a dl dt {
    padding: 0 10px 0 0;
    width: 100px;
}
	section.page.aees_list article ul li a dl dd {
          padding: 0;
    display: block;
    width: calc(100% - 100px);
}
	section.page.aees_list article ul li a dl dd p{
		display: none;
	}
	section.page.aees_list article ul li a dl dd p.time{
		       display: flex;
    font-size: 11px;
	}
	section.page.aees_list article ul li a dl dd p.time i{
	    margin: 0 4px 0 0;
	}
	section.page.aees_list article ul li a dl dd p.time i img{
		    width: 16px;
		height: auto;
		
	}
	section.page.aees_list article ul li a dl dd span {
padding: 0 0 2px 22px;
    font-size: 14px;
 margin: 0 0 5px;
}
	section.page.aees_list article ul li a dl dd span i {
  
    left: 0;
    top: 3px;
    transform: translate(0, 0);
   
}
	section.page.aees_list article ul li a dl dd span i img{
		width: 20px;
		height: auto;
	}
  section.page.aees_list article ul li a p.sp {
    display: block;
    margin: 0;
    padding: 14px 0px 0px;
    font-size: 13px;
    line-height: 1.8em;
    text-align: justify;
    font-weight: 500;
}
	section.page.aees_list article .links {
    padding: 0;
    margin: 0;
}
	section.page.aees_list article .links a {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
   
    
    font-size: 15px;
    line-height: 1.5em;
  
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
	section.page.aees_list article .links a br.sp{
		display: block
	}
}
@media print, screen and (max-width: 452px) {
  .popupInfo .popupInfoBlock {
    box-sizing: border-box;
    padding: 0 20px;
    max-height: inherit;
    width: 100%;
    height: auto;
  }
  .popupInfo .popupInfoBlock img {
    width: 100%;
    height: auto;
  }
  .popupInfo .popupInfoBlock .close {
    right: 20px;
  }
}


