@charset "UTF-8";
/*----------------------------------
 page --- その他ページ
----------------------------------*/

@media screen and (min-width: 901px) {
  .p-top__logo--sp {
    display: none;
  }
}
.header_other {
  height: 150px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .header_other {
    display: none;
  }
}

.wrapper_other {
  padding: 70px 0;
  background-color: #2c2c2c;
}
@media screen and (max-width: 900px) {
  .wrapper_other {
    margin: 50px 0 0;
    padding: 35px 0;
  }
}

.wrapper_other a {
  color: #2c2c2c;
  text-decoration: underline;
}
.wrapper_other a:hover {
  text-decoration: none;
}

.col_other {
  width: 90%;
  max-width: 940px;
  margin: 80px auto 0;
  padding: 70px 85px;
  color: #2c2c2c;
  background-color: #FFF;;
}
@media screen and (max-width: 900px) {
  .col_other {
    margin: 80px auto 0;
    padding: 35px 20px;
  }
}

.mds2.privacy{
	margin: 0 0 40px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.box{
	margin: 10px 0 0;
    padding: 11px 23px;
    border: solid 1px #666;
    display: inline-block;
    line-height: 26px;
}

dl.box_other {
  margin: 0 0 50px;
  padding: 0;
}
dl.box_other:last-of-type {
  margin: 0;
}

.red{
	color: #ef0000;
}

.indent_privacy{
	padding-left: 22px;
	text-indent: -22px;
}

.txt_privacy2{
	margin: 0 0 20px;
	padding-left: 67px;
	text-indent: -67px;
}

li.indent1{
	padding-left: 7px;
	text-indent: -7px;
}

.mds_privacy2{
	margin: 25px 0 0;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
}


.terms_title {
	margin: 0 0 30px;
	padding: 0;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
}


@media screen and (max-width: 900px) {
  dl.box_other {
    margin: 0 0 25px;
  }
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
}

dl.box_other dt {
  margin: 0;
  padding: 0 0 0 1.3em;
  font-size: 1.6rem;
  text-indent: -1.3em;
  line-height: 1.4;
}

dl.box_other dd {
  margin: 7px 0 0 23px;
  padding: 0;
}

ul.list_other1 {
  margin: 0;
  padding: 0;
}

ul.list_other1 li {
  margin: 0;
  padding: 0 0 0 13px;
  position: relative;
}

ul.list_other1 li::before {
  content: "・";
  width: 15px;
  position: absolute;
  left: 0;
}

ul.list_other2 {
  margin: 0;
  padding: 0;
}
ol.list_num1 {
  margin: 0;
  padding: 0;
  counter-reset: li;
}

ol.list_num1 li{
  margin: 0;
  padding-left: 25px;
  position: relative;
}

ol.list_num1 li:before{
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li)'.';
}

ol.list_num2 {
  margin: 0;
  padding: 0;
  counter-reset:item;
  list-style:none;
}

