@charset "UTF-8";
/* 表示・非表示切替 --------------------------------------- */
/* PCのみ表示 */
@media only screen and (max-width: 640px) {
  .onlypc {
    display: none !important; } }

/* スマートフォンのみ表示 */
.onlysp {
  display: none !important; }
  @media only screen and (max-width: 640px) {
    .onlysp {
      display: inherit !important; } }

.sp-br {
  display: none; }
  @media only screen and (max-width: 640px) {
    .sp-br {
      display: block; } }

@media only screen and (max-width: 640px) {
  .pc-br {
    display: none; } }

body {
  min-width: 1040px; }
  @media only screen and (max-width: 640px) {
    body {
      min-width: initial; } }

.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 0.5s; }
  .page_top_btn img {
    width: 36px;
    opacity: 0.75; }

.page_top_btn.show {
  display: block;
  opacity: 1; }

.page_top_btn.hide {
  opacity: 0; }

.hilight {
  background-color: yellow; }

table {
  border-collapse: collapse;
  border-top: 1px #dddddd solid;
  width: 100%;
  margin-bottom: 10px; }
  table th, table td {
    font-size: 15px;
    font-weight: normal;
    padding: 0.5em 1em;
    border-bottom: 1px #dddddd solid;
    border-right: 1px #dddddd solid; }
    table th:nth-last-of-type(1), table td:nth-last-of-type(1) {
      border-right: none; }
  table th {
    text-align: center;
    background-color: rgba(26, 17, 143, 0.2); }
  table td {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2); }

.contents_wrapper {
  background: url(../br/images/bg_header.jpg) no-repeat center top; }
  @media only screen and (max-width: 640px) {
    .contents_wrapper {
      background: url(../br/images/bg_header.jpg) no-repeat right top;
      background-size: contain; } }
  .contents_wrapper .inner {
    width: 960px;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      .contents_wrapper .inner {
        width: 100%; } }
    .contents_wrapper .inner h1 {
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
      line-height: 126px;
      margin: 0;
      font-weight: normal;
      padding-left: 20px;
      color: #555; }
      @media only screen and (max-width: 640px) {
        .contents_wrapper .inner h1 {
          line-height: 63px; } }
      .contents_wrapper .inner h1 ~ hr {
        position: relative;
        height: 1px;
        width: 80%;
        border-width: 0;
        background-image: -moz-linear-gradient(left, #ccc, #ccc 50%, transparent 100%);
        background-image: -webkit-linear-gradient(left, #ccc, #ccc 50%, transparent 100%);
        background-image: linear-gradient(90deg, #ccc, #ccc 50%, transparent 100%);
        margin: 0 0 6px; }
        @media only screen and (max-width: 640px) {
          .contents_wrapper .inner h1 ~ hr {
            width: 65%; } }
    .contents_wrapper .inner .pankuzu ul {
      list-style: none;
      margin: 0 0 50px;
      padding: 0;
      display: flex; }
      @media only screen and (max-width: 640px) {
        .contents_wrapper .inner .pankuzu ul {
          margin: 0 0 25px; } }
      .contents_wrapper .inner .pankuzu ul li {
        height: 36px;
        margin: 0;
        padding: 0;
        font-size: 13px; }
        .contents_wrapper .inner .pankuzu ul li:before {
          content: "/"; }
        .contents_wrapper .inner .pankuzu ul li:first-child:before {
          content: none; }
        .contents_wrapper .inner .pankuzu ul li a {
          padding: 6px 10px;
          line-height: 36px;
          color: #777; }

.contents_inner {
  display: block;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .contents_inner {
      width: 100%;
      flex-direction: column-reverse; } }

section {
  margin: 0;
  padding: 60px 0 80px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  clear: both; }
  section p, section ul, section dl table {
    text-align: left; }
  @media only screen and (max-width: 640px) {
    section {
      padding: 30px 0 40px; } }
  section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1.2em; }

h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
  line-height: 1.35; }
  footer h3 {
    text-align: left; }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 28px; } }
  h3 span {
    font-size: 21px;
    display: block; }
    @media only screen and (max-width: 640px) {
      h3 span {
        font-size: 17px; } }
    h3 span.sp_block {
      display: inline-block;
      font-size: 30px; }
      @media only screen and (max-width: 640px) {
        h3 span.sp_block {
          display: block; } }
  h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #004294;
    margin: 10px auto 0; }

h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 20px; }
  h4.reversal {
    background-color: #004294;
    color: #fff;
    padding: 0.2em 0.5em; }

