@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #282828;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #282828;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #282828;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
p {
  line-height: 1.8;
}

ol.decimal li {
  list-style-type: decimal;
  padding: 0 0 10px 10px;
}

ul.square li {
  list-style-type: square;
  padding: 0 0 10px 0px;
}

ul.disc li {
  list-style-type: disc;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}
img.imgCenter {
  margin: 0 auto;
  max-width: auto;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

.rightBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .rightBox {
    float: right;
    padding: 0 0 10px 20px;
  }
}

.leftBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .leftBox {
    float: left;
    padding: 0 20px 10px 0;
  }
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
/* ----------------------------------------
	body
---------------------------------------- */
@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
  body.fixed::after {
    position: fixed;
    top: 0;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
  }
}
#container {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  transition: all 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    background: rgb(255, 255, 255);
    z-index: 10;
  }
}
header#masthead .site_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  z-index: 99;
}
header#masthead .site_title a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 4.5vw, 30px);
  font-weight: 900;
  line-height: 1;
}
header#masthead .site_title a span {
  background: linear-gradient(90deg, #eb781e 6%, #e8602e 29%, #e4473e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 768px) {
  header#masthead.fixed {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
  }
}
header#masthead .button {
  display: inline-block;
  background: linear-gradient(90deg, #eb781e 6%, #e8602e 29%, #e4473e);
  color: #FFFFFF;
  padding: 10px 20px;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  height: 62px;
}
header#masthead .button:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  header#masthead .button {
    top: 50%;
    right: 3%;
    height: 50px;
  }
}
header#masthead .button img {
  display: block;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  header#masthead .button img {
    display: none;
  }
}
header#masthead .button p {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header#masthead .button p {
    display: block;
  }
}

/* ------.hamburger------------ */
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 5%;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    display: block;
    background: #000000;
    z-index: 100;
    transition: all 0.2s;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span {
    background: #FFFFFF;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    transform: scaleX(0);
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(135deg);
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/* ------#nav_global------------ */
#nav_global {
  /* ----------------------- */
}
@media screen and (max-width: 767px) {
  #nav_global {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    background: #626262;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.4s;
    padding: 0 5% 100px;
    max-width: 600px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #nav_global ul#nav_main {
    margin-top: 100px;
  }
  #nav_global ul#nav_main > li a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 900px) {
  #nav_global ul#nav_main > li a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #nav_global.active {
    transform: translateX(0%);
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #nav_global {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.25s ease-out;
  }
  #nav_global ul#nav_main {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  #nav_global ul#nav_main > li {
    padding: 1em;
    transition: all 0.25s ease-out;
  }
  #nav_global ul#nav_main > li a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #nav_global.fixed ul#nav_main {
    font-size: 1.4rem;
  }
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1000px;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  section,
  div.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.bg,
