@charset "UTF-8";

body {
	overflow: visible;
}

/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP
------------------------------------------------------- */
/* 共通 */
#link-fork{
	position: relative;
}
#link-fork h1{
	font-size: 32px;
	font-weight: bold;
	color: #3f4965;
	margin-bottom: 10px;
}
#link-fork .content-wrap{
	width: 94%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
#link-fork .desc{
	font-size: 22px;
	margin-bottom: 40px;
  line-height: 2em;
  max-width: 1000px;
  width: 90%;
  display: inline-block;
}
#link-fork .link{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	padding: 12px 70px 12px 60px;
	background:url(/img/contents/lp/link_fork/w_arrow00.png)no-repeat;
	background-size: 8px 12px;
	background-position: top 20px right 23px;
}
#link-fork .link:hover{
    opacity: 0.8;
}
/* 言語選択 */
#link-fork .language{
	font-size: 14px;
	position: absolute;
	z-index: 11;
	top: -38px;
	right: 20px;
}
#link-fork .language ul{
	background: #76a9c8 none repeat scroll 0 0;
    display: table-cell;
    padding: 0;
    margin: 0;
	border-radius: 3px;
	color: #ffffff;
	overflow: hidden;
}
#link-fork .language .now-lang-txt{
	display: none;
}
#link-fork .language li{
	display: table-cell;
    font-weight: bold;
    padding: 5px 10px;
    border-left: solid 1px #aecee2;
    margin: 0;
}
#link-fork .language li:nth-of-type(1){
	border-left: none;
}
#link-fork .language li a{
    font-size: 14px;
    line-height: 0;
	color: #ffffff;
}
#link-fork .language .select{
	background-color: #417697;
	border-radius: 0 3px 3px 0;
}
/* メイン */
#link-fork .main {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	height: 310px;
	padding-top: 30px;
	text-align: center;
	background: #1B67AD url(/img/contents/lp/link_fork/title_bg.png) no-repeat;
	background-size: 1780 auto;
	background-position:center 25%;
}
#link-fork .main .title img {
 width: 550px;
}

/* SUPER DELIVERYとは */
#link-fork .merit{
  text-align: center;
	position: relative;
	z-index: 2;
	background-color:  #E4F0FD;
}
#link-fork .merit h1{
	position: relative;
	top: -60px;
	padding-top: 38px;
	margin-bottom: -58px;
	background: url(/img/contents/lp/link_fork/back_ttl1.png) no-repeat;
	background-size: 681px;
	background-position: center 10px;
  color: #1B67AD;
}
#link-fork .merit .co-dib{
  font-size: 20px;
  color:#504C4A;
}
#link-fork .merit .desc1 {
  font-size: 27px;
  color: #1B67AD;
  font-weight: 600;
}
#link-fork .merit .merit_en{
  font-size: 25px;
  color:#504C4A;
}
#link-fork .merit .merit_ja{
  font-size: 35px;
  color:#504C4A;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: -10px;
}
#link-fork .merit .merit_ja .dli-arrow-left{
  display: inline-block;
  vertical-align: middle;
  color:#504C4A;
  line-height: 1;
  position: relative;
  width: 18%;
  height: 2px;
  background: currentColor;
}
#link-fork .merit .merit_ja .dli-arrow-left::before {
  content: '';
  width: 0.1em;
  height: 0.1em;
  border: 0.2em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
#link-fork .merit .merit_ja .dli-arrow-right{
  display: inline-block;
  vertical-align: middle;
  color:#504C4A;
  line-height: 1;
  position: relative;
  width: 18%;
  height: 2px;
  background: currentColor;
}
#link-fork .merit .merit_ja .dli-arrow-right::before {
  content: '';
  width: 0.1em;
  height: 0.1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
