@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.13/css/all.css);
/* reset __________________________________ */
@media print {
	.spNav {
		display: none;
	}
}
* {
	box-sizing: border-box;
}
ul {
	list-style: none;
}
/* common __________________________________ */
a, a:visited {
	color: #274ab2;
	font-weight: bold;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	content: ".";
}
.sp_only {
	display: none;
}
.c_red {
	color: #dd1a1a !important;
}
.bold {
	font-weight: bold;
}
.bold-red {
	font-weight: bold;
	color: #dd1a1a;
}
#main h1 {
	width: 100% !important;
	height: auto;
	padding: 1em 0;
	background: #33a2c3;
	background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
	color: #fff;
	text-align: center;
	font-size: 2.25em !important;
	font-weight: normal;
	line-height: 1.2em;
}
#main h2 {
	text-align: center;
}
#main h2 span {
	display: inline-block;
	font-size: 32px;
	color: #0f1350;
	padding-bottom: 27px;
	border-bottom: 1px solid #0f1350;
	line-height: 1.3;
}
#main .inner {
	width: 980px;
	margin: 30px auto;
}
#main p {
	font-size: 16px;
	line-height: 1.5;
}
#main img {
	max-width: 100%;
}
p.btn a {
	position: relative;
	display: block;
	width: 85%;
	margin: 30px auto 20px;
	background: #ff6e96;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 22px;
	border-radius: 5px;
	transition: 0.3s;
}
p.btn a:after {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
p.btn a:hover {
	opacity: 0.8;
}
main a.link02[target="_blank"]:after {
	content: "";
	width: 12px;
	height: 10px;
	right: -17px;
	margin-top: -4px;
	background-image: url(/cs/atu/wr_img/index/icon_blank.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
p.txt_link a {
	position: relative;
	padding-left: 1.5em;
	color: #222222;
	font-weight: bold;
	transition: 0.3s;
}
p.txt_link a span.arrow_icon:before {
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 50%;
	background: #004098;
	transition: 0.3s;
}
p.txt_link a span.arrow_icon:after {
	width: 4px;
	height: 4px;
	content: "";
	transform: rotate(-45deg);
	position: absolute;
	top: 16px;
	left: 4px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	transition: 0.3s;
}
p.txt_link a:hover {
	color: #0070cf;
	text-decoration: underline;
}
p.txt_link a:hover span.arrow_icon:before {
	background: #0070cf;
}
p.txt_link a:hover span.arrow_icon:after {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.inPageNav ul {
	width: 980px;
}
.inPageNav ul li a {
	width: 320px;
	padding: 18px 20px 18px 18px;
}
section {
	margin-bottom: 100px;
}
#merit ul {
	width: 980px;
	display: flex;
	justify-content: space-around;
	margin: 80px auto;
}
#merit ul li {
	width: 24%;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
#merit ul li p {
	text-align: left;
	margin: 10px;
}
#sample .sample {
	width: 85%;
	margin: 30px auto;
	text-align: center;
}
#sample .sample a {
	position: relative;
	display: inline-block;
	height: 100%;
	transition: 0.3s;
}
#sample .sample a > span {
	font-weight: bold;
	font-size: 1.2em;
	background: #FFFFFF;
	padding: 20px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #78a6d7;
	border-radius: 5px;
}
#sample .sample a:hover {
	opacity: 0.8;
}
#sample .sample a > span span {
	display: block;
	font-size: 0.8em;
	margin-top: 0.5em;
}
#flow p {
	margin: 20px 0 30px;
}
#flow .img_box {
	width: 100%;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 30px 0;
	margin: 30px auto 50px;
}
#flow .box {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	line-height: 1.2;
	padding: 30px;
	margin: 30px auto;
}
#flow .box dl dt {
	color: #004098;
	font-size: 1.2em;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