div.section.bg {
  background: #EEEEEE;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #626262;
}
@media print, screen and (min-width: 768px) {
  section ul.disc li::before, section ol.disc li::before,
  div.section ul.disc li::before,
  div.section ol.disc li::before {
    top: 5px;
  }
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  width: 100%;
  height: 100px;
  background: #EEEEEE;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page_title {
    margin-top: 100px;
    height: 200px;
  }
}
.page_title .title {
  font-size: clamp(20px, 4.5vw, 45px);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.page_title .title .archive_title {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(15px, 2vw, 20px);
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading {
  position: relative;
  margin-bottom: 1em;
  font-size: clamp(20px, 4.5vw, 34px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.heading:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e8602e;
  border-radius: 2px;
}

/* ----------------------------------------
	.linkBtn
---------------------------------------- */
.linkBtn {
  margin: 0 auto;
  padding-top: 2em;
}
.linkBtn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  max-width: 240px;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #626262;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    padding: 15px;
    max-width: 280px;
    font-size: 2rem;
  }
}
.linkBtn a:hover {
  background: #464646;
}

/* ----------------------------------------
	tx_support
---------------------------------------- */
.tx_support {
  background: linear-gradient(90deg, #eb781e 6%, #e8602e 29%, #e4473e);
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
}
.tx_support p {
  margin-bottom: 0em;
}
.tx_support .arrow span {
  position: relative;
  margin-top: 23px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .tx_support .arrow span {
    margin-left: 30px;
    margin-top: 0px;
  }
}
.tx_support .arrow span:after {
  font-size: 16px;
  position: absolute;
  content: "↓";
  top: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .tx_support .arrow span:after {
    content: "→";
    top: 0px;
    right: auto;
    left: -23px;
  }
}

/* ----------------------------------------
	#about
---------------------------------------- */
.box_white {
  display: block;
  background-color: #fff;
  box-shadow: 2px 2px 4px #cecece;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .box_white {
    font-size: 18px;
  }
}
.box_white span {
  font-size: 18px;
  font-weight: 700;
  border-bottom: dotted 2px #e4473e;
}
@media print, screen and (min-width: 768px) {
  .box_white span {
    font-size: 24px;
  }
}

.speak {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.speak .item1 {
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .speak .item1 {
    width: 100px;
  }
}
.speak .item2 {
  width: calc(100% - 70px);
}
@media print, screen and (min-width: 768px) {
  .speak .item2 {
    width: calc(100% - 120px);
  }
}

/* ----------------------------------------
	#worries
---------------------------------------- */
section #worries {
  background: linear-gradient(to bottom, #d6ebeb, #f9f3e1);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  section #worries {
    padding-bottom: 0px;
  }
}
section #worries .container_worries {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section #worries .container_worries {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  section #worries .container_worries .item {
    width: 50%;
  }
}
section #worries .container_worries .item .tx_bg_red {
  background-color: #b4b4b4;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin-bottom: 1rem;
  color: #fff;
}

/* ----------------------------------------
	#solution
---------------------------------------- */
section #solution:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #f9f3e1;
  left: 0;
  top: 0;
}

#solution .heading {
  margin-top: 100px;
}
#solution .inner {
  max-width: 1200px;
}

@media print, screen and (min-width: 768px) {
  .container_solution_ttl {
    display: flex;
    justify-content: center;
  }
}

