@charset "EUC-JP";

html .pcView {
  display: block;
}

html .spView {
  display: none;
}

br.sp{
  display: none;
}
br.pc{
  display: block;
}

@media all and (max-width: 767px) {
  br.sp{
    display: block;
  }
  br.pc{
    display: none;
  }
  html .pcView {
    display: none;
  }

  html .spView {
    display: block;
  }

  body #gnav {
    display: inline;
    float: initial;
    margin-top: 0;
    clear: initial;
    text-align: initial;
  }

  body #gnav .nav-area,
  body #gnav .nav-btn-area {
    display: none;
  }

  body #gnav.set.on .nav-area,
  body #gnav.set.on .nav-btn-area {
    display: block;
  }
}



/* -------------------- general -------------------- */

#contentsWrapper {
  width: 100%;
}

#contentsWrapper section {
  padding: 0;
  border-top: 0;
}

#guide .content .inner {
  padding: 40px 60px;
}

#contentsWrapper {
  padding-top: 0;
}

.inner {
  position: relative;
  max-width: 980px;
  margin: auto;
}

img {
  width: 100%;
}

#mail-area,
  #dm-area{
    padding-top: 20px;
    margin-top: -20px;
  }

@media all and (max-width: 767px) {
  #guide .inner {
    padding: 0 15px;
  }

  #guide .content .inner {
    padding: 40px;
  }

  .inner {
    padding: 0 20px;
  }

  #mail-area,
  #dm-area{
    padding-top: 20px;
    margin-top: -20px;
  }
}

/* -------------------- pages -------------------- */

#pt-guide,
#pt-guide-about,
#pt-guide-get,
#pt-guide-use,
#pt-guide-check,
#pt-guide-about-card,
#pt-guide-card,
#pt-guide-credit,
#pt-guide-character {
  background: #ffffff;
}

.gray {
  background: #f5f5f5;
}

#pt-guide *,
#pt-guide *::before,
#pt-guide *::after,
#pt-guide-about *,
#pt-guide-about *::before,
#pt-guide-about *::after,
#pt-guide-get *,
#pt-guide-get *::before,
#pt-guide-get *::after,
#pt-guide-use *,
#pt-guide-use *::before,
#pt-guide-use *::after,
#pt-guide-check *,
#pt-guide-check *::before,
#pt-guide-check *::after,
#pt-guide-about-card *,
#pt-guide-about-card *::before,
#pt-guide-about-card *::after,
#pt-guide-card *,
#pt-guide-card *::before,
#pt-guide-card *::after,
#pt-guide-credit *,
#pt-guide-credit *::before,
#pt-guide-credit *::after,
#pt-guide-character *,
#pt-guide-character *::before,
#pt-guide-character *::after {
  box-sizing: border-box;
}

/* -------------------- breadcrumb -------------------- */

.guide-breadcrumb {
  margin-top: 25px;
  font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}

@media screen and (min-width: 1040px) {
  .guide-breadcrumb__inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .guide-breadcrumb__inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .guide-breadcrumb__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .guide-breadcrumb__inner {
    padding: 0 14px;
  }
}

.guide-breadcrumb ul {
  font-size: 0;
}

.guide-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 1;
}

.guide-breadcrumb li::after {
  display: inline;
  padding: 0 6px 0 7px;
  font-size: 14px;
  line-height: 1.8;
  content: ">";
}

.guide-breadcrumb li:last-child::after {
  display: none;
}

.guide-breadcrumb li a {
  line-height: 1.8;
  color: #203d95;
}

.guide-breadcrumb li a:hover {
  text-decoration: underline;
}

.guide-breadcrumb__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .guide-breadcrumb {
    margin-top: 18px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .guide-breadcrumb ul {
    font-size: 0;
  }

  .guide-breadcrumb li {
    display: inline;
    font-size: 12px;
  }

  .guide-breadcrumb li::after {
    display: inline;
    padding: 0 4px 0 6px;
    font-size: 12px;
    line-height: 1.8;
    content: ">";
  }

  .guide-breadcrumb li:last-child::after {
    display: none;
  }

  .guide-breadcrumb li a {
    line-height: 1.8;
    color: #203d95;
  }

  .guide-breadcrumb li a:hover {
    text-decoration: underline;
  }
}

/* -------------------- flex -------------------- */

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.no-wrap {
  flex-wrap: initial;
}