#link-fork .merit .sds_merit {
  width: 100%;
  text-align: center;
}
#link-fork .merit .sds_merit ul{
  display: flex;
  flex-wrap: wrap;
  margin: auto 0;
  justify-content:center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  gap: 1em;
}
#link-fork .merit .sds_merit ul { align-items: flex-start; }
#link-fork .merit .sds_merit ul div{
  display: flex;
  gap: 1em;
}
#link-fork .merit .sds_merit li{
  max-width: 240px;
  width: calc(25% - 1em);
  height: 320px;
}
#link-fork .merit .sds_merit li img{
  width: 70%;
  height: auto;
}
#link-fork .merit .sds_merit ul li .merit_text1{
  font-size: 22px;
  color: #26277F;
  font-weight: bold;
}
#link-fork .merit .sds_merit ul .merit_text2 {
  margin-top:-5px;
  font-size: 16px;
  letter-spacing: 1px;
}
/* 2つの方法からお選びいただけます! */
#link-fork .compare {
  background: linear-gradient(#FFFFFF, #DEF1FF);
  margin-bottom: 30px;
  padding-bottom: 6px;
}
#link-fork .compare .content-wrap {
  max-width: 1118px;
  width: 100%;
}
#link-fork .compare .content-wrap .twoway{
  margin: 60px auto;
  width: 76%;
}
#link-fork .compare .content-wrap .twoway_text1{
  font-size: 48px;
  font-weight: bold;
  color: #FEF40B;
  background-color: #BD3F42;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
  margin:0;
}
#link-fork .compare .content-wrap .twoway_text2 {
  width: 100%;
  height: auto;
}
#link-fork .compare .content-wrap .twoway_text1_01 {
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
}
#link-fork .compare .content-wrap .twoway_text2_01 {
  font-size: 24px;
  color: #1B67AD;
  font-weight: 600;
}
#link-fork .compare .content-wrap .twoway_text2 {
  margin-top: 5px;
  font-size: 24px;
  color:#000000;
  text-align: justify;
  line-height: 35px;
}
#link-fork .compare .content-wrap .twoway_text2_02 {
  font-size: 16px;
  color:#655F5F;
}
#link-fork .compare .content-wrap .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #BD3F42;
  line-height: 0;
  width: 0;
  height: 12px;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 12px;
  border-top-color: currentColor;
  border-bottom: 0;
}
/* 比較表 */
#link-fork .compare table {
  max-width: 1118px;
  width: 100%;
	margin: 0 auto;
	font-size: 18px;
	border-spacing: 0;
}
#link-fork .compare table .service_img_ja{
  width: 50%;
  background-color: rgba(255, 255, 255, 0);
}
#link-fork .compare table .service_img_ja img{
  width: 93%;
  height: auto;
  transform: translate(13px, 10px);
}
#link-fork .compare table .service_img_en{
  width: 50%;
  background-color: rgba(255, 255, 255, 0);
}
#link-fork .compare table .service_img_en img{
  width: 100%;
  height: auto;
}
#link-fork .compare table .site_icon{
  margin: 0px 12px -2px 0;
  width: 7% !important;
}
#link-fork .compare table .table_arrow_ja,
#link-fork .compare table .table_arrow_en {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
/* #link-fork .compare table .compare-ttl img{
  width: 70%;
} */
#link-fork .compare table .table_arrow_ja{
  width: 30%;
  transform: translate(50px, -26px);
}
#link-fork .compare table .table_arrow_en{
  width: 30%;
  transform: translate(-50px, -26px);
}
#link-fork .compare table .cont-th{
	width: 161px;
	color: #1B67AD;
  font-weight: bold;
	background-color: #E4E4E4; 
	padding: 25px 0;
	border-bottom: 1px solid #979799e8;
}
#link-fork .compare table .cont-th-01{
	width: 161px;
	color: #FEF40B;
  font-weight: bold;
  font-size: 30px;
	background-color: #1B67AD;
	padding: 5px 0;
	border:none;
}
#link-fork .compare table .cont-th-01 .dli-arrow-left{
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 35%;
  height: 0.1em;
  background: currentColor;
}
#link-fork .compare table .cont-th-01 .dli-arrow-left::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
#link-fork .compare table .cont-th-01 .dli-arrow-right{
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 35%;
  height: 0.1em;
  background: currentColor;
}
#link-fork .compare table .cont-th-01 .dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
#link-fork .compare table td{
	width:40%;
	background-color: #ffffff;
	padding: 25px 15px;
  border: 1px solid #979799e8;
	border-top: none;
  font-size:19px;
}
#link-fork .compare table td .co-dib{
	color:#62637ed2;
	padding: 0 10px;
  font-size:16px;
}
#link-fork .compare .co-bold{
	color:#000000;
	padding: 0 10px;
  font-size:19px;
  font-weight:600;
  padding: 0;
}
#link-fork .compare table td:nth-child(1){
	border-right: none;
}
#link-fork .compare table td:nth-child(3){
	border-left: none;
}
#link-fork .compare table td:nth-child(3){
	border-left: none;
}
#link-fork .compare table .compare-ttl{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	padding: 16px 10px 10px;
	border-radius: 10px 10px 0 0;
	border: none;
}
#link-fork .compare table .compare-jp{
	background: linear-gradient(to right, #F3B6C2, #E866A9 );
}
#link-fork .compare table .compare-en{
	background: linear-gradient(to right, #8DCBA2, #22804E );
}
#link-fork .compare table .link-area a{
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  padding: 20px 35px;
  display: inline-block;
  max-width: 230px;
  width: 100%;
}
#link-fork .compare table .link-jp{
  background: linear-gradient(to right, #F3B6C2, #E866A9 );
}
#link-fork .compare table .link-jp:hover{
  background: linear-gradient(to right, #f3b6c285, #e866a994 );
}
#link-fork .compare table .link-area a::after {
  position: absolute;
  content: '';
  top: 53%;
  right: 6%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 6px 0 0;
}
#link-fork .compare table .link-en{
  background: linear-gradient(to right, #8DCBA2, #22804E );
}
#link-fork .compare table .link-en:hover{
  background: linear-gradient(to right, #8dcba283, #22804e70 );
}
#link-fork .link-area .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 20px;
}
#link-fork .link-area .dli-arrow-right::after{
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
#link-fork .link-login{
  position:relative;
  background-color:#DE5A22;
  display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
  text-decoration: none;
	border-radius: 50px;
	padding: 10px 55px 6px;
}
#link-fork .link-login:hover{
  background-color:#de5a2281;
}
#link-fork .link-login::after{
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 3px 0 0;
}
#link-fork .compare table .none{
	background-color: transparent;
	border: none;
}
#link-fork .compare .table_4 td{
  padding:0;
}
#link-fork .compare .notice {
  width: 97%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #979799e8;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 40px;
}
#link-fork .compare .notice p{
  width: 90%;
  align-items: center;
  margin: 2px 4px 0px 20px;
  text-align: justify;
  font-size: 16px;
}
#link-fork .compare .notice img {
  width: 6%;
  margin-left: 10px;
}
/* 取引の流れ */
#link-fork .flow {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#link-fork .flow .content-wrap h1{
	font-size: 32px;
	font-weight: bold;
	color: #3f4965;
	margin:50px 0 80px 0;
  position: relative;
}
#link-fork .flow .content-wrap h1::before{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top:7%;
  left:36%;
}
#link-fork .flow .content-wrap h1::after{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top:13%;
  left:60%;
}
#link-fork .flow .flow-wrap{
	display: inline-block;
	width: 100%;
	vertical-align: top;
  margin-bottom: 20px;
}
#link-fork .flow .flow-wrap p{
  text-align: justify;
  font-size: 19px;
  padding:2px 15px;
  margin: 5px 0 15px 0;
}
#link-fork .flow .flow-ttl{
  margin: auto 0;
  background-color: #1B67AD;
  width: 100%;
  height: 55px;
  border-radius: 10px 10px 0 0;
	margin-bottom: 6px;
}
#link-fork .flow ul {
  display: flex;
}
#link-fork .flow ul li {
  padding: 15px 0;
  text-align: justify;
}
#link-fork .flow-wrap .flow-step-block-01,
#link-fork .flow-wrap .flow-step-block-02,
#link-fork .flow-wrap .flow-step-block-03{
margin: 75px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-04{
 display: inline-block;
 width: 100%;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul {
  width: 100%;
  margin: auto 0;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja{
  width: 50%;
  text-align: center;
  z-index:-99;
  position: relative;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1{
  position: absolute;
  width: 60px;
  height: 116%;
  background-color: #F2A8BE;
  position: absolute;
  top: -143px;
  right: 46%;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1 p{
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  top: 238px;
  right: -8%;
  font-weight: 600;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after{
  content: '';
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid  #F2A8BE;
  position: absolute;
  top: 587px;
  right:-32%;
}
#link-fork .flow-wrap .flow-step-block-05{
  margin: 70px auto 40px;
  }
#link-fork .flow .flow-wrap .flow-global {
  text-align: center;
  width: 50%;
  margin-top: -155px;
}
#link-fork .flow ul .flow-step-jp{
  width: 50%;
  font-size: 19px;
  border: 3px dotted #F2A8BE;
  margin-top: 10px;
}
#link-fork .flow ul .flow-step-jp-title{
  display:block;
  text-align:center;
  background-color:#F2A8BE;
  border-radius: 50px;
  width: 122px;
  margin:-30px auto 10px;
  color: #ffffff;
  font-weight: 600;
}
#link-fork .flow ul .flow-step-en{
  width: 50%;
  font-size: 19px;
  border: 3px dotted #348C5C;
  margin-top: 10px;
}
#link-fork .flow ul .flow-step-en04{
  width: 99%;
  font-size: 19px;
  border: 3px dotted #348C5C;
  margin-top: 10px;
}
#link-fork .flow ul .flow-step-en-title{
  display:block;
  text-align:center;
  background-color: #348C5C;
  border-radius: 50px;
  width: 122px;
  color: #ffffff;
  font-weight: 600;
  margin:-30px auto 10px;
}
#link-fork .flow .link-overseas {
  position: relative;
  background-color:#fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 98px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 54%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -9px 0 0;
}
#link-fork .flow .link-overseas:hover{
  opacity: 0.7;
}
#link-fork .flow .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 20px;
}
#link-fork .flow .dli-arrow-right::after{
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
#link-fork .flow .flow-step-block-03 .flow-step-block-p03 {
  width: 100%;
  border: solid 1px #b7b7b7c6;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 25px 0;
  font-size: 19px;
  text-align: center;
  margin: -6px 0 3px 0;
  background-color: #ffffff;
}
#link-fork .flow .flow-ttl-04 {
  background-color: #1B67AD;
  width: 100%;
  height: 35px;
	font-size: 22px;
	font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px;
	margin-bottom: 15px;
  margin-top: 130px;
}
#link-fork .flow .flow-step-en-title04 {
  display:block;
  text-align:center!important;
  background-color: #348C5C;
  border-radius: 50px;
  width: 122px;
  color: #ffffff;
  font-weight: 600;
  margin:-15px auto 10px!important;
}
#link-fork .flow .flow-step-block-04 .flow-step-en-text {
  padding-bottom: 15px;
}
#link-fork .flow .flow-ttl-05 {
  margin-top: -96px;
}
#link-fork .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork .flow .flow-arrow-01::after {
  content: url(/img/contents/lp/link_fork/arrow1.png);
  display: inline-block;
  margin-top: -4px;
}
#link-fork .flow .flow-arrow-02 {
  position: relative;
}
#link-fork .flow .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#link-fork .flow .icon{
	width: 124px;
	margin-bottom: 5px;
}
#link-fork .flow .text{
	font-size: 14px;
	margin-bottom: 0;
}
#link-fork .flow .step{
	line-height: 0;
	margin: 8px 0 3px;
	width: 24px;
}
#link-fork .flow .after{
	font-size: 14px;
}
#link-fork .flow .link{
	margin-top: 25px;
}
#link-fork .tab-br{
	display: none;
}
/*** 7.company ***/
#link-fork .company {
	margin: 0 auto;
	background: #eeeeee;
}
#link-fork .company .inner {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	display: flex;
}
#link-fork .company .inner .company-photo {
	width: 100%;
  max-width: 522px;
	background: url("/img/entry/exp/raccoon_hd_lobby.png") no-repeat top center;
	background-size: cover;
}
#link-fork .company .inner .company-info {
	width: calc(50% - 40px);
	padding: 20px 30px;
}
#link-fork .company .inner .company-info .underline {
	width: 110px;
	border: 1px solid #4379b1;
	margin: 15px 0 20px 0;
}
#link-fork .company .inner .company-info .text {
	font-size: 30px;
	color: #4379b1;
}
#link-fork .company .inner .company-info .address {
	font-size: 13px;
	color: #555555;
	line-height: 20px;
}
#link-fork .company .inner .company-info .bold {
	font-weight: 600;
}
#link-fork .company .inner .company-info .address a {
	color: #4379B1;
}
#link-fork .company .inner .company-info .sns {
	margin: 12px 0 0;
}
#link-fork .company .inner .company-info .sns a :hover{
	text-decoration: none;
}
#link-fork .company .inner .company-info .sns .title {
	color: #E67007;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #E99144;
  display: inline-block;
}
#link-fork .company .inner .company-info .sns .title::before {
  position: absolute;
  top: 100%;
  left: 20%;
  transform: translateX(-50%) skew(-45deg);
  height: 8px;
  width: 10px;
  border-left: 1px solid #E99144;
  background-color: #EEEEEE;
  content: "";
}
#link-fork .company .inner .company-info .sns ul {
	display: flex;
  justify-content: flex-start;
  margin: 14px 0 0;
}
#link-fork .company .inner .company-info .sns ul li {
	width: 35px;
  margin: 0 7px;
}
#link-fork .company .inner .company-info .sns ul li:hover {
	cursor: pointer;
  transition: 0.1s;
}
#link-fork .company .inner .company-info .sns img {
	width: 35px;
	height: 35px;
	mix-blend-mode: luminosity;
	border-radius: 10px;
	opacity: 1;
	margin: 11px 11px 0 0;
}
#link-fork .company .inner .company-info .sns img:hover {
	mix-blend-mode: normal;
}
/* フッター */
.push.link-fork{
	display: none;
}
#header-fixd-content.link-fork{
	padding-bottom: 0;
}
.foreign-footer>.footer-genre-menu.link-fork{
	display: none;
}
#header-fixd-content.link-fork ~ #footer-area-common3 {
  margin-top: 0;
}
/* 会員登録モバイルFix*/
#link-fork .mail-entry-fix-button {
	position: fixed;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: all 0.3s;
	height: 0;
}
#link-fork .mail-entry-fix-button .button_jp {
  width: 50%;
  height:100px;
  background: linear-gradient(to right, #F3B6C2, #E866A9);
  border-radius: 10px 10px 0 0;
}
#link-fork .mail-entry-fix-button .button_jp .login_ver {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
#link-fork .mail-entry-fix-button .button_en {
  width: 50%;
  height:100px;
  background: linear-gradient(to right, #8DCBA2, #22804E);
  border-radius: 10px 10px 0 0;
}
#link-fork .mail-entry-fix-button .button_en .login_ver {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
#link-fork .mail-entry-fix-button .anchor-button {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 3px 25px;
  text-decoration: none;
}
#link-fork .mail-entry-fix-button .anchor-button::after {
    position: absolute;
    content: '';
    top: 54%;
    right: 6%;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    margin: 0 1px 0 0;
}
#link-fork .mail-entry-fix-button .anchor-button:hover {
  opacity: 0.7; 
}
#link-fork .mail-entry-fix-button .button-table {
  margin: 0 auto -15px;
  text-align: center;
  display: flex;
}
#link-fork .mail-entry-fix-button .button-table .copyright {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 0 15px 0 15px;
  vertical-align: middle;	
}
#link-fork .mail-entry-fix-button .button-table .copyright p {
  font-weight: 600;
  font-size: 16px;
}
#link-fork .mail-entry-fix-button .button-table .link-button {
  display: inline-block;
  width: 250px;
}
#header-fixd-content.link-fork ~ #footer-area-common3 {
    margin-top: 0;
    padding-top: 0;
}
/* SNS */
#link-fork .company .inner .company-info .co-mdl-content img {
    margin: 0;
}
#link-fork .company .inner .company-info .sns img {
    width: 35px;
    height: 35px;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    opacity: 1;
    margin: 11px 11px 0 0;
}
#link-fork #co-mdl-mdlbg {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 10002;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
#link-fork .company .inner .company-info .co-mdl-wrap.co-mdl-wrap-small {
    max-width: 400px;
    margin: 0 auto;
}
#link-fork .company .co-mdl-wrap .co-mdl-ttl {
    border-radius: 10px 10px 0 0;
    text-align: left;
    padding-right: 40px;
}
#link-fork .company .inner .company-info .co-mdl-content {
    background: #EEE;
    padding: 0;
    line-height: 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP TAB
