@charset "UTF-8";

@media (min-width:1200px) {
  #main_image {
    width: 100%;
    height: 470px;
    background-color: #e8ddd1;
    position: relative;
  }

  #main_image .main_img_wrap {
    width: 1200px;
    height: 470px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/taisaku_img.avif);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% -220px;
  }

  #main_image .main_img_wrap .title {
    width: 300px;
    height: 80px;
    background-image: url(../img/taisaku_title.avif);
    position: absolute;
    bottom: 20px;
    background-repeat: no-repeat;
    right: 20px;
  }

  #main_wrap {
    width: 1200px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }

  #main_wrap h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }

  #main_wrap .info {
    width: 100%;
    margin-bottom: 10px;
  }

  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 38px;
  }

  #main_wrap .info .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    line-height: 48px;
  }

  #main_wrap .info .red_bold {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ff0000;
  }

  #main_wrap .info .red_bold2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: #ff0000;
  }

  .inner .contents .gaiyo_menu {
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
  }

  .gaiyo_menu li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #FF7A00;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .inner .contents .gaiyo {
    font-family: "Noto Sans JP", sans-serif;
  }

  .contents .gaiyo .title {
    font-family: "Noto Sans JP", sans-serif;
    color: #FF7100;
    padding: 10px;
    font-size: 24px;
    border-bottom: 1px solid #ffa500;
  }

  .contents .gaiyo .naiyo {
    padding: 20px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .contents .gaiyo .point {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FFEBC3;
    -webkit-box-shadow: 1px 1px 2px #666666;
    box-shadow: 1px 1px 2px #666666;
    font-family: "Noto Sans JP", sans-serif;
  }

  #main_wrap .topmenu {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap .topmenu .menulist {
    width: 840px;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
  }

  .topmenu .menulist a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #f4810b;
    text-decoration: underline;
  }

  #main_wrap .topmenu .menuimg {
    width: 360px;
    display: flex;
    align-items: center;
  }

  .topmenu .menuimg img {
    width: 360px;
    height: 240px;
  }

  #main_wrap .caution {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  #main_wrap .info_image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  #main_wrap .info_image img {
    width: auto;
  }

  #main_wrap .link_btn_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  #main_wrap .link_btn_area .link_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 21px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }

  #main_wrap .link_btn_area .link_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }

  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
  }

  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  #main_wrap .ex_box ol {
    margin: 0;
    padding-bottom: 5px;
  }

  #main_wrap .ex_box ol li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #main_wrap .caution {
    width: auto;
  }

  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #ff0000;
  }

  #main_wrap .point_title {
    background-color: #f4810b;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  #main_wrap .point {
    background-color: #fff6e9;
    border: 2px solid #f4810b;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
  }

  #main_wrap .point .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #f4810b;
  }

  #main_wrap .point p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }

  #main_wrap .point ul {
    margin: 0px;
  }

  .point ul li {
    color: #ff0000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width:1199px) and (min-width:451px) {
  #search_bar {
    display: none !important;
  }

  #main_image {
    width: 100%;
    height: 300px;
    background-color: #e8ddd1;
    position: relative;
  }

  #main_image .main_img_wrap {
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/taisaku_img.avif);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% -110px;
  }

  #main_image .main_img_wrap .title {
    width: 200px;
    height: 50px;
    background-image: url(../img/taisaku_title.avif);
    position: absolute;
    bottom: 20px;
    background-repeat: no-repeat;
    right: 20px;
    background-size: auto 100%;
  }

  #main_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main_wrap h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }

  #main_wrap .info {
    width: 100%;
    margin-bottom: 10px;
  }

  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
  }

  #main_wrap .info .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    line-height: 48px;
  }

  #main_wrap .info .red_bold {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ff0000;
  }

  #main_wrap .info .red_bold2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    color: #ff0000;
  }

  .inner .contents .gaiyo_menu {
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
  }

  .gaiyo_menu li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #FF7A00;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .inner .contents .gaiyo {
    font-family: "Noto Sans JP", sans-serif;
  }

  .contents .gaiyo .title {
    font-family: "Noto Sans JP", sans-serif;
    color: #FF7100;
    padding: 10px;
    font-size: 24px;
    border-bottom: 1px solid #ffa500;
  }

  .contents .gaiyo .naiyo {
    padding: 20px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .contents .gaiyo .point {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FFEBC3;
    -webkit-box-shadow: 1px 1px 2px #666666;
    box-shadow: 1px 1px 2px #666666;
    font-family: "Noto Sans JP", sans-serif;
  }

  #main_wrap .topmenu {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap .topmenu .menulist {
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
  }

  .topmenu .menulist a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
    color: #f4810b;
    text-decoration: underline;
  }

  #main_wrap .topmenu .menuimg {
    width: 30%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .topmenu .menuimg img {
    padding: 0px;
    width: 100%;
  }

  #main_wrap .caution {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  #main_wrap .info_image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  #main_wrap .info_image img {
    width: auto;
  }

  #main_wrap .link_btn_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  #main_wrap .link_btn_area .link_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 16px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }

  #main_wrap .link_btn_area .link_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }

  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
  }

  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  #main_wrap .ex_box ol {
    margin: 0;
    padding-bottom: 5px;
  }

  #main_wrap .ex_box ol li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #main_wrap .caution {
    width: auto;
  }

  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #ff0000;
  }

  #main_wrap .point_title {
    background-color: #f4810b;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  #main_wrap .point {
    background-color: #fff6e9;
    border: 2px solid #f4810b;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
  }

  #main_wrap .point .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #f4810b;
  }

  #main_wrap .point p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }

  #main_wrap .point ul {
    margin: 0px;
  }

  .point ul li {
    color: #ff0000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width:450px) {
  #search_bar {
    display: none !important;
  }

  #main_image {
    width: 100%;
    height: 260px;
    background-color: #e8ddd1;
    position: relative;
  }

  #main_image .main_img_wrap {
    width: 100%;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/taisaku_img.avif);
    position: relative;
    background-repeat: no-repeat;
    background-size: 130% auto;
    background-position: 30% -30px;
  }

  #main_image .main_img_wrap .title {
    width: 145px;
    height: 35px;
    background-image: url(../img/taisaku_title.avif);
    position: absolute;
    bottom: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 20px;
  }

  #main_wrap {
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main_wrap h3 {
font-size: 18px;
line-height: 28px;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-color: #000000;
border-top-color: #000000;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }

  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }

  #main_wrap .info {
    width: 100%;
    margin-bottom: 5px;
  }

  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
  }

  #main_wrap .info .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  #main_wrap .info .red_bold {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    color: #ff0000;
    margin-bottom: 10px;
  }

  #main_wrap .info .red_bold2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    color: #ff0000;
    padding: 0px;
    margin-bottom: 0px;
  }

  #main_wrap .info img {
    text-align: center;
  }

  #main_wrap .topmenu {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap .topmenu .menulist {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
  }

  .topmenu .menulist a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #f4810b;
    text-decoration: underline;
  }

  .inner .contents .gaiyo_menu {
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
  }

  .gaiyo_menu li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #ffffff;
    background-color: #FF7A00;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .inner .contents .gaiyo {}

  .contents .gaiyo .title {
    font-family: "Noto Sans JP", sans-serif;
    color: #FF7100;
    padding: 10px;
    font-size: 24px;
    border-bottom: 1px solid #ffa500;
  }

  .contents .gaiyo .naiyo {
    padding: 20px;
  }

  .contents .gaiyo .point {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FFEBC3;
    -webkit-box-shadow: 1px 1px 2px #666666;
    box-shadow: 1px 1px 2px #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_wrap .topmenu .menuimg {
    width: 30%;
    display: none;
    align-items: center;
  }

  .topmenu .menuimg img {
    width: 100%;
  }

  #main_wrap .caution {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  #main_wrap .info_image {
    width: 100%;
    margin-bottom: 20px;
  }

  #main_wrap .info_image img {
    width: 100%;
  }

  #main_wrap .link_btn_area {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #main_wrap .link_btn_area .link_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #f4810b;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background-color: #f4810b;
    transition: 0.5s;
    width: auto;
    min-width: 48%;
  }

  #main_wrap .link_btn_area .link_btn:hover {
    color: #f4810b;
    background-color: #ffffff;
  }

  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
    margin-top: 0px;
  }

  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  #main_wrap .ex_box ol {
    margin: 0;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  #main_wrap .ex_box ol li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #main_wrap .caution {
    width: auto;
  }

  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #ff0000;
  }

  #main_wrap .point_title {
    background-color: #f4810b;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  #main_wrap .point {
    background-color: #fff6e9;
    border: 2px solid #f4810b;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
  }

  #main_wrap .point .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #f4810b;
  }

  #main_wrap .point p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }

  #main_wrap .point ul {
    margin: 0px;
  }

  .point ul li {
    color: #ff0000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