.flex .vpoint-dm__img {
  margin: 0 20px 0 0;
}

.flex .vpoint-dm__img img {
  max-height: 100px;
}

.flex .vpoint-dm__name__title {
  min-width: 240px;
  margin-top: 20px;
  font-size: 34px;
  color: #333;
}

/* -------------------- vpoint-dm -------------------- */

.vpoint-dm {
  padding: 40px 0;
  text-align: center;
  background: #fff;
}

.vpoint-dm__name__title {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 700;
  color: #203d95;
}

@media all and (max-width: 767px) {
  .vpoint-dm {
    padding: 35px 0;
  }

  .vpoint-dm__name__title {
    font-size: 24px;
  }

  /* pt-guide */

  #pt-guide .vpoint-dm__name__title {
    font-size: 28px;
  }

  #pt-guide .flex .vpoint-dm__name__title {
    min-width: 200px;
  }
}

/* menu-link */

.menu-inner {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  padding-bottom: 40px;
  margin: 0 15px;
}

.menu-link:nth-child(2) {
  margin-left: 20px;
}

.menu-link__link {
  position: relative;
  display: block;
  width: 180px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
  color: #203d95 !important;
  text-decoration: none !important;
  border: 2px solid #203d95;
  border-radius: 50px;
}
.menu-link__link__inner:nth-child(2) {
  margin-left: 20px;
}

.menu-link__link::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  border: 0;
  border-top: solid 2px #203d95;
  border-right: solid 2px #203d95;
  transform: rotate(135deg);
}

@media all and (min-width: 768px) {
  .menu-link__link:hover {
    color: #fff !important;
    background: #203d95;
  }

  .menu-link__link:hover::before {
    border-color: #fff;
  }
}

@media all and (max-width: 767px) {

  .menu-link{
    width: 100%;
    max-width: 140px;
  }

  .menu-link__link {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none !important;
  }
  
  .menu-link:nth-child(2) {
    margin-left: 10px;
  }
}

.mail-image .inner p{
  text-align: center;
}

.mail-image .inner p.mail-image__tilte{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mail-image .inner p.note{
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}



.mail-image .inner{
  display: block;
  max-width: 452px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.dm-image .inner{
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.dm-image .inner p{
  text-align: center;
}

.dm-image .inner p.dm-image__tilte{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dm-image .inner p.note{
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .dm-image .inner p.dm-image__tilte{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .dm-image .inner p.note{
    font-size: 10px;
    font-weight: normal;
    margin-top: 10px;
  }
}

.text-inner {
  width: 100%;
  padding: 0 10px;
}

.text-inner .contents{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}



.text-note {
  margin-bottom: 80px;
}

.text-note p{
  padding: 0 20px;
}

.text-note p{
  max-width: 960px;
  width: 100%;
  padding: 35px 0;
  background-color: #E6F0FA;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-note .inner a.link{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #003F98;
  font-weight: bold;
  margin: 0 auto;
  padding-right: 25px;
  border-bottom: 2px solid #003F98;
}

.text-note .inner a.link::after{
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  border: 0;
  border-top: solid 2px #203d95;
  border-right: solid 2px #203d95;
  transform: rotate(135deg);
}

@media all and (max-width: 767px) {
  .mail-image .inner p.mail-image__tilte{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .mail-image .inner p.note{
  font-size: 10px;
  }
  .text-inner .contents{
    padding: 0 20px;
    text-align: left;
  }
  .text-note {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .text-note p {
    padding: 20px 30px;
    text-align: left;
    font-size: 14px;
  }
  .text-note .inner a.link{
    font-size: 14px;
  }
}

.text-note .inner a:hover{
  opacity: 0.8;
}

.image-inner_01,
.image-inner_02 {
  width: 100%;
}

.image-inner_01 .image-contents.arrow-down,
.image-inner_02 .image-contents.arrow-down{
  width: 24px;
  margin: 40px auto;
}

.image-inner_01 .image-contents p,
.image-inner_02 .image-contents p {
  margin-bottom: 40px;
}

.image-inner_01 .image-contents img,
.image-inner_02 .image-contents img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.image-inner_01 .image-contents:nth-child(1) img{
  max-width: 470px;
  margin-bottom: 60px;
}
.image-inner_01 .image-contents:nth-child(2) img{
  max-width: 440px;
}

.image-inner_02 .image-contents:nth-child(1) img{
  max-width: 300px;
}
.image-inner_02 .image-contents:nth-child(3) img{
  max-width: 350px;
}

@media all and (max-width: 767px) {
  .image-inner_01 .image-contents:nth-child(1) img{
    max-width: 470px;
    margin-bottom: 20px;
  }
  .image-inner_01 .image-contents:nth-child(2) img{
    max-width: 440px;
  }

  .image-inner_02 .image-contents:nth-child(1) img{
    max-width: 300px;
  }
  .image-inner_02 .image-contents:nth-child(3) img{
    max-width: 350px;
  }
  .image-inner_01 .image-contents.arrow-down,
  .image-inner_02 .image-contents.arrow-down{
  width: 24px;
  margin: 20px auto;
  }
  #application-method {
    margin-bottom: 30px;
  }
  .image-inner_01 .image-contents p,
  .image-inner_02 .image-contents p {
    margin-bottom: 20px;
  }
}
#corporate-list {
  display: flex;
  justify-content: center;
}

#corporate-list ul {
    display: flex;
    width: 100%;
    max-width: 960px;
    flex-wrap: wrap;
    justify-content: left;
  }
  #corporate-list ul li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc((100% - 24px * 5) / 6);;
    margin-left: 24px;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  #corporate-list ul li:nth-child(1) {
    margin-left: 0px;
  }
  #corporate-list ul li:nth-child(6n+1) {
    margin-left: 0px;
  }
  #corporate-list ul li .list-item__inner .text-container p{
    font-size: 12px;
  }

#corporate-list ul li .list-item__inner{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

#corporate-list ul li .list-item__inner .text-container {
  width: 100%;
  flex: 1;
  border-top: 1px solid #ddd;
}

