@charset "UTF-8";

body,
html {
  height: 100%;
}
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}

a.tblank {
    background: url(/liplus/static/images/target_blank-7e2f9536cb9adb832a5a2a77ca85c72d.png) no-repeat center right;
    background-size: 13px;
	padding-right: 20px;
    margin-right: 3px;
	font-size: 14px;
	font-weight: normal;
}

.text-center .img-responsive,
.text-right .img-responsive,
.text-center ul {
  display: inline-block;
}

p {
  line-height: 1.7em;
  font-size: 106%;
  word-break: break-all;
  margin-bottom: 0;
}

p.read {
  margin-bottom: 10px;
}

hr {
  border-top: 1px solid #d5cdce;
}
ul.no-mg {
  margin: 0;padding: 0;
}
ul.indent3em {
	text-indent: -3em;
	padding-left: 3em;
}
ul.indent3em li {
	list-style-type: none;
}
ul.mbli10 li {
	margin-bottom: 10px;
}
.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indent-3 {
	text-indent: -3em;
	padding-left: 3em;
}
.break-all {
  word-break: break-all;
}
.narrow {
  letter-spacing: -0.02em;
}
.container {
  position: relative;
}
.under {
  text-decoration: underline;
}
.esmall {
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

/*契被別_被保険者背景色*/
.color_type2 {
	background:#FDF8CF !important;
}

@media (min-width: 992px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 925px;
  }

  .box_wrap div.row {
    display: flex;
    webkit-flex-wrap: wrap;
    display: -webkit-flex;
  }
  .box_wrap div.row.block {
    display: block;
  }
  .box_wrap div.row.vac {
		align-items: center;
  }
}
#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  #wrap {
    background: #f0f0f0;
    padding-bottom: 220px;
  }
  #contents .radio_wrap {
    border: solid 1px #d5cdce;
    background: #FFF;
    border-radius: 5px;
    margin: 0 0 30px;
    box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
    -webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
    -moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
    padding: 0 15px;
  }
}

/*alert*/

.alert {
  padding: 30px 15px 30px 85px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}

.record_alert:before {
  content: "・";
}

.alert.type02 {
  padding: 20px 15px 20px 100px;
	text-indent: -1em;
}

.alert-info.type02 span {
  color: #000;
  font-size: 100%;
	display: block;
}

.alert-info {
  color: #646464;
  background-color: #d9edf7;
  border-color: #009ef0;
  background: url(/liplus/static/images/ico_info01-a91e23f28b55e78eb27cd518a7f2b996.png) no-repeat 25px center, #d9edf7;
}

.alert-info span {
  color: #103184;
  font-size: 150%;
}

.alert-warning {
  color: #646464;
  background-color: #fcf8e3;
  border-color: #ff0000;
  background: url(/liplus/static/images/ico_warning01-826612cdb5080efcdc7192f966ad9013.png) no-repeat 25px center, #f3cfcb;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ff0000;
  color: #ff0000;
  background: url(/liplus/static/images/ico_danger01-4c5b18110370717a8d46c7e4956d9a2c.png) no-repeat 25px center, #f3cfcb;
}

@media screen and (max-width: 992px) {
    .alert,
    .alert.type02 {
    padding: 1.5rem 1.5rem 1.5rem 75px;
    background-position: 1.5rem center;
  }
}


/*-----------
 header
--------------*/

header {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #c9caca;
  background: #FFF;
}
@media screen and (max-width: 992px){
	header .container > .row {
		display: table;
		width: 100%;
		margin-left: 0;
	}
	header .container > .row > div {
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding: 0;
	}
}

.header_contact {
	margin-top: -10px;
	margin-bottom: -10px;
}
.header_contact .ttl {
	background-color: #103184;
	color: #fff;
	padding: 5px 10px 3px;
	border: 1px solid #103184;
	font-size: 1.2rem;
	line-height: 1;
}
.header_contact .header_contact_inner {
	border: 1px solid #103184;
	padding: 5px 10px;
	font-size: 1rem;
}
.header_contact .header_contact_inner p.small {
	line-height: 1.3;
}
.header_contact .header_contact_inner p.head {
	font-weight: bold;
	margin-bottom: 3px;
}
@media screen and (max-width: 992px){
	.sp_compact_header {
		padding: 0;
	}
}


/*-----------
 contents
--------------*/

#contents .heading{
  margin-top: 20px;
}
#contents .heading .link{
  margin-top: 10px;
}

#contents .ttl01 {
  color: #103184;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#contents .ttl01 {
  font-size: 2.4rem;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}

#contents .ttl02 {
  color: #103184;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 25px 20px;
  background: #F5F6F9;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d5cdce;
  border-bottom: 0;
	box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
	-webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
	-moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
}

#contents .ttl02-normal {
	font-weight: normal;
	margin: 15px 0 30px;
	font-size: 20px;
	font-size: 2rem;
	color: #103184;
}

#contents .ttl03 {
  color: #103184;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 20px 0 5px;
  display: block;
}
#contents .ttl03-02 {
  color: #103184;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 5px;
  display: block;
}
#contents .ttl04 {
  margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}

#contents .ttl05 {
  margin-bottom: 5px;
  font-size: 14px;
	font-weight: normal;
}

#contents .red {
  color: #ff1821;
}


/*box_wrap*/
#contents .box_wrap {
  border: solid 1px #d5cdce;
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 30px;
  box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  padding: 0 15px;
}
#contents .box_wrap.inpd {
  padding: 20px 25px 15px;
}
#contents .box_wrap.no_footer{
	padding: 20px 25px;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}
#contents .box_wrap.no_footer02{
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}
#contents .box_wrap .highlight p {
  background: rgb(255,182,193);
  display: inline-block;
}
#contents .ttl02 + .box_wrap.on_title {
  border-radius: 0 0 5px 5px;
}
#contents .box_wrap.t_noborder {
  border-top: 0;
}
#contents .box_wrap.while {
  border-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

#contents .box_wrap.type02 {
  border-radius: 5px 5px 0 0;
  margin: 5px 0 0;
}
#contents .box_wrap .link {
  margin: 15px 0 10px;
}
#contents .box_wrap.error {
	border-radius: 0;
	margin: 30px 0;
	border: none;
}
#contents .box_wrap.error .blue_colunm {
	background: #103184;
	height: 100%;
	padding: 15px;
}
#contents .box_wrap.error .r_colunm{
	padding: 15px 25px;
	border-left: 1px solid #d5cdce;
}
#contents .box_wrap.error .l_colunm{
	padding-right: 0;
	margin-left: -15px;
}


.kome,
.info03 .kome,
#contents .box_wrap .kome {
    padding-left: 0;
}

.kome li,
.info03 .kome li,
#contents .box_wrap .kome li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.kome.mttype {
	margin-top: 10px;
}
#contents .box_wrap .bullet {
    padding-left: 15px;
}
#contents .box_wrap .form-control[readonly] {
    background-color: #fff;
}


/*button_boxのstyle*/

#contents .next_btn_box {
  border-left: solid 1px #d5cdce;
  border-right: solid 1px #d5cdce;
  border-bottom: solid 1px #d5cdce;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  padding: 20px;
}

#contents .next_btn_box.self {
  border-top: solid 1px #d5cdce;
  background: #FFF;
  border-radius: 5px;
}
#contents .next_btn_box.self.type02 {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
	padding-bottom: 10px;
}
#contents .next_btn_box.self.type02 > .row > div {
	margin-bottom: 10px;
}

/*   btn  */
.btn-primary {
	background: #103184;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
}
.btn-primary:hover {
    background-color: #103184;
    border-color: #103184;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}
.next_btn_box .next_btn {
	width: 100%;
	border-radius: 5px;
	letter-spacing: 0.1em;
	font-size: 25px;
	padding: 17px 10% 17px 25px;
	position: relative;
	background: #103184;
}
.next_btn_box .next_btn:after {
	content: "";
	border-left: 9px solid #fff;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.next_btn_box .non_disp_guide:after {
    content: none;
}
.next_btn_box.small .next_btn {
  font-size: 1.4rem;
	white-space: normal;
	margin-bottom: 10px;
	padding-right: 1.5em;
}
#contents .next_btn_box.small {
  padding-bottom: 10px;
}
.next_btn_box .next_btn.mypage {
  font-size: 20px;
  background: #103184;
}
.next_btn_box .next_btn.whoutline,
.btn-whoutline {
	border: 1px solid #103184;
	background: #fff;
	color: #103184;
	padding: 14px 10% 13px 25px;
	position: relative;
}
.btn-whoutline {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	width: 100%;
}
.next_btn_box .next_btn.whoutline {
	line-height: 0.8;
}
.next_btn_box .next_btn.whoutline small {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ff1821;
	letter-spacing: normal;
}
.next_btn_box .next_btn.whoutline:after {
	content: "";
	border-left: 9px solid #103184;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
}
.btn-whoutline:after {
	background: url(/static/images/target_blank.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
}
.next_btn_box .next_btn.whoutline:hover,
.btn-whoutline:hover {
	background: #f5f6f9;
}
.next_btn_box .next_btn.ines {
	padding: 12px 10% 10px 25px;
}
.next_btn_box .next_btn.ines .esmall {
	display: block;
}
#contents .next_btn_box.paytype .next_btn {
	font-size:16px;
}

.back_btn_box {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.back_btn_box.type02 {
  bottom: 150px;
}
.back_btn_box.self {
	position: static;
}
.btn-cv {
	width: 100%;
	font-weight: bold;
	background: #ff1720;
	color: #fff;
	white-space: normal;
	padding: 10px 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
}
.btn-iko {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	border: none;
	white-space: normal;
}
.btn-re {
	background: #F5F5F5;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	border: none;
	white-space: normal;
}
.btn.big {
	padding: 15px 5%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.btn.normal_radius img,
.btn.big img {
	margin-right: 10px;
	vertical-align: middle;
}
.btn.normal_radius {
	padding: 10px 30px 10px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	color: #103184;
	font-weight: bold;
	border: 2px solid #103184;
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #fff;
}
.btn.under_arrow img {
	margin-right: 10px;
	vertical-align: middle;
}
.btn.under_arrow:after {
	content: "";
	border-top: 10px solid #103184;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -5px;
}
.btn.normal_radius:hover {
	background-color: #F5F6F9;
}
.btn.btn-delete {
	position: relative;
	padding-left: 30px;
}
.btn.btn-delete:before,
.btn.btn-delete:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:6px;
	left:15px;
	width:2px;
	height:20px;
	background-color:#fff;
}
.btn.btn-delete:before{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.btn.btn-delete:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.btn.btn-plus {
	background-image: url(/liplus/static/images/plus_01-82f26fb9790e50303c00b486e2e2cc52.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;
	background-size: 16px auto;
}
@media screen and (min-width: 768px) {
	.back_btn_box.self {
		margin-top: 20px;
		border: solid 1px #d5cdce;
		background: #FFF;
		border-radius: 5px;
		box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		padding: 20px;
		width: 100%;
	}
	.back_btn_box.self.type02 {
		margin-top: 0;
		border-radius: 0 0 5px 5px;
		border-top: 0;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px) {
	.back_btn_box.self {
		padding: 20px 10px;
	}
	.back_btn_box.self .back_btn {
		width: 16.119%;
	}
}
.back_btn_box .back_btn {
  font-size: 17px;
  padding: 12px 10%;
  font-weight: bold;
  font-size: 93%;
  background: #F5F5F5;
  width: 122px;
  letter-spacing: 0.1em;
}
.back_btn_box.self .back_btn {
  padding: 12px 0;
}

.next_btn_box .next_btn,
.back_btn_box .back_btn {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
    border: none;
    white-space: nowrap;
}
.next_btn_box .next_btn.mid {
    white-space: normal;
}
.next_btn_box .next_btn:hover,
.back_btn_box .back_btn:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}
.arrow_btn {
  background: #103184 url(/liplus/static/images/icon_next01-80e821221a0b9006703e4d33b9c6c248.png) no-repeat;
	background-position: right 7px center;
	background-size: 7px auto;
	-webkit-background-size: 7px auto;
	padding-right: 14px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
}
.arrow_btn_gray {
	background: #ccc url(/liplus/static/images/icon_next02-2821b6428d14d965539f8778e5a5b4a8.png) no-repeat;
	background-position: right 7px center;
	background-size: 7px auto;
	-webkit-background-size: 7px auto;
	padding-right: 14px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 1px 0px;
	color: #333;
}
.arrow_btn.update,
.arrow_btn_gray.update {
	width: 100%;
}
.high_btn {
	width: 100%;
	padding: 10px 0;
}
.high_btn02 {
	width: 100%;
	padding: 20px 0;
}
@media screen and (min-width:768px){
	.arrow_btn {
		background-size: 7px auto;
		-webkit-background-size: 7px auto;
	}
}

@media screen and (max-width:767px){
	.next_btn_box .next_btn.ines {
		padding: 14px 10% 5px 25px;
	}
	.next_btn_box .next_btn.ines .esmall {
		line-height: 0.1;
	}
	#contents .next_btn_box.paytype .next_btn {
		font-size:11px;
	}
	#contents .next_btn_box.portal {
		margin-bottom:4px;
	}
	#contents .next_btn_box.portal .next_btn {
		font-size:1.5rem;
	}
	#contents .container .next_btn_box.paytype,
	#contents .container .next_btn_box.portal {
		padding-right:0;
	}
	#contents .container .next_btn_box.paytype > .row > div + div,
	#contents .container .next_btn_box.portal > .row > div + div  {
		padding-left:0;
	}
}

@media screen and (max-width:320px){
	#contents .next_btn_box small{
		font-size: 70%;
	}
}
@media screen and (max-width:374px){
	.btn.big {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.btn.under_arrow ,
	.btn.normal_radius {
		white-space: normal;
	}
}


/*見出しアイコン*/

.req:after {
  content: "必須";
  width: 45px;
  margin-left: 6px;
  font-size: 1.2rem;
  color: #fff;
  background: #FF1821;
  padding: 0px;
  padding-left: 0.2em;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  display: inline-block;
  text-align: center;
  margin-top: -2px;
}

.unconfirmed:after {
	content: "要確認";
	margin-left: 6px;
	font-size: 1.2rem;
	color: #fff;
	background: #279889;
	vertical-align: middle;
	border-radius: 4px;
	letter-spacing: 0.2em;
	display: inline-block;
	line-height: 1.8em;
	text-align: center;
	padding: 0px;
	padding-left: 0.2em;
	width: 65px;
}

.optional:after {
  content: "任意";
  width: 45px;
  margin-left: 6px;
  font-size: 1.2rem;
  color: #fff;
  background: #ffa244;
  padding: 0px;
  padding-left: 0.2em;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  display: inline-block;
  text-align: center;
  margin-top: -2px;
}

.txt_blue01 {
  color: #103184;
  font-weight: bold;
  font-size: 120%;
}

.txt_blue02 {
  color: #103184;
  font-weight: bold;
}
.txt_blue03 {
	color: #103184;
	font-weight: bold;
}
.txt_blue04 {
	color: #103184;
	font-weight: bold;
	padding: 20px 25px 20px;
	margin-bottom: 0;
	font-size: 133%;
	line-height: 1.5em;
}
.txt_blue05 {
	color: #103184;
  font-size: 120%;
}

.txt_red01 {
  color: #ff1821;
  font-weight: bold;
  font-size: 120%;
}

@media screen and (max-width: 767px) {
	.txt_blue01.spsm {
		font-size: 1.2rem;
	}
}


/*table_box*/
#contents .box_wrap.table_box > .row > div ,
#contents .box_wrap.table_box .bdrow > div ,
#contents .box_wrap.table_box > .collapse > .row > div {
  border-bottom: solid 1px #d5cdce;
  padding: 15px 20px;
  margin-bottom: 0;
}

