@charset "UTF-8";
/* CSS Document */
body {
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.second-section p {
    font-size: 16px;
		line-height: 1.6;
}

.keyvisual-notice {
    position: relative;
    margin:80px 60px 60px;
}

.keyvisual-notice h1 {
	text-align: center;
	font-size: 20px;
	margin:20px 0;
	padding:12px 0;
	border-top:solid 1px #1d913b;
	border-bottom:solid 1px #1d913b;
}

.personal_notice_lead {
		margin-bottom:40px;
		padding:25px;
}

section.second-section .personal_notice_lead p {
		font-size: 18px;
		line-height: 1.6;
		padding-bottom:0;
}

#personal_important_info h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #666;
    border-left: 6px solid #1d913b;
    padding: 5px 0 5px 8px;
    margin-bottom: 20px;
}

.shop_link_wrap {
	text-align: center;
	width:340px;
	margin:20px auto 40px;
}

a.shop_link {
	background: #0D5F1A;
	background-image: -webkit-linear-gradient(top, #0D5F1A, #1D9837);
	background-image: -moz-linear-gradient(top, #0D5F1A, #1D9837);
	background-image: -ms-linear-gradient(top, #0D5F1A, #1D9837);
	background-image: -o-linear-gradient(top, #0D5F1A, #1D9837);
	background-image: linear-gradient(to bottom, #0D5F1A, #1D9837);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 30px;
	box-shadow: inset 0px 0px 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0px 0px 1px 0px #FFFFFF;
	text-shadow: 0px -1px 0px #000000;
	border: solid #0D5F1A 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

a.shop_link:hover {
  background: #1D9837;
	background-image: -webkit-linear-gradient(top, #1D9837, #1b8433);
	background-image: -moz-linear-gradient(top, #1D9837, #1b8433);
	background-image: -ms-linear-gradient(top, #1D9837, #1b8433);
	background-image: -o-linear-gradient(top, #1D9837, #1b8433);
	background-image: linear-gradient(to bottom, #1D9837, #1b8433);
	text-shadow: 0 0 0 #000;
	text-decoration: none;
}

section.second-section p.strong_p {
		font-weight: bold;
		font-size:24px;
		color: #d23c01;
}

.strong_ul {
		margin-bottom: 30px;
}

.strong_ul li {
		font-size: 24px;
		line-height: 1.6;
}

ul.attention_ul {
	margin-bottom:30px;
}

span.notice_txt {
		color: #d23c01;
		font-weight: bold;
}

figure {
		text-align: center;
}

#personal_important_info h4 {
    font-size: 16px;
    color: #1d913b;
    margin-bottom: 10px;
}

section.second-section h2.contact_info {
    background: #9dcaa9;
    color: #fff;
    text-shadow: 0 -1px 1px #6b8973;
    font-size: 153.9%;
    padding: 10px 0;
    border-radius: 6px;
    text-indent: 15px;
    margin-bottom: 20px;
    zoom: 1;
    position: relative;
}

#personal_important_info p.attention_cmt {
    font-size: 123.1%;
    color: #9e3309;
    font-weight: bold;
    padding-left: 20px;
    text-indent: -20px;
    line-height: 1.6;
}