#corporate-list ul li .list-item__inner .text-container p{
  width: 100%;
  height: 100%;
  padding: 10px;
}

.question h2 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #003f98;
  margin: 40px auto;
  text-align: center;
}

#service .question {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media all and (max-width: 767px) {
  #corporate-list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
  }
  #corporate-list ul li{
    display: flex;
    max-width: calc((100% - 12px * 2) / 3);;
    width: 100%;
    margin-left: 12px;
    margin-bottom: 24px;
  }
    #corporate-list ul li:nth-child(3n+1):nth-child(n+4) {
    margin-left: 0px;
  }
  #corporate-list ul li .list-item__inner .text-container p{
    font-size: 10px;
  }
  #corporate-list ul li:nth-child(1) {
    margin-left: 0px;
  }
  .question h2 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #003f98;
    margin: 40px auto;
    text-align: center;
  }
}

/* ▼アコーディオン */
.col-basic > a{
		position: relative;
		display: block;
		padding: 20px 0 20px 25px;
		border-top: 1px solid #e5e5ea;
	}
	.col-basic > a strong{
		position: absolute;
		display: flex;
    justify-content: center;
    align-items: center;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		line-height: 45px;
		border-radius: 25px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #fff;
    color: #333333;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}
	.col-basic > a span{
		position: absolute;
		display: block;
		margin: auto;
		top: 0;
		right: 20px;
		bottom: 0;
		width: 20px;
		height: 20px;
	}
	.col-basic > a span i{
		position: absolute;
		display: block;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: #003F98;
		transition: transform 300ms ease;
	}
	.col-basic > a span i:nth-child(1){
		width: 20px;
		height: 4px;
	}
	.col-basic > a span i:nth-child(2){
		width: 4px;
		height: 20px;
	}
	.col-basic > a.on i:nth-child(2){
		transform: rotate(-90deg);
	}
	.col-basic > a:hover{
		transition: opacity 300ms ease;
		opacity: 0.7;
	}
	.basic-item{
		display: none;
		padding: 0px 65px 20px 20px;
	}
  .basic-item a {
    text-decoration: underline;
  }
  .basic-item a:hover{
    opacity: 0.5;
  }
  .col-basic:last-child {
		border-bottom: 1px solid #d6d6d6;
}

@media all and (max-width: 767px) {
  .col-basic > a{
		position: relative;
		display: block;
		padding: 20px 50px 20px 25px;
		border-top: 1px solid #d6d6d6;
    font-size: 14px;
	}
  .basic-item p {
    font-size: 14px;
  }
  .col-basic > a strong{
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 7px;
    font-size: 14px;
  }
	.basic-item{
		display: none;
		padding: 0px 50px 20px 20px;
	}
}
  
/* ▲アコーディオン */

.service-question-btn{
  margin: 40px auto 0;
  max-width: 500px;
  margin-bottom: 80px;
}
.service-question-btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 54px;
  color: #003f98;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #203D95;
}
.service-question-btn a::after{
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.service-question-btn a:hover {
  opacity: 0.7;
  transition: opacity 400ms ease;
}

@media all and (max-width: 767px) {
  .service-question-btn {
    width: calc(100% - 30px);
}
.service-question-btn a{
  font-size: 14px;
}
}

/* *****************************************対応済み****************************************** */

/* -------------------- guide menu -------------------- */

#application-method {
  padding-bottom: 40px;
}

