@charset "utf-8";

/*-----------------------------------------
リセットcss
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clf:after {
	display: block;
	clear: both;
	content: "";
}
/*-----------------------------------------
all
-------------------------------------------*/
body {
	color:#333333;
	font-family: 'HiraginoSans-W3', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
a {
	text-decoration: none;
	color:#00cc56;
}
ul {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	margin: 0.5rem auto 0 auto;
}

small {
	font-size: 0.8rem;
	color: #727272;
}

center {
	text-align: center;
}

.center {
	text-align: center;
}

img.w-50 {
	width: 50%;
}

img.w-70 {
	width: 70%;
}
/*-----------------------------------------
   メインエリア
-------------------------------------------*/
header img {
	margin: 0;
	width: 100%;
}

section { 
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.4rem;
}
h1 {
	font-size: 18px;
	color: #00cc56;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.inner { 
	margin: 0 5% 0;
	width: 90%;
	padding-bottom: 20px;
}
h2 {
	margin-top: 2rem;
	margin-bottom: 0.9rem;
	padding-bottom: 1rem;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.1px;
	color:  #00cc56;
	font-weight: 600;
	border-bottom: 3px solid #00cc56;
}

h3 {
	font-size: 1.2rem;
	padding-left: .8rem;
	position: relative;
	margin: 1rem 0 1.2rem;
}

h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0.1rem;
	bottom: 0;
	width: .4rem;
	height: auto;
	background-color: #00cc56;
	border-radius: .1rem;
}

h4 {
	font-size: 1.2rem;
	padding-left: .4rem;
	position: relative;
	margin: 1rem 0 1.2rem;
}

h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0.1rem;
	bottom: 0;
	width: .4rem;
	height: auto;
	background-color: #dddddd;
	border-radius: .1rem;
}

.center-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
}

span.textCmt {
	color: rgba(125,125,125,1.00);
	font-weight: normal;
	display: inline-block;
	padding-top: 3px;
}
.textArea {
	margin: 1rem 0;
}

.sp-block {
	display: none;
}

span.bold {
	font-weight: 600;
}

.vertical-margin-0_5 {
	margin: 0.5rem 0;
}

.vertical-margin_1 {
	margin: 1rem 0;
}

.swiper img {
	border: 1px solid #ddd;
}
/**
目次
 */
.agenda {
	margin: 1rem 0;
	background: #fafafa;
	padding: 1rem;
}

.agenda-title {
	margin: 0.5rem 0;
}

.agenda li {
	padding: 0.6rem 0;
	border-bottom: #dfdfdf solid 1px;
}

.agenda li:last-child {
	border-bottom: none;
}

.header-title {
	padding: 2rem;
	background: #00CC56;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/* annotaion box */
dl.annotation {
	border: 1px solid #f73e19;
	padding: 1.1rem;
}
dl.annotation dt {
	color: #f73e19;
	font-weight: 600;
	padding-bottom: 0.7rem;
}
dl.annotation dd ul {
	margin-left: 0.4rem;
}
dl.annotation dd ul li::before {
	position: relative;
	top: -5px;
	left: -6px;
	display: inline-block;
	width: 2px;
	height: 2px;
	content: '';
	border-radius: 100%;
	background: #1a1a1a;
}
dl.annotation dd ul li {
	padding: 0.2rem 0;
	line-height: 140%;
}

.btn {
	border: 1px solid #00cc56;
	border-radius: 50px;
	display: block;
	color: #00cc56;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px auto 50px auto;
	padding: 10px;
	text-align: center;
}
.x-link-btn {
	border: 1px solid #ffffff;
	border-radius: 50px;
	display: block;
	color: #ffffff;
	background-color: #000;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px auto 50px auto;
	padding: 10px;
	text-align: center;
}

/**
Q&A
 */
.qa {
	margin: 1rem 0;
	font-size: 0.9rem;
}

.question {
	font-weight: bold;
}

.answer {

}

.update-date {
	width: 100%;
	text-align: right;
	margin: 1rem 0;
	font-size: 0.7rem;
	color: #777;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 440px;
}

/**
	画像を二つ横並びにする
 */
.two-image-container {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	flex-shrink: 0;
}

.two-image-container img {
	width: 48%;
}

/**
	注意エリア
 */
.warning {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	background: #FFEDED;
	color: #F34E2E;
	border-radius: 1rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
}

/**
固定フッタ
 */
#sp-fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	background-color: #FFFFFF;
	padding: 0.3rem 5%;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#sp-fixed-footer img {
	width: 100%;
	min-width: 160px;
	max-width: 180px;
	display: block;
}

/**
 ALKOO 紹介エリア
 */
#alkoo-area {
	background: #00CC56;
	color: #FFFFFF;
	width: 90%;
	padding: 2rem 5% 5rem;
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: center;
	align-items: center;
}

#alkoo-area .app-leader {
	border-bottom: none;
	font-size: 1.5rem;
	margin: 1rem;
	font-weight: 500;
	color: #FFFFFF;
}

#alkoo-area .app-title {
	border-bottom: none;
	font-size: 1.2rem;
	margin: 1rem 0 0;
	font-weight: 500;
	color: #FFFFFF;
}

#alkoo-area .app-icon {
	width: 90px;
}

#alkoo-area .app-icon {
	width: 90px;
}

#alkoo-area img {
	width: 160px;
	display: block;
	margin: 0.5rem 2rem;
}

/**
PCのみの制御
 */
@media (min-width: 480px) {
	/* フッターを非表示にする */
	#sp-fixed-footer {
		display: none;
	}

	#alkoo-area .flex-container {
		flex-direction: column;
	}
}

/**
SPのみの制御
 */
@media (max-width: 449px) {
	#alkoo-area .flex-container {
		flex-direction: column;
	}

	.sp-block {
		display: block;
	}
}