#contents .box_wrap.table_box > .row > div.thisbox ,
#contents .box_wrap.table_box .bdrow > div.thisbox {
  padding: 0;
}
#contents .box_wrap.table_box .thisbox > div {
  border-top: solid 1px #d5cdce;
}
#contents .box_wrap.table_box .thisbox > div.img {
	padding: 15px;
}
#contents .box_wrap.table_box .thisbox > div.list {
	padding: 15px 15px 5px 0;
}
#contents .box_wrap.table_box .thisbox > p {
  padding: 15px 20px;
}

/*.table_box.detail*/
#contents .box_wrap.table_box.detail > .row > div {
	-ms-word-break: break-all;
	word-break: break-all;
}

/*adress_box*/
#contents .adress_box[aria-hidden=true]{
	opacity:0;
	visibility: hidden;
	height:0;
	padding:0!important;
	display: none;
}
#contents .adress_box[aria-hidden=false]{
}
#contents .adress_box > div > .row > div {
  border-bottom: solid 1px #d5cdce;
  padding: 15px 20px;
  margin-bottom: 0;
  width: 85%;
}
#contents .adress_box > div:first-child {
  border-bottom: solid 1px #d5cdce;
  padding: 15px 20px;
  margin-bottom: 0;
}
#contents .adress_box > div > .row > div:first-child {
  border-left: 0;
  width: 15%;
}
#contents .box_wrap.table_box > .row.adress_box > div {
  padding: 0 15px;
}
#contents .box_wrap.table_box > .row.adress_box > div:first-child {
  padding: 15px 10px 15px 20px;
}


@media all and (-ms-high-contrast: none) {
	#contents .adress_box > div > .row > div:first-child {
		width: 15.1%;
	}
	#contents .adress_box > div > .row > div:first-child {
		width: 14.1%\9;
	}
}


/*incol*/
@media screen and (min-width: 992px) {
	#contents .box_wrap.table_box > .row > div.incol ,
	#contents .box_wrap.table_box .bdrow > div.incol {
		padding-top: 0;
		padding-bottom: 0;
	}
	#contents .box_wrap.table_box > .row > div.incol.noborder,
	#contents .box_wrap.table_box .bdrow > div.incol.noborder {
		border-bottom: 0;
	}
	div.incol .border_left{
		border-left: solid 1px #d5cdce;
	}
	div.incol .border_bottom{
		border-bottom: solid 1px #d5cdce;
	}
}
@media screen and (max-width: 992px) {
	div.incol .row_span_col{
		border-bottom: solid 1px #d5cdce;
	}
	div.incol .border_left.border_bottom{
		padding-top: 1rem;
	}
}
@media screen and (max-width: 767px) {
	div.incol .row_span_col{
		padding: 0 1.5rem 1rem;
	}
}
@media screen and (min-width: 767px) {
	#contents .box_wrap.table_box > .row > div.incol > .row ,
	#contents .box_wrap.table_box .bdrow > div.incol > .row {
		margin-right: -20px;
		margin-left: -20px;
	}
	#contents .box_wrap.table_box > .row > div.incol > .row > div,
	#contents .box_wrap.table_box .bdrow > div.incol > .row > div {
		padding: 15px 20px;
	}
}
@media screen and (max-width: 992px) and (min-width: 767px) {
	#contents .box_wrap.table_box > .row > div.incol > .row > div,
	#contents .box_wrap.table_box .bdrow > div.incol > .row > div {
		padding: 0 20px;
	}
	#contents .box_wrap.table_box > .row > div.incol > .row > div.row_span_col,
	#contents .box_wrap.table_box .bdrow > div.incol > .row > div.row_span_col {
		padding: 0 20px 15px;
	}
	#contents .box_wrap.table_box > .row > div.incol > .row > div.border_left.border_bottom ,
	#contents .box_wrap.table_box .bdrow > div.incol > .row > div.border_left.border_bottom {
		padding: 15px 20px 0;
	}
}
@media screen and (min-width: 992px) {
  #contents .box_wrap.table_box > .row.adress_box > div:first-child {
    width: 12%;
  }
  /*table_box*/
  #contents .box_wrap.table_box > .row > div ,
  #contents .box_wrap.table_box .bdrow > div ,
  #contents .box_wrap.table_box > .collapse > .row > div {
    border-right: solid 1px #d5cdce;
  }
  #contents .box_wrap.table_box > .row > div:last-child ,
  #contents .box_wrap.table_box .bdrow > div:last-child ,
  #contents .box_wrap.table_box > .collapse > .row > div:last-child {
    border-right: 0;
  }
  #contents .box_wrap.table_box > .row:last-child > div {
    border-bottom: 0;
  }

	/*.table_box.detail*/
	#contents .detail_wrap {
		border: solid 1px #d5cdce;
		background: #FFF;
		border-radius: 5px;
		margin-bottom: 30px;
		box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
	}
	#contents .detail_wrap .box_wrap {
		border: 0;
		margin: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#contents .detail_wrap .box_wrap.table_box.detail > .row > div {
		padding: 15px;
	}
	#contents .detail_wrap > .box_wrap.table_box.detail ,
	#contents .detail_wrap > form > .box_wrap.table_box.detail {
		border-top: solid 1px #d5cdce;
	}
	#contents .detail_wrap > .box_wrap.table_box.detail:first-child ,
	#contents .detail_wrap > form > .box_wrap.table_box.detail:first-child {
		border-radius: 5px 5px 0 0;
		border-top: 0;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow {
		padding-top: 0;
		padding-bottom: 0;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow .row {
		height: 100%;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow .row > div {
		padding: 15px;
		height: 100%;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow .row > div:not(:first-child) {
		padding: 15px;
		border-left: solid 1px #d5cdce;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow .row > div:not(:first-child).blnone {
		border-left: 0;
	}
	#contents .detail_wrap .box_wrap.table_box.detail:last-child div.inrow .row > div.col-head:first-child {
		border-radius: 0 0 0 5px;
	}
	#contents .detail_wrap .box_wrap.table_box.sumtype02 div.inrow .row > div ,
	#contents .detail_wrap .box_wrap.table_box.sumtype02 div.inrow .row > div:not(:first-child) {
		padding: 15px 10px;
	}
	#contents .box_wrap.table_box.detail p.index {
		height: 0 !important;
	}
	#contents .detail_wrap.sumtype ,
	#contents .detail_wrap.sumtype02 ,
	#contents .detail_wrap.stntype {
		border-radius: 0 0 5px 5px;
	}
	#contents .detail_wrap.sumtype .box_wrap.table_box.detail .brnone,
	#contents .detail_wrap.normal .box_wrap.table_box.detail .brnone,
	#contents .detail_wrap.sumtype02 .box_wrap.table_box.detail .brnone{
		border-color: #fff;
	}




	/*adress_box*/
	#contents .adress_box > div > .row > div {
		border-left: solid 1px #d5cdce;
	}
	#contents .adress_box > div > .row:last-child > div {
		border-bottom: 0;
	}
	.header_btn {
		margin-top: 10px;
	}
	.header_btn .btn,.mypage_link .btn {
		width: 80%;
		padding: 10px;
	}
	#contents .box_wrap.table_box > .row > div.thisbox.one ,
	#contents .box_wrap.table_box .bdrow > div.thisbox.one {
		border-right: solid 1px #d5cdce;
	}
}

@media screen and (max-width: 992px) {
	/*.table_box.detail*/
	#contents .detail_wrap.sumtype .box_wrap.table_box.detail .col-head span ,
	#contents .detail_wrap.sumtype02 .box_wrap.table_box.detail .col-head span {
		border-top: 1px solid #ccc;
	}
	#contents .detail_wrap.sumtype .box_wrap.table_box.detail > div:first-child > div:first-child > .row:first-child .col-head span ,
	#contents .detail_wrap.sumtype02 .box_wrap.table_box.detail > div:first-child > div:first-child > .row:first-child .col-head span {
		border-top: 0;
	}
	#contents .box_wrap.table_box.detail > .row > div {
		padding: 0;
		border-bottom: 0;
	}
	#contents .box_wrap.table_box.detail > .row > div span {
		padding: 1rem 1.5rem;
		display: block;
		text-align: center;
	}
	#contents .box_wrap.table_box.detail p.index {
		padding: 1rem 1.5rem;
		text-align: center;
		background-color: #F5F6F9;
		border-bottom: solid 1px #d5cdce;
		border-top: solid 1px #d5cdce;
	}
	#contents .box_wrap.table_box.detail p.index.first {
		border-radius: 5px 5px 0 0;
		border-top: 0;
	}
	#contents .box_wrap.table_box.detail p.index.bbnone {
		border-bottom: 0;
	}
	#contents .box_wrap.table_box.detail .right-col {
		padding-right: 0;
	}
	#contents .box_wrap.table_box.detail .left-col {
		padding-left: 0;
		border-left: solid 1px #d5cdce;
	}
	#contents .sumtype .box_wrap.table_box.detail,
	#contents .sumtype02 .box_wrap.table_box.detail,
	#contents .stntype .box_wrap.table_box.detail{
		border-radius: 0 0 5px 5px;
	}
	#contents .stntype .box_wrap.table_box.detail .index.btnone{
		border-top: 0;
	}
	#contents .sumtype02 .box_wrap.table_box .form-group {
    margin: 15px;
	}
	.col-head span {
		background-color: #F5F6F9;
	}
	.col-head.way span {
		border-top: solid 1px #d5cdce;
	}
	.col-head.sum span {
		border-top: solid 1px #d5cdce;
		border-bottom: solid 1px #d5cdce;
	}
}

@media screen and (max-width: 767px) {
	#contents .sumtype .box_wrap.table_box.detail,
	#contents .sumtype02 .box_wrap.table_box.detail,
	#contents .stntype .box_wrap.table_box.detail{
		border-top: 0;
	}
}

.mypage_link {
  margin-top: 30px;
}
.mypage_link.type02 {
	margin-top: 0;
	margin-bottom: 30px;
}

/*drilldown*/
.drilldown_box {
  display: none;
  padding-top: 10px;
}
/*complete.html*/
#contents.comp .box_wrap {
  padding: 20px 25px 15px;
}
.comp .box_wrap p {
  margin-bottom: 10px;
}

.head > div{
	background-color: #F5F6F9;
	text-align: center;
}
.head > div:first-child{
	border-radius: 5px 0 0 0;
}
.head > div:last-child{
	border-radius: 0 5px 0 0;
}
.contrast .head > div:last-child{
	border-radius: 0;
}
#contents .box_wrap.contrast.in_drill {
	padding: 0;
}
#contents .box_wrap.contrast.in_drill .row {
	margin: 0;
}

@media screen and (min-width:991px) {
	.col-head{
		background-color: #F5F6F9;
		text-align: center;
	}
}

#contents .box_wrap.contrast::-webkit-scrollbar { width:17px; height: auto; }
#contents .box_wrap.contrast{ scrollbar-base-color:#ccc; }/* IE用スクロールバーカラー */
#contents .box_wrap.contrast::-webkit-scrollbar-track { background: #eee; }/* 背景 */
#contents .box_wrap.contrast::-webkit-scrollbar-thumb { background:#ccc; }/* スクロールバー本体 */
#contents .box_wrap.contrast {
	max-height: 300px;
	overflow-y: scroll;
	border-radius: 0 0 5px 5px;
	border-top: solid 1px #d5cdce;
	padding: 0;
}
#contents .box_wrap.contrast .row{
	margin: 0;
}
#contents .box_wrap.contrast.self {
	border-radius: 5px;
	overflow-y: auto;
	max-height: none;
}
#contents .box_wrap.contrast.on_title {
	border-radius: 0 0 5px 5px;
	overflow-y: auto;
	max-height: none;
}
.contrast .row > div:not(:last-child) {
	border-right: solid 1px #d5cdce;
}
#contents .box_wrap.table_box.contrast .row:last-child > div {
	border-bottom: 0;
}
#contents .box_wrap.contrast_head {
	margin-bottom: 0;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
  padding-right: 32px;
  background: #F5F6F9;
}
#contents .box_wrap.table_box.contrast_head > .row > div {
	border-bottom: 0;
}
#contents .box_wrap.table_box.contrast_head > .row.col3 > div:not(:last-child) {
	border-right: solid 1px #d5cdce;
}
#contents .box_wrap.contrast .bgblue {
	background: #F5F6F9;
	text-align: center;
}

@media screen and (max-width: 767px){
	#contents .box_wrap.contrast.self {
		border-top: solid 2px #103184;
	}
	#contents .box_wrap.table_box.contrast .row:last-child > div.bgblue {
		border-bottom: solid 1px #d5cdce;
	}
	#contents .box_wrap.table_box.contrast .row:last-child > div.bgblue:not(:first-of-type) {
		border-top: solid 1px #d5cdce;
	}

}

/*-------------
 footer
------------*/

footer {
  border-top: 1px solid #c5c5c5;
  padding-top: 30px;
  bottom: 0;
  width: 100%;
  background: #FFF;
  position: absolute;
}

footer .official {
  height: 36px;
  position: relative;
  clear: both;
  margin: 30px 0 0 0;
  padding: 12px 30px 0;
  background: #103184;
  line-height: 1;
  color: #FFF;
}

footer .official p {
  margin: 0px;
  float: left;
  width: 42%;
  font-size: 1.2rem;
  line-height: 1;
}

footer .official small {
  float: right;
  width: 54%;
  text-align: right;
  font-size: 11px;
}


/*form*/

.form-control {
  border-radius: 6px;
  border: solid 3px #103184;
  height: 45px;
  color: #333;
}

.form-control.onlabel {
  width: 80%;
	display: inline-block;
}
.form-control.onlabel02 {
  width: 50.76%;
	display: inline-block;
}
.form-control.onlabel03 {
  width: 80%;
	display: inline-block;
}
.form-control.onlabel04 {
	width: 36%;
	display: inline-block;
}
.form-control.onlabel05 {
	width: 15%;
	display: inline-block;
}

.col-form-label {
  padding: 12px 0;
  font-weight: normal;
}

.select {
  padding: 10px 4.5rem 10px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/liplus/static/images/bg-pullldown_01-98c151d146c033558ac84cb3278e4e43.png) 100% no-repeat;
  width: 100%;
}

