@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* border: 1px solid #ff1414; */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  font-size: 14px;
}

body {
  font-family: 'Noto Sans JP';
  font-size: 0.85rem;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  /* overflow-x: hidden; */
}

@media screen and (min-width: 600px) {
  body,p {
    font-size: 0.95rem;
  }
}

@media screen and (min-width: 990px) {
  body,p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1366px) {
  body,p {
    font-size: 1.1rem;
  }
}

p {
  word-break: break-word;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}

a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none;
}

.option__contents{
  max-width: 1000px;
  margin: 0 auto;
}
.option__wrap{
  padding: 0 0 2em;
}
.option__wrap:last-child{
  padding: 0 0 1em;
}
.option__wrap h2{
  padding: 0.4em 0.5em;
  background: #f4f4f4;
  border-left: solid 5px #00B0F0;
  border-bottom: solid 3px #d7d7d7;
  font-size: 1rem;
}
.option__wrap span{
  color: #FF0000;
}
.option__image{
  padding: 2em 0 0;
}
.option__image__r{
  padding: 0.5em 0 0;
}
.option__textwrap{
  padding: 1em 2em 0;
  font-size: 0.8rem;
  line-height: 1.4;
}
.hosho__kitei,
.encho__hosho{
  padding-left: 1em;
}
.hosho__kitei li:before,
.encho__hosho li:before{
  content: "・";
  padding-right: 0.4em;
}
.option__textwrap h3{
  padding: 1em 0 0;
  line-height: 1.6;
}
.ms_button a {
  background-color: #00B0F0;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1em auto;
  width: 220px;
  padding: 1em;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-align: center;
}
.ms_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.ms_button a:hover {
  background: #3acafe;
  color: #FFF;
}
.ms_button a:hover:after {
  right: 1.4rem;
}
.bg_bk a{
  background: #232323;
}
.bg_bk a:hover {
  background: #646262;
}

@media screen and (min-width: 600px) {
  .option__wrap {
    padding: 0 0 3em;
  }
  .option__wrap h2{
    font-size: 1.3rem;
  }
  .option__image {
    padding: 3em 0 1em;
  }
  .option__textwrap{
    padding: 1em 4em 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .option__image__r{
    padding: 1em 0 0;
  }
  .ms_button_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    padding: 0 10em;
  }
  .ms_button a {
    font-size: 1rem;
    width: 240px;
  }
}

@media screen and (min-width: 990px) {
  .option__wrap h2{
    font-size: 1.4rem;
  }
  .option__image{
    padding: 2em 0 0;
  }
  .option__textwrap{
    padding: 2em 18% 0;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
  }
  .ms_button a {
    width: 280px;
    padding: 1em 2em;
    margin: 2em auto;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1536px) {
  .ms_button a {
    margin: 2em auto 3em;
  }
}