@charset "utf-8";


/*======= 2: body ========================================================*/
body {

}
/*======= 3: header ======================================================*/
header {
	position: relative;
	border-bottom: 1px solid #D9DAE4;
	padding-bottom: 10px;
	z-index: 1200;
	transition: all .2s;
}

#headerInner {
	position: relative;
	max-width: 1090px;
	padding: 10px 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#header {
		border-bottom-width: 4px;
	}
	#headerInner {
		width: 100%;
		transition: all .5s;
	}
}

/*-- logo ---------------------------*/
#headerInner #logo {
	padding: 8px 0;
}
#error #headerInner #logo {
	padding: 8px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#headerInner #logo {
		width: 173px;
		padding: 12px 4%;
	}
	#headerInner #logo img {
		width: 173px;
	}
	#error #headerInner #logo {
		width: auto;
		padding: 5px 0 0;
		text-align: center;
	}
	#error #headerInner #logo img {
		width: auto;
	}
}

#helpNav {
	position: absolute;
	top: 33px;
	left: 325px;
	transition: all .5s;
}
#helpNav a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 142%;
	border-left: 1px solid #aaa;
}
#helpNav a:hover {
	color: #2F3E9E;
}

#entry {
	display: inline-block;
	width: 140px;
	border: 3px solid #526CFD;
	padding: 10px;
	background: #F7F8FD;
	border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-right: 8px;
  transition: all .4s;
  color: #526CFD;
}
#entry span {
	display: inline-block;
	background: #F7F8FD url(../../img/index/icon_entry.png) no-repeat 0 center;
	background-size: 16px;
	padding-left: 25px;
}



.trigger {
	position: absolute;
	top: 28px;
	right: 0;
	text-align: right;
	transition: all .5s;
}
.trigger li {
	float: left;
}
#login {
	display: inline-block;
	width: 110px;
	border: 3px solid #5162C4;
	padding: 10px;
	background: #F7F8FD;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-right: 0px;
    transition: all .4s;
}
#login span {
	display: inline-block;
	background: #F7F8FD url(../../img/index/icon_login.png) no-repeat 0 0;
	background-size: 16px;
	padding-left: 25px;
}

@media screen and (max-width: 768px) {
	#login {
		width: 80px;
		padding: 9px;
	    margin-right: 12px;
	    zoom: 0.9;
	    border-radius: 10px;
	}
	#login span {
		background-position: 0 2px;
		background-size: 12px;
		padding-left: 20px;
		font-style: 14px;
		background-size: 14px;
	}
	#entry {
		width: 120px;
		padding: 9px 6px;
	    zoom: 0.9;
	    border-radius: 6px;
	}
	#entry span {
		background-position: 0 2px;
		background-size: 12px;
		padding-left: 16px;
		font-size: 13px;
		background-size: 13px;
	}

}

@media screen and (max-width: 768px) {
	#menu_modal a#entry02 {
		color: #5162C4 !important;
		font-size: 16px;
	}
	#entry02 {
		border: 3px solid #526CFD;
		padding: 10px 30px;
		margin-left: -30px;
		background: #F7F8FD;
		border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    text-decoration: none;
	    font-weight: bold;
	    margin-top: 20px;
	    color: #526CFD;
	}
	#entry02 span {
		display: inline-block;
		background: #F7F8FD url(../../img/index/icon_entry.png) no-repeat 0 center;
		background-size: 16px;
		padding-left: 25px;
	}
}