.column2 {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .column2 {
      display: block;
      margin: 0 5%; } }
  .column2 > div {
    width: 48%; }
    @media only screen and (max-width: 640px) {
      .column2 > div {
        width: 100%; } }
    .column2 > div figure {
      width: 100%; }
      .column2 > div figure img {
        width: 100%; }

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media only screen and (max-width: 640px) {
    .flex {
      display: block; } }

.narrow {
  width: 720px;
  margin: 0 auto 30px; }
  @media only screen and (max-width: 640px) {
    .narrow {
      width: 90%; } }

.middle {
  width: 800px;
  margin: 0 auto 30px; }
  @media only screen and (max-width: 640px) {
    .middle {
      width: 90%; } }

.sub_title {
  text-align: center;
  font-size: 21px;
  font-weight: bold; }

.asterisk {
  text-indent: -1em;
  margin-left: 1em; }

.follow-content {
  position: relative;
  will-change: transform;
  transition: transform 0.1s ease-out; }

#lead {
  padding: 20px 0; }
  #lead p {
    margin: 0 0 30px; }
    @media only screen and (max-width: 640px) {
      #lead p {
        margin: 0 5% 20px; } }
  #lead .catch {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0; }
    #lead .catch strong {
      color: #004294; }
    @media only screen and (max-width: 640px) {
      #lead .catch {
        font-size: 24px;
        margin: 0; }
        #lead .catch span {
          display: block; } }

#visual {
  padding: 0; }
  #visual .visual {
    background-color: #000;
    text-align: center;
    padding-top: 30px; }
    #visual .visual img {
      width: 960px;
      margin: 0 auto; }
      @media only screen and (max-width: 640px) {
        #visual .visual img {
          width: 100%; } }
  #visual .index {
    margin: 0 auto 0; }
    #visual .index .index-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none;
      padding: 20px 0;
      margin: 0 16px;
      gap: 10px; }
      @media only screen and (max-width: 640px) {
        #visual .index .index-list {
          gap: 0; } }
      #visual .index .index-list li {
        width: 222px;
        position: relative;
        padding: 0;
        border: none;
        background-color: #fff; }
        @media only screen and (max-width: 640px) {
          #visual .index .index-list li {
            width: 100%;
            border-bottom: 1px solid #333; } }
        #visual .index .index-list li::before {
          content: "▼";
          position: absolute;
          color: #004294;
          left: 6px;
          top: 7px;
          font-size: 8px;
          line-height: 3; }
        #visual .index .index-list li a {
          text-decoration: none;
          display: block;
          padding: 0.5em 0.5em 0.5em 1.2em;
          font-size: 15px;
          color: #333;
          text-align: left;
          background-color: #fff; }
          #visual .index .index-list li a:hover {
            text-decoration: none;
            background-color: #004294;
            color: #fff; }
    @media only screen and (max-width: 640px) {
      #visual .index .index-list li {
        width: 100%; } }

#plaque {
  background: url(../br/images/plaque.svg) no-repeat center center;
  background-size: auto 55%; }
  @media only screen and (max-width: 640px) {
    #plaque {
      background-size: auto 45%; } }
  #plaque .contents_inner p {
    margin-left: 120px;
    margin-right: 120px; }
    @media only screen and (max-width: 640px) {
      #plaque .contents_inner p {
        margin-left: 5%;
        margin-right: 5%; } }

#osusume .check {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background-color: #f4f4ee; }
  #osusume .check li {
    font-weight: bold;
    color: #004294;
    margin-bottom: 6px;
    position: relative;
    font-size: 20px; }
    @media only screen and (max-width: 640px) {
      #osusume .check li {
        font-size: 18px; } }
    #osusume .check li::before {
      content: "☑";
      font-size: 27px;
      color: red;
      margin-right: 0.25em;
      		/* position: absolute;
              left: 6px;
              top: 7px;
              font-size: 8px; */ }
      @media only screen and (max-width: 640px) {
        #osusume .check li::before {
          font-size: 21px; } }
@media only screen and (max-width: 640px) {
  #osusume .right p {
    margin: 1.5em 0 0; } }

#about {
  background: linear-gradient(to bottom, #f8fcfe, #eaf2f7); }
  #about .column2 {
    display: flex; }
    @media only screen and (max-width: 640px) {
      #about .column2 {
        display: block; } }
    #about .column2 > div:nth-of-type(2) {
      width: 48%; }
      @media only screen and (max-width: 640px) {
        #about .column2 > div:nth-of-type(2) {
          width: 100%; } }
      #about .column2 > div:nth-of-type(2) img {
        width: 100%; }
    #about .column2 div h4 + p {
      height: 10em; }
      @media only screen and (max-width: 640px) {
        #about .column2 div h4 + p {
          height: auto;
          margin-bottom: 1.5em; } }
  #about .result_box {
    border: 2px solid #004294;
    padding: 36px 120px;
    background-color: #fff; }
    @media only screen and (max-width: 640px) {
      #about .result_box {
        margin: 0 5%;
        padding: 18px 5%; } }
    #about .result_box .box_links {
      background-color: #f4f4ee;
      padding: 20px; }
      #about .result_box .box_links p {
        margin: 0 0 0.5em; }
      #about .result_box .box_links ul {
        margin: 0;
        padding: 0 0 2em 1.2em; }

