@charset "UTF-8";

/*pink:e750c9; yellow:ffea90*/

#av_area {
	width: 100%;
	background:#eee;
}
#av_contents {
	max-width: 1000px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",san-serif;
	margin:0 auto;
	background:#fff;
	padding:40px;
}
p {
	line-height: 1.8;
}
h1 {
	display: block;
    font-size: 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0;
}
.h1_sub {
	font-size:24px;
	margin-bottom:10px;
	display: block;
}
h2 {
	display:block;
	text-align: left;
	padding: 20px 0 5px;
	font-size:24px!important;
	color:#333;
	letter-spacing: 0.1em;
	border-bottom: 2px double; #000;
	margin-bottom: 2em;
}
h3 {
	font-size:16px;
	line-height: 1.8;
	color:#000;
	font-weight: normal;
	margin:20px 0;
	padding: 5px 10px;
	background: #e9cdc5;
	/*border-bottom:1px solid #e750c9;*/
}
h4 {
	font-size:1.4em;
	color:#e750c9;

}
.leadcopy {
	font-size: 18px;
	line-height: 1.8;
}
dl {
	margin:20px 0;
}
dt {
	display: inline-block;
	position: relative;
	padding: 0.5em 1em;
	background: #a6d3c8;
	color: #000;
	font-size: 1.2em;
}
dt::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
dd {
	border: 1px solid #a6d3c8;
	margin-left:20px;
	margin-right:20px;
	padding: 2em 1em 1em;
    margin-top: -15px;
	font-size:1.2em;
}
dt span {
	font-weight: bold;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
section {
	margin:50px 0;
}
section span {
	font-size:1.1em;
}
section div {
	padding: 0 1em;
}
.period {
	font-size:20px;
	padding:20px;
	margin:0 0 30px;
	background:#c5e9e0;
	text-align: center;
}
.btn {
	    padding: 10px 20px!important;
    border: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    color: #000;
    background: #fff;
    min-width: 115px;
}
ul {
	padding-left: 20px!important;
	padding-top:20px;
}
.li-caution li {
	padding-left: 1em;
 	position: relative;
 	margin-top:5px;
}
.li-caution li:before {
	display: block;
	content: "※";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.av_gray_base {
	background:#eee;
	border-radius: 10px;
	border:none;
	padding:25px;
	display: block;
	margin:0 auto;
}
.av_gray_base p {
	font-size:15px;
}
.br-sp {
	display: none;
}
@media screen and (max-width: 450px){
	.br-sp {display: block;}
}
@media screen and (max-width: 700px){
	.h1_sub { font-size:18px; }
    h2 {
    	font-size:20px!important;
    	padding:10px 0;
    }
    .leadcopy { font-size:16px; }
    .period { font-size:16px; }
    #av_contents { padding: 20px; }
}