.select:hover {
  cursor: pointer;
}

.form-control:focus {
  border-color: #103184;
}

/*radio*/

input[type=radio] {
  visibility: visible;
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

input[type=radio]:checked + label {
  position: relative;
  border: 3px solid #103184;
  padding: 13px 0 10px 43px;
}

input[type=radio] + label span strong {
  font-size: 20px;
  font-size: 2rem;
}

input[type=radio] + label > span {
  padding-left: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 1rem;
  display: table-cell;
  vertical-align: middle;
}

input[type=radio] + label span:hover:after {
  display: none;
}

input[type=radio]:checked + label span:before {
  left: 13px;
}

input[type=radio] + label span:before {
  content: url('/liplus/static/images/radio_off-c56866077dbe809c3cdcdd0916d910e7.png');
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -11px;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
}

input[type=radio]:checked + label span:before {
  content: url('/liplus/static/images/radio_on-7a002f4369321b51fac9ff00d2c2934d.png');
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: normal;
  border: 1px solid #103184;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  width: 100%;
  padding: 15px 0 12px 45px;
  vertical-align: top;
  background: #FFF;
}

input[type=checkbox] + label {
  display: table;
  padding: 15px 15px 13px 45px;
  margin-bottom: 5px;
}

input[type=checkbox] + label span {
  display: table-cell;
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type=radio] + label {
  position: relative;
  display: block;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}

input[type="radio"] + label.focus,
input[type="checkbox"] + label.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: #F5F6F9;
}


/*checkbox*/

input[type=checkbox] {
	visibility: visible;
	position: absolute;
	left: 1.5rem;
	height: 0;
	width: 0;
	opacity: 0;
}
input[type=checkbox] + label {
	font-weight: normal;
	border: 1px solid #103184;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	width: 100%;
	padding: 15px 0 12px 45px;
	vertical-align: top;
}
input[type=checkbox] + label {
	display: table;
	padding: 15px 15px 13px 45px;
	margin-bottom: 5px;
}
input[type=checkbox] + label span {
	display: table-cell;
	vertical-align: middle;
}
input[type=checkbox] + label span:before {
	content: url(/liplus/static/images/checkbox_off-2d594f2174a988ee875ac2528df73341.png);
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -13px;
	height: 27px;
	width: 27px;
	box-sizing: border-box;
}
input[type=checkbox]:checked + label span:before {
	content: url('/liplus/static/images/checkbox_on-6ed0d8334cbf787fce73bc63906e5b50.png');
}
input[type="checkbox"] + label:hover {
	cursor: pointer;
}


/*password*/

.passinput {
	background-color: #fffcd3;
}
.psbtn {
	margin-top: 10px;
}


label {
	font-weight: normal;
}

/*radio_small*/
.radio_small > div:nth-child(odd) {
	padding-right: 3px;
}
.radio_small > div:nth-child(even) {
	padding-left: 3px;
}
.radio_small input[type=radio] + label {
	padding: 10px 0 10px 25px;
}
.radio_small input[type=radio]:checked + label {
	padding: 8px 0 8px 23px;
}
.radio_small input[type=radio] + label > span {
	font-size: 13px;
	font-size: 1.3rem;
}
.radio_small input[type=radio] + label span:before {
	content: " ";
	position: absolute;
	top: 25px;
	left: 8px;
	width: 12px;
	height: 12px;
	background: url(/liplus/static/images/radio_off-c56866077dbe809c3cdcdd0916d910e7.png);
	background-size: contain;
}
.radio_small input[type=radio]:checked + label span:before {
	top: 23px;
	left: 6px;
	background: url(/liplus/static/images/radio_on-7a002f4369321b51fac9ff00d2c2934d.png);
	background-size: contain;
}

/*.checkonly*/
.checkonly input[type=checkbox] + label {
	padding: 20px 0;
	border: 0;
	margin-bottom: 0;
}
.checkonly input[type=checkbox]:checked + label {
	background: none;
}
#contents .box_wrap.table_box.detail > .row > div .checkonly input[type=checkbox] + label span span{
	text-align: left;
	padding: 0 0 0 30px;
}
@media screen and (max-width: 992px) {
	.radio_small input[type=radio] + label > span {
		display: block;
		text-align: left;
		font-size: 11px;
		font-size: 1.1rem;
	}
	#contents .box_wrap.table_box.sumtype02 .form-group.checkonly {
		margin: 0;
		border-top: solid 1px #d5cdce;
	}
  .checkonly input[type=checkbox] + label {
    width: 19rem;
    margin: 0 auto;
    padding: 0;
  }
	.checkonly {
		border-top: solid 1px #d5cdce;
	}
}


/*-----------
 sp
--------------*/

@media screen and (max-width: 992px) {
  #wrap {
    padding-bottom: 170px;
  }
  #contents .box_wrap.table_box > .row:last-child > div:last-child,
  #contents .adress_box > div > .row:last-child > div:last-child {
    border-bottom: 0;
  }
  .col-form-label {
    padding: 12px 15px 0;
  }
  .back_btn_box {
    width: 15%;
    left: 35px;
  }
  .back_btn_box .back_btn,
  #contents .adress_box > div > .row > div:first-child,
  #contents .adress_box > div > .row > div {
    width: 100%;
  }
	/*form*/
	.form-control {
		margin-bottom: 1rem;
	}
	.form-control.onlabel,.form-control.onlabel02,.form-control.onlabel03,.form-control.onlabel04,.form-control.onlabel05 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
  .back_btn {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
  .next_btn_box .next_btn {
    font-size: 2.1rem;
    padding: 1rem;
  }
	.next_btn_box .next_btn:after {
		border-left: 6px solid #fff;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
		right: 0.5rem;
		margin-top: -4px;
	}
  .next_btn_box .next_btn.mid {
		font-size: 1.7rem;
		padding: 1rem 23px;
  }
  .next_btn_box .next_btn.mypage {
    font-size: 1.6rem;
    padding: 1rem;
    white-space: normal;
  }
  .next_btn_box .next_btn.whoutline {
		padding: 0.8rem 1rem;
  }
	.next_btn_box .next_btn.whoutline:after {
		border-left: 6px solid #103184;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
		right: calc(0.5rem - 1px);
		margin-top: -4px;
	}
  .back_btn_box.self .back_btn {
    padding: 12px 10%;
  }
	#contents .next_btn_box.self.type02 {
		padding: 1.5rem 0 10px;
	}
	.back_btn_box.self.type02 {
		position: absolute;
		bottom: 78px;
	}
  #contents {
    margin-bottom: 0;
  }
  #contents .box_wrap, #contents .box_wrap.no_border,
  #contents .box_wrap.type02,
	#contents .box_wrap.no_footer,
	#contents .box_wrap.error {
      border: solid 2px #103184;
      border-radius: 5px;
      overflow: hidden;
  }
  #contents .box_wrap.boxin {
    border: solid 1px #d5cdce;
  }
	#contents .box_wrap.inpd {
    padding: 1.5rem 15px;
	}
	#contents .box_wrap.sp_bdnone {
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
  #contents .box_wrap.table_box > .row > div ,
  #contents .box_wrap.table_box .bdrow > div ,
  #contents .box_wrap.table_box > .collapse > .row > div,
	#contents .box_wrap.error .r_colunm {
    padding: 1rem 1.5rem;
  }
  #contents .box_wrap.table_box .thisbox > p {
    padding: 1rem 1.5rem;
  }
  #contents .ttl02 + .box_wrap.on_title {
    border-top: 0;
  }
  #contents .ttl02 {
		padding: 1rem 1.5rem;
		background: #F5F6F9;
		border: 2px solid #103184;
		margin-bottom: -1px;
		border-bottom: 2px solid #d5cdce;
  }
	#contents .ttl02-normal {
		margin: 1.5rem 0 2.2rem;
	}
  #contents .box_wrap.table_box > .row > div.txt_blue01,
  #contents .box_wrap.table_box .bdrow > div.txt_blue01,
  #contents .box_wrap.table_box > .collapse > .row > div.txt_blue01{
  	border-bottom: 0;
    padding-bottom: 0;
  }
  #contents .box_wrap.table_box > .row.adress_box > div:first-child {
    padding: 1rem 1.5rem;
    border-bottom: solid 1px #d5cdce;
  }

  #contents .adress_box > div > .row > div:first-child {
    padding: 1rem 1.5rem 0;
    border-bottom: 0;
  }
  #contents .adress_box > div > .row > div {
    padding: 1.5rem;
  }
	#contents .box_wrap.error .blue_colunm {
		background: #F5F6F9;
		border-bottom: solid 1px #d5cdce;
	}
  #contents .container .next_btn_box {
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		padding: 1.5rem;
		background: none;
  }
  #contents .container .next_btn_box.small {
      padding: 0;
  }
  .back_btn_box {
      left: 1.5rem;
  }
.back_btn_box.type03 .back_btn {
	padding: 10px 10% 11px;
}
.back_btn_box.type03 {
	bottom: 17px;
}
  .select {
    background-image: url(/liplus/static/images/bg-pullldown_01_sp-9e26c3a5389997084b70d4d6e9f329ed.png);
    background-size: 25px 45px;
    padding: 0.7rem 2.5em 0.8rem 0.8rem;
  }

  /*-------------
   footer
  ------------*/
  footer {
    padding-top: 0;
  }
  footer .contact-tell {
    margin: 0;
    padding: 11px 0;
  }
  footer .official {
    margin: 0;
    height: auto;
    padding: 13px 0;
    text-align: center;
  }
  footer .official small {
    float: none;
    width: auto;
    font-size: 1rem;
    line-height: 1.7em;
  }

}

@media screen and (max-width: 540px){
	.back_btn_box.type02 {
		bottom: 172px;
	}
}


/*170414－*/
#contents .my_ttl01 {
  font-weight: bold;
  border-bottom: solid 2px #113184;
  padding-bottom: 4px;
  font-size: 2.6rem;
  margin: 0.67em 0;
}

#contents .my_ttl02 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 1px #113184;
  padding-bottom: 7px;
  margin: 50px 0 20px;
  line-height: 1.5em;
}

#contents .my_ttl02.mt10 {
  margin-top: 10px;
}

#contents .my_ttl03 {
  color: #103184;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px 20px;
  background: #F5F6F9;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d5cdce;
  border-bottom: 0;
  text-align: center;
  width: 100%;
  box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
  -moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
}

#contents .my_ttl03.dark {
  color: #FFF;
  background: #103184;
  border: 1px solid #103184;
}

#contents .my_ttl03.line2 {
  padding: 7px 25px;
}

#contents .my_ttl04 {
  color: #103184;
  font-weight: bold;
  font-size: 2rem;
  margin: 80px 0 5px;
  display: block;
  border-bottom: 1px solid #d5cdce;
  text-align: center;
  padding-bottom: 10px;
}

#contents .blue {
  color: #103184;
}

#contents .bold {
  font-weight: bold;
}

.v1507_Page_Top03 {
  position: fixed;
  bottom: 10px;
  z-index: 11;
  display: none;
  right: 20px;
}
@media screen and (min-width: 767px) {
  #wrap.white {
    background: #fff;
    /* padding-bottom: 140px; */
  }
  footer.linktype .contact-tell img {
    display: inline;
  }
  footer.linktype .contact-tell .link_list {
    float: right;
  }
}

.link_list li {
  background: url(/liplus/static/images/ico_cmn_brank01-74e05bbf69372b43e3441b870ffdc6fd.gif) no-repeat center left;
  background-size: 13px;
  padding-left: 19px;
  list-style: none;
}
.link_list.sp {
  display: none;
}
.link_list.pc {
  display: block;
}

.link_list li a {
  color: #000;
}

.link_list li a:hover {
  color: #103184;
}

/*prof_box*/

#contents .box_wrap.prof_box > .row:first-child {
  border-bottom: solid 1px #d5cdce;
  padding: 0 0 15px;
}

#contents .box_wrap.prof_box > .row {
  margin: 0 -10px;
}

#contents .box_wrap.prof_box > .row:first-child span {
  font-size: 2.4rem;
  margin-right: 0.5em;
}

#contents .box_wrap.prof_box > .row:first-child div:last-child {
  padding-top: 0.7em;
}

#contents .box_wrap.prof_box > .row:nth-child(2) ,
#contents .box_wrap.prof_box > .row:last-child {
  padding: 10px 0 0;
}

.menu_btn {
	margin: 0;padding: 0;
}

.menu_btn button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.menu_btn li {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin-right: 14px;
  list-style: none;
}

.menu_btn li a,
.menu_btn li button {
  border: solid 3px #7083b5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 2px 0px;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  color: #103184;
  text-decoration: none;
  font-size: 1.4rem;
  background: url(/liplus/static/images/ico_arrow06-bd37003e73c934edc3efc971867b1b1e.gif) no-repeat;
  background-position : right 8px center;
  padding: 10px 1.5rem 10px 0.8rem;
}

.menu_btn li button{
	width:100%;
	text-align: left;
}

.menu_btn li a.blank,
.menu_btn li button.blank {
  background: url(/liplus/static/images/ico_cmn_brank01-74e05bbf69372b43e3441b870ffdc6fd.gif) no-repeat;
	background-position : right 5px center;
  position: relative;
}

.menu_btn li a.blank span,
.menu_btn li button.blank span {
  position: absolute;
  right: 25px;
  color: red;
  font-weight: bold;
}

.menu_btn li a.icoArrow,
.menu_btn li button.icoArrow {
  position: relative;
}

.menu_btn li a.icoArrow span,
.menu_btn li button.icoArrow span {
  position: absolute;
  right: 25px;
  color: red;
  font-weight: bold;
}

.menu_btn li a:hover,
.menu_btn li button:hover {
  background-color: #f5f6f9;
}

.menu_btn li a.unentered,
.menu_btn li button.unentered {
  color: #fff;
	border-color: #103184;
	background-color:#103184;
	background-image:url(/liplus/static/images/icon_next01-80e821221a0b9006703e4d33b9c6c248.png);
}

.menu_btn li a.unentered:hover,
.menu_btn li button.unentered:hover{
	opacity:.7;
}


.box_text {
  line-height: 1.7em;
  margin: 5px 0 10px;
}

#contents .yahoo_box div:last-child {
  padding-top: 0.5em;
}

.yahoo_box + .link_list {
  margin: 30px 0 50px;
}

.red_box {
  padding: 20px 15px;
  background-color: #f3cfcb;
  border: 1px solid #ff0000;
  border-radius: 4px;
  margin-bottom: 20px;
}

.red_box .process_btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.red_box > ul {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  padding-left: 1em;
}
.red_box > ul > li {
  list-style: none;
}

.red_box p {
  font-size: inherit;
}

.form input {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #103184;
  padding: 10px;
}

.form .row {
  margin-bottom: 10px;
}

.form .link_list02 {
  margin: 15px 0 30px;
  padding-left: 0;
}

.form .row div p {
  margin: 0;
  padding: 8px 0;
}

