@charset "UTF-8";
/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
/*==========================================================

#ご利用ガイド

============================================================ */
#flow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
#flow * {
  box-sizing: border-box;
}
#flow .pc-none {
  display: none !important;
}
#flow img {
  max-width: 100%;
  height: auto;
}
#flow .p-flow-btn-blue {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#flow .p-flow-btn-blue a {
  display: block;
  width: 400px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E60012;
  transition: all .3s;
  padding: 0 36px 0 12px;
  background: #39C3FF;
  border: 3px #fff solid;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0px 6px 0px 0px rgba(0, 130, 180, 0.3);
  position: relative;
}
#flow .p-flow-btn-blue a::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e914";
  font-size: 24px;
  font-family: 'icomoon';
  color: #fff;
  transition: color .3s;
}
#flow .p-flow-btn-blue a:hover {
  background: #fff;
  border: 3px #39C3FF solid;
  color: #39C3FF;
}
#flow .p-flow-btn-blue a:hover::after {
  color: #39C3FF;
}
#flow .p-flow-topics {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 32px 60px 32px;
  background: #FFEEEF;
  border-radius: 10px;
  position: relative;
}
#flow .p-flow-topics-icon {
  display: block;
  width: 80px;
  margin: 0 auto 24px;
}
#flow .p-flow-topics-ttl {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 16px;
  text-align: center;
}
#flow .p-flow-topics-txt {
  text-align: center;
  padding-bottom: 30px;
}
#flow .p-flow-topics-img {
  margin-bottom: 16px;
  text-align: center;
}
#flow .p-flow-topics-img img {
  width: 90%;
}
#flow .p-flow-topics-box {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#flow .p-flow-ttl {
  padding-top: 60px;
  line-height: 46px;
}
#flow .p-flow-txt {
  text-align: center;
  padding-bottom: 30px;
}
#flow .box {
  padding: 60px 0;
}
#flow .boxInr {
  width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}
