@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;@600&display=swap');

html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: clamp(1.4rem, 1.171vw, 1.6rem);
	line-height: 1.6;
	color: #231815;
	background: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
sub {
	font-size: 70%;
	vertical-align: baseline;
}
a {
	color: #00a0ea;
	text-decoration: underline;
}
article {
  padding: 0 0 8em;
}
section + section {
  margin-top: 6em;
}
.container {
	width: 94%;
	max-width: 980px;
	margin: auto;
}

.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}

.red {color: #f00;}
.blue {color: #005AA5;}

.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 90%;}
.fs_middle {font-size: 110%;}
.fs_large {font-size: 120%;}
.fs_xlarge {font-size: 140%;}

.em {font-weight: bold;}
.normal {font-weight: normal;}
.underline {text-decoration:underline;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left !important;}
.nowrap {white-space: nowrap;}

.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li + li {
	margin-top: .3em;
}
.list.fs-xsmall > li + li {
	margin-top: 0;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.smldot > li::before {
	content: '・';
}
.list.circle > li::before {
	content: '○';
}
.list.kome > li::before {
	content: '※';
}
ol.list.defalt {
	padding-left: 1.5em;
}
ol.list.defalt > li {
	list-style: decimal;
	list-style-position: outside;
	padding-left: .5em;
}

/* main */
#sms-transfer .pagetit {
	background: #1E4687;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: clamp(2.0rem, 2.855vw, 3.9rem);
	letter-spacing: .03em;
	text-align: center;
	text-shadow: .1em .1em .1em rgba(0,0,0,.6);
	line-height: 1;
  padding: .4em .5em .5em;
  border-radius: 999px;
  box-shadow: 0 5px 0 #ddd;
	width: 94%;
	max-width: 980px;
	margin: auto;
}
#sms-transfer .pagetit .en {
	font-size: clamp(2.2rem, 3.294vw, 4.5rem);
	line-height: .9;
	vertical-align: -.01em;
}
.border_box {
	border: 3px double #ccc;
	padding: 1.5em 2em;
}
section > .container {
	padding: 0 1em;
}
section > .container > * + * {
	margin-top: .3em;
}
#sms-transfer .sec_tit {
	position: relative;
	background: #1E4687;
	color: #fff;
  font-size: clamp(1.8rem, 1.756vw, 2.4rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	padding: .5em 1em .5em 3em;
  width: 94%;
  max-width: 980px;
	margin: 0 auto .8em;
}
#sms-transfer .sec_tit > span.num {
	position: absolute;
  top: .5em;
  left: 1em;
}
#sms-transfer .heading {
	width: 94%;
	max-width: 980px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.8rem;
	margin: 3em auto 4em;
}
#sms-transfer .heading ._body {
	width: 70%;
	font-size: 110%;
	font-weight: bold;
}
#sms-transfer .heading ._img {
	width: 25%;
	padding-right: 1em;
}
#sms-transfer .heading ._point {
	margin-top: 1em;
}
#sms-transfer .heading ._point > li + li {
	margin-top: 1em;
}
#sms-transfer .heading ._point ._num {
	display: block;
	background: #1E4687;
	color: #fff;
	width: 7em;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	text-align: center;
	padding: .5em 0;
	margin-bottom: .25em;
	position: relative;
}
#sms-transfer .heading ._point ._num::after {
	content: "";
	width: 1em;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #1E4687;
	position: absolute;
	top: 0;
	right: -1em;
}
#sms-transfer .heading ._point ._num .fs_large {
	display: inline-block;
	line-height: .9;
	vertical-align: -.1em;
	margin-left: .1em;
}
#sms-transfer .heading ._point .fs_large.red {
	display: inline-block;
	font-size: 140%;
	line-height: 1.3;
}
.list.number.flow > li + li::before {
	content: "";
	width: 2em;
	height: 1em;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #1E4687;
	position: absolute;
  top: -1.5em;
  left: 10em;
}
.list.number.flow > li + li {
  margin-top: 2em;
}
.attention {
	margin-top: 2em;
}
.attention_tit {
	font-size: 120%;
	margin-bottom: .5em;
}
.phoneimg {
	width: 90%;
	max-width: 420px;
 	margin: 1em 0 2em;
}
.howto_tit {
	color: #1E4687;
	font-size: clamp(1.8rem, 1.756vw, 2.4rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	background: #E3F4FC;
	border-radius: 999px;
	padding: .5em 1em;
	text-align: center;
	margin-bottom: 1.5em;
}
.howto_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.howto_list > li {
	width: 21%;
	position: relative;
}
.howto_list > li._txt {
	padding: 0 0 .5em 1.3em;
	line-height: 1.4;
}
.howto_list > li._txt > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.howto_list > li._img {
	text-align: center;
}
.howto_list > li._img img {
  width: 88%;
  max-width: 180px;
}
.howto_list > li._img + ._img::before {
	content: "";
	width: 2.5em;
	height: 2.5em;
	background: #00A7EA;
	clip-path: polygon(0% 20%, 35% 20%, 35% 0, 100% 50%, 35% 100%, 35% 80%, 0% 80%);
	position: absolute;
	top: calc(50% - 1.25em);
	left: -2.75em;
}
.howto_list > li._att {
	margin-top: .75em;
}
.border_box.qa_box {
	border: 3px solid #1E4687;
	padding: 0;
}
.border_box.qa_box .border_tit {
	background: #1E4687;
	color: #fff;
	font-size: clamp(1.8rem, 1.756vw, 2.4rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	padding: .5em 1em;
}
.border_box.qa_box .border_body {
	padding: 2em;
}
.qa_list dt {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.4;
	padding-bottom: 1.5em;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
.qa_list dt::before {
	content: "＋";
	color: #999;
	width: 1em;
	height: 1em;
	font-size: clamp(2.0rem, 2.196vw, 3.0rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: .95;
	border: 1px solid #999;
	text-align: center;
	padding: .15em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .5s;
}
.qa_list dt.open::before {
	content: "－";
}
.qa_list dt:hover {
	opacity: .7;
}
.qa_list dt:hover::before {
	background: #eee;
}
.qa_list dt ._num {
	font-size: clamp(2.4rem, 2.928vw, 4.0rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	color: #1E4687;
}
.qa_list dt ._txt {
	width: 90%;
	font-size: 110%;
	font-weight: bold;
	padding-right: 2.5em;
}
.qa_list dd {
	background: #E9F6FC;
	padding: 1em 1.5em;
	margin-bottom: 1.5em;
	display: none;
}
.qa_list dd + dt {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
}


.flink {
	text-align: center;
	margin: 4em auto 8em;
}
a.btn {
  font-size: clamp(2.0rem, 2.049vw, 2.8rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-shadow: .1em .1em .1em rgba(0,0,0,.3);
	background: linear-gradient(#00a7ea 0%, #1E4687 100%);
	color: #fff;
	display: block;
	width: 100%;
	max-width: 600px;
  padding: 1em;
	margin: 0 auto;
	border: none;
	border-radius: .75em;
	box-shadow: 0 5px 1px #ddd,
							-5px -5px 12px rgba(0,0,0,.3) inset;
}
a.btn:hover {
  opacity: .8;
}
a.btn .fs_small {
	display: inline-block;
	font-size: clamp(1.4rem, 1.171vw, 1.6rem);
	font-weight: 400;
}
a.btn .blankicon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: .1em;
  margin: 0 0 0 .3em;
}
a.blank::after {
  content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../../common/images/icon_blank_lb.svg") no-repeat center center / 100% auto;
	margin: 0 .25em;
	vertical-align: -.1em;
}

/* footer */
footer a {
	text-decoration: none;
	color: #000;
}
footer .container {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.1;
}
footer .container > * {
	display: inline-block;
}
footer .container > *:first-child {
	float: left;
}
footer .container > *:last-child {
	float: right;
}
footer ul li {
	display: inline-block;
	padding-right: 10px;
}
footer ul li + li {
	border-left: 1px solid #231815;
	padding-left: 12px;
}
footer ul + a {
	background: #878787;
	color: #fff;
	width: 108px;
	text-align: center;
	padding: 10px 0;
}
footer .copyright {
	border-top: 1px solid #878787;
	padding: 25px 0;
}
footer .copyright small {
	color: #868686;
}



/* スマホ向けのスタイル：960px */
@media only screen and (max-width:768px){
	.pc {display: none;}
	.l_row > * {
		display: block;
	}
	article {
		padding: 0 0 4em;
	}
	
	/* header */
	header h1 {
		padding: 15px 0;
	}
	header h1 img {
		height: 36px;
	}
	
	/* main */
	#sms-transfer .pagetit {
		letter-spacing: 0;
		padding: .7em .5em .8em;
		box-shadow: 0 3px 0 #ddd;
	}
	.border_box {
		padding: 15px 4%;
	}
	section + section {
		margin-top: 3em;
	}
	#sms-transfer .sec_tit {
		padding: .75em 3% .75em calc(3% + 2em);
		width: 100%;
	}
	#sms-transfer .sec_tit > span.num {
		top: .75em;
		left: 3%;
	}
	#sms-transfer .heading {
		flex-direction: column;
		justify-content: center;
		font-size: 1.4rem;
		margin: 2em auto 3em;
	}
	#sms-transfer .heading ._body {
		width: 100%;
		font-size: 110%;
		order: 2;
	}
	#sms-transfer .heading ._img {
		width: 35%;
		max-width: 200px;
		margin: 0 auto 1em;
		padding-right: 0;
		order: 1;
	}
	#sms-transfer .heading ._point {
		margin-top: 1em;
	}
	.list.number.flow > li + li::before {
		left: calc(50% - 1em);
	}
	.attention h4 {
		font-size: 1.5rem;
	}
	.phoneimg {
		margin: 1.5em auto;
	}
	.howto_list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 1em;
	}
	.howto_list > li {
		width: 100%;
		max-width: 270px;
	}
	.howto_list > li:nth-child(1) {order: 1;}
	.howto_list > li:nth-child(2) {order: 4; margin-top: 4em;}
	.howto_list > li:nth-child(3) {order: 7; margin-top: 4em;}
	.howto_list > li:nth-child(4) {order: 9; margin-top: 4em;}
	.howto_list > li:nth-child(5) {order: 2;}
	.howto_list > li:nth-child(6) {order: 5;}
	.howto_list > li:nth-child(7) {order: 8;}
	.howto_list > li:nth-child(8) {order: 10;}
	.howto_list > li:nth-child(9) {order: 3;}
	.howto_list > li:nth-child(10) {order: 6;}
	.howto_list > li:nth-child(11) {order: 11;}
	.howto_list > li:nth-child(12) {order: 12;}
	.howto_list > li._img + ._img::before {
		content: none;
	}
	.howto_list > li._txt + ._txt::before {
		content: "";
		width: 2.5em;
		height: 2.5em;
		background: #00A7EA;
		clip-path: polygon(80% 0, 80% 35%, 100% 35%, 50% 100%, 0 35%, 20% 35%, 20% 0);
		position: absolute;
		top: -3em;
		left: calc(50% - 1.25em);
	}
	.border_box.qa_box {
		border-width: 2px;
	}
	.border_box.qa_box .border_tit {
		font-size: 1.7rem;
		padding: 5px 3%;
	}
	.border_box.qa_box .border_body {
		padding: 15px 4%;
	}
	.qa_list dt {
		flex-direction: column;
		align-items: flex-start;
	}
	.qa_list dt ._num {
		margin-bottom: .25em;
	}
	.qa_list dt ._txt {
		width: 100%;
		font-size: 1.4rem;
	}
	.qa_list dd {
		font-size: 1.4rem;
	}
	
	.flink {
		margin: 2em auto 4em;
	}
	a.btn {
		box-shadow: 0 3px 1px #ddd,
								-3px -3px 6px rgba(0,0,0,.3) inset;
	}
	
	/* footer */
	footer > .container:first-child {
		width: 100%;
	}
	footer ul {
		display: block;
		padding-left: 3%;
	}
	footer ul + a {
		margin-top: 20px;
	}
	footer .copyright .container > .logo {
		width: 87px;
		float: none;
	}
	footer .copyright .container > small {
		display: block;
		font-size: 8px;
		text-align: center;
		line-height: 1.5;
		margin-top: 25px;
		float: none;
	}
	footer .copyright small > span {
		display: block;
	}

	
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width:769px){
	.sp {display: none;}
	.l_row {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.l_row > * {
		display: table-cell;
		vertical-align: top;
	}
	a:hover {
		text-decoration: none;
	}
	a, a img, button {
		transition: .5s;
	}
	
	/* header */
	header h1 {
		padding: 23px 0;
	}
	header h1 img {
		height: 48px;
	}
	
	/* main */
	
	/* footer */
	footer ul li a:hover {
		text-decoration: underline;
	}
	footer ul + a:hover {
		background: #C3C3C3;
	}
	footer .copyright .logo {
		width: 107px;
	}
	footer .copyright small {
		display: inline-block;
		font-size: 10px;
	}
	
	
	
}