#login_btn {
  margin: 30px 0 50px;
}

#login_btn .or {
  margin: 10px 0 8px;
}

.link_list02 li {
  list-style: none;
}

.link_list02 li a {
  background: url(/liplus/static/images/ico_cmn_arrow01-de98beedf9a5e88edb5f5ab25c1f36a1.gif) no-repeat center left;
  background-size: 13px;
  padding-left: 19px;
  list-style: none;
}

.link_list02 li a {
  color: #000;
  font-weight: bold;
}

.link_list02 li a:hover {
  color: #103184;
}

.err {
  background: #f3cfcb;
}

.info {
  margin: 10px 0 50px;
}
.info02 {
	background-color: #fff;
	padding: 15px 20px;
	border: 1px solid #d5cdce;
}
.info03 {
	background-color: #fff;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.info04 {
	border-radius: 10px;
	border: 1px solid #103184;
	padding: 1.5rem;
	margin: 5px 0 15px;
}
@media screen and (min-width: 992px) {
	.info04 {
		background-color: #fffaeb;
		padding-left: 35px;
		padding-right: 35px;
	}
}
.info02.mgtype,
.info03.mgtype{
	margin: 0 0 30px 0;
}
.info03.mgtype02{
	margin: 30px 0 0 0;
}
.info03.mgtype03 {
	margin: 30px 0;
}
.disc {
	padding-left: 1em;
	margin-bottom: 0;
}
.disc > li {
	background: url(/liplus/static/images/ico_disc-07402acfef3da0216f57e1cb590ab448.gif) no-repeat left 1.2rem;
	padding-left: 1rem;
	line-height: 1.7em;
	font-size: 106%;
	list-style-type: none;
}
.disc02 {
	padding-left: 25px;
}
#contents .box_wrap.details{
	padding: 0;
}
#contents .box_wrap.details .bg_blue02 {
	border-radius: 5px 5px 0 0;
	background: #F5F6F9;
}
#contents .box_wrap .bg_blue02.type02 {
	border-radius: 0;
	border-top: solid 1px #d5cdce;
}
#contents .box_wrap.details .bgblue {
	background: #F5F6F9;
}
#contents .box_wrap.details .plan_box {
	border-top: solid 1px #d5cdce;
}
#contents .box_wrap.details .plan_box .row {
	margin: 0;
}
#contents .box_wrap.details .r_colunm {
	border-left: 1px solid #d5cdce;
	padding: 0;
}
#contents .box_wrap.details .plan_box .head p {
	padding-top: 15px;
	margin: 0;
}
#contents .box_wrap.details .plan_box .r_colunm p {
	padding: 15px;
	margin: 0;
}
#contents .box_wrap.details .plan_box .r_colunm p:nth-child(n+3) {
	border-top: 1px solid #d5cdce;
}

@media screen and (min-width: 992px) {
  .container_inner {
    width: 750px;
    margin: 30px auto 50px;
  }
  .menu {
    margin-left: -5px;
    margin-right: -5px;
  }
  .menu > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu + hr {
    margin: 15px 0 40px;
  }
	#contents .box_wrap.details .plan_box.bgblue .r_colunm p {
			padding: 15px 0;
	}
}
@media screen and (min-width: 768px) {
	#contents .my_ttl03 {
		height: 70px;
	}
	#contents .yahoo_box div.pt0:last-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container_inner {
    margin-bottom: 50px;
  }
  #contents .box_wrap.prof_box > .row:first-child span {
    font-size: 2rem;
  }
  #contents .yahoo_box div:last-child {
    padding-top: 10px;
  }
  .menu + hr {
    margin-top: -5px;
  }
  #contents .my_ttl01 ,#contents .my_ttl02 {
    font-size: 2rem;
  }
  #contents .my_ttl02 {
    font-size: 1.8rem;
  }
  #contents .my_ttl03 {
    padding: 1rem;
  }
  #contents .my_ttl04 {
    margin-top: 50px;
  }
  .link_list.sp {
    display: block;
    margin-top: 15px;
		padding: 0;
  }
  .link_list.pc {
    display: none;
  }
	.info03 {
		background-color: #f5f6f9;
		padding: 1rem 1.5rem 2rem;
	}
}

@media screen and (max-width: 992px){
	#contents .box_wrap.details .txt_blue04 {
		padding: 10px 0;
		margin: 0 1.5rem 0;
	}
	#contents .box_wrap.details .plan_box .head p {
		padding-bottom: 1.5rem;
	}
	#contents .box_wrap.details .plan_box .r_colunm .sphead {
    margin: 0;
    padding: 0.5rem;
    background: #f5f6f9;
    border-bottom: 1px solid #d5cdce;
    text-align: center;
	}
	#contents .box_wrap.details .plan_box .r_colunm {
    border-right: 1px solid #d5cdce;
    padding: 0;
    border-top: 1px solid #d5cdce;
		    border-left: none;
	}
	#contents .box_wrap.details .plan_box .r_colunm.brn {
    border-right: none;
	}
	#contents .box_wrap.details .plan_box .r_colunm p {
    padding: 1.5rem;
	}
	.disc02 {
		padding-left: 2rem;
	}
}

.radio_box.inpd01 {
	padding: 15px 0;
}
.radio_box.inpd02 {
	padding: 30px 0 25px;
}

@media screen and (max-width: 767px){
	.radio_box.inpd01 {
		padding: 1rem 0;
	}
	.radio_box.inpd02 {
		padding: 2rem 0 1.5rem;
	}

}


/*consent_box*/
.consent_box {
	margin: 50px 0 30px;
}
.consent_box p label:hover {
	background: #F5F6F9;
}
.consent_box.important input[type="checkbox"]:checked + label {
	background: #FFDCDC;
	color: #F00;
	border: 1px solid #FF0000;
}
.consent_box input[type=checkbox]:disabled + label {
	border: solid 1px #ccc;
	color: #ccc;
}
.consent_box input[type=checkbox]:disabled + label span:before,
.checkonly input[type=checkbox]:disabled + label span:before {
	content: url(/liplus/static/images/checkbox_disabled-a043d044f042a77539e8b59cbe3ced01.png);
}
.checkonly  input[type=checkbox]:disabled + label {
	cursor: not-allowed;
}
.button_area {
	margin: 30px 15px;
}
@media screen and (max-width: 992px) {
	#contents .check_box.consent_box {
		margin: 3.5rem 0 0;
	}
}

/*shisan_wrap*/
.shisan_wrap {
	background-color: #fff;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.shisan_wrap .txt_blue {
	font-weight: bold;
	color: #103184;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1;
	margin-bottom: 10px;
}
.shisan_wrap .txt_blue small {
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
}
.fee {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
.fee .blue{
	padding-top: 25px;
	padding-right: 10px;
	display: inline-block;
}
.fee.type02 .blue{
	padding-top: 0;
}
.fee .red .big {
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
}
.fee .red.rightBlock {
	display: inline-block;
	text-align: right;
}
#contents .unselected .fee span {
  color: #cfd6e6;
}
#feeFollow {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #cfd6e6;
	z-index: 1;
	padding: 10px 15px;
	display: none;
}
#feeFollow .fee .blue {
	padding-top: 14px;
}
#feeFollow.follow {
	display: block;
}
.h_list {
	margin: 0;
	padding: 0;
}
.h_list li {
	border-bottom: 1px solid #cfd6e6;
	list-style: none;
}
.h_list li .option {
	border-top: 1px dotted #cfd6e6;
	margin-left: 2rem;
	padding-top: 10px;
	margin-top: 10px;
}
.relative {
	position: relative;
}
.arrow {
	color: #fff;
	background-color: #103184;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	margin-right: 1em;
}
.arrow:after {
	content: " ";
	position: absolute;
	right: -8px;
	height: 100%;
	top: 0;
	border-top: 16px solid transparent;
	border-left: 8px solid #103184;
	border-bottom: 16px solid transparent;
}
.highright {
	background-color: #ffe4e4;
}
.highright.type02 {
	margin-left: 10px;
}
@media screen and (min-width: 992px) {/*pcのみ*/
	.shisan_wrap .custom_link {
		padding-top: 30px;
	}
	.shisan_wrap .txt_blue {
		margin: 20px 0 30px;
	}
	.shisan_wrap .type_select {
		margin-top: 30px;
	}
	.shisan_wrap .inbox {
		margin-top: 50px;
	}

	.h_list li {
		padding: 10px 0;
	}
	.shisan_wrap .fee.type02{
		position: absolute;
		right: -210px;
		bottom: 13px;
	}
	.radiomd input[type=radio] + label > span {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 992px) {/*tab,sp*/
	.spdrill_target {
		display: none;
	}
	.shisan_wrap {
		padding: 1rem 1.5rem 0;
	}
	.shisan_wrap .custom_link {
		text-align: right;
		margin-top: 10px;
	}
	.shisan_wrap .inbox {
		margin-top: 20px;
	}
	.h_list {
		margin: 0 -1.5rem;
	}
	.h_list li {
		padding: 10px 1.5rem;
		border-bottom: 0;
		border-top: 1px solid #cfd6e6;
	}
	.open_btn {
		border-top: 1px solid #cfd6e6;
		padding: 10px 0;
	}
	.close_btn {
		padding: 10px 15px;
	}
	.open_btn a ,
	.close_btn a {
		color: #000;
		padding-right: 1em;
		position: relative;
	}
	.open_btn a:after {
		content: " ";
		position: absolute;
		right: 0;
		top: 33%;
		border-left: 4px solid transparent;
		border-top: 7px solid #103184;
		border-right: 4px solid transparent;
	}
	.close_btn a:after {
		content: " ";
		position: absolute;
		right: 0;
		top: 33%;
		border-left: 4px solid transparent;
		border-bottom: 7px solid #103184;
		border-right: 4px solid transparent;
	}
	.fee.type02 {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {/*sp*/
	.shisan_wrap {
		border: solid 2px #103184;
		border-radius: 5px;
		box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-webkit-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
		-moz-box-shadow: rgb(213, 205, 206) 0px 3px 3px 0px;
	}
	.type_radio > div > .row {
		display: table;
		width : 100% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% + 30px) ;
		width : calc(100% + 30px) ;
	}
	.type_radio > div > .row > div {
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding-right: 0;
	}
	.fee {
		padding-right: 15px;
		text-align: right;
	}
}

@media screen and (max-width: 320px) {/*min sp*/
	.fee .red .big {
		font-size: 23px;
		font-size: 2.3rem;
	}
}

.arrow01_link {
	background: url(/liplus/static/images/ico_cmn_arrow01-de98beedf9a5e88edb5f5ab25c1f36a1.gif) no-repeat left center;
	text-decoration: none;
	padding-left: 19px;
	color: #405a9d;
	text-decoration: underline;
}
.pencil_link {
	background: url(/liplus/static/images/ico_pencil01-b94b4afa641462daa4c43e4d8b880f64.png) no-repeat left center;
	text-decoration: none;
	padding-left: 19px;
	color: #405a9d;
	text-decoration: underline;
}
a.arrow01_link:hover {
	color: #103184;
	text-decoration: none;
}
.blank01_link {
	background: url(/liplus/static/images/ico_cmn_brank01-74e05bbf69372b43e3441b870ffdc6fd.gif) no-repeat left center;
	text-decoration: none;
	padding-left: 22px;
	color: #405a9d;
	text-decoration: underline;
}
a.blank01_link:hover {
	color: #103184;
	text-decoration: none;
}
#contents .section01 {
	margin-bottom: 30px;
}
#contents .section02 {
	margin-bottom: 15px;
}
#contents .section03 {
	margin-top: 15px;
	margin-bottom: 30px;
}
#contents .section04 {
	margin-top: 50px;
	margin-bottom: 30px;
}
#contents .section05 {
	margin-bottom: 50px;
}
#contents .section06 {
	margin: 20px 0;
}
#contents .section07 {
	margin: 5px 0;
}
#contents .section08 {
	margin-top: 15px;
}
.indent1 {
	padding-left: 1em;
}
.mbstn {
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {/*sp*/
	.mbstn {
		margin-bottom: 1rem;
	}
}


#contents .box_wrap.table_box.detail div.inrow .row > div.inrow_list01 {
	padding: 0;
}
.inrow_list01 ul {
	padding: 0;margin: 0;
}
.inrow_list01 ul li {
	display: block;
	padding: 10px;
}
.inrow_list01 ul li.col-md-12 {
	width: 100%;
	border-bottom: 1px solid #d5cdce;
}
.inrow_list01 ul li.right {
	border-left: 1px solid #d5cdce;
}