.menu-trigger {
	display: none;
}
@media screen and (max-width: 768px) {
	.trigger {
		top: 22px;
		right: 4%;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 37px;
		height: 39px;
		background: #5162C4;
		border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	}
	.menu-trigger span {
		position: absolute;
		left: 22%;
		width: 55%;
		height: 3px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 11px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
}




/* スクロールしたとき */
header.move {
	background: rgba(255,255,255,0.95);
	top: 0;
	padding-bottom: 8px;
	transition: all .2s;
}
header.move #hNav {
	transition: all .5s;
	top: 34px;
	left: 260px;
}
header.move .trigger {
	transition: all .5s;
	top: 13px;
}
header.move #login {
	transition: all .5s;
	width: 90px;
}
@media screen and (max-width: 768px) {
	header.move {
		background: rgba(255,255,255,0.95);
		top: 0;
		padding-bottom: 8px;
		transition: all .2s;
	}
	header.move #headerInner {
		padding: 0 0 10px 0;
		transition: all .5s;
	}
	header.move #headerInner #logo　{
		padding: 8px 4%;
		transition: all .5s;
	}
	header.move .trigger {

		top: 13px;
		transition: all .5s;
	}
	header.move #login {
		transition: all .5s;
		width: 80px;
	}

	header.menu {
		background: rgba(255,255,255,0.95);
		top: 0;
		padding-bottom: 8px;
		transition: all .2s;
	}
	header.menu #headerInner {
		padding: 0 0 10px 0;
		transition: all .5s;
	}
	header.menu #headerInner #logo　{
		padding: 8px 4%;
		transition: all .5s;
	}
	header.menu .trigger {
		top: 13px;
		transition: all .5s;
	}
	header.menu #login {
		transition: all .5s;
		width: 80px;
	}
}







/* 共通見出し */
.ttlHelp {
	width: 100%;
	margin-bottom: 10px;
	padding: 36px 0;
	box-sizing: border-box;
	text-align: center;
	background: #2F3E9E;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 214%; /* 30px */
	font-weight: bold;
}
.readtxt {
	margin: 40px 0 45px;
	text-align: center;
	font-size: 114%; /* 16px */
	line-height: 1.8;
	box-sizing: border-box;
}
.contentsInner {
	width: 1090px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.ttlHelp {
		margin-bottom: 10px;
		padding: 6% 0;
		font-size: 200%;
	}
	.readtxt {
		margin: 6% 6% 4.2%;
		text-align: center;
		font-size: 114%; /* 16px */
		line-height: 1.8;
	}
	.contentsInner {
		width: 94%;
		margin: 0 auto;
	}
}

#breadcrumb {
	width: 100%;
}
#breadcrumb ol {
	width: 1090px;
	margin: 0 auto 30px;
}
#breadcrumb ol li {
	display: inline;
	list-style-type: none;

}
#breadcrumb ol li:before {
	content: ">";
	padding: 0 8px;
}
#breadcrumb ol li:first-child:before {
	content:"";
}
#breadcrumb ol li a {
	color: #0080cc;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		display: none;
	}
}