.guide-menu {
  margin: 0 0 40px;
}

.guide-menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0;
}

.guide-menu__title__icon {
  width: 40px;
  margin-right: 30px;
}

.guide-menu__title__name {
  font-size: 24px;
  font-weight: 700;
  color: #203d95;
}

.guide-menu__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 30px 0;
  margin: 0 0 40px;
}

.guide-menu__col__2 .guide-menu__col__item {
  width: calc((100% - 20px) / 2);
}

.guide-menu__col__2 .guide-menu__col__item:nth-of-type(odd) {
  margin-right: 20px;
}

.guide-menu__col__2 .guide-menu__col__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.guide-menu__col__3 {
  align-items: initial;
}

.guide-menu__col__3 .guide-menu__col__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.guide-menu__col__3 .guide-menu__col__item:nth-of-type(3n) {
  margin-right: 0;
}

.guide-menu__col__item {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #203d95;
  border-radius: 4px;
}

.guide-menu__col__item::after {
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.guide-menu__col__item__link {
  display: block;
  padding: 15px;
  transition: 0.3s all ease-in-out;
}

.guide-menu__col__item__link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.guide-menu__col__item__icon {
  display: flex;
  align-items: center;
  height: 100px;
  margin: auto;
}

.guide-menu__col__item__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  color: #203d95;
}

.guide-menu__col__item__name p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.guide-menu__col__3 .guide-menu__col__item__icon img {
  margin: auto;
}

.guide-menu__col__3 .guide-menu__col__item__name p {
  font-size: 18px;
}

@media all and (min-width: 768px) {
  .guide-menu__col__item__name .guide-menu__col__item__name__line__height {
    line-height: 3.2;
  }
}

