@charset "UTF-8";


.kv {
	text-align: center;
}
body{
	background-color: #fff;
}

.ac_three{
	margin-top: 20px;
}
.ac_three picture{
	width: 100%!important;
	height: auto;
}
.ac_three img{
	width: 100%!important;
	height: auto;
}

.appDown-link-widthAll {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}
.appDown-link-widthAll .fix_btn {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.appDown-link-widthAll .fix_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #cc0033;
    border-radius: 60px;
    max-width: 500px;
    width: 100%;
}
.fix_btn_pad{
	margin: 5px 0!important;
}
.cpn_code{
	text-align: right;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 60px;
	padding-right: 15px;
}

.dh-copyrights{
	padding-bottom: 100px;
}


.accordion-container {
	margin: 50px auto 0;
	width: 100%;
  }
  
  .accordion-list:not(:first-child) {
	margin-top: 10px;
  }
  
  .accordion-title {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	position: relative;
  }
  
  .accordion-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 35%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
  }
  
  .accordion-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
  }
  
  .accordion-text {
	display: none;
	padding: 0 20px 20px 20px;
  }

  .ac_text16{
	font-size: 16px;
	line-height: 1.6;
  }
  .ac_mt20{
	margin-top: 20px;
  }
  .-notLink a{
	color: #009FD1;
  }
  
  


/* ------------------------------ */
/*PC用CSS                         */
/* ------------------------------ */
@media screen and (min-width: 769px), print {
#bodyInr{
	margin: 0 auto;
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
}
.midashi01{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	line-height: 1.4;
}
.text01{
	line-height: 1.6;
	font-size: 16px;
}
.button_w400{
	max-width: 400px!important;
}


.section02{
	background-color: #ebf8ff;
	padding: 20px 6%;
	margin-top: 40px;
}
.section02 ul{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.section02 ul li:nth-child(1){
	width: 80px;
}
.section02 ul li:nth-child(2){
	width: calc(100% - 80px);
	padding-left: 20px;
	font-size: 20px;
	line-height: 1.4;
	color: #204075;
	font-weight: bold;
}
.section02 ul li img{
	width: 100%;
	height: auto;
}
.section03{
	padding-top: 60px;
}
.dh-heading-text{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.dh-heading-text span{
	border-bottom: 4px solid #204075;
}
.dh-accordion.-list.-info .dh-accordion-head {
    background: #fff;
    padding: 12px 17px 17px;
}

.-notLink{
	padding: 10px 0;
}
.dh-accordion.-list .dh-accordion-body-list li:after {
    display: none;
}
.ac_indent{
	padding-left: 16px;
	text-indent: -16px;
}
.dh-accordion.-list.-info .dh-accordion-body-list li a {
	min-height: 0;
    padding: 0;
	display: inline;
	color: #009fd1;
	font-weight: bold;
}

.kome_bottom{
	padding-bottom: 10px;
}
.pc_none{
	display: none;
}

}

@media screen and (max-width: 768px), print {

	#bodyInr{
		margin: 0 auto;
		width: 100%;
		max-width: 768px;
		box-sizing: border-box;
	}
	.midashi01{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		line-height: 1.4;
	}
	.text01{
		line-height: 1.6;
		font-size: 16px;
		padding: 0 15px;
	}
	.button_w400{
		max-width: 400px!important;
	}
	
	
	.section02{
		background-color: #ebf8ff;
		padding: 20px 6%;
		margin-top: 40px;
	}
	.section02 ul{
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.section02 ul li:nth-child(1){
		width: 50px;
	}
	.section02 ul li:nth-child(2){
		width: calc(100% - 60px);
		padding-left: 15px;
		font-size: 16px;
		line-height: 1.4;
		color: #204075;
		font-weight: bold;
	}
	.section02 ul li img{
		width: 100%;
		height: auto;
	}
	.section03{
		padding: 0 15px;
		padding-top: 60px;
	}
	.dh-heading-text{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.dh-heading-text span{
		border-bottom: 4px solid #204075;
	}
	.dh-accordion.-list.-info .dh-accordion-head {
		background: #fff;
		padding: 12px 17px 17px;
	}
	
	.-notLink{
		padding: 10px 0;
	}
	.dh-accordion.-list .dh-accordion-body-list li:after {
		display: none;
	}
	.ac_indent{
		padding-left: 16px;
		text-indent: -16px;
	}
	.dh-accordion.-list.-info .dh-accordion-body-list li a {
		min-height: 0;
		padding: 0;
		display: inline;
		color: #009fd1;
		font-weight: bold;
	}

	.kome_bottom{
		padding-bottom: 10px;
	}
	.sp_none{
		display: none;
	}

}


/* ------------------------------ */
/*終了案内用CSS                         */
/* ------------------------------ */
.cpCloseAlertWrp {
    width: 100%;
    display: table;
}

.cpCloseAlert {
    color: #C70014;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 25px 20px 20px;
    padding: 15px;
    border: solid 1px #df6177;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcf0f2;
    margin-bottom: 30px;
}

.entry_btn {
	cursor: default;
}

.dh-Grid{
	margin: 20px 0;
}