/* TOP利用者別分岐ボタン */
.btn_user {
	width: 880px;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.btn_user li {
	float: left;
}
.btn_user li:nth-child(1) {
	margin-right: 15px;
}
.btn_user li a {
	display: table-cell;
	width: 430px;
	height: 150px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 2px solid #5162C4;
	border-radius: 4px;
	background: #fff;
	font-size: 214%; /* 30px */
	line-height: 1;
}
.btn_user li a small {
	font-size: 60%; /* 18px */
	font-weight: normal;
}
.btn_user li a:hover {
	color: #fff;
	border: 2px solid #2F3E9E;
	background: #5162C4;
}


.subContents .btn_user {
	margin: 0 auto 30px;
}
.subContents .btn_user li a {
	display: table-cell;
	width: 430px;
	height: 80px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 2px solid #5162C4;
	border-radius: 4px;
	background: #fff;
	font-size: 142%; /* 20px */
	line-height: 1;
}
.subContents .btn_user li.current a {
	color: #fff;
	border: 2px solid #2F3E9E;
	background: #5162C4;
}

.anchorLink {
	margin-bottom: 80px;
	padding: 20px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
.anchorLink li {
	float: left;
	margin-right: 12px;
}
.anchorLink li:last-child {
	margin-right: 0;
}
.anchorLink li a {
	display: table-cell;
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 1px solid #5162C4;
	border-radius: 4px;
	background: #fff;
	font-size: 100%; /* 14px */
	line-height: 1;
}
.anchorLink li a:hover {
	color: #fff;
	border: 1px solid #2F3E9E;
	background: #5162C4;
}



.inStep {
  margin-bottom: 3em;
}
.flowAll {
 -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  margin: 0 auto 60px;
  max-height: 160px;
}
.flowAll.spflow {
  max-height: 200px;
}
.flowAll li {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.flowAll li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 18px 10px;
  font-size: 146%;
  background: #2D3E9E;
  border-radius: 4px;
  margin-right: 80px;
}
.flowAll li a::after {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border: 20px solid transparent;
  border-left: 20px solid #2D3E9E;
  right: -70px;
  top: 50%;
  margin-top: -10px;
	pointer-events: none;
}

.flowAll li:last-child a::after {
  content: none;
}
.flowAll ul.inlist li {
  margin-top: 15px;
}
.flowAll ul.inlist li a {
  position: relative;
  display: block;
  width: 100%;
  height: 90%;
  box-sizing: border-box;
  color: #fff;
  margin-right: 50px;
  text-decoration: none;
  padding: 18px 10px;
  font-size: 126%;
  background: #5160C4;
  border-radius: 4px;
}
.flowAll ul.inlist li a::after {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border: 16px solid transparent;
  border-left: 16px solid #5160C4;
  right: -50px;
  top: 50%;
  margin-top: -10px;
}

.flowAll ul.inlist.app li {
  margin-top: 0;
}
.flowAll ul.inlist.app li a {
  height: 100%;
}

.flowAll ul.inlist li:last-child a {
  margin-right: 80px;
}
.flowAll ul.inlist li:last-child a::after {
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #2D3E9E;
  right: -70px;
}
@media screen and (max-width: 768px) {
	.flowAll li a {
	  margin-right: 40%;
		font-size: 120%;
	}
	.flowAll li a::after {
	  border: 15px solid transparent;
	  border-left: 15px solid #2D3E9E;
	  right: -110%;
	  margin-top: -10px;
	}
	.flowAll li:last-child a {
		margin-right: 0;
	}
	.flowAll ul.inlist {
		display: none;
	}
}

p.sttlLine {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: .4em;
	border-bottom: 2px solid #D9DAE4;
	color: #2D3E9E;
	font-size: 200%; /* 28px */
}
p.sttlLine::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #2F3E9E;
}
@media screen and (max-width: 768px) {
	p.sttlLine {
		font-size: 133%; /* 20px */
    font-weight: bold;
	}
}

.sttlLine02 {
  margin-bottom: 10px;
	padding: 5px 8px;
	background: #F1F2F6;
  border-left: 5px solid #2E3E9E;
  font-weight: bold;
  font-size: 120%;
}

p.sttlLineQ {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: .4em;
	padding-left: 45px;
	border-bottom: 2px solid #D9DAE4;
	color: #2D3E9E;
	font-size: 200%; /* 28px */
	background: url(../../img/index/icon_q.png) no-repeat 0 32%;
}
p.sttlLineQ::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #2F3E9E;
}

.answerBox {
	min-height: 30px;
	padding-top: 2px;
	padding-left: 45px;
	background: url(../../img/index/icon_a.png) no-repeat 0 0;
	font-size: 114%; /* 16px */
}


.framebox {
  position: relative;
  border: 2px solid #ccc;
  padding: 26px 20px 20px;
}
.framebox.noSttl {
  padding: 20px;
  border: 2px solid #2D3E9E;
}
.framebox .inSttl {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 12px;
  padding: 0 5px;
  background: #fff;
  font-size: 120%;
  font-weight: bold;
  color: #515FC4;
}

.figBox {
	margin-bottom: 6em;
}
.faqList {
	padding: 0 5px;
}
.faqList li {
	min-height: 30px;
	padding-left: 45px;
	margin-bottom: 15px;
	background: url(../../img/index/icon_q.png) no-repeat 0 0;
	font-size: 128%; /* 18px */
}
.faqList li a {
	color: #333;
	text-decoration: none;
}
.faqList li a:hover {
	color: #5160C4;
	text-decoration: underline;
}


.readttl {
	margin-bottom: 1em;
	text-align: center;
	font-size: 200%; /* 28px */
	font-weight: bold;
}
.btnSend01.help {
	min-width: 460px;
	padding: 20px 15px 18px;
	border-color: #CA5600;
	background: #FF6D00;
	font-size: 171%; /* 24px */
	opacity: 1;
}
.btnSend01.help:hover {
	opacity: 0.9;
}