@media all and (max-width: 767px) {
  .guide-menu {
    margin: 0;
  }

  .guide-menu__col {
    display: block;
    padding: 20px 0 0;
    margin: 0;
  }

  .guide-menu__col__2 .guide-menu__col__item,
  .guide-menu__col__3 .guide-menu__col__item {
    width: 100%;
  }

  .guide-menu__col__2 .guide-menu__col__item:nth-of-type(n + 2),
  .guide-menu__col__3 .guide-menu__col__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .guide-menu__col__3 .guide-menu__col__item__link {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 10px;
  }

  .guide-menu__col__item::after {
    top: 0;
  }

  .guide-menu__col__2 .guide-menu__col__item__icon {
    height: initial;
    min-height: 100px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon {
    width: 100px;
    height: auto;
    margin: initial;
    margin-right: 20px;
  }

  .guide-menu__col__3 .guide-menu__col__item__name {
    padding: 0;
  }

  .guide-menu__col__3 .guide-menu__col__item__name p {
    font-size: 13px;
    text-align: left;
  }

  .guide-menu__title {
    margin-top: 20px;
  }

  .guide-menu__title__icon {
    width: 30px;
    margin-right: 23px;
  }

  .guide-menu__title__name {
    padding: 5px 0 0;
    font-size: 24px;
  }

  .guide-menu__col__2 .guide-menu__col__item__name {
    padding-top: 8px;
  }

  .guide-menu__col__2 .guide-menu__col__item__name p {
    font-size: 14px;
  }
  .guide-menu__title {
    padding: 40px 0 0;
    margin-top: 0px;
  }
}

/* -------------------- sub text -------------------- */

.sub-text {
  margin: 40px 0;
  text-align: center;
}

.sub-text.sub-text__mb {
  margin: 0 0 30px;
}

.sub-text__bg__white {
  background: #fff;
}

.sub-text__link {
  position: relative;
  display: inline;
  transition: 0.3s all ease-in-out;
}

.sub-text__link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.sub-text__link::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sub-text__link__arrow__left {
  margin: 0 0 30px;
}

.sub-text__link.sub-text__link__arrow__left::after {
  right: initial;
  left: -30px;
  transform: rotate(180deg);
}

.sub-text__link__icon {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.sub-text__link__name {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #203d95;
  vertical-align: middle;
}

.foot-sub-text div:nth-of-type(3) {
  padding-right: 35px;
}

@media all and (max-width: 767px) {
  .sub-text {
    margin: 20px 0;
  }

  .foot-sub-text .sub-text {
    margin: 30px 0;
  }

  .sub-text__link__name {
    font-size: 16px;
  }

  .sub-text.sub-text__mb {
    padding-left: 55px;
    margin: 0;
    text-align: left;
  }

  .foot-sub-text div:nth-of-type(3) {
    padding-right: 35px;
  }
}

/* -------------------- advice -------------------- */

.advice {
  padding: 0 0 40px;
}

@media all and (max-width: 767px) {
  .advice {
    padding: 0 0 30px;
  }
}

/* -------------------- service-corporate -------------------- */

.service-corporate {
  padding: 60px 20px 20px;
  background: #fff;
}

.service-corporate .inner {
  padding: 0;
}

.service-corporate h2 {
  text-align: center;
}

.service-corporate h2 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #003f98;
  margin-bottom: 40px;
  text-align: center;
}

.service-corporate__list {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}

.service-corporate__list__item {
  width: calc((100% - 60px) / 4);
  text-align: center;
}

.service-corporate__list__item__icon {
  width: 80px;
  margin: auto;
}

.service-corporate__list__item__content__txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .service-corporate {
    padding: 25px 0 0px;
  }

  .service-corporate h2 span {
    font-size: 24px;
    text-align: center;
    line-height: 1.6em;
  }

  .service-corporate__list {
    display: block;
    padding: 20px 0 0;
  }

  .service-corporate__list__item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .service-corporate__list__item__icon {
    margin: 0 10px 0 0;
  }

  .service-corporate__list__item__content {
    width: calc(100% - 70px);
    margin-left: 5px;
  }

  .service-corporate__list__item__icon {
    width: 65px;
  }

  .service-corporate__list__item__content__txt {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
}

/* -------------------- parts -------------------- */

.border-gray {
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid #ddd;
}

.clear {
  height: 0.1px;
  clear: both;
}

@media all and (max-width: 767px) {
  .border-gray {
    margin: 20px 0;
  }
}

/* -------------------- content -------------------- */

.content .inner {
  max-width: 800px;
  padding: 40px 60px;
  margin: 40px auto;
  text-align: center;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0 5px #eee;
}

.content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  #application-method .content p {
    text-align: center;
    font-size: 16px;
  }
}

.content p a {
  color: #203d95;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.content p a:hover {
  opacity: 0.5;
}

.content__mt {
  margin-top: 40px;
}

.content__mb {
  margin-bottom: 40px;
}

/* border title */

.content__text__center__border {
  position: relative;
  text-align: center;
}

.content__text__center__border::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background: #203d95;
}

.content__text__center__border p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  color: #203d95;
  background: #fff;
}

/* logo */

.content__list__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.content__list__logo__item {
  margin-right: 25px;
}

.content__list__logo__item:nth-last-of-type(1) {
  margin-right: 0;
}

/* check */

.content__list__check {
  max-width: 350px;
  margin: 40px auto;
}

.content__list__check__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.content__list__check__item__icon {
  width: 18px;
  margin-right: 10px;
}

.content__list__check__item__name {
  font-size: 16px;
  font-weight: 700;
}

/* button */

.content__button__list,
.content__button__list__app {
  display: flex;
  justify-content: center;
}

.content__button__list {
  margin: 30px 0 0;
}

.content__button__list__app {
  margin: 40px 0 0;
}

.content__button__list__item {
  width: calc((100% - 30px) / 2);
}

.content__button__list__item:nth-of-type(2) {
  margin-left: 30px;
}

.content__button__list__app__item:nth-of-type(2) {
  margin-left: 20px;
}

.content__button__list__item__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #203d95 !important;
  border: 2px solid #203d95;
  border-radius: 25px;
}

.content__button__list__app__item {
  width: 150px;
}

