@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, メイリオ, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	min-width: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 26px;
}
h3,
.h3 {
	font-weight: bold;
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}

h2 {
	text-align: center;
}


@media screen and (min-width: 850px){
	h2 {
		background-image: url(../img/line.gif);
		background-repeat: repeat-x;
		background-position: center center;
	}
	h2 span {
		background-color: white;
	}
}

p {
	margin: 0 0 10px;
}
a {
	color: #2980b9;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
	border: none;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.link-style{
	margin: 20px 5%;
}

@media screen and (max-width: 600px){
	.pc {
		display: none;
	}
}

@media screen and (min-width: 600px){
	.link-style{
		display: none;
	}
	.smartphone {
		display: none;
	}
}

.link-style a {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #2980b9;
	line-height:1.5;
}

.link-style span {
	color: #e74c3c;
}

.emphasis {
	color: #FF3333
}

.container img {
	width: 100%;
}

.container > div > p {
	margin-left: 1%;
}

.container ul {
	margin-left: 5%;
}

.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fa-check-circle-o {
	background-image: url("../img/mark01.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 5px 24px 0 0;
	margin-right: 5px;
}

.fa-arrow-right{
	display: inline-block;
	background-image: url("../img/link01.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 12px 12px 0 0;
	margin-top: 5px;
	margin-right: 5px;
}

.fa-price{
	background-image: url("../img/price.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 5px 24px 0 0;
	margin-right: 5px;
}

.fa-caret-right {
	display: inline-block;
	background-image: url("../img/link01.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 10px 10px 0 0;
	margin: 3px;
}