.btn-link.w_normal {
	white-space: normal;
	text-align: left;
}
hr.hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.modal_links {
	background: url(/liplus/static/images/ico_faq01-6488709561f1f58d0935821b804cf889.gif) no-repeat right center;
	padding-right: 1.3em;
	-webkit-background-size: 14px;
	background-size: 14px;
}
.modal_links02 {
	background: url(/liplus/static/images/ico_faq01-6488709561f1f58d0935821b804cf889.gif) no-repeat left center;
	padding-left: 1.4em;
	-webkit-background-size: 14px;
	background-size: 14px;
}
.modal_links03 {
	-webkit-background-size: 14px;
	background-size: 14px;
}
.drillDetail {
	padding: 15px;
}
.drillDetail.closebtn {
	border-top: solid 1px #d5cdce;
}
.drillDetail a {
	position: relative;
	color: inherit;
	padding-right: 13px;
}
.drillDetail a:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 33%;
	border-left: 4px solid transparent;
	border-top: 7px solid #103184;
	border-right: 4px solid transparent;
}
.drillDetail.closebtn a:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 33%;
	border-left: 4px solid transparent;
	border-bottom: 7px solid #103184;
	border-right: 4px solid transparent;
	border-top: none;
}
.atention {
	text-align: center;
	color: #f00;
	line-height: 2em;
	margin-top: 50px;
}
.featured_box {
	background: #f5f4f0;
	padding: 15px 25px;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {/*sp*/
	.featured_box {
		margin: 15px -1.5rem 0;
	}
}

.iframe-content {
	border: 1px solid #d5cdce;
	width: 100%;
	height: 202px;
	overflow: auto;
}

.iframe-content iframe {
	border: none;
	width: 100%;
	height: 100%;
	display: block;
}

.inselect select {
	display: inline-block;
}

.scroll {
	max-height: 298px;
	overflow-y: auto;
	padding: 30px 20px 20px;
	border: 1px solid #cfd6e6;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.inselect select {
		width: 65%;
	}
	.inselect.short select {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.scroll {
		padding: 1.5rem 1.5rem 1.5rem 0.5rem;
	}
	.scroll::-webkit-scrollbar { width:17px; height: auto; }
	.scroll{ scrollbar-base-color:#ccc; }/* IE用スクロールバーカラー */
	.scroll::-webkit-scrollbar-track { background: #eee; }/* 背景 */
	.scroll::-webkit-scrollbar-thumb { background:#ccc; }/* スクロールバー本体 */
}

/*50_11.html用spfooter*/
@media screen and (max-width: 992px){
	.vsp_1507_footer_Logo01 {
		padding: 11px;
		margin: 0;
	}
	.vsp_1507_Copyright_Wrapper01 {
		background: #103184;
		padding: 13px 0;
	}
	.vsp_1507_Copyright_Wrapper01 .vsp_1507_Copyright01 {
		color: #fff;
		text-align: center;
		font-size: 1rem;
		margin: 0;
	}
}


/*add 171012*/
.form-control[disabled] {
	border: solid 3px #cfd6e6;
	background: #fff url(/liplus/static/images/bg-pullldown_01_disabled-5c2dd8a989d706a02d9bc648b7b22af1.png) 100% no-repeat;
	color: #cfd6e6;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 767px){
	.form-control[disabled] {
		background-image: url(/liplus/static/images/bg-pullldown_01_sp_disabled-aeaa8264c76e7cc2ffdc545195686013.png);
		background-size: 25px 45px;
	}
}

/*add 171027*/
input[type="radio"][disabled] + label {
	border: solid 3px #cfd6e6;
	color: #cfd6e6;
}
input[type="radio"][disabled]:checked + label {
	padding: 15px 0 12px 45px;
}
input[type=radio][disabled] + label span:before {
	content: url(/liplus/static/images/radio_disabled_off-871a4ab4c244cdfe1d829102fa40b060.png);
	background-size: contain;
}
input[type=radio][disabled]:checked + label span:before {
	content: url(/liplus/static/images/radio_disabled_on-96b4bb6721b26eb6a1c3d91dbb58b366.png);
	background-size: contain;
}


/*add 171108*/
#contents .box_wrap.no_shadow {
	padding: 20px 25px;
	margin-top: 5px;
	box-shadow: none;
}
.cheack_list {
	margin: 10px 0 15px;
	position: relative;
}
.cheack_list > * {
	display: inline-block;
	vertical-align: middle;
}
.cheack_list > p {
	max-width: calc(100% - 40px);
}
.cheack_list .checkonly input[type=checkbox] + label {
	padding: 0;
}
.cheack_list input[type=checkbox] + label span:before {
	position: static;
	padding-right: 5px;
}
.cheack_list input[type=checkbox]:checked + label span:before {
	padding-right: 0;
}
.arrow_btn[disabled],
.arrow_btn[disabled]:hover{
	background-color: #ccc;
	opacity: 1;
	border: none;
}
.number01 {
	list-style: none;
	padding-left: 3em;
	margin: 5px 0;
}
.number01 li {
	list-style: none;
	padding: 0;
	text-indent: -3em;
	margin-bottom: 5px;
}
#contents .box_wrap.contrast.normal {
	border-radius: 5px;
	overflow-y: auto;
	max-height: none;
}
.row.bg_blue01 {
	background: #cfd6e6;
}
#contents .box_wrap.in_btn .btn {
	width: 100%;
}
.drillDetail.type02.closebtn {
	border-top: none;
	padding: 30px 0 0;
}
.drillDetail.type02 a {
	position: relative;
	color: inherit;
	padding-right: 13px;
	display: block;
	padding: 15px;
	font-weight: bold;
}
.drillDetail.type02.closebtn a {
	padding: 15px 0 0;
}
.drillDetail.type02 a:after {
	content: " ";
	position: absolute;
	right: 50%;
	bottom: -10px;
	top: auto;
	margin-right: -15px;
	margin-top: 20px;
	border-left: 15px solid transparent;
	border-top: 15px solid #103184;
	border-right: 15px solid transparent;
}
.drillDetail.type02.closebtn a:after {
	content: " ";
	position: absolute;
	top: -40px;
	bottom: auto;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #103184;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
}
.mgtype04 {
	margin: 0 20px 30px;
}
/*.box_wrap.return_amount*/
#contents .box_wrap.return_amount {
	white-space: inherit;
	word-break: break-all;
}
#contents .box_wrap.return_amount > .row:not(:first-of-type) {
	border-top: 1px solid #d5cdce;
}
#contents .box_wrap.return_amount > .row > div:not(:first-of-type) {
	border-left: 1px solid #d5cdce;
}
#contents .box_wrap.return_amount > .row > div:not(.in2col) ,
#contents .box_wrap.return_amount > .row .in2col > .row > div {
	padding: 15px 20px;
}
#contents .box_wrap.return_amount > .row .row > div:last-child {
	border-left: 1px solid #d5cdce;
}
.checkonly .valid {
	position: relative;
}
@media screen and (max-width: 767px){
	#contents .detail_wrap.on_title .box_wrap:nth-of-type(2) {
		border-top: none;
		border-radius: 0 0 5px 5px;
	}
	#contents .box_wrap.contrast.normal {
		border-top: 2px solid #103184;
	}
	#contents .box_wrap.return_amount > .row .row > div:last-child {
		border-top: 1px dotted #d5cdce;
		border-left: none;
	}
	#contents .box_wrap.return_amount > .row > div:not(.in2col) ,
	#contents .box_wrap.return_amount > .row .in2col > .row > div {
		padding: 1rem 1.4rem;
	}
	#contents .box_wrap.table_box.contrast.in_btn .row:last-child > div {
		border-bottom: 1px solid #d5cdce;
	}
	#contents .box_wrap.in_btn .arrow_btn {
		width: 50%;
	}
	#contents .box_wrap.in_btn.table_box.contrast.normal p.index {
		padding: 1rem 1.5rem;
		text-align: center;
		background-color: #F5F6F9;
		border-bottom: solid 1px #d5cdce;
		margin: -1rem -1.5rem 1rem;
	}
}
@media screen and (max-width: 992px){
	.cheack_list .checkonly input[type=checkbox] + label {
		width: auto;
	}
	.cheack_list .checkonly {
		border-top: 0;
	}
	.mgtype04 {
		margin: 0 0 2rem;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	#contents .box_wrap.table_box.detail.sm_normal > .row > div {
		border-bottom: solid 1px #d5cdce;
		padding: 15px 20px;
	}
	#contents .box_wrap.table_box.detail.sm_normal > .row > div span {
		padding: 0;
		display: inline;
		text-align: left;
	}
	#contents .box_wrap.table_box.detail.sm_normal > .row > div:not(:last-child) {
		border-right: solid 1px #d5cdce;
	}
	#contents .box_wrap.table_box.detail.sm_normal .left-col,
	#contents .box_wrap.table_box.detail.sm_normal .right-col {
		border: none;
	}
}
@media screen and (min-width: 992px){
	#contents .detail_wrap .box_wrap.table_box.detail .head div.inrow .row > div {
		padding: 15px 9px;
	}
	.little_narrow .row div:first-child {
		border-left: 1px solid transparent;
	}
	#contents .detail_wrap .box_wrap.table_box.detail div.inrow.little_narrow .row > div {
		padding: 15px 16px;
	}
}
@media screen and (max-width: 374px){
	#contents .box_wrap.return_amount > .row > div:not(.in2col) ,
	#contents .box_wrap.return_amount > .row .in2col > .row > div {
		padding: 1rem 0.6rem;
	}
}
/*add 180117 WEB請求*/
.btn_box_txt01 {
	text-align: center;
}
.k_flow ul {
	padding: 0;margin: 0;
}
.k_flow li {
	list-style: none;
	position: relative;
	margin-bottom: 30px;
}
.k_flow li:not(:last-child):after {
	content: "";
	border-top: 20px solid #103184;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -50px;
}
.k_flow li:not(:nth-child(2)) dl {
	background: #F5F6F9;
}
.k_flow dl {
	border: 2px solid #103184;
}
.k_flow dt {
	background: #fff;
	text-align: center;
}
.k_flow dd {
	color: #103184;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 1.8em;
}
.k_flow dd.bgblue {
	background-color: #F5F6F9;
}

@media screen and (min-width: 768px) {
	.k_flow dl:after {
		content: "";
		display: block;
		clear: both;
	}
	.k_flow dd,.k_flow dt {
		float: left;
	}
	.k_flow dt {
		border-right: 2px solid #103184;
	}
	.k_flow dd {
		max-width: calc(100% - 154px);
	}
	.k_flow li:not(:nth-child(2)) .line_3 {
		background-color: #fff;
	}
	.k_flow .line_3 dd {
		border-left: 2px solid #103184;
		margin-left: -2px;
	}
	.k_flow li:not(:nth-child(2)) .line_3 dd {
		background-color: #F5F6F9;
	}
}
@media screen and (max-width: 767px) {
	.k_flow dt {
		border-bottom: 2px solid #103184;
	}
	.btn_box_txt01 {
		text-align: left;
	}
}
/*add 180117 WEB請求*/

/*add 180320 メールボックス*/
#contents .box_wrap.onerow_link {
	padding: 0;
	overflow: hidden;
}
.onerow_link > a {
	display: block;
	padding: 15px;
	position: relative;
	text-decoration: none;
	color: #000;
}
.onerow_link > a:not(:first-child) {
	border-top: solid 1px #d5cdce;
}
.onerow_link > a:hover {
	background-color: #f5f5f5;
}
.onerow_link > a:after {
	content: '';
	width: 14px;
	height: 14px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -7px;
}
.onerow_link .head {
	background-color: #F5F6F9;
	border-radius: 5px 5px 0 0;
	padding: 10px 15px;
}
.onerow_link .date{
	display: block;
}

.onerow_link .onerow_arrow {
	display: none;
	position: relative;
	z-index: 1;
}
.label-unread {
	background-color: #ff0000;
}
.label-read {
	background-color: #777;
}
.label_left {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	padding: 5px .6em;
}
.page_nation > * {
	display: inline-block;
}
.page_nation .prev ,
.page_nation .next ,
.page_nation .num {
	padding: 5px 20px;
}
.subject_wrap  {
	display: table;
	margin: 5px 0 0;
	padding-left: 0;
}
.subject_wrap > * {
	display: table-cell;
	vertical-align: middle;
}
.ico_key {
	background: url(/liplus/static/images/ico_key01-e2314e58458b0990b2c3eaae36565c59.gif) no-repeat left 1px;
	-webkit-background-size: 14px auto;
	background-size: 15px auto;
	padding-left: 20px;
}
@media screen and (min-width: 768px) {
	.list_pager {
		max-width: 320px;
		margin: 0 auto;
	}
}
.list_pager li.pageing {
	padding: 10px;
	display: inline-block;
}
.list_pager li a {
	border-radius: 5px;
	position: relative;
	color: #000;
}
.list_pager li.disabled a {
	background: #eee;
}
.list_pager li.next {
	float: right;
}
.list_pager li.next a {
	padding: 10px 25px 10px 20px;
}
.list_pager li.next a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -5px;
}

.list_pager li.prev {
	float: left;
}
.list_pager li.prev a {
	padding: 10px 20px 10px 25px;
}
.list_pager li.prev a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -5px;
}
@media screen and (min-width: 992px){
	.onerow_link .onerow_arrow {
		text-align: right;
	}
	.mail_detail_date {
		text-align: right;
	}
}
@media screen and (max-width: 992px){
	.onerow_link .onerow_arrow {
		margin-top: 10px;
	}
	.mail_detail_date {
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.subject_wrap  {
		width: 115%;
	}
}
/*//add 180320 メールボックス*/

/*add 181024 控除証明書ダウンロード画面*/
.under_anchor {
	text-decoration: underline;
}
.under_anchor:hover {
	text-decoration: none;
}
/*add 181024 控除証明書ダウンロード画面*/


/*add 181004 資料請求 受取人/指定代理請求人変更*/
.pageheader__login__btn {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 100%;
	border: 1px solid #103184;
	border-radius: 6px;
}
.pageheader__login__btn input ,
.pageheader__login__btn a {
	width: 100%;
	padding: 15px;
	background: #fff;
	color: #103184;
	border: none;
	white-space: inherit;
	background: url(/liplus/static/images/ico_key01-e2314e58458b0990b2c3eaae36565c59.gif) no-repeat 10px center;
	padding-left: 35px;
	display: block;
	text-align: left;
	text-decoration: none;
}
.v1507_Detail_Link01 {
	padding-left: 0;
	list-style: none;
}
.v1507_Detail_Link02 {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 5px;
}
.info_txt {
	background: #F5F6F9;
	padding: 1em;
	color: #103184;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}
.info_txt > p {
	margin-bottom: 0;
}
.dedicated_dial {
	color: #103184;
	font-weight: bold;
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #fff;
	display: inline-block;
	background: #fff url(/liplus/static/images/documentRequest/icon_01_02-42362110567be6ae91731c521c2850ac.png) no-repeat left center;
	padding: 0 20px 0 28px;
}
.dedicated_dial:after {
	content: "";
	border-top: 6px solid #103184;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
}

/*ekomi*/
.inekomi:after {
	content: "";
	display: block;
	clear: both;
}
.ekomi {
	font-size: 1.2rem;
	color: #505050;
}
.ekomi .evaluation {
	background: #e7eaf2;
	margin: 0 calc((1% + 7px) * -1);
	padding: 7px 15px;
	margin-bottom: 15px;
}
.ekomi .evaluation > img:first-child {
	width: 58px;
	float: left;
}
.ekomi .evaluation .rightbox {
	margin: 10px 10px 0 15px;
	float: left;
}
.ekomi .evaluation #star {
	background-image: url(/ekomi/img/stars_grey-97x15.png);
	height: 18px;
	width: 97px;
	margin-bottom: 5px;
	background-size: 100%;
	background-position: 0 0;
}
.ekomi .evaluation #star > div {
	background-image: url(/ekomi/img/stars_yellow-97x15.png);
	height: 18px;
}
.ekomi .evaluation .score {
	color: #8c8c8c;
}
.ekomi .evaluation .score span {
	font-size: 120%;
	color: #505050;
	font-weight: bold;
}
.ekomi .evaluation #person {
	margin-top: 10px;
}
.ekomi > a, .ekomi > a:hover {
	text-decoration: none !important;
	color: #8c8c8c;
}
.ekomi .left {
	float: left;
}
.ekomi .ekomilogo {
	float: right;
}
.ekomi .ekomilogo img {
	width: 70px;
}
.ekomibtn button {
	color: #fff;
	background: #103184;
	text-decoration: none;
	padding: 1.5rem 1rem;
	width: 100%;
	border: none;
}
.ttl_ekomi span, .ekomibtn span {
	font-weight: bold;
	padding-right: 10px;
}
.ekomi_section {
	margin-bottom: 50px;
}
.ekomi_section .modal__area__content__comment {
	font-size: 100%;
}
.ttl_ekomi {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 20px;
}
.ekomibtn button:hover {
	background: #4864a9;
}
footer.modal__area__footer {
	border-top: none;
	padding-top: 0;
	position: static;
}
header.modal__area__header {
	border-bottom: none;
	padding: 0;
}
#contents .box_wrap.button_box_after {
	margin-top: 30px;
}
#contents .bgblue {
	background: #F5F6F9;
}

