@charset "UTF-8";


/*================================================
 *  CSSリセット
 ================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, small, sub, sup, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, footer, header, hgroup, main, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	word-break: break-all;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1;
}

article, aside, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ul li, p {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size: 1.6rem;
	color: #6d6d6d;
	font-family: Meiryo, 'メイリオ', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 2.0;
	background-color: #FFF;
}

header {
	position: relative;
	background-color: #00a0e9;
	color: #FFF;
}

header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: url(../images/cloud.png)repeat-x center top;
}

header:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: url(../images/ice.png) repeat-x center bottom;
}

footer a {
	color: #00a0e9;
}


/*================================================
 *  main 
 ================================================*/

.ttl-info {
	position: relative;
	padding: 0.5em 0 0.4em 0;
	line-height: 1;
	font-weight: 600;
	background: #ffcd46;
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.info-box {
	border-radius: 5px;
	background-color: #FFF;
	border: #ffcd46 2px solid;
	padding: 1em;
	border-radius: 0px 0px 10px 10px;
	margin-left: auto;
	margin-right: auto;
}

ul.icon-circle li {
	position: relative;
	padding: 0 0 1em 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #DDD;
}

ul.icon-circle li:last-child {
	border: none;
	margin: 0;
	padding-bottom: 0;
}

ul.icon-circle li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	position: absolute;
	font-weight: 600;
	top: 5px;
	left: 0;
	font-size: 10px;
	color: #f5a625;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background-position: bottom;
}



/*================================================
 *  other
 ================================================*/

.center {
	text-align: center;
}

.bold{ font-weight:600;}
.color-red {
	color: #e7290f;
}

.color-blue {
	color: #00a0e9;
}

.color-orange {
	color: #ffcd46;
}