@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v56-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-jp-v56-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-jp-v56-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/noto-sans-jp-v56-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/noto-sans-jp-v56-latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v56-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-jp-v56-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-jp-v56-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/noto-sans-jp-v56-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/noto-sans-jp-v56-latin-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #6F7072;
    font: 400 1em/1.3 'Noto Sans JP', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 750px;
  margin: 1rem auto;
  overflow: hidden;
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
p, li {
  font-size: 0.75em;
  line-height: 1.5;
}
header img {
    display: block;
}
.flex {
  padding: 0 1.375rem 0 1.875rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  align-items: flex-start;
}

.top{
  margin: 23px 0 38px !important;
}

.ul li{
  margin-bottom: 0.625rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.625%;
  padding-right: 1.375rem;
}

footer>div {
  background-color: #FCF2EA;
  padding: 1rem;
}

.p {
  margin-bottom: 1rem;
}

footer strong {
  display: block;
}

p {
  margin: 0 0 0;
  padding: 0;
}

h1 {
  margin: -51px 1.375rem 19px 0;
  padding: 0;
  font-size: 27px;
  line-height: 1.1;
  color: #fff;
  z-index: 99;
  position: relative;
}

.icon {
  position: relative;

}

.icon img {
  position: absolute;
  top: 0.3125rem;
  left: -1.875rem;
}

.line p {
  line-height: 2;
}

h1 strong {
  background-color: rgba(0, 157, 224, 0.7);
  display: block;
  padding: 0.5625rem 1.75rem;
  font-weight: 600;
  font-size: 30px;
}


h1 small {
  background-color: #DE813A;
  display: block;
  padding: 0.5rem 1.75rem;
}

h2 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

h2 strong {
  display: inline-block;
  margin: 0 0 0 -30px;
  padding: 0.3125rem 1.875rem 0.3125rem 1.875rem;
  width: 272px;
  color: #fff;
  background-color: #009DE0;
}

h3 {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 1.125em;
  line-height: 1.25;
  background-color: #DE813A;
  padding: 0.5625rem 1.125rem;
  color: #fff;
  font-weight: 600;
}

.main {
  padding-top: 19px;
  width: 59.5%;
}

.main p {
  margin-bottom: 20px;
  text-align: justify;
}

.main ul {
  margin: 23px 0 38px;
}

.right {
  padding: 0.5rem 0.625rem 0;
  width: 39%;
  border: 1px solid #009DE0;
  color: #009DE0;
}

.border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.border p {
    padding: 0;
}
.info {
  padding: 0.625rem 1rem 6px 50px
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  padding-left: 32px;
  background: url('../images/icon.jpg') no-repeat top left;
  margin: 1px 0;
}

.right ul li {
  padding-left: 17px;
  margin-top: 0.75rem;
  font-size: 0.6em;
  line-height: 1.25;
}

.right strong {
  display: block;
}

figure {
  text-align: center;
  margin: 3px 0;
}

a.ins {
  text-decoration: underline;
  color: #5B7ABA;
}

@media all and (max-width: 749px) {
  #wrapper {
    margin: 0;
    border: none;
  }
  .hide_m {
    display: none;
  }

  h1 {
    margin-right: 0;
    margin-top: 0;
    font-size: 20px;

  }

  h1 strong {
    font-size: 24px;
    padding: 0.5rem 1rem;
  }

  h1 small {
    padding: 0.5rem 1rem;
  }

  .main {
    padding-top: 0;
    width: 100%;
  }

  .flex {
    padding: 0 1rem;
    flex-direction: column;
  }

  h2 strong {
    display: inline-block;
    margin: 0 0 0 -16px;
    padding: 0.3125rem 1rem;
    width: 100%;
    color: #fff;
    background-color: #009DE0;
  }

  .flex>div {
    width: 100% !important;
  }

  .main p {
    margin-bottom: 1rem;
    text-align: left;
  }

  .main ul {
    margin: 1rem 0;
  }

  footer {
    margin: 1rem;
    position: static;
    bottom: 0;
    right: 0;
    width: auto;
    padding-right: 0;
  }

  ul li {
    padding-left: 24px;
  }

  .border br {
    display: none;
  }
}