------------------------------------------------------- */
@media screen and (max-width: 940px) and (min-width: 670px) {
	/* 共通 */
	#link-fork h1{
		font-size: 26px;
		margin-bottom: 5px;
	}
	#link-fork .content-wrap{
		padding-bottom: 0;
	}
	#link-fork .desc{
		font-size: 20px;
	}
	#link-fork .link{
		font-size: 20px;
    border-radius: 71px;
		padding: 10px 48px 10px 38px;
		background-position: top 17px right 23px;
	}
	/* メイン */
	#link-fork .main{
		height: 225px;
		padding-top: 40px;
		background-size: 225%;
		background-position:cover;
	}
  #link-fork .main .title img {
    width: 463px;
    margin-top: -22px;
  }
  #link-fork .merit h1 {
    position: relative;
    top: -40px;
    padding-top: 60px;
    margin-bottom: -43px;
    background: none;
    color: #1B67AD;
  }
  /* メリット */
  #link-fork .merit .merit_ja .dli-arrow-right{
    width: 30%;
  }
  #link-fork .merit .merit_ja .dli-arrow-left{
    width: 30%;
  }
  #link-fork .merit .sds_merit ul div {
    display: flex;
    gap: 4em;
  }
  #link-fork .merit .sds_merit li {
  max-width: 320px;
  width: calc(50% - 1em);
  height: auto;
}
	/* 2つの方法からお選びいただけます! */
  #link-fork .compare .content-wrap {
    margin: 25px auto;
    width: 100%;
    padding-bottom: 0;
  }
  #link-fork .compare .content-wrap .twoway{
    margin: 2em auto;
    width: 90%;
  }
  #link-fork .compare .content-wrap .twoway_text1{
    font-size: 40px;
  }
  #link-fork .compare .content-wrap .twoway_text1_01 {
    font-size: 32px;
  }
	#link-fork .compare h1{
		top: -71px;
		padding-top: 40px;
		margin-bottom: -65px;
		background-size: 570px;
	}
	#link-fork .compare table{
		font-size: 15px;
		width: 96%;
	}
	#link-fork .compare table td{
		width: 43%;
		padding: 20px 10px;
	}
  #link-fork .compare table .cont-th-01 .dli-arrow-right{
    width: 25%;
  }
    #link-fork .compare table .cont-th-01 .dli-arrow-left{
    width: 25%;
  }
	#link-fork .compare table .cont-th{
		width: 14%;
		padding: 20px 5px;
	}
	#link-fork .compare table .compare-ttl{
		font-size: 18px;
	}
  #link-fork .compare table .compare-jp{
   font-size: 35px;
  }
  #link-fork .compare table .compare-en{
    font-size: 35px;
  }
  #link-fork .compare table .link-area a {
    font-size: 25px;
    max-width: 185px;
    width: 100%;
    padding: 20px 35px;
  }
  #link-fork .compare table .link-area a::after {
    position: absolute;
    content: '';
    top: 52%;
    right: 6%;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    margin: 0 3px 0 0;
}
#link-fork .compare table .site_icon {
    margin: 0px 12px -6px 0;
    width: 40px !important;
}
#link-fork .link-area .dli-arrow-right::after {
   width: 0.5em;
   height: 0.5em;
}
  #link-fork .link-area .dli-arrow-right {
    margin-left: 10px;
}
	#link-fork .compare table .link-jp{
		margin-right: 0;
		left: 4%;
	}
	#link-fork .compare table .link-en{
		margin-left: 0;
		right: 4%;
	}
  #link-fork .compare table .table_arrow_ja img{
    width: 45%;
    transform: translate(-50px, 4px);
  }
  #link-fork .compare table .table_arrow_en img{
    width: 45%;
    transform: translate(50px, 4px);
  }
  #link-fork .compare .notice {
    display:flex;
    width: 94%;
  }
  #link-fork .compare .notice p{
    width: 90%;
    margin: 10px 10px 0px 10px;
    text-align: justify;
  }
  #link-fork .compare .notice img {
    width: 15%;
    height: 15%;
    transform: scale(0.7);
  }
	/* ご利用の流れ */
  #link-fork .flow .content-wrap h1 {
    margin: 0 0 80px 0;
  }
