@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.point {
  font-family: "Noto Sans JP", sans-serif;
}

.section_inner {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding-inline: 20px;
}

section#mv img {
  width: 100%;
}
.branch {
  padding-block: 60px;
}
.branch_text {
  color: #030548;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
	margin-bottom: 0px;
}
.branch_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.branch_item {
    width: min(100%, 470px);
    border: 1px solid #03054850;
    padding-block: 31px 35px;
    text-align: center;
}
.branch_title {
  color: #030548;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.branch_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 222px;
  margin-inline: auto;
  padding-block: 11px;
  background: #B40000;
  border-radius: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
section#contet01 {
  background: #F5F7FB;
  padding-block: 100px;
}
section#contet01 .section_inner {
  width: min(100%, 800px);
}
section#contet02 {
  padding-block: 100px 132px;
}
section#contet02 .section_inner {
  width: min(100%, 504px);
}
section#contet03 {
  background: url(/img/usr/freepage/point/bg03.jpg) no-repeat center / cover;
  padding-block: 100px;
}
.contet03_img {
    margin-bottom: 28px;
}
.contet03_fukidashi {
    background: #CEDEFC;
    background: linear-gradient(270deg, rgba(206, 222, 252, .97) 0%, rgba(220, 232, 255, .97) 30%, rgba(209, 231, 251, .97) 60%, rgba(214, 237, 248, .97) 70%, rgba(189, 236, 235, .97) 100%);
    padding-block: 58px 51px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
		gap: 68px;
    position: relative;
}
.contet03_fukidashi::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    background: #D4E8FC;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    position: absolute;
    left: 50%;
    bottom: 100%;
    translate: -50% 0;
}
.contet03_fukidashi_img {
    width: 131px;
}
.contet03_fukidashi_title {
    width: 360px;
    margin-bottom: 20px;
}
.contet03_fukidashi_catch {
    color: #030548;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contet03_fukidashi_catch .strong {
    font-size: 18px;
    font-weight: 700;
}
.contet03_fukidashi_text {
    color: #030548;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contet03_fukidashi_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #030548;
    border-radius: 300px;
    width: 164px;
    padding: 8px;
    color: #030548;
    font-size: 14px;
    text-decoration: none;
}
section#faq {
  padding-block: 80px 100px;
}
.faq_title {
  width: min(508px, 100%);
  margin-inline: auto;
  margin-bottom: 20px;
}
.faq_content {
  margin-bottom: 50px;
}
.faq_content dl {
  border-bottom: 1px solid #03054840;
}
.faq_content dt {
  padding-block: 30px;
  color: #030548;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.faq_content dd {
  display: none;
  padding-bottom: 40px;
  font-size: 14px;
}
.faq_content dd p + p {
  margin-top: 1em;
}
.faq_content dt::before,
.faq_content dt::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #030548;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: .3s;
}
.faq_content dt:not(.is-open)::after {
  rotate: -90deg;
}
.faq_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 222px;
  margin-inline: auto;
  padding-block: 11px;
  background: #B40000;
  border-radius: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}


html[data-browse-mode=S] {
.branch {
  padding-block: 30px 35px;
}
.branch_text {
  font-size: 14px;
  margin-bottom: 30px;
	margin-bottom: 0px;
}
.branch_content {
    gap: 20px;
}
.branch_item {
  width: 100%;
  padding: 20px;
}
.branch_title {
    font-size: 16px;
}
.branch_btn a {
    width: 100%;
    font-size: 14px;
}
section#contet01 {
  padding-block: 39px 64px;
}
section#contet02 {
    padding: 40px 15px 62px;
}
section#contet03 {
  background-image: url(/img/usr/freepage/point/bg03_sp.jpg);
  padding:50px 0 0;
}
.contet03_img {
    margin-bottom: 20px;
}
.contet03_fukidashi {
    background: linear-gradient(270deg, rgba(206, 222, 252, .6) 0%, rgba(220, 232, 255, .6) 30%, rgba(209, 231, 251, .6) 60%, rgba(214, 237, 248, .6) 70%, rgba(189, 236, 235, .6) 100%);
    padding: 45px 30px;
    margin-inline: -20px;
    align-items: center;
    gap: 0px;
}
.contet03_fukidashi::before {
    opacity: .6;
}
.contet03_fukidashi_img {
    width: 92px;
    margin-inline: 30px;
    margin-bottom: 30px;
    order: 2;
}
.contet03_fukidashi_textwrap {
    display: contents;
}
.contet03_fukidashi_title {
    width: 100%;
    text-align: center;
    order: 1;
}
.contet03_fukidashi_title img {
    width: 312px;
}
.contet03_fukidashi_catch {
    width: calc(100% - 152px);
    order: 3;
}
.contet03_fukidashi_text {
    text-align: center;
    order: 4;
}
.contet03_fukidashi_btn {
    order: 5;
}
.faq_title {
  width: 354px;
  margin-bottom: 6px;
}
.faq_content {
    margin-bottom: 40px;
}
.faq_content dt {
  padding-block: 36px 30px;
  font-size: 15px;
  padding-right: 30px;
}
.faq_content dt::before, .faq_content dt::after {
    width: 14px;
}
.faq_content dd {
    font-size: 13px;
    padding-bottom: 36px;
}
.faq_btn a {
  width: 100%;
}

}