#diff .flex {
  align-items: center; }
  #diff .flex .diff1, #diff .flex .diff2 {
    width: 45%; }
    @media only screen and (max-width: 640px) {
      #diff .flex .diff1, #diff .flex .diff2 {
        width: 90%;
        margin: auto; } }
    #diff .flex .diff1 figure, #diff .flex .diff2 figure {
      width: 100%; }
      #diff .flex .diff1 figure img, #diff .flex .diff2 figure img {
        width: 100%;
        border: 1px solid #ccc; }
    #diff .flex .diff1 h4, #diff .flex .diff2 h4 {
      font-size: 21px; }
  #diff .flex .carret {
    width: 8%;
    text-align: center;
    font-size: 50px;
    color: #C7CAFC; }
    @media only screen and (max-width: 640px) {
      #diff .flex .carret {
        width: auto;
        display: inline-block;
        transform: rotate(90deg);
        transform-origin: center center; } }

#merit {
  background: linear-gradient(to bottom, #f5fbf8, #e4f2ec); }
  #merit h4 {
    position: relative;
    padding: 1em 0 1em 2.5em;
    font-size: 1.5em;
    color: #004294;
    z-index: 1;
    background-color: #fff; }
    #merit h4::before {
      content: "";
      position: absolute;
      top: 2%;
      left: 1%;
      width: 100%;
      height: 90%;
      background-image: url("../br/images/icon_smile.svg");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      color: #f00;
      opacity: 1;
      z-index: -1;
      pointer-events: none; }
    #merit h4.demerit:before {
      content: "";
      background-image: url("../br/images/icon_sad.svg"); }
  #merit .column2 {
    justify-content: space-between;
    text-align: left; }
    #merit .column2 div {
      flex-direction: column;
      justify-content: flex-start; }

.accordion-header {
  margin-bottom: 0.5em;
  background-color: #fff; }
  @media only screen and (max-width: 640px) {
    .accordion-header {
      padding-top: 30px; } }

.toggle-all {
  cursor: pointer;
  color: #333;
  font-size: 0.9em;
  text-align: right;
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 2px 12px;
  float: right;
  background-color: #fff;
  margin-right: 10px; }

/* --- QAアコーディオン --- */
.qa-accordion {
  border-bottom: 1px solid #ccc;
  clear: both; }

.qa-accordion dt {
  cursor: pointer;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  text-indent: -1.5em;
  transition: border-bottom 0.3s;
  background-color: #fff;
  text-align: left; }

.qa-accordion dt::before {
  content: "Q　"; }

.qa-accordion dt::after {
  content: "＋";
  position: absolute;
  right: 0; }

.qa-accordion dt.open::after {
  content: "−"; }

.qa-accordion dt.open {
  border-bottom: none; }

.qa-accordion dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0 0 2em;
  text-indent: -1.5em;
  margin: 0;
  text-align: left;
  background-color: #fff;
  color: #007d4f;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.2), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2); }

.qa-accordion dd::before {
  content: "A　";
  font-weight: bold; }

.qa-accordion dd.open {
  max-height: 1000px;
  padding: 1.2em 2em 1.5em 2em; }

/* --- セクションアコーディオン --- */
.section-accordion {
  border-bottom: 1px solid #ccc;
  clear: both;
  background-color: #fff; }

.section-accordion dt {
  cursor: pointer;
  padding: 0.8em 0 0.8em 0.8em;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #aaa;
  background-color: #fff; }

.section-accordion dt::after {
  content: "＋";
  position: absolute;
  right: 10px; }

.section-accordion dt.open::after {
  content: "−";
  right: 10px; }

.section-accordion dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 1.5em;
  margin: 0;
  background-color: #fff;
  color: #007d4f;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.2), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2); }

.section-accordion dd.open {
  max-height: 500px;
  padding: 1.2em 2em 1.5em 2em; }

#ng ul {
  margin: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  list-style: none; }
  #ng ul li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 1.5em;
    margin-bottom: 0; }
    #ng ul li::before {
      content: "×";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2em;
      font-weight: bold;
      color: #c00; }
#ng .left {
  min-height: 200px;
  background-image: url("../br/images/br_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 640px) {
    #ng .left {
      margin-bottom: 20px; } }