#link-fork .flow .content-wrap h1::before{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: 7%;
  left: 34%;
  transform: scale(0.7);
}
#link-fork .flow .content-wrap h1::after{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: 7%;
  left: 61%;
  transform: scale(0.7);
}
#link-fork .flow .link-overseas {
  margin: 0 0 0 29px;
}
#link-fork .link-login::after {
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 3px 0 0;
}
#link-fork .flow-wrap .flow-step-block-01{
  margin: 61px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-02{
  margin: -8px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-03{
  margin: -8px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-04{
  width: 100%;
}
#link-fork .flow-wrap .flow-step-block-05{
  margin: 70px 0 40px;
}
#link-fork .flow ul .flow-step-en04{
  width: 98%;
  font-size: 19px;
  border: 4px dotted #348C5C;
  margin-top: 10px;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja{
    margin-top:-154px;
    width: 100%;
    text-align: center;
    z-index: 99;
  }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-global .arrow2_en{
    width: 34%;
    margin-top: 5px;
  }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-global .arrow2_en2{
    transform: scale(1);
    margin-top: -4px;
      }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-global{
    margin-top:-160px;
    width: 100%;
    text-align: center;
  }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja{
    position: relative;
  }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1{
    position: absolute;
    width: 60px;
    height: 90%;
    background-color: #F2A8BE;
    position: absolute;
    top: 14px;
    right: 46%;
  }
  #link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after{
    content: '';
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 50px solid  #F2A8BE;
    position: absolute;
    top: 97%;
    right:-32%;
  }
  #link-fork .flow .flow-ttl-04 {
    margin-bottom: 15px;
    margin-top: 129px;
  }
	#link-fork .flow .flow-wrap{
		width: 100%;
	}
	#link-fork .flow .flow-jp{
		margin-right: 1.5%;
	}
	#link-fork .flow .flow-en{
		margin-left: 1.5%;
	}
	#link-fork .flow .flow-ttl{
		font-size: 20px;
		padding: 8px 0 3px;
	}
	#link-fork .flow .flow-cont{
		height: 192px;
		padding: 20px 10px;
	}
	#link-fork .flow .flow-circ{
		width: 230px;
		height: 230px;
		border-radius: 115px;
		padding: 35px 25px 0;
	}
	#link-fork .flow .flow-circ .icon{
		margin-bottom: 0;
	}
	#link-fork .flow .title{
		font-size: 16px;
	}
	#link-fork .flow .icon{
		width: 115px;
	}
	#link-fork .flow .text{
		font-size: 13px;
	}
	#link-fork .flow .step{
		margin: 6px 0 0px;
		width: 24px;
	}
	#link-fork .flow .link{
		margin-top: 15px;
	}
	#link-fork .tab-br{
		display: inline;
	}
  /*** company ***/
#link-fork .company {
	margin: 0 auto;
	background: #eeeeee;
}
 /*** footer ***/
  #link-fork .mail-entry-fix-button .button-table .copyright {
    display: block;
    padding: 0;
  }
  #link-fork .mail-entry-fix-button .button-table .link-button {
    width: 90%;
  }
	#link-fork .mail-entry-fix-button .anchor-red-button {
    max-width: 530px;
    margin: 5px auto 5px !important;
  }
  #link-fork .merit{
  padding-bottom: 20px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP SP
------------------------------------------------------- */
@media screen and (max-width:670px) {
	/* 共通 */
  
#link-fork h1{
		font-size: 24px;
		line-height: 1.2;
	}
#link-fork .main .title img {
 width: 550px;
}
#link-fork .content-wrap{
		padding-bottom: 0;
	}