#flow .boxTtl {
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
#flow .boxTtl::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #D70000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#flow .boxTtl .muted {
  display: block;
  font-size: 18px;
  color: #7E7E7E;
  margin-bottom: .5em;
}
#flow .listCircle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .listCircle .item {
  width: calc(100% / 3 - 20px);
}
#flow .listCircle .item .bg {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
}
#flow .listCircle .item .bgWhite {
  background: #fff;
}
#flow .listCircle .item .bgWhite .lead {
  color: #D70000;
}
#flow .listCircle .item .bgRed {
  background: #D70000;
}
#flow .listCircle .item .bgRed .lead {
  color: #fff;
}
#flow .listCircle .item .bg .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
#flow .listCircle .item a.bgRed {
  transition: opacity .4s;
}
#flow .listCircle .item a.bgRed:hover {
  opacity: .6;
}
#flow .listCircleS {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#flow .listCircleS .bg {
  padding-top: calc(100% - 8px) !important;
}
#flow .listCircleS .item {
  width: calc(100% / 4 - 20px);
  margin: 0 10px;
}
#flow .pageHead {
  background: url("../img/2021/bg_ptn.png") bottom;
  text-align: center;
  position: relative;
  height: 337px;
}
#flow .pageHead::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/2021/page_head.png") no-repeat center;
  background-size: auto 100%;
}
#flow .pageTtl {
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  letter-spacing: .1em;
}
#flow .pageTtl .small {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: .8em;
  letter-spacing: .1em;
}
#flow .pageTtl img {
  display: block;
  margin: 0 auto 20px;
}
#flow .pageNav {
  background: #D70000;
}
#flow .pageNavList {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
#flow .pageNavList li {
  width: 25%;
  border-right: 3px solid #fff;
}
#flow .pageNavList li:first-child {
  border-left: 3px solid #fff;
}
#flow .pageNavList li a {
  font-size: 17px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 0 16px;
  position: relative;
}
#flow .pageNavList li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
#flow .about {
  padding-bottom: 100px;
  overflow: hidden;
}
#flow .about .boxInr {
  position: relative;
}
#flow .about .lead {
  text-align: center;
  margin-bottom: 50px;
}
#flow .about .lead-catch {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #E60012;
}
#flow .about .boxTtl {
  margin-bottom: 60px;
}
#flow .about .txt {
  font-size: 18px;
  line-height: 2;
  width: 600px;
  margin: 0 auto 40px;
}
#flow .about .img {
  position: absolute;
  bottom: -70px;
  max-width: 165px;
}
#flow .about .imgL {
  left: -50px;
}
#flow .about .imgR {
  right: -50px;
}
#flow .recommend {
  background: #FFEEEF;
}
#flow .recommendList {
  width: 800px;
  margin: 0 auto;
}
#flow .recommendList .item:nth-child(n+4) {
  margin-top: 40px;
}
#flow .recommendList .item .bg {
  margin-bottom: 16px;
}
#flow .recommendList .item .lead {
  font-size: 20px;
  line-height: 1.5;
}
#flow .recommendList .item .lead img {
  display: block;
  margin: 0 auto 3px;
}
#flow .recommendList .item .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
#flow .flowNav {
  margin-bottom: 50px;
}
#flow .flowNavList {
  width: 750px;
  margin: 0 auto;
}
#flow .flowNavList .bg {
  position: relative;
}
#flow .flowNavList .bg::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 24px;
  height: 3px;
  background: #D70000;
  z-index: -1;
}
#flow .flowNavList .bg::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
#flow .flowNavList .bgRed {
  border: 4px solid #D70000;
}
#flow .flowNavList .bgWhite {
  border: 4px solid #D70000;
}
#flow .flowNavList .item:nth-child(1) .bg::before, #flow .flowNavList .item:nth-child(5) .bg::before {
  display: none;
}
#flow .flowNavList .lead {
  font-size: 24px;
  top: 30% !important;
  transform: translate(-50%, -30%) !important;
}
#flow .flowNavList .num {
  font-size: 12px;
  color: #F7CCCC;
  display: block;
  margin-bottom: 8px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#flow .flowNavList .numL {
  font-size: 28px;
  display: block;
}
#flow .flowNavList .en {
  font-size: 16px;
  color: #F7CCCC;
  display: block;
  margin-bottom: 5px;
  margin-top: 7%;
}
#flow .flowList {
  width: 900px;
  margin: 0 auto;
}
#flow .flowList .item {
  position: relative;
  padding: 50px 16px;
  display: flex;
  flex-wrap: wrap;
}
#flow .flowList .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: radial-gradient(circle farthest-side, #707070, #707070 35%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  background-size: 16px 16px;
  background-repeat: repeat-x;
}
#flow .flowList .item .label {
  width: 150px;
}
#flow .flowList .item .label .bg {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#flow .flowList .item .label .bgRed {
  background: #D70000;
  color: #fff;
  border-radius: 50%;
}
#flow .flowList .item .label .bgWhite {
  background: #fff;
  border: 4px solid #D70000;
  border-radius: 50%;
  color: #D70000;
}
#flow .flowList .item .label .bg .lead {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 24px;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
}
#flow .flowList .item .label .bg .lead .num {
  font-size: 12px;
  color: #F7CCCC;
  display: block;
  margin-bottom: 8px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#flow .flowList .item .label .bg .lead .numL {
  font-size: 28px;
  display: block;
}
#flow .flowList .item .label .bg .lead .en {
  font-size: 16px;
  color: #F7CCCC;
  display: block;
  margin-bottom: 5px;
  margin-top: 7%;
}
#flow .flowList .item .col {
  width: calc(100% - 150px);
  padding-left: 32px;
}
#flow .flowList .item .col .ttl {
  font-size: 24px;
  line-height: 1.5;
  color: #D70000;
  margin-bottom: .3em;
}
#flow .flowList .item .col .ttl .dots span,
#flow .flowList .item .col .ttl .dots-ctm span {
  position: relative;
  display: inline-block;
}
#flow .flowList .item .col .ttl .dots span::after,
#flow .flowList .item .col .ttl .dots-ctm span::after {
  font-size: 36px;
  content: "・";
  position: absolute;
  top: -.9em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 50%;
}
#flow .flowList .item .col .txt {
  font-size: 15px;
  line-height: 1.8;
}
#flow .flowList .item .col .txtLink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#flow .flowList .item .col .txtLink a {
  text-decoration: none;
  margin-right: 50px;
}
#flow .flowList .item .col .txtLink a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 4px solid #D70000;
  border-right: 4px solid #D70000;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 1em;
}
#flow .flowList .item .col .txt .ul {
  border-bottom: 1px solid #333;
}
#flow .flowList .item .imgCtaTop {
  padding: 40px 0 20px;
}
#flow .flowList .item .cta-btn {
  width: 100%;
}
#flow .flowList .item .cta-btn .btn.green .ac {
  margin-bottom: .2em !important;
}
#flow .flowList .item .cta-btn .btn.orange .ac {
  margin-bottom: .4em !important;
}
#flow .flowListS {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 36px 0 24px;
  margin-top: 24px;
}
#flow .flowListS .itemS {
  text-align: center;
  width: calc(100% / 5 - 16px);
}
#flow .flowListS .itemSW {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
#flow .flowListS .txtS {
  font-size: 18px;
  font-weight: 700;
  padding: 11px 0;
  border: 1px solid #333;
}
#flow .flowListS .imgS {
  padding: 16px 0;
}
#flow .flowListS .imgS img {
  max-width: 357px;
}
#flow .flowListS .imgCredit {
  padding: 16px 0;
}
#flow .flowListS .imgCredit img {
  max-width: 122pxpx;
}
#flow .safety {
  background: #FFEEEF;
}
#flow .safetyList .item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  padding: 32px 30px;
}
#flow .safetyList .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #D70000 transparent transparent transparent;
}
#flow .safetyList .item + .item {
  margin-top: 24px;
}
#flow .safetyList .item .ttl {
  font-size: 24px;
  line-height: 1.4;
  color: #D70000;
  margin-bottom: 16px;
}
#flow .safetyList .item .txt {
  font-size: 15px;
  line-height: 1.8;
}
#flow .safetyList .item .col {
  width: calc(100% - 238px);
  padding-right: 16px;
}
#flow .safetyList .item figure {
  width: 238px;
  height: 238px;
  background: #ccc;
}
#flow .footLink {
  background: #F56464;
}
#flow .footLink .card {
  width: calc(100% / 3 - 15px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  transition: all .4s;
}
#flow .footLink .card:hover {
  transform: translate(5px, 5px);
  box-shadow: 0 0 transparent;
}
#flow .footLink .card:nth-child(n+4) {
  margin-top: 24px;
}
#flow .footLink .card a {
  display: block;
  text-decoration: none;
}
#flow .footLink .card a:hover {
  color: #333;
}
#flow .footLink .cardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .footLink .card .body {
  font-size: 18px;
  background: #F1F1F1;
  padding: 30px 26px;
  position: relative;
}
#flow .footLink .card .body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "\e914";
  font-size: 30px;
  font-family: 'icomoon';
  color: #D70000;
}

/*# sourceMappingURL=style-2021.css.map */
