@charset "UTF-8";

.policy-cont {
	margin: 46px 100px 60px;
}
.policy-title {
	font-size: 30px;
	border-bottom: 3px solid #e6e6e6;
	letter-spacing: 2.5px;
	margin-top: 37px;
}
.policy-cont ul a {
	color: #00C8C3;
	word-break: break-word;
	text-decoration: underline solid #00C8C3;
}
.policy-cont ul a:hover {
	opacity: .5;
}
.policy-cont p {
	line-height: 24px;
	margin-bottom: 27px;
}
.policy-cont p.mt_10 {
	margin: 10px 0 0;
}
.policy-cont p.policy-cont_txt {
	margin-top: 27px;
}
.policy-cont p + ul li { margin-bottom: 32px; }
.policy-cont ul{
	margin-left: 30px;
}

/* .policy-cont ul:nth-child(4) li:last-child { margin-bottom: 30px; }
.policy-cont ul:nth-child(4) dt span,.policy-cont ul:nth-child(6) dt span {
    margin-right: 24px;
}
.policy-cont ul:nth-child(4) li:nth-child(4) { margin-bottom: 34px; } */
.policy-cont dt {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
	color: #000;
	margin: 18px 0px 13px
}
.policy-cont > ul > li > dl > dt span { margin-right: 20px; }
.policy .policy-cont dt span.adjustment { margin-right: 14px; }
.policy-cont dd {
	margin-left: 38px;
	line-height: 24px;
}
.policy-cont dd.ind2 {
	text-indent: -1.9em;
	padding-left: 1.9em
}
.policy-cont dd.ind {
	text-indent: -1.9em;
	padding-left: 1.9em
}
.policy-cont .ind dl {
    margin-right: 0;
}
.policy-cont .align_end{
	text-align: end;
}
.policy-cont dd.ind span {
	padding-right: 0.5em;
}

.policy-cont li { margin-bottom: 27px; }
.policy-cont ul li dl dd dl{
	text-indent: -1.6em;
  padding-left: 1.6em;
}
.policy-cont ul li dl dd dl >* {
	font-weight: normal;
	border: none;
	font-size: inherit;
	margin: 0;
}

.policy-cont h3 {
	color: #000;
	border-bottom: 2px solid #e6e6e6;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}
.policy-cont h3 span {
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.policy-cont h3:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 36px;
    background: #b50081;
    margin-right: 10px;
    position: relative;
    top: 14px;
}
.policy-cont h4 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}
.policy-cont h4:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 36px;
    background: #b50081;
    margin-right: 10px;
    position: relative;
    top: 14px;
}
.button {
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    width: 495px;
    padding: 11px 0px 11px 13px;
    text-align: center;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    text-decoration: none !important;
}
.button span + span {
	font-size: 10px;
}
.button::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #af1d7b;
  border-right: solid 2px #af1d7b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}
.button:hover {
    background-color:#af1d7b;
    transition: all .3s;
}
.button:hover {
    color:#fff;
}
.button span img{
	padding-left:10px;
	padding-right:5px;
	vertical-align: top;
}

.button:hover::before{
	border-top-color: #fff;
	 border-right-color: #fff;
}

.indin_list .mb-5 {
	margin-bottom: 5px;
}
.ind .mb-5 {
	margin-bottom: 5px;
}
.policy-cont .mb-5 {
	margin-bottom: 5px !important;
}

@media (max-width:768px){
	.policy-cont dd,.policy-cont p { font-size: 12px; line-height: 20px; }
	.policy-cont h3 {
		font-size: 14px;
		text-indent: -1em;
		padding-left: 1em;
		margin: 0px 12px;
	}
	.policy-cont h4 {
		font-size: 13px;
		text-indent: -1em;
		padding-left: 1em;
		margin: 0px 12px;
	}
	.policy-cont dt {
		font-size: 13px;
	}
	/* .policy-cont ul:nth-child(4) dt,.policy-cont ul:nth-child(6) dt {
		position: relative;
		padding-left: 1.8em;
	} */
	.policy-title { font-size: 20px; letter-spacing: 1px; padding-left: 12px; margin-top: 0; }
	.policy-cont { margin: 20px 0px 0px; }
	.policy-cont dt span { margin-right: 5px; }
	.policy-cont dd { margin: 0px 13px; }
	.policy-cont h3:before {
	    height: 32px;
	    top: 12px;
	    width: 3px;
	}
	.policy-cont h4:before {
		height: 32px;
		top: 12px;
		width: 2px;
	}
	/* .policy-cont ul:nth-child(4) dt span, .policy-cont ul:nth-child(6) dt span {
	    position: absolute;
	    left: 0px;
	}
	.policy-cont ul:nth-child(4), .policy-cont ul:nth-child(6) {
	     margin-left: 0px;
	     margin-right: 0px;
	} */
	.policy-cont h3:nth-child(5):before {
	    height: 50px;
	    top: 32px;
	    width: 3px;
	}
/*	#contents { padding-top: 10px; }*/

	/* .policy-cont ul:nth-child(2) li:nth-child(2) dd:last-child { letter-spacing: -0.2px; }
	.policy-cont h3:nth-child(5) { margin-top: -25px; } */
	.policy-cont dl,.policy-cont p { margin-left: 25px; margin-right: 25px; }

	.button {
		width: 92%;
		box-sizing: border-box;
		line-height: 27px;
	}
	.indin_list{
		margin-right: 25px;
	}
}

/*モーダル*/
.policy .modal-open {
	cursor: pointer;
    color: #00C8C3;
	text-decoration: underline;
}
.policy-cont dd.ind span.modal-open {
	padding-right: 0;
}
.policy .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.policy .modal_bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.policy .modal_content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
    width: 50%;
}
.policy p.modal-close {
    position: absolute;
    top: -23px;
    right: -23px;
    display: block;
    width: 42px;
    height: 0;
    cursor: pointer;
    overflow: hidden;
    background: #333;
    padding-top: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.policy p.modal-close:before,
.policy p.modal-close:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.policy p.modal-close:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.policy p.modal-close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.policy .modal01-txt{
	border: 2px solid #b50081;
	padding: 1em;
}

.policy .modal01-txt01 {
  text-align: center;
	padding-bottom: 3px;
	border-bottom: 2px solid #e6e6e6;
}

@media (min-width:769px){
	.policy .modal01-txt01 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.policy .modal_list > li {
		font-size: 13px;
		line-height: 2.5;
	}
}
@media (max-width:768px){
	.policy .modal_content {
		width: 90%;
		box-sizing: border-box;
		padding: 15px 0;
	}
	.policy p.modal-close {
		width: 33px;
		top: -20px;
		right: -15px;
		padding-top: 33px;
		border-width: 1px;
	}
	.policy p.modal-close {
		width: 33px;
		top: -20px;
		right: -15px;
		padding-top: 33px;
		border-width: 1px;
	}
	.policy p.modal-close:before,
	.policy p.modal-close:after {
		width: 18px;
		height: 2px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}
	.policy p.modal-close:before {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.policy p.modal-close:after {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.policy .modal01-txt {
		overflow-y: auto;
		max-height: 65vh;
		padding: 15px;
		margin: 0 15px;
	}
	.policy .modal01-txt01 {
		font-size: 122%;
		margin-bottom: 20px;
	}
	.policy .modal01-txt ul > li {
		line-height: 2;
	}
}