@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: bottom;
	background: transparent;
}

body {
  margin: 0;
  background: #edf1f5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

.page-shell {
  width: min(100%, 800px);
  margin-inline: auto;
  background: #fff;
}

@media (min-width: 768px) {
  .page-shell {
    border-left: 1px solid #d9e2ec;
    border-right: 1px solid #d9e2ec;
    box-shadow:
      -24px 0 32px -32px rgba(16, 42, 67, 0.06),
      24px 0 32px -32px rgba(16, 42, 67, 0.06);
  }
}

main {
  margin: 0;
  background-color: transparent;
	padding: 2rem 2rem 1rem;
  box-shadow: none;
  border-radius: 0;
}

img {
  max-width: 100%;
	margin-bottom: 1.5rem;
}

/*テキスト周り**********************************************/

.center{
	text-align: center;
}

h1, h2, h3, h4 {
	color: #444;
}

h1{
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;

}
h1 img{
	max-width: 50px;
	margin-bottom: 3px !important;
}
h2{
	margin-bottom: 1rem;
}
.th2{
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-bottom: 0;
}
h3 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	position: relative;
	padding-bottom: .3em;
	border-bottom: solid 4px #80c5c2;
}
h3:after {
	position: absolute;
	bottom: -4px;
	content: " ";
	display: block;
	width: 20%;
	border-bottom: solid 4px #43a28c;
}
p{
	line-height: 1.8;
	margin-bottom: 1.5rem;
}
.y{
	background-color: #ffe974;
}
.r{
	color: crimson;
}
.f12{
	font-size: 1.2rem;
}
.bb1{
	border-bottom: 2px solid #80c5c2;
}
.bb2{
	display: inline;
  background:linear-gradient(transparent 90%, #80c5c2 0%);
}

dl{
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 1rem;
	border: solid 4px #80c5c2;
}
dt{
	font-size: 1.3rem;
	font-weight: bold;
	color: #43a28c;
}
dd{
	margin: 0.2rem auto 1rem 1.5rem;
}

ul{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.r li{
	list-style-type: none;
	margin-top: 0.3rem;
}
ol{
	margin-left: 1rem;
}

a{
	text-decoration: none;
	color: #2d6e5f;
}
span{
  display: inline-block;
}


/*************************************************************/

.mokuji{
	margin: 2rem auto 3rem auto;
	padding: 1rem 2rem 0rem;
	border: solid 4px #80c5c2;
	max-width: 80%;
}
.mokuji p{
	text-align: center;
	margin-bottom: 0;
	font-size: 1.1rem;
	color: #43a28c;
}
.mokuji ul{
	margin: 1rem 2rem 1.5rem 2rem;
}
.mokuji li{
	margin-bottom: 0.5rem;
}

.inyou{
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 0rem;
	border: solid 4px #80c5c2;
}
.inyou h4{
	margin-bottom: 0.5rem;
	color: #43a28c;
	font-size: 1.2rem;
}
.inyou ol{
	margin-left: 2.5rem;
	margin-bottom: 1.5rem;
}
.inyou ol li{
	margin-bottom: 0.8rem;
}

.matome{
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 0rem;
	border: solid 4px #80c5c2;
}
.matome h4{
	margin-bottom: 0.5rem;
	color: #43a28c;
	font-size: 1.2rem;
}
.matome ol{
	margin-bottom: 1.5rem;
}
.matome ol li{
	margin-bottom: 0.8rem;
}

.sime h2{
	font-size: clamp(1.2rem, 1.082rem + 0.29vw, 1.3rem);
}
.sime div{
	font-size: clamp(1.4rem, 1.045rem + 0.87vw, 1.7rem);
	text-align: center;
  border-radius: 50px;
  padding: 1rem;
  background: linear-gradient(to right, #fd9758, #fa496b);
  max-width: 95%;
  margin: 1rem auto 1.5rem;
}
.sime div a{
	color: #fff;
}
.sime div a i{
	font-size: 1.2rem;
}

hr{
	margin: 3rem auto 2rem;
	border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 15%;
}
.spbr{
	display: none;
}

/* footer (LPと同じ)
------------------------------- */
.footer {
  background: #102a43;
  color: #fff;
  padding: 28px 0;
  text-align: center;
}

.footer .container {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.footer__logo-img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  filter: brightness(0) invert(1);
}

.footer__copy {
  font-size: 0.8125rem;
  opacity: 0.7;
  margin: 0;
}