@media screen and (max-width:767px){
	.ekomi_section {
		margin-bottom: 2.5rem;
	}
	.sp_aver .col-xs-6:nth-child(odd){
		padding-right: 7.5px;
	}
	.sp_aver .col-xs-6:nth-child(even){
		padding-left: 7.5px;
	}
	#contents .box_wrap.button_box_after {
		margin-top: 10px;
	}
	#contents .box_wrap.sp_mb10 {
		margin-bottom: 10px;
	}
}

.btn-primary.i_search {
	background: #103184 url(/liplus/static/images/benefitclaim/icon_search01-49758a65a82fb6697aaf7c23ca00a92a.png) no-repeat 5% center;
	width: 100%;
	padding: 12px 5px 12px 10%;
}

@media screen and (max-width:413px){
	.banner_area .sp_2col {
		width: 48.5%;
		display: block;
		float: left;
	}
	.banner_area .sp_2col:nth-child(odd) {
		margin-right: 3%;
	}
}
@media screen and (max-width:374px){
	.ekomi .evaluation .rightbox {
		float: none;
		padding-left: 55px;
	}
}


.v1507_module_Box08 {
	background: #fff;
	border: solid 2px #103184;
	border-radius: 7px;
}
.v1507_Day_Tit01 {
	border-bottom: solid 1px #d5cdce;
	background: #f5f6f9;
	border-radius: 7px 7px 0 0;
}
.v1507_Day_Tit01 .v1507_Tit01 {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0 0;
	text-align: center;
	color: #103184;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.v1507_Day_Detail01_Inner01.type02 .v1507_Average_Img01 {
	padding-right: 0;
}
.v1507_Average_Txt01 {
	color: #5a699f;
}
.v1507_Average_Img01 {
	color: #ff1821;
}
.v1507_Day_Detail01_Inner01 {
	width: 80%;
	margin: 40px auto 25px;
}
.v1507_module_Box08 .v1507_Anotation01 {
	font-size: 12px;
	padding: 10px 1.5rem 0 2.8rem;
}
.v1507_module_Box08 .v1507_Anotation01 {
	text-indent: -1.36em;
	margin-left: 0;
	border-top: solid 1px #d5cdce;
}
.v1507_check_Anotation02_000 {
	text-indent: -1.3em!important;
	letter-spacing: -0.03em!important;
}
.v1507_Average_Txt01 .v1507_Txt01 {
	padding-top: 0;
	padding-left: 5px;
	line-height: 1.4;
	color: #2e458d;
}


@media screen and (max-width:767px){
	.v1507_Average_Txt01 {
		text-align: center;
		margin-top: 15px;
	}
	.v1507_Day_Detail01_Inner01.type02 .v1507_Average_Img01 {
		max-width: 200px;
		margin: auto;
	}
	#contents .sp_small:after {
		display: block;content: "";clear: both;
	}
}
@media screen and (max-width:413px){/*iphone8 plus以下*/
	#contents .sp_small {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#contents .sp_small .pull-right {
		font-size: 10px;
		padding: 6px 3px 6px 20px;
	}
	#contents .sp_small .btn.btn-delete:before ,
	#contents .sp_small .btn.btn-delete:after {
		top: 7px;
		left: 10px;
		height: 13px;
	}
}

@media screen and (min-width:768px){
	.v1507_Day_Tit01 .v1507_Tit01 {
		font-size: 20px;
		font-size: 2rem;
		padding: 19px 0 9px;
	}
	.v1507_Ico_Type01 {
		background: url(/products/img/ico_balloon01.gif) no-repeat left center;
		padding: 10px 0 10px 42px;
		background-size: 26px 34px;
	}
	.v1507_Day_Detail01_Inner01 {
		display: table;
	}
	.v1507_Average_Img01 {
		display: table-cell;
	}
	.v1507_Average_Txt01 {
		display: table-cell;
		vertical-align: middle;
		font-size: 2rem;
		padding-left: 15px;
	}
	.v1507_module_Box08 .v1507_Anotation01 {
		padding: 15px 50px 5px;
	}
}

.info_wrap ul.row {
	padding: 0;
	list-style: none;
}
.info_wrap .ttl03-02 {
	color: #103184;
	font-weight: bold;
	font-size: 27px;
	margin: 0 0 5px;
	display: block;
}
.info_wrap p {
	margin-bottom: 10px;
}
.btn.under_arrow {
	padding-right: 40px;
	display: flex;
	align-items: center;
	height: 82px;
	padding: 15px 20px;
	font-weight: bold;
	position: relative;
}
.btn.under_arrow:after {
	content: "";
	position: absolute;
	border-top: 10px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
.btn.under_arrow .icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.btn.under_arrow .name {
	font-size: 130%;
}


.dedicated_dial02 .icon {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.dedicated_dial02 .icon {
	margin-right: 5px;
}
.dedicated_dial02 {
	color: #103184;
	font-weight: bold;
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #fff;
	display: inline-block;
	padding: 0 30px 0 5px;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.dedicated_dial02 {
	display: flex;
	align-items: center;
	height: 82px;
	padding: 15px 20px;
	font-weight: bold;
	position: relative;
}
.dedicated_dial02 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 130%;
}
a.dedicated_dial02.under_arrow:after {
	content: "";
	border-top: 6px solid #103184;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
}
.auxiliary {
	font-weight: normal;
	margin-top: 3px;
	display: block;
	text-align: left;
}
.info05 {
	display: block;
	border: solid 3px #7083b5;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 1px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.info05 .content {
	padding: 0 20px 15px;
}
@media screen and (max-width: 767px){
	.btn.under_arrow:after {
		border-top: 6px solid #fff;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		right: 5px;
		top: 50%;
	}
}

/*//add 181004 資料請求 受取人/指定代理請求人変更*/


/*add 181022 mypage*/
@media screen and (min-width:768px){
	.line2first {
		border-right: 1px solid #d5cdce;
	}
}
@media screen and (max-width:767px){
	.line2first ul {
		border-bottom: 1px solid #d5cdce;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
.line2first .row2 {
	padding: 27px 1.5rem 27px 0.8rem;
}
/*//add 181004 資料請求*/

.cusmercenter_cont {
	background-color: #f8f8f8;
	background-image: none;
	text-align: center;
	border: 1px solid #f8f8f8;
	padding: 20px;
}
.cusmercenter_cont .ttl {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}
.cusmercenter_cont .contact-number {
	padding-top: 3px;
}
.cusmercenter_cont .contact-time-in {
	margin-top: 20px;
}


@media screen and (max-width:767px){
	.cusmercenter_cont .ttl {
		font-size: 2.2rem;
	}
}
@media screen and (max-width:992px){
	.col_inbtn .row.block {
		padding: 1rem 1.5rem 0.5rem;
	}
}

.col_inbtn .btn {
	margin-bottom: 10px;
}

.word_wrap {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.keyword-table th {
	background: #F5F6F9;
}
.table-bordered.keyword-table>thead>tr>td, .table-bordered.keyword-table>thead>tr>th {
	border-bottom-width: 1px;
}
.result_txt {
	background: #F5F6F9;
	color: #103184;
	font-weight: bold;
	padding: 10px;
}
@media screen and (max-width:767px){
.next_btn_box .next_btn.complete {
    font-size: 1.6rem;
    padding: 1rem;
    white-space: normal;
 }
}

/*add 200324*/
.header-tel-btn {
	border: 1px solid #103184;
	border-radius: 5px;
	color: #103184;
	padding: 8px 5px 8px 30px;
	display: inline-block;
	font-size: 1.2rem;
	background: url(../images/ico_phone02.png) no-repeat left 5px center;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.header-tel-btn:hover,
.header-tel-btn:focus
{
	text-decoration: none;
}


/*add 211025 mypage*/
.axagroup_mypage_wrap{
	margin:0 0 50px;
}
.axagroup_mypage_wrap h2{
	display: flex;
	justify-content: center;
	align-items: center;
	color:#00008f;
	font-size:2.4rem;
	font-weight: 600;
	text-align: center;
}
.axagroup_mypage_wrap h2 svg{
	fill:#00008f;
	width:70px;
}
.axagroup_mypage_wrap .mypage_row{
	display:flex;
	justify-content: space-between;
	margin-top:3em;
}
.axagroup_mypage_wrap .mypage_row .item{
	width:calc((100% - 60px) / 2);
	color:#00008f;
	text-align: center;
}
.axagroup_mypage_wrap .mypage_row .item h3{
	margin:0 0 1rem;
}
.axagroup_mypage_wrap .mypage_row .item h3 img{
	width:auto;
	height:45px;
}
.axagroup_mypage_wrap .mypage_row .item .btn_arrow{
	position: relative;
	display:block;
	margin: 1em 0;
	width:100%;
	min-height: 60px;
	padding:15px 0;
	color:#00008f;
	border:#00008f 2px solid;
	font-size:1.8rem;
	font-weight: 600;
	text-align: center;
	transition:all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.axagroup_mypage_wrap .mypage_row .item .btn_arrow .icon{
	position:absolute;
	right:5%;
	display:inline-block;
	transform:rotate(-45deg);
}
.axagroup_mypage_wrap .mypage_row .item .btn_arrow:hover{
	color:#fff;
	background-color:#00008f;
	text-decoration: none;
}
.axagroup_mypage_wrap .emma_detail{
	display: flex;
	justify-content: center;
	margin:2em auto 0;
	color:#00008f;
	text-align: center;
	text-decoration: underline;
	font-size: 2rem;
}
.axagroup_mypage_wrap .emma_detail:hover{
	text-decoration: none;
}

@media screen and (max-width:767px){
	.axagroup_mypage_wrap h2{
		font-size:2.1rem;
		text-align: left;
	}
	.axagroup_mypage_wrap h2 svg{
		width:56px;
		margin-right:10px;
	}
	.axagroup_mypage_wrap .mypage_row{
		flex-direction: column;
		margin-top:1em;
	}
	.axagroup_mypage_wrap .mypage_row .item{
		width:100%;
	}
	.axagroup_mypage_wrap .mypage_row .item + .item{
		margin-top:2em;
	}
	.axagroup_mypage_wrap .mypage_row .item .btn_arrow{
		min-height:auto;
		font-size:1.4rem;
	}
	.axagroup_mypage_wrap .emma_detail{
		font-size:1.6rem;
	}
}

/*------------------------
add 210816~
------------------------*/
/* header
-------------------- */
.flex_header{
	display: flex;
	align-items: center;
}
.flex_header .header_logo{
	width:21%;
}
.flex_header .header_logo3{
	width:21%;
}
.flex_header .header_variable{
	width:59%;
}
.flex_header .header_variable .rec_ttl{
	font-size:18px;
	font-weight: 600;
}
.flex_header .header_variable .rec_ttl .rec_ttl_sub1{
	display:inline-block;
	margin-left:10px;
	color:#ff0000;
}
.flex_header .header_variable .rec_ttl .rec_ttl_sub2{
	display:inline-block;
	margin-right:20px;
}
.flex_header .header_variable .rec_ttl .rec_ttl_sub3{
	display:inline-block;
	color:#ff0000;
}
.flex_header .header_variable .rec_data{
	font-size:13px;
	line-height: 1.4;
}
.flex_header .header_variable .rec_data + .rec_data{
	margin-top:5px;
}
.flex_header .header_variable .rec_data span{
	font-size:11px;
}
.flex_header .header_variable .rec_data .agency{
	color:#103184;
	display:inline-block;
	text-decoration: underline;
}
.flex_header .header_logout{
	max-width: 20%;
	margin-left:auto;
}
.flex_header .header_logo2{
	margin-left:auto;
}
.flex_header .header_logo4{
	margin-left:auto;
}
.flex_header .header_customer2{
	margin-left:auto;
}
.flex_header.customer.type02 .header_logo {
	width:35%;
}
/* PC */
@media screen and (min-width: 992px) {
	.flex_header .header_logout .btn{
		width:167px;
		padding:10px;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.flex_header{
		display:block;
		position: relative;
	}
	.flex_header.customer{
		display: flex;
	}
	.flex_header .header_logo{
		width:40%;
	}
	.flex_header .header_logo3{
		width:25%;
	}
	.flex_header .header_logout{
		position:absolute;
		max-width:30%;
		top:10px; right:0;
	}
	.flex_header .header_variable{
		width:auto;
		margin:10px 0 0 10px;
	}
	.flex_header .header_variable .rec_ttl{
		font-size:14px;
	}
	.flex_header .header_variable .rec_data{
		font-size:12px;
	}
	.flex_header .header_customer,
	.flex_header .header_logo2{
		width:30%;
	}
	.flex_header .header_logo4{
		width:45%;
	}
	.flex_header .header_customer2 {
		width:60%;
	}
	.flex_header.customer.type02 .header_logo {
		padding-right:2.0rem;
		width:40%
	}
}

/* footer */
footer .flex_footer .copyright {
}
@media screen and (min-width: 768px) {
	footer .flex_footer {
		display:flex;
		justify-content:space-between;
		align-items:flex-end;
		flex-direction:row-reverse;
		margin-top:-10px;
		padding-bottom:20px;
	}
	footer .flex_footer:before,
	footer .flex_footer:after {
		content:none;
	}
}
@media screen and (max-width: 767px) {
	footer .flex_footer {
		padding-bottom:10px;
	}
	footer .flex_footer .copyright {
		text-align:center;
	}
}


/* color */
#contents .black {
	color:#000;
}

#contents .box_wrap.wrap_space{
	padding:20px;
}
#contents .bgWhite{
	background-color:#fff;
}
.checkonly input[type="checkbox"] + label.check_plan{
	padding:0 0 0 50px;
	background:transparent;
}
@media screen and (max-width: 992px){
	.checkonly input[type="checkbox"] + label.check_plan{
		width:auto;
		margin:0;
	}
}

.row.btn-center{
	display: flex;
	justify-content: center;
}

.btn.no-space{
	letter-spacing: 0!important;
}

.plan_note{
	display:inline-block;
	font-size:1.4rem;
	margin-left:20px;
	color:#333;
}

@media screen and (min-width:768px){
	.boxAdjust1{
		padding:20px!important;
	}
	#contents .detail_wrap .box_wrap.table_box.detail + .box_wrap.table_box.detail{
		border-top:#d5cdce 1px solid;
	}
}

@media screen and (max-width: 767px) {
	.table_box .btn_adjust1{
		padding-top:10px;
		padding-bottom:10px;
	}
	.table_box .pt0{
		padding-top:0!important;
	}
	.plan_note{
		display:block;
		margin:5px 0 0;
		line-height: 1.6;
	}
}

@media screen and (max-width: 992px){
	#contents .box_wrap .row.sp_group + .sp_group{
		border-top: solid 1px #d5cdce;
	}
	#contents .box_wrap .row.sp_group > div{
		border-bottom:0;
	}
	#contents .box_wrap .row.sp_group > div + div{
		padding-top:0;
	}
}

#contents .box_wrap.prof_box .next_btn_box.noborder{
	border:none;
	box-shadow: none;
	padding:20px;
}
#contents .table_parent{
	padding:0;
}
.table_box .labelfull{
	width:100%;
}