/*======= 5: footer ======================================================*/
footer {
	color: #fff;
	font-size: 86%;
	width: 100%;
  background: #333333;
}
.footerInner01 {
	width: 930px;
	margin: 0 auto;
}
.footerInner02 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 25px 0;
}

.footerInner02 .leftBox a {
	color: #fff;
	text-decoration: none;
}
.footerInner02 .leftBox a:hover {
	text-decoration: underline;
}

.pmark {
  display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: row;
  flex-direction:         row;
	-webkit-justify-content: space-around;
  justify-content:         space-around;
  -webkit-align-items: center;
  align-items: center;
}
.pmark_link {
  display: block;
  background: #fff;
  padding: 3px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.pmark_txt {
  font-size: 14px;
}
.pmark_txt a {
  font-size: 13px;
}
.pmark_txt a {
	text-decoration: none;
}
.pmark_txt a:hover {
	text-decoration: underline;
}
.pmark_txt a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	padding-left: 5px;
	border: 4px solid transparent;
	border-left: 8px solid #fff;
}
.freedial {
  margin-top: 8px;
}
.freedial dt {
	padding: 3px;
	margin-bottom: 5px;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	text-align: center;
}
.freedial dd.tel a {
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  letter-spacing: .04em;
}
.freedial dd.tel span {
  display: inline-block;
  margin-left: 14px;
}
#footerNav {
	padding: 32px 0;
	border-bottom: 1px solid #5C5C5C;
  background: #333333;
}
#footerNav ul li {
	float: left;
	border-left: 1px solid #ADADAD;
}
#footerNav ul li a {
	padding: 0 18px;
	color: #fff;
	text-decoration: none;
}
#footerNav ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.footerInner01 {
		width: 100%;
	}
	.footerInner02 {
		max-width: 100%;
		margin: 0 auto;
		padding: 15px 0;
	}
	#footerNav {
		padding: 0 !important;
	}
	#footerNav ul {
		display: table;
		width: 100%;
	}
	#footerNav ul li {
		width: 50%;
		font-size: 12px;
		min-height: 59px;
		border:none;
		text-align: center;
		border-bottom: 1px solid #ADADAD;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footerNav ul li a {
		display: block;
		width: 100%;
		padding: 10% 0;
	}
	#footerNav ul li.one {
		width: 100%;
	}
	#footerNav ul li.one a {
		padding: 6% 0;
	}
	#footerNav ul li:nth-child(1),
	#footerNav ul li:nth-child(2) {
		border-top: 1px solid #ADADAD;
	}
	#footerNav ul li:nth-child(odd) {
		border-right: 1px solid #ADADAD;
	}
	#footerNav ul li:nth-child(4),
	#footerNav ul li:last-child {
		border-right:none !important;
	}
}

#snsBtn li {
	float: left;
	margin-right: 10px;
}
#snsBtn iframe.twitter-share-button {
	margin-top: 0px !important;
}

#copyright {
  padding: 10px 0;
  border-top: 1px solid #5C5C5C;
  text-align: center;
  background: #333333;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.footerInner02 .rightBox {
		float: none;
		width: 94%;
		margin: 0 auto;
	}
	.footerInner02 #snsBtn {
		width: 150px;
		text-align: center;
	}
	#snsBtn li:nth-child(2) {
		margin-right: 0;
	}
	.footerInner02 .leftBox {
		text-align: center;
		float: none;
	}

  .pmark {
    -webkit-justify-content: flex-start;
    justify-content:         flex-start;
    width: 94%;
    margin: 0 auto 2em;
  }
  .pmark_link {
    margin-right: 10px;
  }
  .pmark_txt {
    font-size: 13px;
    text-align: left;
  }
  .pmark_txt a {
    font-size: 12px;
  }
  .pmark_txt a:before {
    padding-left: 2px;
  }
  .freedial {
    margin-top: 0;
  }
  .freedial dt {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    text-align: center;
  }
  .freedial dd {
    text-align: center;
  }
  .freedial dd.tel {
    font-size: 13px;
  }
  .freedial dd.tel a {
    pointer-events: auto;
    margin-right: 0;
  }
  .freedial dd.tel span {
    display: block;
  }
}