#link-fork .desc {
    font-size: 16px;
    line-height: 1.7;
    margin: 2px 20px;
}
	#link-fork .link{
		font-size: 16px;
		border-radius: 24px;
		padding: 10px 48px 10px 38px;
		background-position: top 17px right 23px
	}
	/* 言語選択 */
	#link-fork .language {
		display: block;
		border-left: 0;
		width: 7em;
		border-radius: 5px;
		background-color: #ffffff;
		border: 1px #cccccc solid;
		overflow: hidden;
		height: auto;
		text-align: center;
	}
	#link-fork .language ul,
	#link-fork .language li .now-lang { display: none; }
	#link-fork .language .now-lang-txt {
		display: block;
		border-bottom: 1px #cccccc solid;
		margin-bottom: -6px;
		color: #666666;
		font-size: 14px;
		box-sizing: border-box;
	}
	#link-fork .language li a:hover { text-decoration: underline !important; }
	#link-fork .language li {
		display: block;
		padding: 0;
		margin: 0;
		border-left: none;
		background-color: #ffffff;
	}
	#link-fork .language .select {
		display: none;
	}
	#link-fork .language .now-lang-txt p {
		display: inline-block;
		vertical-align: middle;
		width: 80%;
		box-sizing: border-box;
		margin: 0;
	}
	#link-fork .language p{
		display: inline-block;
		vertical-align: middle;
		width: 80%;
		box-sizing: border-box;
	}
	#link-fork .language li a {
		padding: 15px;
		display: block;
		text-align: center;
		border-top: 1px #e3e3e3 solid;
		font-size: 14px;
		font-weight: normal;
		color: #666666 !important;
		border-color: #cccccc;
	}
	#link-fork .language .lang-arw{
		padding: 10px 0;
		border-left: 1px #cccccc solid;
		display: inline-block;
		vertical-align: middle;
		width: 20%;
		font-size: 10px;
		box-sizing: border-box;
	}
	#link-fork .language.language-jp{
		top: -42px;
		right: 10px;
	}
	#link-fork .language.language-en{
		top: -35px;
		right: 10px;
	}
	/* メイン */
	#link-fork .main{
		height: 135px;
		padding-top: 5px;
		line-height: 135px;
    text-align: center;
	  background: #1B67AD url(/img/contents/lp/link_fork/title_bg_sp.svg) no-repeat;
	  background-size: 100%;
	}
  #link-fork .main .title img {
    width: 253px;
    margin-top: 12px;
  }
  /* メリット */
  #link-fork .merit .sds_merit .merit_en {
    font-size: 18px;
    margin-top: 15px;
  }
  #link-fork .merit .sds_merit .merit_ja {
    font-size: 22px;
  }
  #link-fork .merit .merit_ja .dli-arrow-right{
    width: 30%;
  }
  #link-fork .merit .merit_ja .dli-arrow-left{
    width: 30%;
  }
  #link-fork .merit h1 {
    position: relative;
    top: -40px;
    padding-top: 60px;
    margin-bottom: -43px;
    background: none;
    color: #1B67AD;
  }
  #link-fork .merit .sds_merit ul div{
    display: flex;
    gap: 2.1em;
    margin: 0 4%;
  }
  #link-fork .merit .sds_merit li{
    max-width: 320px;
    width: calc(50% - 1em);
    height: auto;
  }
  #link-fork .merit .sds_merit ul li .merit_text1{
    font-size: 17px;
    margin-bottom: 3px;
  }
  #link-fork .merit .sds_merit ul .merit_text2{
  font-size: 16px;
  }
  #link-fork .merit .desc1 {
    font-size: 24px;
    line-height: 1.6;
    margin: 5px 0 0 0;
  }
	/* 2つの方法からお選びいただけます! */
  #link-fork .compare .content-wrap {
    width: 100%;
    padding-bottom: 0;
  }
  #link-fork .compare .content-wrap .twoway{
    margin: 1.5em auto;
    width: 90%;
  }
  #link-fork .compare .content-wrap .twoway_text1{
    font-size: 20px;
    padding: 5px 0px;
  }
  #link-fork .compare .content-wrap .twoway_text1_01 {
    font-size: 20px;
  }
  #link-fork .compare .content-wrap .twoway_text2 {
    font-size: 17px;
    line-height: 25px;
  }
  #link-fork .compare .content-wrap .twoway_text2_01 {
    font-size: 17px;
}
#link-fork .compare .content-wrap .twoway_text2_02 {
  font-size: 16px;
}
	#link-fork .compare{
		position: static;
	}
	#link-fork .compare h1{
		position: static;
		padding-top: 30px;
		margin-bottom: 10px;
		background: none;
	}
  #link-fork .compare table {
    max-width: 670px;
    width: 100%;
  }
  #link-fork .compare table .site_icon{
    width: 12%!important;
  }
  #link-fork .compare table td{
		padding: 20px 10px;
    font-size: 14px;
		letter-spacing: -0.04em;
	}
  #link-fork .compare .co-bold{
    color:#000000;
    padding: 0 1px;
    font-size:15px;
  }
  #link-fork .compare table td .co-dib {
    padding: 0 10px;
    font-size: 14px;
}
	#link-fork .compare table .compare-td{
		padding: 15px 12px;
    width: 50%;
    font-size: 15px;
	}
  #link-fork .compare .table-2 td:nth-child(1) {
    border-right: solid 1px #979799e8;
}
  #link-fork .compare table .cont-th{
    display: none;
  }
  #link-fork .compare table .cont-th-01 {
    font-size: 22px;
  }
  #link-fork .compare table .cont-th-01 .dli-arrow-right{
    width: 27%;
  }
    #link-fork .compare table .cont-th-01 .dli-arrow-left{
    width: 27%;
  }
	#link-fork .compare table .compare-ttl{
		font-size: 18px;
    width: 50%;
    padding: 10px 10px 7px 0;
    border-radius: 15px 15px 0 0;
    border: none;
	}
  #link-fork .compare table .compare-jp {
    font-size: 25px;
   }
   #link-fork .compare table .compare-jp a{
    color: #ffffff;
    text-align: center;
   }
   #link-fork .compare table .compare-jp .login_sp{
    border:1px solid #ffffff;
    border-radius: 20px;
    margin-top: -8px;
    margin-left: 8px;
   }
   #link-fork .compare table .compare-en{
     font-size: 25px;
   }
   #link-fork .compare table .compare-en a{
    color: #ffffff;
   }
   #link-fork .compare table .compare-en .login_sp{
    border:1px solid #ffffff;
    border-radius: 20px;
    margin-top: -8px;
    margin-left: 8px;
   }
  #link-fork .compare table .table_arrow_ja img{
    width: 45%;
    transform: translate(-35px, 5px);
  }
  #link-fork .compare table .table_arrow_en img{
    width: 45%;
    transform: translate(35px, 5px);
  }
  #link-fork .compare .table_3 .compare-jp{
    background: linear-gradient(to right, #F3B6C2, #E866A9 );
  }
  #link-fork .compare .table_3 .compare-en{
    background: linear-gradient(to right, #8DCBA2, #22804E );
  }
   #link-fork .compare .notice {
    display:flex;
    width: 94%;
    margin: 0 auto;
  }
  #link-fork .compare .notice p{
    width: 90%;
    margin: 5px 5px 5px 10px;
    text-align: justify;
  }
  #link-fork .compare .notice img {
    width: 15%;
    height: 15%;
    align-items: center;
  }
	#link-fork .compare table .link-area{
		width: 100%;
    max-width: 335px;
	}
   #link-fork .compare table .link-area a {
    font-size: 22px;
    border-radius: 10px 10px 0 0;
}
	#link-fork .compare table .link-jp{
    border-radius: 10px 10px 0 0;
    width: 50%;
    padding: 20px 20px;
	}
	#link-fork .compare table .link-en{
    border-radius: 10px 10px 0 0;
    width: 50%;
    padding: 20px 20px;
	} 
	
	/* ご利用の流れ */
