/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
Case Common
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
/*section.description .title {
  text-align: center;
  color: #001d81;
  font-size: 2rem;
  padding-top: 40px;
  font-family: 'YuGothic_Subset';
  font-weight: 700;
}*/

section.description .content-inner {
  padding-top: 35px;
  padding-bottom: 50px;
}

section.case-list section.case-list .title {
  color: #001d81;
  font-weight: bold;
  text-align: center;
}

section.case-list .title::after {
  content: '';
  width: 4em;
  height: 4px;
  background: #ebf0fa;
  display: block;
}

section.case-list ul {
  list-style-type: none;
}

section.case-list ul.case-type-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 680px;
  list-style-type: none;
}

section.case-list ul.case-type-list>li {
  margin: 0 auto;
  padding: 0 20px;
  /* color: #001d81; */
  border-bottom: 4px solid #ebf0fa;
  font-weight: bold;
  justify-content: space-between;
}

section.case-list li .case-type-title {
  font-size: 2rem;
}

section.case-list .case-type-title::before {
  content: " ";
  margin: 0 2rem 0 0;
  min-width: 30px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/icon_check_circle.svg) no-repeat center;
}

.flow-wrap:not(:first-child) .flow-content .b_title {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .page-header h1 .title .case {
    font-size: 2.4rem;
  }

  section.case-list .title {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  section.case-list .title::after {
    margin: 0px auto;
  }

  section.case .flow-wrap .flow-content .title span.sub {
    font-size: 1.8rem;
  }

  section .flow-wrap .flow-content .b_title {
    margin-bottom: 0px;
  }

  section.contact .content-inner {
    margin-top: 80px;
  }
}

@media screen and (min-width: 601px) {
  .page-header h1 .title .case {
    font-size: 2.6rem;
  }

  section.case-list .title {
    margin-top: 95px;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }

  section.case-list .title::after {
    margin: 7px auto;
  }

  section.case .flow-wrap .flow-content .title span.sub {
    font-size: 2.2rem;
  }

  section.case .flow-wrap .flow-content .b_title.first {
    padding-top: 0;
  }

  /*.flow-wrap:not(:last-child) .flow-content.grid-container{
    padding-bottom: 50px;
  }*/
  /*.flow-wrap.grid-container:nth-child(2)::before{
    content: '';
    width: 75px;
    height: 50px;
    background-color: #8795c5;
    position: absolute;
  }

   .grid_case01 .flow-wrap.grid-container{
    position: relative;
    padding-top: 50px;
  }*/
  .flow.phase .flow-wrap:not(:last-child) .procedure:last-child,
  .flow.phase .flow-wrap:not(:last-child) .flow-charge {
    margin-bottom: 50px;
  }
  /*.flow.phase .grid_case01 .flow-wrap:last-child .procedure:last-child{
    margin-bottom: 0;
  }*/
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Japan 01/02
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
section.jp-case01 .flow-charge {
  color: #001d81;
  font-family: 'YuGothic_Vertical_Subset';
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  position: relative;
}

section.jp-case01 .flow-charge::before{
  content: '';
  width: 30px;
  height: 100%;
  border-top: 4px solid #ebf0fa;
  border-right: 4px solid #ebf0fa;
  border-bottom: 4px solid #ebf0fa;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.flow-wrap .flow-content .b_title.bg2of3 {
  margin-top: 30px;
}

section.jp-case01 .grid_case01 .flow-wrap.grid-container{
  grid-template-columns: 75px 1fr 0px;
}

@media screen and (max-width: 600px) {
  section.case .grid_case01{
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-gap: 0 15px;
  }
  section.case .grid_case01 .flow-charge span {
    padding: 1em 0;
    background-color: #fff;
    z-index: 1;
  }
  section.jp-case01 .grid_case01 .flow-wrap.grid-container,
  section.jp-case02 .flow-wrap.grid-container{
    grid-template-columns: unset;
    grid-gap: unset;
  }
}

@media screen and (min-width: 601px) {
  section.case .grid_case01 .flow-charge {
    margin-top: 60px;
  }
  section.case .grid_case01{
    display: grid;
    grid-template-columns: 1fr 105px;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 01
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.kr-case01 .flow-wrap .flow-content .b_title {
  font-size: 2.6rem;
  padding-top: 15px;
  margin-bottom: 20px;
}
.kr-case01 .flow-wrap .flow-content.grid-container .procedure {
  padding-bottom: 10px;
}

section.kr-case01 .flow-charge {
  color: #001d81;
  font-family: 'YuGothic_Vertical_Subset';
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  position: relative;
}

section.kr-case01 .flow-charge::before{
  content: '';
  width: 30px;
  height: 100%;
  border-top: 4px solid #ebf0fa;
  border-right: 4px solid #ebf0fa;
  border-bottom: 4px solid #ebf0fa;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

section.kr-case01 .grid_case01 .flow-wrap.grid-container{
  grid-template-columns: 75px 1fr 0px;
}

@media screen and (max-width: 600px) {

  .description.kr-case01 .title {
    padding-top: 43px;
    margin: 1rem 0;
  }

  .description.kr-case01 .content-inner {
    padding-top: 26px;
  }

  .kr-case01.flow {
    margin-top: 65px;
  }

  .kr-case01 .flow-wrap .flow-label.lg0of2,
  .kr-case01 .flow-wrap .flow-label.lg1of2,
  .kr-case01 .flow-wrap .flow-label.lg2of2 {
    display: none;
  }

  .kr-case01 .flow-wrap .b_title.bg1of3 {
    background: linear-gradient(180deg, #c5d2ea, #7687bc);
  }

  .kr-case01 .flow-wrap .b_title.bg2of3 {
    background: linear-gradient(180deg, #7587bc, #0148bf);
  }

  .kr-case01 .flow-wrap .b_title.bg3of3 {
    background: linear-gradient(180deg, #0046be, #000961);
  }

  .kr-case01 .flow-wrap .flow-content .b_title {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-family: 'Akrobat', 'YuGothic_Subset';
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
  }

  .kr-case01 .flow-wrap .flow-content .b_title .sub {
    font-size: 1.8rem;
  }

  .kr-case01 .flow-wrap .flow-content .b_title.bg2of3 ,.kr-case01 .flow-wrap .flow-content .b_title.bg3of3 {
    padding-top: 15px;
  }

  .kr-case01 .flow-wrap .b_title::before,
  .kr-case01 .flow-wrap .b_title::after {
    content: "";
    width: 100%;
    height: 50%;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0%;
  }

 .kr-case01 .flow-wrap .flow-content.grid-container .procedure {
    margin-top: 0;
    line-height: 1.4;
    padding: 2rem 0 2rem 2rem;
  }

  section.kr-case01 .grid_case01 .flow-wrap.grid-container
  /*section.jp-case02 .flow-wrap.grid-container*/{
    grid-template-columns: unset;
    grid-gap: unset;
  }
}
@media screen and (min-width: 601px) {
  
}


/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 02
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ  */
.kr-case02 .flow-wrap .flow-content .b_title {
  margin-bottom: 13px;
}

.kr-case02 .flow-wrap.grid-container {
  grid-template-columns: 75px 1fr 50px;
}

@media screen and (max-width: 600px) {
  .description.kr-case02 .content-inner {
    line-height: 1.7;
    padding-top: 23px;
  }

  .kr-case02 .flow-wrap.grid-container {
    grid-template-columns: 1fr;
  }

  .kr-case02 .flow-wrap .flow-content.grid-container .procedure {
    margin-top: 0;
  }

  .flow.kr-case02 {
    margin-top: 70px;
  }

  .kr-case02 .flow-wrap .flow-content.grid-container .procedure .title {
    line-height: 1.5;
    margin-top: 2rem;
  }

  .kr-case02 .flow-wrap:not(:first-child) {
    margin-top: 0;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 03
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.kr-case03 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.kr-case03 .probrems {
  margin-top: 110px;
  border-top: #b4b4b4 2px solid;
  border-bottom: #b4b4b4 2px solid;
}
.kr-case03 .probrems .icon {
  margin: -45px auto;
  width: 90px;
  height: 90px;
  background: #fff;
  border: #b4b4b4 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.kr-case03 .probrems .icon img {
  max-width: 50px;
}
.kr-case03 .probrems ul.list {
  margin: 55px auto 25px;
  width: fit-content;
  max-width: 700px;
}
.kr-case03 .probrems ul.list li {
  padding: 0.5em;
  font-weight: 700;
}
.kr-case03 .probrems ul.list li::before {
  content: '';
  margin: 0 auto;
  margin-right: 1em;
  min-width: 28px;
  height: 27px;
  display: inline-block;
  vertical-align: sub;
  background-image: url(../image/icon_check_circle.svg);
  background-repeat: no-repeat;
}
.kr-case03 .proccess-next::after {
  content: '';
  min-width: 70px;
  height: 90px;
  display: block;
  background-image: url(../image/icon_arrow_process.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.kr-case03 .solution {
  margin-top: 70px;
  border-top: #001d81 2px solid;
  border-bottom: #001d81 2px solid;
}
.kr-case03 .solution .icon {
  margin: -45px auto;
  width: 90px;
  height: 90px;
  background: #fff;
  border: #001d81 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.kr-case03 .solution .icon img {
  max-width: 70px;
}
.kr-case03 .solution .title {
  margin-top: 60px;
  line-height: 1.8;
  color: #001d81;
  font-weight: bold;
  text-align: center;
}
.kr-case03 .solution .title span {
  padding: 0 0px .3em;
  background: linear-gradient(transparent 55%, #ebf0fa 55%);
}

@media screen and (max-width: 600px){
  .kr-case03 .probrems {
    margin-top: 90px;
  }
  .kr-case03 .probrems ul.list li {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
  }
  .kr-case03 .proccess-next::after {
    margin: 30px auto;
  }
  .kr-case03 .solution .title {
    font-size: 2.2rem;
  }
  .kr-case03 .solution .howto {
    padding: 20px 0 30px;
  }
  .kr-case03 .solution .howto .logo {
    margin: 25px auto 15px;
    max-width: 150px;
  }
  .kr-case03 .solution .howto ul {
    color: #001d81;
    text-align: center;
    line-height: 1.8;
  }

}
@media screen and (min-width: 601px){
  .kr-case03 .proccess-next::after {
    margin: 30px auto;
  }
  .kr-case03 .solution .title {
    font-size: 2.8rem;
  }
  .kr-case03 .solution .howto {
    padding: 10px 0 50px;
  }

}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 04
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
@media screen and (max-width: 800px){
  section.kr-case04 .pc_only{
    display: none;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 05
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.kr-case05 .flow-wrap .flow-content .b_title {
  margin-bottom: 18px;
}

.kr-case05 .flow-wrap .flow-content.grid-container .procedure {
  padding-bottom: 13px;
}

.kr-case05.contact .content-inner {
  margin-top: 80px;
}

@media screen and (max-width: 600px) {

  .kr-case05.flow-wrap:not(:first-child) {
    margin-top: 0px;
  }

  .kr-case05 .flow-wrap.grid-container {
    grid-template-columns: 1fr;
  }

  .contact.kr-case05 .content-inner {
    margin-top: 50px;
  }

}
@media screen and (max-width: 800px){
  section.kr-case05 .pc_only{
    display: none;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 06
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
section.case-list .title.sec01::after {
  width: 11em;
}

section.case-list .title.sec01 {
  margin-top: 60px;
  margin-bottom: 37px;
  font-weight: bold;
  text-align: center;
  color: #001d81;
}

section.case-list ul.case-type-list>li>ul {
  margin-left: 60px;
  margin-bottom: 20px;
  padding: 0;
  font-weight: normal;
}

section.case-list ul.case-type-list>li li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

section.case-list ul.case-type-list>li li::before {
  content: "●";
  margin-right: 1em;
  font-size: 1rem;
  vertical-align: middle;
  color: #001d81;
}

section.case-list li .case-type-title {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
}

section.case-list ul.case-type-list>li {
  margin: 0 auto;
  padding: 0 20px;
}


.case-content p {
  margin: 1rem auto;
}

.contact>.content-inner>a {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .description .content-inner p {
    margin-top: 20px;
  }

  .description .content-inner p:first-child {
    margin-top: 0px;
  }

  section.case-list ul.case-type-list>li li {
    white-space: normal;
    align-items: baseline;
  }

  section.case-list .title.sec01 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  section.case-list li .case-type-title {
    font-size: 1.8rem;
  }

  section.case-list ul.case-type-list>li {
    padding: 0 1rem;
  }

  section.case-list ul.case-type-list>li>ul {
    font-size: 1.6rem;
    margin-left: 40px;
    margin-bottom: 1rem;
  }

  section.case-list ul.case-type-list>li {
    padding: 0;
  }

  section.description .title {
    text-align: center;
    font-size: 2rem;
    padding-top: 40px;
    line-height: 1.4;
  }

  section.description div.sentence {
    padding-top: 18px;
    padding-bottom: 28px;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 07
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.flow.case.kr-case07 .fc-content {
  padding-top: 28px;
}

.kr-case07 .flow-wrap .flow-content .b_title {
  margin-bottom: 24px;
}

.kr-case07 .contact.case07 .contact-inner {
  margin-top: -2.4rem;
}

.kr-case07 .flow-wrap .flow-content.grid-container .procedure {
  margin-top: 10px;
  padding-bottom: 17px;
}

.kr-case07 div.grid_case01 {
  grid-template-columns: auto;
}


@media screen and (max-width: 600px) {
  .description.kr-case07 .content-inner {
    line-height: 1.7;
    padding-top: 15px;
  }

  .kr-case07 .flow-wrap.grid-container {
    grid-template-columns: 1fr;
  }

  .kr-case07 .flow-wrap .flow-content.grid-container .procedure {
    margin-top: 0;
  }

  .flow.kr-case07 {
    margin-top: 70px;
  }

  .kr-case07 .flow-wrap .flow-content.grid-container .procedure .title {
    line-height: 1.5;
    margin-top: 2rem;
  }

  .kr-case07 .flow-wrap:not(:first-child) {
    margin-top: 0;
  }

  .description.kr-case07>title {
    padding-top: 40px;
  }

  .kr-case07 .flow-wrap .flow-content .b_title {
    margin-bottom: 0;
  }
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ
 Case Korea 08
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.kr-case08 img {
  margin: 0px auto;
}
@media screen and (max-width: 600px){
  .kr-case08 {
    margin-top: 65px;
  }
}
@media screen and (min-width: 601px){
  .kr-case08 {
    margin-top: 60px;
  }
}