.table_box .stickyPlanBar{
	position:sticky;
	top:0;
	bottom:0;
}
.table_box .stickyPlanBar .fontLarge{
	font-size:19px;
}
.table_box .stickyPlanBar .btn{
	margin-left:20px;
}
@media screen and (max-width: 992px) {
	#contents .box_wrap.sticky_wrap{
		overflow: unset;
	}
}

.my_ttl02 .plan_note{
	line-height: 1.6;
	vertical-align: middle;
}

.ttl_box .ttl{
	color: #103184;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
.ttl_box .desc{
	margin-top:5px;
	font-size:1.4rem;
	line-height: 1.5;
}

/* helper class
-------------------- */
.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mt10{
	margin-top:10px!important;
}
.mt20{
	margin-top:20px!important;
}
.table_box_inner{
	padding:30px 0;
}
.flex_box{
	display:flex;
}
.flex_box.items_center{
	align-items: center;
}

.row.align_item_center{
	align-items: center;
}

.disc.-mt li + li,
.kome.-mt li + li,
.number_list.-mt li + li {
	margin-top:1em;
}
ul.-mt02 li + li {
	margin-top:.5em;
}

#contents .box ul.ordered-list {
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
}

.ordered-list li {
	list-style: none;
	text-indent: -2.4em;
	padding-left: 2.4em;
	margin-bottom: 0.5em;
}

ul.normal li {
	margin: 8px 0;
}

@media screen and (max-width: 992px) {
	.list_number li {
		padding-left: 2.6rem;
		text-indent: -2.6rem;
	}
	#contents .box ul.ordered-list {
		padding-left: 1.5rem;
	}
}

.agree_check_box{
	padding:20px;
	width:70%;
	margin:0 auto;
}
.agree_check_box .agree_check{
	color: #103184;
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 767px){
	.agree_check_box{
		width:100%;
	}
}

.no_indent {
	margin-top:5px;
	text-indent:0;
	font-feature-settings: "palt";
}

#contents .ttl03.-mg {
	margin-top:50px;
	margin-bottom:20px;
}
@media screen and (max-width: 767px){
	#contents .ttl03.-mg {
		margin-bottom:10px;
	}
}

.next_btn_box .btn_color1{
	background-color: #00adc6;
}

.ttl02.withNotes .note{
	display:inline-block;
	margin-left:1em;
	font-size:1.2rem;
}
@media screen and (max-width: 767px){
	.ttl02.withNotes .note {
		display: block;
		margin-left:0;
	}
}


/* select_wrap */
.select_wrap{
	display: flex;
	align-items: center;
}
.select_wrap + .select_wrap{
	margin-top:20px;
}

.select_wrap.confirm_documents{
	margin-top:20px;
	justify-content: center;
}
.select_wrap select + label {
	margin-left:5px;
}

@media screen and (min-width: 993px){
	.select_wrap.confirm_documents .item:nth-of-type(1){
		width:30%;
	}
	.select_wrap.confirm_documents .item:nth-of-type(2){
		width:40%;
	}
}

@media screen and (min-width: 768px)  and (max-width: 992px){
	.select_wrap.confirm_documents .item:nth-of-type(1){
		width:30%;
	}
	.select_wrap.confirm_documents .item:nth-of-type(2){
		width:50%;
	}
}

@media screen and (max-width: 767px){
	.select_wrap{
		display: block;
	}
}



/* amounts_table
-------------------- */
.amounts_table{
	border-collapse: collapse;
	width:100%;
}
.amounts_table th,
.amounts_table td{
	padding:15px;
	border-left:solid 1px #d5cdce;
	border-top:solid 1px #d5cdce;
}
.amounts_table th:first-child{
	border-left:none;
}
.amounts_table th{
	font-weight: 300;
	background:#F5F6F9;
	text-align: center;
}
.amounts_table thead th{
	border-top:none;
}
.amounts_table .amounts{
 text-align: right;
 white-space: nowrap;
}
.amounts_table .fw-b{
	font-weight: 600;
}

.amounts_table.type02 th,
.amounts_table.type02 td {
	vertical-align: top;
}

#contents .box_wrap.table_box > .row > div.sp_table_scroll_x ,
#contents .box_wrap.table_box .bdrow > div.sp_table_scroll_x ,
#contents .box_wrap.table_box > .collapse > .row > div.sp_table_scroll_x {
	padding:0;
	width:100%;
}
@media screen and (max-width: 767px){
	#contents .sp_table_scroll_x {
		padding:0;
		overflow-x: scroll;
	}
	#contents .sp_table_scroll_x .amounts_table {
		min-width:880px;
	}
	#contents .sp_table_scroll_x .amounts_table th:first-child {
		position:sticky;
		left:0;
	}
	#contents .sp_table_scroll_x .amounts_table th:first-child:after {
		content:"";
		display:block;
		border-right:solid 1px #d5cdce;
		height:100%;
		width:0;
		position:absolute;
		top:0;
		left:100%;
	}
}

/* btn
-------------------- */
.btn.next_btn.large {
	border-radius: 5px;
	font-size: 25px;
	padding: 17px 5% 17px 5%;
	position: relative;
	background: #103184;
}
.btn.next_btn.large:after {
	content: "";
	border-left: 9px solid #fff;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

@media screen and (max-width: 767px) {
	.btn.next_btn.large{
		font-size:2.1rem;
		padding:10px 30px 10px 15px;
	}
}

.search_btn_wrap{
	display:flex;
	justify-content: center;
	align-items: center;
}
.search_btn_wrap .btn{
	display:inline-block;
}
.search_btn_wrap .btn + .btn{
	margin-left:20px;
}
.search_btn_wrap .btn.large{
	min-width: 140px;
}


.back_btn_box.auto_bottom {
	margin-top: -20px;
	position:absolute;
	bottom:auto;
	transform:translateY(-100%);
}
@media screen and (max-width: 767px) {
}

/* pager
-------------------- */
.pager{
	margin-top:30px;
	margin-bottom:30px;
}


/* tab
-------------------- */
.tab_wrap .nav-tabs{
	margin-bottom: 20px;
}
.tab_wrap .nav-tabs.type02 {
	border-bottom:1px solid #103184;
}
.tab_wrap .nav-tabs.type02 li:not(.active) {
}
.tab_wrap .nav-tabs.type02 li.active a {
	color:#fff;
	background-color:#103184;
}
.tab_wrap .nav-tabs.type02 li:not(.active) a {
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	color:#103184;
}
.tab_wrap .nav-tabs.type02 li:not(.active) a:hover {
	color:#fff;
	background-color:#103184;
}


/* portal
-------------------- */
@media screen and (min-width: 1080px) {
	.container.wide{
		width:1080px;
		margin:0 auto;
	}
}

@media screen and (max-width: 767px) {
	.container.wide{
		width:100%;
	}
}

/* portal_menu */
.portal_menu{
	display:flex;
	margin-top:20px;
}
.portal_menu .menu_wrap{
	width:17%;
	margin-right:10%;
}
.portal_menu .table_wrap{
	width:73%;
}
.portal_menu .table_wrap .no_reg{
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {
	.portal_menu{
		flex-direction: column;
	}
	.portal_menu .menu_wrap{
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	.portal_menu .table_wrap{
		width:100%;
	}
}

/* customer_info_table */
.customer_info_table{
	width: 100%;
	display:table;
	border-collapse: collapse;
}
.customer_info_table .table_head{
	display: table-header-group;
}
.customer_info_table .table_body{
	display: table-row-group;
}
.customer_info_table .table_row{
	display: table-row;
}
.customer_info_table .head,
.customer_info_table .data{
	display:table-cell;
	padding:8px;
	border:1px solid #ddd;
}
.customer_info_table .head{
	background:#F5F6F9;
	font-weight: 600;
	vertical-align: middle;
}
.customer_info_table .sp_heading{
	display: none;
}
.customer_info_table.th_adjust1 .head{
	width:20%;
}
@media screen and (max-width: 767px) {
	.customer_info_table.sp_vertical,
	.customer_info_table.sp_vertical .table_head,
	.customer_info_table.sp_vertical .table_body,
	.customer_info_table.sp_vertical .table_row,
	.customer_info_table.sp_vertical .head,
	.customer_info_table.sp_vertical .data{
		display:block;
	}
	.customer_info_table.sp_vertical .table_head{
		display:none;
	}
	.customer_info_table.sp_vertical .data + .data{
		margin-top:-1px;
	}
	.customer_info_table.sp_vertical .sp_heading{
		display: block;
		background: #F5F6F9;
    margin: -8px -8px 10px;
    padding: 10px;
	}
	.customer_info_table.th_adjust1 .head{
		width:50%;
	}
}


/* plan_Comp
-------------------- */
.plan_Comp .red{
	text-align: center;
	font-size:1.8rem;
	font-weight: 600;
	padding:20px;
}
.plan_Comp em{
	font-style: normal;
}
.plan_Comp .agree_check span{
	font-size:1.8rem!important;
}

@media screen and (max-width: 767px) {
	.plan_Comp .red{
		font-size:1.6rem;
		text-align: left;
		padding:0 0 20px;
	}
}

/* mypage
-------------------- */
.cv-box{
	margin:20px 0;
}

.btn-cv.next_btn{
	position:relative;
	width: 100%;
	border-radius: 5px;
	letter-spacing: 0.1em;
	font-size: 25px;
	padding: 17px 10% 17px 25px;
	position: relative;
}
.btn-cv.next_btn:after {
	content: "";
	border-left: 9px solid #fff;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

@media screen and (max-width: 767px) {
	.btn-cv.next_btn:after {
		border-left: 6px solid #fff;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
		right: 0.5rem;
		margin-top: -4px;
	}
}

/* plan select
-------------------- */
.back_btn_box.boxAdjust2{
	bottom:90px;
}
@media screen and (max-width: 767px) {
	.back_btn_box.boxAdjust2{
		bottom:83px;
	}
}

.brand_title{
	color:#103184;
	font-size:1.2rem;
	font-weight: 600;
	margin:0 0 20px 0;
}
.brand_title em{
	font-size:3.6rem;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.brand_title_wrap {
		display:flex;
		align-items: flex-end;
		margin-bottom:20px;
		margin-right:20px;
	}
	.brand_title_wrap .brand_title {
		margin-right:20px;
		margin-bottom:0;
	}
}
@media screen and (max-width: 767px) {
	.brand_title_wrap .brand_title {
		margin-bottom:5px;
	}
}

.scrolltable{
	overflow: auto;
	white-space: nowrap;
	padding-bottom:20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	cursor: move;
}
.scrolltable .table_wrap{
	width: auto;
	display:table;
}
.scrolltable .table_head{
	display: table-header-group;
}
.scrolltable .table_body{
	display: table-row-group;
}
.scrolltable .table_row{
	display: table-row;
}
.scrolltable .table_head .head,
.scrolltable .table_head .data{
	border-bottom-width:3px;
}
.scrolltable .table_head .head.txt_blue01{
	padding-top:10px;
}
.scrolltable .table_head .data{
	text-align: center;
}
.scrolltable .table_head input[type="radio"] + label{
	width:24px;
	height:24px;
	margin:0 auto;
	padding:0;
	border:none;
}
.scrolltable .table_head input[type="radio"] + label span::before{
	left:0;
}
.scrolltable .head,
.scrolltable .data {
	display:table-cell;
	min-width: 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #d5cdce;
	padding:10px;
	white-space: normal;
}
.scrolltable .data{
	text-align: right;
}
.scrolltable .head {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	background:#fff;
	z-index: 1;
	left: 220px;
	width: 220px;
	vertical-align: top;
	font-weight: 600;
}
_:-ms-fullscreen, :root .scrolltable .head {
	border-right: 3px double #ddd;
}
.scrolltable .head::before{
	content: "";
	position: absolute;
	top: -1px;
	right:-1px;
	width: 1px;
	height: 100%;
	border-right: 3px double #ddd;
}
_:-ms-fullscreen, :root .scrolltable .head::before {
	content: none;
}
.scrolltable .head:first-child {
	left: 0;
}
.scrolltable .table_row.low .head{
	padding-left:2em;
}
.scrolltable .table_row.low .head::after{
	position:absolute;
	top: -1px;
	left:0;
	content:'';
	width:1.5em;
	height:1px;
	background-color:#fff;
	display:inline-block;
}
.scrolltable .table_row.noborder .head,
.scrolltable .table_row.noborder .data{
	border-bottom:none;
}
.scrolltable .fs{
	font-size:86%;
}
.scrolltable .kome{
	margin-top:7px;
	font-weight: 300;
}
.scrolltable .head.txt_blue01{
	/* padding:20px 10px 10px; */
}
.scrolltable .head.txt_blue01.noborder{
	padding:20px 10px 10px;
}
.scrolltable .head.txt_blue01.noborder::before{
	border-right: none;
}
.scrolltable .data.amounts{
 color:#ff1821;
}
.scrolltable .data.amounts em{
	font-size:3rem;
	font-weight: 600;
	font-style: normal;
	padding-right:5px;
}
.scrolltable .sp-show{
	display: none;
}
.scrolltable [aria-hidden=true]{
	opacity:0;
	visibility: hidden;
	height:0;
	padding:0!important;
	display: none;
}
.scrolltable [aria-hidden=false]{
	animation: anmFadeIn .7s ease 0s;
	display:table-row;
}
.scrolltable .open_details .inner{
	position: sticky;
	display: table-cell;
	text-align: center;
	left:50%;
	transform:translateX(-50%);
}
_:-ms-fullscreen, :root .scrolltable .open_details {
	height:60px;
}
_:-ms-fullscreen, :root .scrolltable .open_details .inner {
	position: absolute;
	left:calc((925px - (20px * 2)) / 2);
	transform:translateX(-50%);
}
.scrolltable .open_details button {
	position: relative;
	display:inline-block;
	margin:20px 0;
	color:#103184;
	font-weight: 600;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.scrolltable .open_details button:hover{
	text-decoration: underline;
}
.scrolltable .open_details button::after{
	content:'';
  display:inline-block;
  top:50%;
  width:10px;
  height:10px;
  border-top:#103184 2px solid;
  border-right: #103184 2px solid;
  transform:translateY(-40%) rotate(135deg);
	margin-left:10px;
}
.scrolltable .open_details button.is_open::after{
	transform:translateY(10%) rotate(-45deg);
}
.scrolltable .open_details + .table_row > div{
	border-top: solid 1px #d5cdce;
}
@keyframes anmFadeIn {
  from {opacity: 0; height:0; visibility: hidden;}
  to {opacity: 1; height:auto; visibility: visible;}
}


@media screen and (max-width: 767px) {
	.scrolltable .head,
	.scrolltable .data {
		min-width: 170px;
	}
	.scrolltable .head {
		left: 135px;
		width: 135px;
		min-width: 135px;
	}
	.scrolltable .table_row.low .head{
		padding-left:1em;
	}
	.scrolltable .table_row.low .head::after{
		width:1em;
	}
	.scrolltable .disc{
		padding-left:5px;
	}
	.scrolltable .disc li{
		font-size:1.3rem;
	}
}


.scroll-hint-icon {
	top: calc(10% - 25px) !important;
	height:85px !important;
	z-index:2;
}

@media screen and (max-width: 767px) {
	.brand_title em{font-size:2.6rem;}
	.scrolltable table td.amounts em{font-size:2rem;}
	.scrolltable .sp-show{display: inline;}
}


/* エージェントビジネスセンター
-------------------- */
.info_tel{
	text-align: left;
	color:#000;
}
.info_tel .tel{
	font-size:3rem;
	margin:5px 0 10px;
}
.info_tel .tel img{
	display:inline-block;
	width:60px;
	margin-right:10px;
	vertical-align: text-bottom;
}
.info_tel .tel a{
	color:#000;
}
.info_tel .time{
	font-size:1.4rem;
}
@media screen and (max-width: 767px) {
	.info_tel{
		font-size:1.6rem;
		line-height:1.6;
	}
	.info_tel .tel{
		font-size:2.4rem;
	}
	.info_tel .tel img{
		width:40px;
	}
	.info_tel .tel a{
		pointer-events: none;
		color:#000;
	}
}


/* 査定ステータス
-------------------- */
/* .status_search_filter */
.status_search_filter > .row{
	padding:10px 0;
}
.status_search_filter .txt_blue01{
	line-height: 50px;
}
.status_search_filter .search_btns{
	margin-top:20px;
	text-align: center;
	justify-content: center;
}
.status_search_filter .search_btns button{
	min-width:100px;
	color:#fff;
	font-size:1.6rem;
}
.status_search_filter .search_btns button + button{
	margin-left:10px;
}

/* status_result */
.status_result .pager{
	margin:0 auto 20px;
}
.status_result .pager:last-child{
	margin-bottom:0;
}
.status_result .table_wrap{
	overflow-x:scroll;
	margin:20px 0;
}
.status_result .table_wrap table{
	table-layout: fixed;
	width: 100%
}
.status_result .table_wrap table thead th{
	white-space: nowrap;
}
.status_result .table_wrap table tbody td{
	background-color:#fff;
}

/* 共同募集確認
-------------------- */
@media screen and (max-width: 992px) {
	.select_adjust1{
		display:inline-block;
		width:40%;
	}
}

.manual_list{
	margin:0;
	padding:0;
	width:100%;
}
.manual_list li{
	list-style-type: none;
}
.manual_list li + li{
	border-top: solid 1px #d5cdce;
}

.manual_list li a{
	display:block;
	position: relative;
	padding:15px 20px;
	color:#000;
}
.manual_list li a::after{
	content:'';
  display:inline-block;
  position:absolute;
  top:50%;
	right:30px;
	transform:translateY(-50%) rotate(45deg);
  margin:auto;
  width:14px;
  height:14px;
  border-top:#ccc 2px solid;
  border-right: #ccc 2px solid;
}
@media screen and (max-width: 767px) {
	.manual_list li a::after{
		right:20px;
	}
}

/* background */
.box_wrap.table_box .row.bg_blue02 {
	background-color: #F5F6F9;
}


/*card_box*/

.card_box .form-group.card_number {
}
.card_box .form-group.card_number .form-control {
	display:inline-block;
	width:15%;
}
@media screen and (max-width: 767px) {
	.card_box .form-group.card_number .form-control {
		width:calc(25% - .8em);
	}
}
.card_box .form-group.card_expiry .select_wrap {
	display:inline-block;
}
.card_box .form-group.card_expiry .select_wrap .form-control {
	width:120px;
}
@media screen and (max-width: 767px) {
	.card_box .form-group.card_expiry .select_wrap .form-control {
		width:80px;
	}
}

/* adobe_box */
#contents .box_wrap.adobe_box {
	margin-top:30px;
	padding:15px 20px;
}


/* finance_info_list */
#finance_info_list {
}

#finance_info_list > .box > .row > div {
    border-bottom: solid 1px #d5cdce;
    padding: 15px 20px;
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	#finance_info_list > .box > .row > div:not(:last-child) {
		border-right: solid 1px #d5cdce;
	}
}
@media (min-width: 768px) {
    #finance_info_list > .box:nth-child(n+5) > .row > .col-md-4 + div {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
	#finance_info_list > .box > .row > div {
		padding:1rem 1.5rem;
	}
    #finance_info_list > .box:nth-child(n+5) > .row > .col-md-4 {
        cursor:pointer;
    }
    #finance_info_list > .box:nth-child(n+5) > .row > .col-md-4 > .txt_blue01:after {
        content:"";
        display:inline-block;
        margin:0 0 2px 12px;
        width:10px;
        height:10px;
        border-bottom:2px solid;
        border-right:2px solid;
        transform:rotate(45deg);
        transition:transform .5s;
    }
    #finance_info_list > .box:nth-child(n+5) > .row > .col-md-4 + div {
        display: none;
    }
    #finance_info_list > .box:nth-child(n+5) > .row > .col-md-4._accordion-active > .txt_blue01:after {
        transform:translate(4px,4px) rotate(225deg);
    }
	.content_for_pc {
		display: none;
	}
}


