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

.support-modal-main * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	font-family: "OT-PUDShinMGoPr6N-Medium", "OT-PUDShinMGoPr6N-Bold", "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexwrap_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction_column {
  flex-direction:column;
}


a:hover {
  opacity: 0.7 ;
}

.btn {
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: #777;
    color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-decoration: none;
}

.btn-gr {
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #79c652;
    color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-decoration: none;
}
.btn-pk {
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: #ee788e;
    /*#f091a3*/
    color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-decoration: none;
    width: 65%;
    margin: 30px auto;
	}

.arrow {
	 position: relative;
	 display: inline-block;
	 padding-left: 22px;
}

.arrow::before {
	content: '';
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 18px;
  bottom: 0;
  margin: auto;
	}
.arrow::after {
  content: '';
	width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 3px #777;
    border-right: solid 3px #777;
  transform: rotate(45deg);
  position: absolute;
  top: -12px;
  left: 23px;
  bottom: 0;
  margin: auto;
}

.btn-pk .arrow::after {
	  border-top: solid 3px #ee788e;
	  border-right: solid 3px #ee788e;
	  transform: rotate(45deg);
}

.btn-org {
	display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #f7ad1a;
    color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-decoration: none;
}

@media screen and (min-width:768px) { 
  .support-modal-main {
    width: 900px;
    margin: 0 auto;
  }
  .pc {display: block;}
  .sp {display: none;}

  .col-2 {
  		margin-top: 20px;
  		width: 49%;
  	}
  .col-2:nth-child(2)  {
  		margin-left: 2%;
  	}
}

.support-modal-main {
	padding: 15px;
	/* background-color: #EAEAEA; */
}


.color-support-sub {
	color: #133469;
}
.color-support-sub .num-item {
	background-color: #133469;
}

.support-modal-main img {
	max-width: 100%;
	height: auto;
}

.support-heading-wrapper {
	color: #fff;
	background-color: #133469;
	padding: 12px 36px;
	border-radius: 8px;
	margin: 40px 0 32px;
}


.support-sub-border-section-container .support-sub-border-section {
	position: relative;
}

.support-sub-border-section {
	background-color: #fff;
	padding: 20px 36px 30px;
	border: 3px solid #5D5D5D;
	border-radius: 8px;
}

.support-content-section+.support-content-section {
	margin-top: 48px;
}

.sec-center {
	margin: 0 auto;
	text-align: center;
}

.red {
	color: red;
}

.support-heading-border-bottom-block {
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 24px;
}

.support-heading-num {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-bottom: 20px;
}

.support-heading-num .num-item {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 12px;
	aspect-ratio: 1 / 1;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}


.support-modal-page-contents .support-heading-num {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.support-heading-border-bottom-block::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2E2E2E;
	position: absolute;
	bottom: 0;
	left: 0;
}

.color-support-sub.support-heading-border-bottom-block::before {
	background-color: #133469;
}

.support-sub-border-indent-inner {
	padding-left: 66px;
}

.support-sub-border-indent-inner .support-heading-num {
	margin-left: -66px;
}

.support-modal-page-contents .support-heading-num .num-item {
	font-size: 18px;
	padding: 3px 12px;
}

.color-support-sub .num-item {
	background-color: #133469;
}

.support-heading-a {
	margin: 0;
	padding: 0;
	font-size: 23px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.support-heading-b {
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 1.5;
	font-weight: bold;
}

.support-heading-c {
	margin-top: 0;
	font-size: 17px;
	font-weight: bold;
}

.support-modal-page-contents p,
.support-modal-page-contents div {
	font-size: 15px;
	line-height: 1.6;
}

.support-content-row + .support-content-row, .support-content-inner-row + .support-content-row, .support-content-row + .support-content-inner-row, .support-content-inner-row + .support-content-inner-row {
	margin-top: 24px;
}

.support-content-row > *:last-of-type, .support-content-inner-row > *:last-of-type {
	margin-bottom: 0;
}

.support-sub-border-section-container .support-sub-border-section:not(:last-of-type)::after {
	content: "";
	display: block;
	width: 42px;
	height: 24px;
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background-color: #0083D5;
	position: absolute;
	left: 50%;
	bottom: -14px;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.support-sub-border-section-container .support-sub-border-section + .support-sub-border-section {
	margin-top: 48px;
}

@media screen and (max-width: 767px)  {
  /*.support-heading-wrapper {
  	margin: 40px 0 32px;
  }*/
  .pc {display: none;}
  .sp {display: block;}

  .col-2 {
  		width: 100%;
  		margin-top: 20px;
  	}
  .col-2:nth-child(2)  {
  		margin: 20px 0 0 ;
  		width: 100%;
  	}
  	.btn-pk {
		width: 100%;
		padding: 20px 20px;
		margin: 20px auto 20px;
	}
}