.container_solution {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .container_solution {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.container_solution .item, .container_solution .item_down {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .container_solution .item, .container_solution .item_down {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .container_solution .item, .container_solution .item_down {
    width: 23%;
  }
}
.container_solution .item img, .container_solution .item_down img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .container_solution .item_down {
    padding-top: 50px;
  }
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	#function
---------------------------------------- */
.container_fukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_function {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  .container_function {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem 0.5rem;
  }
}
.container_function .item {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .container_function .item {
    width: 32%;
    display: flex;
    align-self: stretch;
  }
}
.container_function .item p {
  margin-bottom: 0em;
}
.container_function .box_white {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.container_function .tx_point {
  font-size: 18px;
  margin-bottom: 0.8;
}
.container_function .tx_point_sub {
  font-size: 14px;
}

.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;
}

.says_l, .says_r {
  display: inline-block;
  position: relative;
  margin: 0 0 0 50px;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  background: #e0edff;
  color: #555;
  font-size: 14px;
}
.says_l.bg_white, .says_r.bg_white {
  background: #fff;
}

.says_r {
  margin: 0 50px 0 0;
}

.says_l:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -24px;
  border: 11px solid transparent;
  border-right: 18px solid #e0edff;
}

.says_l.bg_white:after {
  border-right: 18px solid #fff;
}

.says_r:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: -24px;
  border: 11px solid transparent;
  border-left: 18px solid #e0edff;
}

.says_l p, .says_r p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	#price
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .container_plan {
    display: flex;
    justify-content: space-between;
  }
}
.container_plan .item1, .container_plan .item2, .container_plan .item3 {
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 1.5rem 1rem;
  font-weight: 500;
  padding: 5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .container_plan .item1, .container_plan .item2, .container_plan .item3 {
    width: 33%;
  }
}
.container_plan .item1 p, .container_plan .item2 p, .container_plan .item3 p {
  margin-bottom: 0rem;
}
.container_plan .item1 {
  background: linear-gradient(90deg, #1eb7eb 6%, #3e8ee4 29%, #3e8ee4);
}
.container_plan .item2 {
  background: linear-gradient(90deg, #78eb1e 6%, #47b33e 29%, #47b33e);
}
.container_plan .item3 {
  background: linear-gradient(90deg, #eb781e 6%, #e8602e 29%, #e4473e);
}
.container_plan .tx_price {
  font-size: 28px;
  font-weight: 700;
}
.container_plan .btn_item1, .container_plan .btn_item2, .container_plan .btn_item3 {
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.container_plan .btn_item1:hover, .container_plan .btn_item2:hover, .container_plan .btn_item3:hover {
  background-color: #ccc;
}
.container_plan .btn_item1 {
  background-color: #fff;
  color: #3e8ee4;
}
.container_plan .btn_item2 {
  background-color: #fff;
  color: #47b33e;
}
.container_plan .btn_item3 {
  background-color: #fff;
  color: #e4473e;
}
.container_plan ul.menu {
  padding: 2rem 1rem;
  list-style: none;
  text-align: left;
  display: inline-block;
}
.container_plan ul.menu li {
  position: relative;
  padding-left: 40px;
}
.container_plan ul.menu li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 16px;
  left: 13px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* ----------------------------------------
	#service
---------------------------------------- */
.table_service {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.table_service th, .table_service td {
  background-color: #fff;
  padding: 1em;
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_service th, .table_service td {
    display: table-cell;
    border-bottom: 2px solid #c1c7c6;
    background-color: transparent;
  }
}

.table_service td {
  font-weight: 500;
}

.table_service th {
  background-color: #eae9e8;
  font-weight: bold;
  text-align: center;
  min-width: 4em;
}
@media print, screen and (min-width: 768px) {
  .table_service th {
    background-color: transparent;
    width: 20%;
    border-bottom: 2px solid #e4473e;
  }
}

/* ----------------------------------------
	#chance
---------------------------------------- */
.container_chance {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  .container_chance {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .container_chance .item {
    width: 32%;
    display: flex;
    align-items: stretch;
  }
}

@media print, screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.alignC {
  text-align: center;
}

.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.bg_gray {
  background-color: #eae9e8;
}

.bg_beige {
  background-color: #f9f3e1;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

a.btn_red {
  color: #fff;
}

.btn_red {
  text-align: center;
  display: inline-block;
  background: linear-gradient(90deg, #eb781e 6%, #e8602e 29%, #e4473e);
  color: #FFFFFF;
  padding: 2rem 2rem 2rem 5rem;
  border-radius: 10px;
  position: relative;
}
.btn_red::before {
  content: "";
  background-image: url(../images/window.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 20px;
  left: 20px;
}
.btn_red:hover {
  opacity: 0.7;
}

a.link {
  color: #fff;
  text-decoration: underline;
}

.ribbon2 {
  display: inline-block;
  position: relative;
  height: 88px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  background-image: linear-gradient(90deg, #dbdebf, #ffffff 22%, #dbdebf 42%, #ffffff 62%, #dbdebf 82%, #ffffff 99%);
  color: #ad922a;
  box-sizing: border-box;
}
@media (min-width: 407px) {
  .ribbon2 {
    height: 64px;
  }
}

.ribbon2 p {
  margin: 0;
  padding: 10px 30px;
  position: relative;
  border-bottom: solid 3px #ad922a;
  line-height: 46px;
  font-size: 18px !important;
  font-family: "Zen Old Mincho", sans-serif !important;
}
.ribbon2 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ad922a, #d3b24a 22%, #ebd98c 42%, #d3b24a 62%, #e5d48a 82%, #ccad4c 99%);
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 47px 0px 40px 15px;
  border-color: transparent transparent transparent #1f160b;
  border-style: solid;
}
@media (min-width: 407px) {
  .ribbon2:before {
    border-width: 33px 0px 40px 15px;
  }
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 47px 15px 40px 0px;
  border-color: transparent #1f160b transparent transparent;
  border-style: solid;
}
@media (min-width: 407px) {
  .ribbon2:after {
    border-width: 33px 15px 40px 0px;
  }
}