#link-fork .flow .content-wrap h1 {
    font-size: 25px;
    margin: 25px 0 80px 0;
}
#link-fork .flow .content-wrap h1::before{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: -16%;
  left: 24%;
  transform: scale(0.7);
}
#link-fork .flow .content-wrap h1::after{
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: -16%;
  left: 67%;
  transform: scale(0.7);
}
#link-fork .flow-wrap .flow-step-block-01{
  margin: -8px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-02{
  margin: -84px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-03{
  margin: -84px 0 139px;
}
#link-fork .flow-wrap .flow-step-block-04{
  width: 100%;
}
#link-fork .flow-wrap .flow-step-block-05{
  margin: 68px 0 40px;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul {
 width: 100%;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja{
  margin-top:-219px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
#link-fork .flow-wrap .flow-step-block-04 .flow-global{
  margin-top:-165px;
  width: 100%;
  text-align: center;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja img{
  margin-top: 64px;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .arrow2_en{
  transform: scale(0.7);
  margin-top: -5px;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .arrow2_en2{
  margin-top: -4px;
  }
#link-fork .flow .flow-ttl-04 {
  background-color: #1B67AD;
  width: 102%;
  height: 35px;
	font-size: 22px;
	font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px;
	margin-bottom: 15px;
  margin-top: 41px;
}
#link-fork .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -110px;
}
#link-fork .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja{
  position: relative;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1{
  position: absolute;
  width: 41px;
  height: 81%;
  background-color: #F2A8BE;
  position: absolute;
  top: 79px;
  right: 46%;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after{
  content: '';
  width: 0;
  height: 0;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 28px solid #F2A8BE;
  position: absolute;
  top: 98%;
  right: -32%;
}
#link-fork .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1 p {
  top: 205px;
  right: -28%;
  font-size: 26px;
  letter-spacing: 6px;
}
#link-fork .flow .flow-wrap p {
  font-size: 16px;
}
#link-fork .flow .link-overseas{
  width: calc(100% - 10px);
  margin: 0 5px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
#link-fork .flow .link-overseas::after {
  margin: 0 -2px 0 0;
}
#link-fork .link-login{
  background-color:#DE5A22;
  display: inline-block;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
  text-decoration: none;
	border-radius: 50px;
}
#link-fork .link-login::after {
  position: absolute;
  content: '';
  top: 55%;
  right: 6%;
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 3px 0 0;
}
	#link-fork .flow.padding-en{
		padding: 40px 0 100px;
		background: none;
	}
	#link-fork .flow.padding-jp{
		background: none;
	}
	#link-fork .flow .flow-wrap{
    width: 97%;
    max-width: 670px;
	}
	#link-fork .flow .flow-jp{
		margin-right: 0;
	}
	#link-fork .flow .flow-en{
		margin-left: 0;
		margin-top: 60px;
	}
	#link-fork .flow .flow-ttl{
		font-size: 16px;
	}
	#link-fork .flow .flow-cont{
		height: 140px;
		padding: 15px 12px;
		display: table;
		box-sizing: border-box;
	}
	#link-fork .flow .flow-cont .sp-icon-box{
		display: table-cell;
		box-sizing: border-box;
		padding-right: 12px;
		width: 50%;
	}
	#link-fork .flow .flow-circ{
		width: 210px;
		height: 210px;
		border-radius: 105px;
		padding: 30px 30px 0;
	}
	#link-fork .flow .flow-circ .text{
		text-align: center;
	}
	#link-fork .flow .flow-circ .icon{
		margin-bottom: 0;
		width: 100px;
	}

	#link-fork .flow .title{
		font-size: 15px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#link-fork .flow .flow-en .flow-4 .title{
		font-size: 14px;
	}
	#link-fork .flow .flow-circ .title{
		margin: 0 0 5px;
	}
	#link-fork .flow .icon{
		width: 100px;
		margin-bottom: 0;
	}
	#link-fork .flow .flow-en .flow-4 .icon{
		width: 96px;
	}
	#link-fork .flow .sp-text-box{
		display: table-cell;
		box-sizing: border-box;
		padding-left: 12px;
		vertical-align: middle;
		width: 50%;
		border-left: 1px dashed #cccccc;
	}
	#link-fork .flow .text{
		font-size: 13px;
		text-align: left;
	}
	#link-fork .flow .text .co-dib{
		display: inline!important;
	}
	#link-fork .flow .text .tab-br{
		display: none;
	}
	#link-fork .flow .step{
		margin: 6px 0 0px;
		width: 24px;
	}
	#link-fork .flow .link{
		margin-top: 15px;
	}
	#link-fork .tab-br{
		display: inline;
	}
  #link-fork .flow .flow-step-block-03 .flow-step-block-p03 {
    font-size: 16px;
}
 /*** 7.company ***/
#link-fork .company {
  margin: 15px auto 0;
}
#link-fork .company .inner { display: block; }
#link-fork .company .inner .company-photo{
  width: 100%;
  max-width: 670px;
  height: 235px;
  padding: 20px 0px;
}
#link-fork .company .inner .company-info{
  width: 90%;
  padding: 20px 26px;
}
#link-fork .company .inner .company-info .underline{
  margin: 10px 0 20px 0;
}
#link-fork .company .inner .company-info .text{
  font-size: 21px;
}
#link-fork .company .inner .company-info .address{
  font-size: 12px;
}
#link-fork .mail-entry-fix-button  {
		height: inherit;
  }
/**** footer *****/
	#link-fork .mail-entry-fix-button .anchor-red-button {
    max-width: 95%;
    margin: 5px auto 5px !important;
    padding: 6px !important;
  }
#link-fork .company .inner .company-info .sns img {
    width: 35px;
    height: 35px;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    opacity: 1;
    margin: 11px 11px 0 0;
}
#link-fork .company .inner .company-info .co-mdl-wrap.co-mdl-wrap-small {
    margin: 20px auto;
}
#link-fork .company .inner .company-info .co-mdl-wrap {
    height: auto;
}
#link-fork .merit{
  padding-bottom: 20px;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP English
------------------------------------------------------- */
/* 共通 */
#link-fork.link-fork-en .main .title img {
  transform: translate(11px, 12px);
  width: 530px;
}
/* 言語選択 */

/* メイン */
#link-fork.link-fork-en .desc{
	font-size: 22px;
	margin-bottom: 40px;
  line-height: 1.5em;
  max-width: 1000px;
  width: 90%;
  display: inline-block;
}
#link-fork.link-fork-en .co-bold {
  color: #000000;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
/* 貴社に合った方をご利用ください */
#link-fork.link-fork-en .compare .content-wrap .twoway_text1 {
  font-size: 40px;
  font-weight: bold;
  color: #FEF40B;
  background-color: #BD3F42;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text1_01 {
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text2 {
  margin-top: 5px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 35px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text2_01 {
  font-size: 24px;
  color: #1B67AD;
  font-weight: 600;
  margin: 0 6px;
}
#link-fork.link-fork-en .compare table .cont-th-01 .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 20%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-en  .compare table .cont-th-01 .dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 20%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-en .compare table .cont-th-01 {
  width: 161px;
  color: #FEF40B;
  font-weight: bold;
  font-size: 26px;
  background-color: #1B67AD;
  padding: 5px 0;
  border: none;
}
#link-fork.link-fork-en .compare table .compare-ttl {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  padding: 16px 10px 10px;
  border-radius: 10px 10px 0 0;
  border: none;
}
#link-fork.link-fork-en .compare table td {
  font-size: 16px;
}
#link-fork.link-fork-en .link-area .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 1px;
}
#link-fork.link-fork-en .compare table .link-area a {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 50px 10px 50px;
}
#link-fork.link-fork-en .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(50px, -17px);
}
#link-fork.link-fork-en .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-43px, -17px);
}
/* 取引の流れ */
#link-fork.link-fork-en .flow .link-overseas {
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 15px 7px 15px;
  font-weight: 600;
  margin: 0 50px 0 50px;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
}
#link-fork.link-fork-en .flow .content-wrap h1::before {
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: 7%;
  left: 33%;
}
#link-fork.link-fork-en .flow .content-wrap h1::after {
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: 13%;
  left: 63%;
}
#link-fork.link-fork-en .flow ul .flow-step-en-title {
  display: block;
  text-align: center;
  background-color: #348C5C;
  border-radius: 50px;
  width: 180px;
  color: #ffffff;
  font-weight: 600;
  margin: -30px auto 10px;
}
#link-fork.link-fork-en .flow ul .flow-step-jp-title {
  display: block;
  text-align: center;
  background-color: #F2A8BE;
  border-radius: 50px;
  width: 180px;
  margin: -30px auto 10px;
  color: #ffffff;
  font-weight: 600;
}
#link-fork.link-fork-en .flow .flow-step-en-title04 {
  display: block;
  text-align: center !important;
  background-color: #348C5C;
  border-radius: 50px;
  width: 130px;
  color: #ffffff;
  font-weight: 600;
  margin: -15px auto 10px !important;
}
#link-fork.link-fork-en .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid #F2A8BE;
  position: absolute;
  top: 614px;
  right: -32%;
}
#link-fork.link-fork-en .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1 p {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  top:218px;
  right: 2%;
  font-weight: 600;
}
#link-fork.link-fork-en .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_en.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-en .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_en.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-en .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_en.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-en .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_en.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-en .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_en.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-en .link-login {
  padding: 10px 55px 10px;
}
#link-fork.link-fork-en .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 54%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -14px 0 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP English TAB
------------------------------------------------------- */
@media screen and (max-width: 940px) and (min-width: 670px) {
	/* 共通 */
#link-fork.link-fork-en .main .title img {
  transform: translate(11px, 26px);
  width: 477px;
}
	/* 言語選択 */
	
	/* メイン */
#link-fork.link-fork-en .compare table .compare-ttl {
    font-size: 25px;
}
	/* 貴社に合った方をご利用ください */