.content__button__list__app__item__link {
  display: block;
}

.content__button__list__item__link:hover {
  color: #fff !important;
  text-decoration: none;
  background: #203d95;
}

/* illust */

.content__illust {
  max-width: 350px;
  margin: 0 auto 30px;
}

.content__illust__small {
  max-width: 310px;
}

/* flex */

.content__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  text-align: left;
}

.content__flex__item:nth-of-type(2) {
  margin-left: 40px;
}

.content__flex__item__tcard {
  max-width: 190px;
}

.content p.content__flex__item__note {
  margin: 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

/* note */

.content__note {
  max-width: 380px;
  margin: auto;
  text-align: left;
}

.content .content__note p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.content .content__note a {
  color: #203d95;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.content .content__note p a:hover {
  opacity: 0.5;
}

/*  headline */

.content__headline {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #203d95;
}

/* img */

.content__img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.content__img__small {
  max-width: 370px;
}

/* subtext */

.content__sub__text {
  margin: 20px 0;
}

.content__sub__text.content__sub__text__mb {
  margin: 0 0 20px;
}

.content__sub__text__bg__white {
  background: #fff;
}

.content__sub__text__link {
  position: relative;
  display: inline;
  transition: 0.3s all ease-in-out;
}

.content__sub__text__link:hover {
  opacity: 0.5;
}

.content__sub__text__link::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.content__sub__text__link.content__sub__text__link__arrow__left::after {
  right: initial;
  left: -30px;
  transform: rotate(180deg);
}

.content__sub__text__link__icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.content__sub__text__link__name {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #203d95;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .content__flex__item__character {
    width: 220px;
  }

  .content__flex__item__character img {
    display: block;
    width: 120px;
    margin: auto;
  }

  .content .content__flex__item__character p.content__flex__item__note {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .content .inner {
    width: calc(100% - 40px);
    padding: 30px;
    margin: 20px auto;
    text-align: left;
  }

  .content p {
    font-size: 14px;
  }

  .content__p__mb__sp {
    margin-bottom: 10px;
  }

  .content__list__logo {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .content__list__logo__item {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .content__list__logo__item img {
    zoom: 0.75;
  }

  .content__button__list {
    display: block;
    margin: 20px -20px 0;
  }

  .content__button__list__item {
    width: 100%;
    text-align: center;
  }

  .content__button__list__item__link {
    font-size: 14px;
  }

  .content__button__list__item:nth-of-type(2) {
    margin-top: 20px;
    margin-left: initial;
  }

  .content__button__list__app__item:nth-of-type(2) {
    margin-left: 10px;
  }

  .content__list__check {
    margin: 30px auto;
  }

  .content__list__check__item__icon {
    min-width: 18px;
  }

  .content__list__check__item__name {
    font-size: 13px;
  }

  .content__flex {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }

  .content__flex__item:nth-of-type(2) {
    margin-left: 0;
  }

  .content__flex__item__tcard {
    max-width: 100%;
  }

  .content__mt {
    margin-top: 20px;
  }

  .content__mb {
    margin-bottom: 20px;
  }

  .content__sp__text__center {
    text-align: center;
  }

  .content__button__list__app {
    margin: 20px 0 0;
  }

  .content__headline {
    font-size: 16px;
  }
}

/* logo height */

.logo_h15 {
  width: initial;
  height: 15px;
}

.logo_h20 {
  width: initial;
  height: 20px;
}

.logo_h25 {
  width: initial;
  height: 25px;
}

.logo_h30 {
  width: initial;
  height: 30px;
}

.logo_h40 {
  width: initial;
  height: 40px;
}

.logo_h50 {
  width: initial;
  height: 50px;
}

@media all and (max-width: 767px) {
  .logo_list_img {
    margin: 10px 0 30px;
  }
}

/* text */

.text__size__s {
  font-size: 12px;
}

.text__size__l {
  font-size: 24px;
}

.text__weight__bold {
  font-weight: 700;
}

.text__color__blue {
  color: #203d95;
}

.text__marker__yellow {
  background: linear-gradient(transparent 75%, #fff200 60%);
}

.step-title {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .text__size__l {
    font-size: 16px;
  }
  .step-title {
    margin-bottom: 20px;
  }
}

/* ----- d_pc_footer.css ----- */

html #footer {
  border-top: 0;
}

html #gfooter-pc {
  border-top: 0;
}