#cost {
  background: linear-gradient(to bottom, #f8fcfe, #eaf2f7);
  position: relative; }
  #cost .contents_inner {
    border: solid 1px #ccc;
    width: 720px;
    padding: 60px 120px 40px;
    background-color: #fff;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      #cost .contents_inner {
        width: 90%;
        padding: 30px 0 20px;
        margin: auto; }
        #cost .contents_inner p {
          margin-left: 5%;
          margin-right: 5%; } }
    @media only screen and (max-width: 640px) {
      #cost .contents_inner table {
        border-left: none;
        border-right: none;
        width: 100%;
        margin: auto; } }
    #cost .contents_inner table th, #cost .contents_inner table td {
      font-size: 1.12em;
      border-left: none;
      border-right: none;
      border-top: none;
      background-color: #fff;
      text-align: left;
      padding: 0.5em 0.5em 0.5em 2em; }
      #cost .contents_inner table th span, #cost .contents_inner table td span {
        font-size: 0.85em; }
      @media only screen and (max-width: 640px) {
        #cost .contents_inner table th, #cost .contents_inner table td {
          padding: 0.5em; }
          #cost .contents_inner table th span, #cost .contents_inner table td span {
            display: block; } }
    #cost .contents_inner table td {
      text-align: right;
      padding: 0.5em 2em 0.5em 0.5em; }
      @media only screen and (max-width: 640px) {
        #cost .contents_inner table td {
          padding: 0.5em; } }
      #cost .contents_inner table td .fee {
        display: inline-block;
        width: 4.5em;
        font-size: 1em; }
        @media only screen and (max-width: 640px) {
          #cost .contents_inner table td .fee {
            width: 5em; } }

#flow {
  background-image: url("../br/images/blueradical.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  @media only screen and (max-width: 640px) {
    #flow {
      background-image: url("../br/images/blueradical_sp.jpg");
      display: block;
      width: 100%;
      background-position: left top; } }
  #flow h3 {
    color: #fff;
    margin-bottom: 100px; }
  #flow .table_wrapper {
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      #flow .table_wrapper {
        background-color: rgba(255, 255, 255, 0.9); } }
  @media only screen and (max-width: 640px) {
    #flow table {
      width: 90%;
      margin: auto; } }
  #flow table th {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    padding: 1em 1.5em; }
    #flow table th .icon {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      #flow table th .icon figure {
        width: 64px;
        margin-top: 6px;
        margin-left: 16px; }
      #flow table th .icon div {
        color: #666;
        font-size: 16px; }
        #flow table th .icon div span {
          font-size: 21px; }
    @media only screen and (max-width: 640px) {
      #flow table th {
        border: none;
        padding: 1em 0 0; } }
  #flow table td {
    vertical-align: middle;
    font-size: 18px;
    padding: 1em 1.5em;
    background-color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 640px) {
      #flow table td {
        padding: 0 0 1em; } }
    #flow table td p {
      margin: 0; }
      #flow table td p.asterisk {
        margin-left: 1em; }
    #flow table td ul {
      margin: 0 0 0 1.2em; }
  @media only screen and (max-width: 640px) {
    #flow table th, #flow table td {
      display: block;
      width: 100%;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; } }

#image {
  height: 270px;
  background-image: url("../br/images/floor.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 640px) {
    #image {
      height: 200px;
      background-attachment: scroll; } }

#readme .momono {
  float: right;
  width: 270px;
  margin: 0 0 0.5em 1.2em; }
  @media only screen and (max-width: 640px) {
    #readme .momono {
      float: none;
      width: 100%;
      margin: 0; } }
  #readme .momono img {
    width: 135%; }
    @media only screen and (max-width: 640px) {
      #readme .momono img {
        width: 100%; } }

#info {
  background-image: url("../br/images/bg_flower.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 640px) {
    #info {
      background-position: 60% center; } }
  #info .contents_inner {
    margin-left: 120px; }
    @media only screen and (max-width: 640px) {
      #info .contents_inner {
        margin: auto; } }

#qa {
  background: linear-gradient(to right, #e8f0f9 0px, #ffffff 300px, #ffffff calc(100% - 300px), #e8f0f9 100%);
  /*background-image: url("../br/images/bg_brset.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;*/
  border-bottom: none;
  padding-bottom: 60px;
  margin-bottom: 0; }
  @media only screen and (max-width: 640px) {
    #qa {
      background: linear-gradient(to right, #e8f0f9 0px, #ffffff 10%, #ffffff 10%, #e8f0f9 100%); } }
  #qa figure {
    width: 55%;
    margin: 0 auto; }
    #qa figure img {
      width: 100%; }

/*# sourceMappingURL=br.css.map */