#link-fork.link-fork-en .compare table .link-area a {
    font-size: 18px;
    padding: 10px 17px 10px 33px;
}
#link-fork.link-fork-en .compare table .cont-th-01 .dli-arrow-right {
  display:none;
}
#link-fork.link-fork-en .compare table .cont-th-01 .dli-arrow-left {
  display:none;
}
	/* フロー*/
#link-fork.link-fork-en .flow .content-wrap h1::before {
    content: url(/img/contents/lp/link_fork/flow_arrow.png);
    position: absolute;
    top: 0%;
    left: 30%;
}
#link-fork.link-fork-en .flow .content-wrap h1::after {
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: 0%;
  left: 65%;
}
#link-fork.link-fork-en .compare table .table_arrow_en img {
  transform: translate(31px, 0px);
}
#link-fork.link-fork-en .compare table .table_arrow_ja img {
  transform: translate(-43px, 0px);
}
#link-fork.link-fork-en .flow .link-overseas {
  background-color: #fb62ac;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 10px 7px 10px;
  font-weight: 600;
  margin: 0 10px 0 10px;
  text-decoration: none;
  display: inline-block;
}
#link-fork .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 54%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -11px 0 0;
}
#link-fork.link-fork-en .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after {
  top: 634px;
  right: -32%;
}
#link-fork.link-fork-en .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 67%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -11px 0 0;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP English SP
------------------------------------------------------- */
@media screen and (max-width: 670px) {
	/* 共通 */
  #link-fork.link-fork-en  .main .title img {
    width: 266px;
    transform: translate(3px, 4px);
}
	/* 言語選択 */
	
	/* メイン */
	#link-fork.link-fork-en .compare .notice p {
    width: 90%;
    margin: 0px 10px 0px 10px;
    text-align: center;
}
	#link-fork.link-fork-en .link-fork-en .desc {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5em;
    max-width: 1000px;
    width: 90%;
    display: inline-block;
}
#link-fork.link-fork-en .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 54%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -5px 0 0;
}
#link-fork.link-fork-en .desc {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.3em;
}
#link-fork .merit .merit_ja .dli-arrow-left {
  width: 24%;
}
#link-fork .merit .merit_ja .dli-arrow-right {
  width: 24%;
}
/* 貴社に合った方をご利用ください */
#link-fork.link-fork-en .compare .content-wrap .twoway_text1 {
  font-size: 22px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text1_01 {
  font-size: 25px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text2_01 {
  font-size: 16px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text2_02 {
  font-size: 13px;
}
#link-fork.link-fork-en .compare .content-wrap .twoway_text2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}
#link-fork.link-fork-en .compare table .compare-ttl {
    font-size: 19px;
    padding: 16px 10px 10px;
    border-radius: 10px 10px 0 0;
}
#link-fork.link-fork-en .compare table .cont-th-01 {
  font-size: 18px;
}
#link-fork.link-fork-en .compare table .table_arrow_ja img {
  transform: translate(-46px, 0px);
}
#link-fork.link-fork-en .compare table .table_arrow_en img {
  transform: translate(45px, 0px);
}
#link-fork.link-fork-en .compare table .cont-th-01 .dli-arrow-right {
  display: none;
}
#link-fork.link-fork-en .compare table .cont-th-01 .dli-arrow-left {
  display: none;
}
	/* フロー*/
#link-fork.link-fork-en .flow .flow-ttl-01::before {
    content: url(/img/contents/lp/link_fork/step_icon1_en.svg);
    display: inline-block;
    transform: scale(0.6);
    margin-top: -100px;
}
#link-fork.link-fork-en .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_en.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-en .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_en.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-en .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_en.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -110px;
}
#link-fork.link-fork-en .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_en.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-en .flow .content-wrap h1::before {
  top: -12%;
  left: 17%;
}
#link-fork.link-fork-en .flow .content-wrap h1::after {
  top: -7%;
  left: 73%;
}
#link-fork.link-fork-en .flow ul .flow-step-en-title {
  width: 130px;
}
#link-fork.link-fork-en .flow ul .flow-step-jp-title {
  width: 130px;
}
#link-fork.link-fork-en .flow .link-overseas {
  border-radius: 18px;
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  margin: 0 0px 0 5px;
  display: inline-block;
}
#link-fork.link-fork-en .flow .flow-wrap p {
  font-size: 16px;
  text-align: center;
}
#link-fork.link-fork-en .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #F2A8BE;
  position: absolute;
  top: 99%;
  right: -22%;
}
#link-fork.link-fork-en .flow-wrap .flow-step-block-04 .block-04-ul .flow-ja .flow-ja-after1 p {
  font-size: 17px;
  top: 203px;
  right: -15%;
  letter-spacing: 3px;
}
#link-fork.link-fork-en .link-login {
  background-color: #DE5A22;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 0 12px 20px;
  width: 90%;
}
#link-fork.link-fork-en .mail-entry-fix-button .button_jp .login_ver {
  font-size: 19px;
  color: #ffffff;
  font-weight: 600;
  margin: 15px auto 5px;
}
#link-fork.link-fork-en .mail-entry-fix-button .anchor-button {
  color: #ffffff;
  font-size: 17px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 1px 25px;
  text-decoration: none;
}
#link-fork.link-fork-en .mail-entry-fix-button .button_en .login_ver {
  font-size: 19px;
  color: #ffffff;
  font-weight: 600;
  margin: 15px auto 5px;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 繁体字
------------------------------------------------------- */
/* メイン */
#link-fork.link-fork-tra .main .title img {
  width: 455px;
  margin: -9px 0 0 0;
}
#link-fork.link-fork-tra .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_tw.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-tra .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_tw.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-tra .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_tw.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-tra .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_tw.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-tra .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_tw.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-tra .compare table .link-area a::after {
  position: absolute;
  content: '';
  top: 55%;
  right: 6%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 6px 0 0;
}
#link-fork.link-fork-tra .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 54%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -3px 0 0;
}
#link-fork.link-fork-tra .flow .link-overseas {
  position: relative;
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 128px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork.link-fork-tra .link-login {
  position: relative;
  background-color: #DE5A22;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 6px 40px 8px;
}
#link-fork.link-fork-tra .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(50px, -17px);
}
#link-fork.link-fork-tra .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-45px, -17px);
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 繁体字 TAB
------------------------------------------------------- */
@media screen and (max-width: 940px) and (min-width: 670px) {
	/* メイン */
  #link-fork.link-fork-tra .main .title img {
    width: 417px;
    margin-top: -30px;
}
#link-fork.link-fork-tra .flow .link-overseas {
  margin: 0 0 0 55px;
}
#link-fork.link-fork-tra .compare table .table_arrow_ja img {
  width: 45%;
  transform: translate(-50px, 0px);
}
#link-fork.link-fork-tra .compare table .table_arrow_en img {
  width: 45%;
  transform: translate(34px, 0px);
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 繁体字 SP
------------------------------------------------------- */
@media screen and (max-width: 670px) {
	/* メイン */
  #link-fork.link-fork-tra .main .title img {
    width: 258px;
    margin-top: 1px;
}
#link-fork.link-fork-tra .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_tw.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-tra .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_tw.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-tra .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_tw.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-tra .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_tw.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -110px;
}
#link-fork.link-fork-tra .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_tw.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-tra .link-login::after {
  position: absolute;
  content: '';
  top: 55%;
  right: 6%;
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -1px 0 0;
}
#link-fork.link-fork-tra .flow .link-overseas {
  position: relative;
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 5px;
  letter-spacing: 2px;
  text-decoration: none;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 簡体字