/* checkbox */
.check_box.no_border > label {
	border:0;
}
.check_box.no_border input[type=checkbox]:checked + label {
	background:none;
}

/* radio */
.radio_box.no_border > label {
	border:0;
	padding-left:30px;
}
.radio_box.no_border input[type=radio]:checked + label {
	border:0;
	padding-left:30px;
	background:none;
}
.radio_box.no_border input[type=radio] + label span:before {
	left:0;
}

/* assets_step_heading */
.assets_step_heading {
	margin-top:0;
	margin-bottom:20px;
	background-color:#F5F6F9;
	color:#103184;
	padding:.25em .5em .25em 2.5em;
	font-size: 2.4rem;
	line-height: 1.5em;
	text-indent: -2.5em;
}
.assets_step_heading .step_number {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin:-.25em .5em -.25em 0;
	width:2em;
	line-height:2em;
	background-color:#103184;
	color:#fff;
	text-indent:0;
}
@media (max-width: 767px) {
	.assets_step_heading {
		font-size:1.6rem;
	}
}


/* assets_data_table */
.assets_data_table .assets_data_wrap .data {
}
@media (min-width: 768px) {
	.assets_data_table {
		border-top: 1px solid #d5cdce;
		border-bottom: 1px solid #d5cdce;
		padding:20px 0;
	}
	.assets_data_table .table_row {
		display:flex;
		justify-content: space-between;
	}
	.assets_data_table .table_row > * + * {
		margin-left:20px;
		border-left: 1px solid #d5cdce;
		padding-left:20px;
	}
	.assets_data_table .table_row > *:last-child {
		padding-right:20px;
	}
	.assets_data_table .table_row > * {
		display:flex;
		align-items: center;
	}
	.assets_data_table .assets_data_wrap {
		justify-content: space-between;
	}
	.assets_data_table .assets_data_wrap .data {
		padding-left:40px;
		font-size:1.8rem;
	}
	.assets_data_table .assets_data_wrap .data > span {
		display:block;
	}
}
@media (max-width: 767px) {
	.assets_data_table .table_row > * + * {
		margin-top:10px;
	}
	.assets_data_table .assets_data_wrap {
		display:flex;
	}
	.assets_data_table .assets_data_wrap .head {
		flex-shrink: 0;
	}
	.assets_data_table .assets_data_wrap .head:after {
		content:"：";
	}
	.assets_data_table .assets_data_wrap .data > span + span:before {
		content:"・";
	}
}

/* assets_amount */
.assets_amount {
	margin:10px 0;
	text-align: right;
	color:#ff1821;
}
.assets_amount span {
	margin-right:10px;
	color:#103184;
}
.assets_amount em {
	padding-right:5px;
	font-style:normal;
	font-size:3rem;
	font-weight: 600;
}

/* assets_info_table */
.assets_info_table {
	border-bottom:1px solid #d5cdce;
}
.assets_info_table p + p {
	margin-top:.5em;
}
.assets_info_table p.indent {
	margin: 0 15px 0;
	text-indent:-1em;
}
.assets_info_table p.indent_trun {
	text-indent:1em;
}
.assets_info_table .table_row {
	display:flex;
	justify-content: space-between;
	padding:10px 0;
}
.assets_info_table .table_row + .table_row {
	border-top:1px solid #d5cdce;
}
.assets_info_table .head {
	width:65%;
}
.assets_info_table .head_narrow {
	width:45%;
}
.assets_info_table .data {
	text-align: right;
}
.assets_info_table .data_narrow {
	text-align: right;
	width:50%;
}
.assets_info_table .table_row.low {
	margin-left:1em;
}
.assets_info_table .table_row.non {
	margin-left:1em;
	border-top:hidden;
	padding:10px 0;
}
.assets_info_table .table_row.low + .table_row {
}
.assets_info_table .table_row.low .head {
	width:35%;
}
.assets_info_table .table_row.low .head_wide {
	width:55%;
}
.assets_info_table .table_row.non .head {
	width:65%;
}
@media (max-width: 767px) {
	.assets_info_table {
		margin-bottom:20px;
	}
	.assets_info_table .table_row.low {
		margin-left:1em;
	}
}


/* step_target */
.step_target{
	display:flex;
	justify-content: space-between;
	background:#fff;
	margin-left:-15px;
	margin-right:-15px;
	padding:10px;
}
.step_target > [class^="step"]{
	padding:12px;
	text-align: center;
	color:#103184;
	background:#eee;
	font-weight: 600;
}
.step_target > [class^="step"] .sp-show{
	display: none;
}
.step_target > [class^="step"]:not(:first-child){
	margin-left:5px;
}
.step_target .step3{
	flex:3;
}
.step_target .step1{
	flex:1;
}
@media (max-width: 767px) {
	.step_target{
		padding:5px;
	}
	.step_target > [class^="step"]{
		padding:7px 5px;
		font-size:10px;
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.step_target > [class^="step"] .sp-show{
		display: inline;
	}
}

/* step_progress */
.step_progress {
	display:flex;
	justify-content: space-between;
	margin-left:-15px;
	margin-right:-15px;
	background-color:#F5F6F9;
}
.step_progress .step {
	flex:1;
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:700;
	text-align: center;
	height:4em;
	color:#103184;
	background-color:#d9edf7;
	position:relative;
}
.step_progress .step:not(.active):nth-child(even) {
	background-color:#F5F6F9;
}
.step_progress .step:not(.active):nth-child(even):after {
	border-left-color:#F5F6F9;
}
.step_progress .step:last-child {
	margin-right:1em;
}
.step_progress .step:after {
	content:"";
	display:block;
	position:absolute;
	border-top:2em solid transparent;
	border-bottom:2em solid transparent;
	border-left:1em solid #d9edf7;
	top:0;
	left:100%;
	z-index: 2;
}
.step_progress .step.active {
	color:#fff;
	background-color:#103184;
}
.step_progress .step.active:after {
	border-left-color:#103184;
}
@media (max-width: 767px) {
	.step_progress .step {
		margin-right:0;
	}
	.step_progress .step:after {
		border-left-width:.5em;
	}
	.step_progress .step:last-child {
		margin-right:.5em;
	}
	.step_progress .step p {
		font-size:1.3rem;
		line-height:1.4;
	}
	.step_progress .step p span {
		display:block;
		font-size:.6em;
	}
}

/* step_wrap */
.step_wrap:not(:first-child) {
	margin-top:30px;
	margin-bottom:20px;
}
.step_wrap .btn.btn-primary {
	padding:10px 1.5rem 10px;
}
@media (min-width: 768px) {
	.step_wrap .menu_wrap {
		width:40%;
	}
}
@media (max-width: 767px) {
	.step_wrap:not(:first-child) {
		margin-top:20px;
		margin-bottom:10px;
	}
	.step_wrap .btn.btn-primary {
		width:100%;
	}
}

/* step_heading */
.step_heading {
	margin-top:0;
	margin-bottom:10px;
	padding:.25em .5em .25em 7em;
	font-size: 1.8rem;
	line-height: 1.5em;
	text-indent: -7em;
	color:#103184;
	background-color:#F5F6F9;
}
.step_heading .step_number {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin:-.25em 1em -.25em 0;
	width:6em;
	line-height:2em;
	background-color:#103184;
	color:#fff;
	text-indent:0;
	position:relative;
}
.step_heading .step_number:after {
	content:"";
	display:block;
	position:absolute;
	border-top:1em solid transparent;
	border-bottom:1em solid transparent;
	border-left:.5em solid #103184;
	top:0;
	left:100%;
	z-index: 2;
}
@media (max-width: 767px) {
	.step_heading {
		padding-left:6em;
		font-size:1.5rem;
		text-indent: -6em;
	}
	.step_heading .step_number {
		width:5em;
	}
}


/* need_table */
.need_table {
	border-left:1px solid #d5cdce;
	border-right:1px solid #d5cdce;
}
.need_table .head,
.need_table .data {
	padding:15px 10px;
	border-bottom:1px solid #d5cdce;
}
.need_table .head {
	background-color:#F5F6F9;
}

@media (min-width: 768px) {
	.need_table {
		display:flex;
		border-top:1px solid #d5cdce;
	}
	.need_table .data {
		border-left:1px solid #d5cdce;
	}
	.need_table .head {
		flex-shrink: 0;
		width:15%;
	}
	.need_table .data {
		flex:1;
	}
}
@media (max-width: 767px) {
	.need_table {
		border-top:1px solid #d5cdce;
	}
	.need_table .head,
	.need_table .data {
		padding:10px;
	}
}

/* number_list */
ol.number_list {
	padding-left:2em;
}


/*v1507_Detail_Link01*/
.v1507_Detail_Link01 {
	padding-left: 0;
	margin-top: 10px;
}

.v1507_Detail_Link01 li a,
.modal_links {
	color: #103184;
	background: url(/liplus/static/images/ico_faq01-6488709561f1f58d0935821b804cf889.gif) no-repeat left center;
	padding-left: 19px;
	letter-spacing: 0.03em;
	text-decoration: underline;
}

.v1507_Detail_Link01 li a {
	font-size: 80%;
}

.modal_links {
	font-size: 100%;
}

.v1507_Detail_Link01.type02 li a {
	background-image: url(/liplus/static/images/ico_pencil01-b94b4afa641462daa4c43e4d8b880f64.png);
}

.v1507_Detail_Link01 li a:hover,
.modal_links:hover {
	text-decoration: none;
}

.v1507_Detail_Link01 li {
	font-size: 120%;
	text-indent: -1.1em;
	margin-left: 20px;
	list-style: none;
}

#contents .box ul.v1507_Detail_Link01.type02.text-right {
	margin-top: 0;
}

@media screen and (min-width: 992px) {
	#contents ul.v1507_Detail_Link01.type02.text-right {
		margin-right: 25px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
}


.bg-white {
    background-color: #ffffff;
}

.example_link {
	margin-left: 8px;
}