ol.list_num2 li {
  padding: 0 0 0 30px;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

ol.list_num2 li:before{
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

p.mt1{
	margin: 35px 0 30px;
}

p.mt2{
	margin: 15px 0 15px;
}

.alright{
	padding-left: 56%;
}

@media screen and (max-width: 900px) {
	.alright{
		padding-left: 0;
	}
}

.cont_right_privacy {
	max-width: 400px;
	margin: 0 0 0 auto;
	padding: 0;
}
.cont_right_privacy p { margin-bottom: 10px; }

ol.list_privacy2.col2 li .ml {
	margin-left: 5px;
}

ol.list_privacy2.col2 {
	margin: 0;
	padding: 0;
}

ol.list_privacy2.col2 li {
	margin-bottom: 15px;
}

ol.list_privacy2.col2 li .list_privacy3 li {
	margin-bottom: 0;
}


ol.list_privacy2.col2 li.mb {
	max-width: 670px;
	margin-bottom: 20px;
}

ol.list_privacy2 li {
	margin: 0 0 30px;
	list-style: none;
	padding: 0 0 0 20px;
	text-indent: -17px;
}

.mds_privacy1{
	font-weight: 500;
}

.list_privacy3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.list_privacy3 li {
	margin: 0 0 0 1em;;
	list-style: none;
	padding: 0 0 0 2em;
	text-indent: 0;
}


ol.list_privacy li *,
ol.list_privacy2 li *,
ul.list_privacy3 li *,
ol.list_privacy4 li * {
	text-indent: 0;
}

table.tbl_privacy1 {
	width: 100%;
	margin: 8px 0 35px 24px;
	padding: 0;
	text-align: center;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tbl_privacy1 th {
	width: 20px;
	margin: 0;
	padding: 0px 10px;
	color: #fff;
	font-weight: 350;
	background-color: #a29c99;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	box-sizing: border-box;
	text-align: center;
}

table.tbl_privacy1 th.left {
	width: 98px;
}

table.tbl_privacy1 td {
	margin: 0;
	padding: 0px 10px;
	text-align: center;
	background-color: #fff;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	box-sizing: border-box;
}


table.tbl_privacy1 td.left {
	text-align: left;
}

table.tbl_privacy1 td.color {
	background-color: #ebe9e9;
}

ol.list_privacy4 {
	margin: 0 0 0 20px;
	padding: 30px 0 0;
}

ol.list_privacy4 li {
	margin: 0 0 30px;
	list-style: none;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.txt_wrap3{
	margin: 0 0 0 20px;
	list-style: none;
	padding: 0 0 0 30px;
	text-indent: -17px;

}

.txt_wrap4{
	margin: 0;
	list-style: none;
	padding: 0 0 0 20px;
	text-indent: -17px;
}

table.tbl_privacy2 {
	width: 100%;
	max-width: 410px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-weight: 500;
	border: solid 1px #666;
}

table.tbl_privacy2 th {
	width: 153px;
	margin: 0;
	padding: 12px 10px;
	background-color: #ebe9e9;
	border-right: solid 1px #666;
	text-align: center;
}

table.tbl_privacy2 td {
	margin: 0;
	padding: 8px;
	vertical-align: middle;
}

.ttl_privacy2 {
	padding: 25px 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #003067;
}

.box2 {
	max-width: 767px;
	margin: 20px 0 20px 20px;
	padding: 28px 30px 0;
	line-height: 26px;
	border: solid 1px #003067;
}

.box2 p,
.box2 .mb {
	margin-bottom: 27px;
}

.box2 .medium {
	font-weight: 500;
}

.box2 .flex {
	display: flex;
	align-items: center;
}

.box2 img {
	width: 95px;
	margin-right: 25px;
}

.box2 .medium {
	margin-bottom: 10px;
}

.box2 .ml {
	margin-left: 1em;
}

.flex2{
	margin: 0 0 15px;
}

.lead_enactment {
  margin: 20px 0 0;
  text-align: right;
}

dl.list_low1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

dl.list_low1 dt {
  width: 140px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  text-indent: 0;
}
@media screen and (max-width: 900px) {
  dl.list_low1 dt {
    width: 100%;
   margin: 0 0 5px;
}
}

dl.list_low1 dd {
  width: calc( 100% - 140px );
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  dl.list_low1 dd {
    width: 100%;
    margin: 0 0 13px;
    padding: 0 0 0 20px;
}
}

ol.list_num3 {
  margin: 0 0 0 20px;
  padding: 0;
}

ol.list_num3 li{
  margin: 0;
  list-style-type: lower-latin
}




/*----------------------------------
 page --- ご利用の流れ
----------------------------------*/

.mds_flow {
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6666666667;
  text-align: center;
}


@media screen and (max-width: 700px) {
  .mds_flow {
    font-size: 2.2rem;
  }
}

.col_flow {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 90px;
  text-align: center;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 700px) {
  .col_flow {
    margin: 0 auto 50px;
  }
}

.col_flow:last-child {
  margin: 0 auto;
}

.col_flow iframe {
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=top.css.map */