------------------------------------------------------- */
/* メイン */
#link-fork.link-fork-sim .main .title img {
  width: 455px;
  margin: -9px 0 0 0;
}
#link-fork.link-fork-sim .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_ch.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-sim .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_ch.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-sim .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_ch.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-sim .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_ch.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-sim .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_ch.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-sim .compare table .link-area a::after {
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 6px 0 0;
}
#link-fork.link-fork-sim .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -5px 0 0;
}
#link-fork.link-fork-sim .flow .link-overseas {
  position: relative;
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 123px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork.link-fork-sim .link-login::after {
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 3px 0 0;
}
#link-fork.link-fork-sim .link-login {
  position: relative;
  background-color: #DE5A22;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 11px 55px 13px;
}
#link-fork.link-fork-sim .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(50px, -17px);
}
#link-fork.link-fork-sim .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-48px, -17px);
}
#link-fork.link-fork-sim .compare table .cont-th-01 .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 30%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-sim .compare table .cont-th-01 .dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 30%;
  height: 0.1em;
  background: currentColor;
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 簡体字 TAB
------------------------------------------------------- */
@media screen and (max-width: 940px) and (min-width: 670px) {
  #link-fork.link-fork-sim .main .title img {
    width: 417px;
    margin-top: -30px;
}
#link-fork.link-fork-sim .compare table .cont-th-01 .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 20%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-sim .compare table .cont-th-01 .dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 20%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-sim .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(51px, -21px);
}
#link-fork.link-fork-sim .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-51px, -21px);
}
#link-fork.link-fork-sim .flow .link-overseas {
  margin: 0 0 0 82px;
}
#link-fork.link-fork-sim .flow .link-overseas {
  position: relative;
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 60px;
  letter-spacing: 2px;
  text-decoration: none;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 簡体字 SP
------------------------------------------------------- */
@media screen and (max-width: 670px) {
	/* メイン */
#link-fork.link-fork-sim .main .title img {
  width: 258px;
  margin-top: 1px;
}
#link-fork .compare table .cont-th-01 .dli-arrow-right {
  display: none;
}
#link-fork .compare table .cont-th-01 .dli-arrow-left {
  display: none;
}
#link-fork.link-fork-sim .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_ch.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-sim .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_ch.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-sim .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_ch.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-sim .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_ch.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -110px;
}
#link-fork.link-fork-sim .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_ch.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-sim .flow .link-overseas {
  position: relative;
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-weight: 600;
  margin: 0 0 0 5px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork.link-fork-sim .flow .link-overseas::after {
  margin: 0 -2px 0 0;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 韓国語
------------------------------------------------------- */
/* メイン */
#link-fork.link-fork-ko .main .title img {
  width: 541px;
  margin: 0 0 0 7px;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 25%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 25%;
  height: 0.1em;
  background: currentColor;
}
#link-fork.link-fork-ko .flow .link-overseas {
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 15px 7px 15px;
  font-weight: 600;
  margin: 0 0 0 80px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork.link-fork-ko .flow .link-overseas::after {
  position: absolute;
  content: '';
  top: 56%;
  right: 6%;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 -11px 0 0;
}
#link-fork.link-fork-ko .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_ko.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-ko .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_ko.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-ko .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_ko.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-ko .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_ko.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-ko .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_ko.svg);
  display: inline-block;
  transform: scale(1);
  margin-top: -146px;
}
#link-fork.link-fork-ko .compare table .link-area a::after {
  position: absolute;
  content: '';
  top: 55%;
  right: 6%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 6px 0 0;
}
#link-fork.link-fork-ko .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(50px, -17px);
}
#link-fork.link-fork-ko .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-50px, -17px);
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 韓国語 TAB
------------------------------------------------------- */
@media screen and (max-width: 940px) and (min-width: 670px) {
#link-fork.link-fork-ko .main .title img {
  width: 452px;
  margin: -15px -17px 0 0;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-right {
  display: none;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-left {
  display: none;
}
#link-fork.link-fork-ko .compare table .cont-th-01 {
  font-size: 24px;
}
#link-fork.link-fork-ko .flow .content-wrap h1::before {
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: -1%;
  left: 35%;
  transform: scale(0.7);
}
#link-fork.link-fork-ko .flow .content-wrap h1::after {
  content: url(/img/contents/lp/link_fork/flow_arrow.png);
  position: absolute;
  top: -1%;
  left: 60%;
  transform: scale(0.7);
}
#link-fork.link-fork-ko .compare .content-wrap .twoway_text1{
  font-size: 33px;
}
#link-fork.link-fork-ko .compare .content-wrap .twoway_text1_01 {
  font-size: 30px;
}
#link-fork.link-fork-ko .compare table .link-area a {
  font-size: 23px;
  padding: 9px 36px 5px 25px;
}
#link-fork.link-fork-ko .flow .link-overseas {
        background-color: #fb62ac;
        border-radius: 50px;
        font-size: 13px;
        color: #ffffff;
        padding: 7px 13px 7px 15px;
        font-weight: 600;
        margin: 0 0 0 64px;
        letter-spacing: 0px;
        text-decoration: none;
}
#link-fork.link-fork-ko .flow .link-overseas::after {
    position: absolute;
    content: '';
    top: 56%;
    right: 6%;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    margin: 0 -9px 0 0;
}
#link-fork.link-fork-ko .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(50px, -21px);
}
#link-fork.link-fork-ko .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-50px, -21px);
}
#link-fork.link-fork-ko .compare table .link-area a::after {
  position: absolute;
  content: '';
  top: 59%;
  right: 6%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  margin: 0 6px 0 0;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------
海外分岐LP 韓国語 SP
------------------------------------------------------- */
@media screen and (max-width: 670px) {
	/* メイン */
#link-fork.link-fork-ko .main .title img {
  width: 253px;
  margin-top: 12px;
}
#link-fork.link-fork-ko .desc {
  font-size: 17px;
}
#link-fork.link-fork-ko .merit .desc1 {
  font-size: 23px;
}
#link-fork.link-fork-ko .merit h1 {
  margin-bottom: -40px;
}
#link-fork.link-fork-ko .merit .sds_merit ul li .merit_text1 {
  font-size: 16px;
  margin-bottom: 4px;
}
#link-fork.link-fork-ko .merit .sds_merit ul .merit_text2 {
  font-size: 13px;
}
#link-fork.link-fork-ko .compare .content-wrap .twoway_text1 {
  font-size: 19px;
}
#link-fork.link-fork-ko .compare .content-wrap .twoway_text1_01 {
  font-size: 19px;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-right {
  display: none;
}
#link-fork.link-fork-ko .compare table .cont-th-01 .dli-arrow-left {
  display: none;
}
#link-fork.link-fork-ko .flow .flow-ttl-01::before {
  content: url(/img/contents/lp/link_fork/step_icon1_ko.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-ko .flow .flow-ttl-02::before {
  content: url(/img/contents/lp/link_fork/step_icon2_ko.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-ko .flow .flow-ttl-03::before {
  content: url(/img/contents/lp/link_fork/step_icon3_ko.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-ko .flow .flow-ttl-04::before {
  content: url(/img/contents/lp/link_fork/step_icon4_ko.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -110px;
}
#link-fork.link-fork-ko .flow .flow-ttl-05::before {
  content: url(/img/contents/lp/link_fork/step_icon5_ko.svg);
  display: inline-block;
  transform: scale(0.6);
  margin-top: -100px;
}
#link-fork.link-fork-ko .flow .link-overseas {
  background-color: #fb62ac;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 10px 7px 10px;
  font-weight: 600;
  margin: 0 0 0 5px;
  letter-spacing: 2px;
  text-decoration: none;
}
#link-fork.link-fork-ko .compare table .table_arrow_ja {
  width: 30%;
  transform: translate(41px, -16px);
}
#link-fork.link-fork-ko .compare table .table_arrow_en {
  width: 30%;
  transform: translate(-28px, -16px);
}
}

