@charset "utf-8";

/* ========== すべて共通 ========== */

html, body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	background: #fff;
}
body, div, p, h1, h2, h3, h4, ul, figure {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;	
	margin: 0;
	padding: 0;
}

/* ========== ページ遷移フェードアニメーション ========== */
.wrap {
	animation: fadein 0.8s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* ========== /ページ遷移フェードアニメーション ========== */


img {
	width: 100%;
	height: auto;
}
a {
	color: #709a00;
}
a:hover {
	color: #95cd00;
}
a:active {
	color: #4b6700;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* 共通の見出し */
main h1 {
	margin-bottom: 1rem;
	border-bottom: 1px dashed #c84040;
	font-weight: normal;
	font-size: 1.6rem;
}

.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1140px;
}
@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* キービジュアル */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;}
.sp { display: none !important;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* バナーの位置設定 */
.home-keyvisual {
	margin-top: 70px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.home-keyvisual {
		width: 80%;
	  margin-top: 100px;
		margin-left: auto;
	  margin-right: auto;
   }
}

/* ========== メインエリア基本レイアウト ========== */
main {
	padding-top: 0px;
	padding-bottom: 50px;
}

@media screen and (min-width: 767px) {
	main {
		padding-top: 90px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* キャッチコピースマホ用 */
.home-maincopy {
	margin: 20px 0 20px 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	}

/* キャッチコピーパソコン用 */
@media screen and (min-width: 768px) {
.home-maincopy {
	margin: 0 0 40px 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 35px;
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	}
}


/* 本文 text */
.text {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	margin: 15px 40px 0 40px;
	color: #333;
}

p {
	text-align: justify;
	line-height: 28px;
	font-weight: 400;
}

.text-indentback {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	margin: 15px 40px 0 40px;
	text-indent: -1em;
  padding-left: 2em;
	color: #333;
}

/* スマートフォン用 */	
/* プライバシーポリシーと特別商取引き */	
	.privacy {
	display: flex ! important	;
	justify-content: center;
	}

.button {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
  display: inline-block;
	display: list-item;  /* 縦に並べる */
	margin: 5px 10px 10px 0;
  width: 190px;
  padding: 6px 6px 6px 10px;
  border-radius: 5px;
  background-color: #80A2D1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.button:hover {
  opacity: 0.8;
}
.button-showy {
  background-color: #80A2D1;
	text-align: center;
}

.btn:hover {
    background-color: #F59264;
}

/* パソコン用 */		
/* プライバシー 　パソコン用*/
@media screen and (min-width: 768px) {
	.privacy {
	display: flex ! important	;
	justify-content: flex-end;
	}

.button {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
  display: inline-block;
	display: list-item;  /* 縦に並べる */
	margin: 5px 110px 10px 0;
  width: 190px;
  padding: 6px 6px 6px 10px;
  border-radius: 5px;
  background-color: #80A2D1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.button:hover {
  opacity: 0.8;
}
.button-showy {
  background-color: #80A2D1;
	text-align: center;
}
}

/* ========== footer ========== */
.footer-container {
	font-size: 0.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #444;
	margin-top: 5px;
	border-top: solid #c0c0c0 1px;
}
.footer-container p {
	font-size: 0.9rem;
	margin: 10px 0 20px 0;
	text-align: center;
}