#flow .box dl dd ul li {
	font-size: 1.1em;
	font-weight: bold;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1em;
}
#flow .box dl dd ul li:before {
	content: '・';
}
#howto {
	padding: 50px 0;
	margin-bottom: 0;
}
#howto p {
	margin: 20px 0 15px;
}
#howto p.note {
	font-size: 0.9em;
	margin: 0 0 0 1.5em;
	text-indent: -1.5em;
}
#howto h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}
#howto .box {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 20px;
	margin: 30px auto 50px;
}
#howto .box .txt_c {
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
}
#howto .box .img_box {
	text-align: center;
	margin: 30px auto 50px;
}
#howto p.btn.orange a {
	background: #ffa500;
	margin: 40px auto 30px;
}
#howto p.txt_link {
	text-align: left;
}
#howto .toggle-area {
	margin: 80px 0;
}
#howto .toggle_contents {
	border-top: 1px solid #ccc;
}
#howto .toggle_contents:last-of-type {
	border-bottom: 1px solid #ccc;
}
#howto .toggle_title {
	position: relative;
	padding: 26px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}
#howto .toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #10228a;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
#howto .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#howto .toggle_btn:before {
	width: 2px;
	height: 10px;
}
#howto .toggle_title.selected .toggle_btn:before {
	content: normal;
}
#howto .toggle_contents dd {
	display: none;
	padding: 10px 0 60px;
	width: 88%;
	margin: 0 auto;
}
#howto hr {
	border-top: 1px dashed #cccccc;
	margin: 3em 0;
}
#howto .flex {
	display: flex;
}
#howto .app-info {
	width: 50%;
	margin: 0 30px 0 0;
}
#howto .app-info + #howto .app-dl {
	margin: 0 0 0 20px;
}
#howto .app-info .flex {
	align-items: center;
}
#howto .app-info img {
	margin-right: 20px;
}
#howto .app-info .flex .app-info-txt01 {
	display: inline-block;
	background: #f24646;
	padding: 6px 10px;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 6px;
}
#howto .app-info .flex .app-info-txt02 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #0f1350;
	line-height: 1.2;
}
#howto .app-dl {
	width: 50%;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 20px;
}
#howto .app-dl .flex {
	justify-content: center;
}
#howto .app-dl p {
	text-align: center;
	margin: 10px 0 26px;
	font-weight: bold;
	font-size: 18px;
}
#howto .app-dl .app-store {
	width: 44%;
	margin-right: 30px;
}
#howto .app-dl .app-store a + a {
	margin: 10px 0 0 0;
	display: block;
}
#howto .app-dl .qr-img {
	border: 1px solid #ccc !important;
}
#howto .group-indent {
	padding: 0 0 0 18px;
}
#howto .group-indent .txt_link {
	font-size:15px;
}
#howto .group-indent .txt_link a {
	font-weight:normal;
}
#howto .group-indent .txt_link a span.arrow_icon::after {
	top: 7px;
}

footer.csNewfooter {
	padding-top: 0;
}
a.gaibu_text_link[target="_blank"] span::after {
	content: "";
	width: 16px;
	height: 15px;
	right: -25px;
	margin-top: -9px;
	background-image: url(/assets/img/common/icon_blank.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
/* .link01
__________________________________ */
#main a.link01 {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #333 !important;
	font-weight: bold;
}
#main a.link01::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #10228a;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
#main a.link01::after {
	content: "";
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 8px;
	left: 4px;
	transform: rotate(45deg);
}
#main a.link01[target="_blank"] span:after {
	content: "";
	width: 12px;
	height: 10px;
	right: -17px;
	margin-top: -5px;
	background-image: url("/cs/atu/wr_img/index/icon_blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
/* .link02
__________________________________ */
#main a.link02 {
	position: relative;
}
#main a.link02[target="_blank"]:after {
	content: "";
	width: 12px;
	height: 10px;
	right: -17px;
	margin-top: -4px;
	background-image: url(/assets/img/common/icon_blank.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
/* .link03
__________________________________ */
#main a.link03 {
	position: relative;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #0091e8;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main a.link03::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
#main a.link03.pink {
	background-color: #ff6e96;
}
ul.attention {
	margin-top: 15px;
}
ul.attention {
	margin-top: 20px;
	padding-right: 1.2em;
	font-size: 13px;
}
ul.attention li {
	position: relative;
	left: 1.2em;
	text-indent: 0;
	padding-left: 0;
	line-height: 1.4;
}
ul.attention li::before {
	position: absolute;
	content: '※';
	left: -1.2em;
	top: 0;
}
ul.attention li + li {
	margin-top: .5em;
}
#lead {
	padding: 40px 0 0;
}
#lead .lead-btn-area {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	padding: 20px 10px;
}
#lead .lead-btn-area .flex {
	display: flex;
	justify-content: space-between;
}
#lead .lead-btn-area .flex p.btn {
	width: 50%;
}
#lead .lead-btn-area .flex p.btn a {
	width: 90%;
}
#lead ul.note {
	margin: 0 0 20px;
}
#lead ul.note li {
	line-height: 1.5;
}
#lead .inner .bold + .txt_link a span.arrow_icon::after {
	top: 7px;
}

@media screen and (max-width: 767px) {
	section {
		margin-bottom: 60px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.inPageNav ul, .inPageNav ul li, .inPageNav ul li a {
		width: 100%;
		font-size: 14px;
	}
	p.btn a {
		width: 96%;
		padding: 15px;
	}
	#main .inner {
		width: 95%;
	}
	#main p {
		font-size: 14px;
	}
	#main h1 {
		font-size: 1.5em !important
	}
	#main h2 span {
		font-size: 24px;
		line-height: 1.3;
		padding-bottom: 15px;
	}
	#merit {
		margin: 44px 0 0;
	}
	#merit ul {
		width: 95%;
		display: block;
		margin: 50px auto;
	}
	#merit ul li {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	#merit ul li img {
		width: 35%;
	}
	#sample .sample {
		width: 95%;
	}
	#sample .sample a > span {
		width: 80%;
		font-size: 1.1em;
		padding: 20px 10px;
	}
	#flow .img_box {
		width: 95%;
	}
	#flow .box {
		width: 95%;
		padding: 15px;
	}
	#flow .box dl dt span.icon {
		width: 30%;
		margin-right: 5px;
	}
	#lead {
		padding: 0 0 0;
	}
	#lead .lead-btn-area .flex {
		flex-direction: column;
	}
	#lead .lead-btn-area .flex p.btn {
		width: 100%;
	}
	#lead .lead-btn-area .flex p.btn a {
		width: 100%;
		margin: 20px 0 0;
	}
	#howto {
		padding: 0;
		margin: 0 0 60px;
	}
	#howto .toggle-area {
		margin: 50px 0 0;
	}
	#howto .toggle_title {
		padding: 20px 46px 20px 8px;
		font-size: 16px;
		line-height: 1.4;
	}
	#howto .toggle_contents dd {
		padding: 10px 0 60px;
		width: 90%;
	}
	#howto .flex {
		flex-direction: column;
	}
	#howto .app-info {
		width: 100%;
		margin: 0;
	}
	#howto .app-info .flex {
		flex-direction: row;
	}
	#howto .app-dl {
		width: 100%;
	}
	#howto .app-dl p {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#howto .app-dl .flex {
		align-items: center;
		flex-direction: inherit;
		justify-content: flex-start;
	}
	#howto .app-dl .app-store {
		width: 50%;
		margin-right: 8%;
	}
	#howto .app-dl .app-store a {
		width: auto;
	}
	#howto .app-dl .app-store a + a {
		margin: 10px 0 0 0;
		display: block;
	}
	#howto .app-dl .qr-img {
		width: 40%;
	}
	#howto .box {
		padding: 0 14px;
	}
}

#main #qanda h3 {
  margin: 0 0 20px;
  padding: 18px 20px;
  background-color: #10228a;
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  margin-bottom:30px;
}
#main #qanda ul li {
  border-top: 1px solid #ccc;
  padding: 16px;
  font-size:16px;
  line-height: 1.3;
}
#main #qanda ul li:last-child {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  #main a.link01[target="_blank"] span::after {
    right: -6px;
    display: inline-block;
    position: relative;
  }
}