@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "NotoSansCJKjpLight";
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansJP-LightSub.eot');
    src: url('../font/NotoSansJP-LightSub.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSansJP-LightSub.eot.woff') format('woff'),
         url('../font/NotoSansJP-LightSub.eot.otf') format('opentype')
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #F6EFE5;
	color: #F75F6E;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
}

a {
	overflow: hidden;
	outline: none;
}

#container {
	margin: 0;
	padding: 0;
	max-width: 1200px;
	width: 100%;
}

/* 520px以下（スマートフォン）=============================================================================================== */
@media screen and (max-width: 520px) {

/*タイトル画像*/
header {
	margin: 10px 0px 10px 0px;
	padding: 0;
	background: none;
}

header h1 img {
	width: 100%;
}

/*スライドショー*/
#topImage {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*お知らせコーナー*/
#information {
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 100%;
}

#information img {
	display: none;
}

#information ul {
	margin: 0;
	padding: 10px 10px 2px 10px;
	list-style: none;
	background-color: rgba(255,255,255,0.5);
}

#information ul li {
	margin: 0 0 8px 0;
	padding: 0;
}

#information ul li p {
	font-family: "NotoSansCJKjpLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	line-height: 130%;
}

/*メニュー*/
#mainMenu {
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainMenu .menuColumn {
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 100%;
}

#mainMenu .menuColumn h2 {
	margin: 0;
	padding: 5px 0px 5px 10px;
	font-family: "NotoSansCJKjpLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #F75F6E;
	border-left: #F75F6E solid 10px;
	border-bottom: #F75F6E solid 1px;
}

#mainMenu .menuColumn ul {
	margin: 0;
	padding: 0;
}

#mainMenu .menuColumn ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0px 10px;
	font-family: "NotoSansCJKjpLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#ffeeeeee');
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
}

#mainMenu .menuColumn ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*フッター*/
footer {
	margin: 0;
	padding: 20px 0px 10px 0px;
	background: #F75F6E;
}

footer p {
	font-family: "NotoSansCJKjpLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #FFF;
	background: #F75F6E;
	text-decoration: none;
	text-align: center;
	line-height: 120%;
}

/*コンテンツページ----------------------------------------------------------------------------------------------------------------------*/

#containerPage {
	margin: 0;
	padding: 0;
	min-width: 240px;
	max-width: 1200px;
	width: 100%;
}

/*ヘッダ*/
#containerPage header {
	display: none;
}

/*ページコンテンツ*/
section.contentsPage {
	margin: 10px 10px 40px 10px;
	padding: 0;
}

/*見出し*/
#containerPage h2 {
  position: relative;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.0rem;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 5px 25px;
  border-bottom: 3px solid #F75F6E;
}

#containerPage h2:before {
  content: "";
  position: absolute;
  background: #F75F6E;
  top: 0;
  left: 5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#containerPage h2:after {
  content: "";
  position: absolute;
  background:#F75F6E;
  top: 15px;
  left: 0px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

#containerPage h3 {
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
}

/*段落*/
section.contentsPage p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section.contentsPage a {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section.contentsPage a:hover {
	color: #39f;
}

section.contentsPage nav ul li a {
	position: relative;
	display: block;
	height: 44px;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#ffeeeeee');
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
	border-radius: 10px;
}

section.contentsPage nav ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*規約*/
section#kiyaku {
	margin: 10px 10px 40px 10px;
	padding: 0;
}

section#kiyaku p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#kiyaku ul {
	margin: 0px 0px 15px 30px;
	padding: 0;
}

section#kiyaku ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#kiyaku a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#kiyaku a:hover {
	color: #39f;
}

/*よくある質問*/
section#contentsQa {
	margin: 10px 10px 40px 10px;
	padding: 0;
}

section#contentsQa p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#contentsQa ul {
	margin: 0px 0px 15px 30px;
	padding: 0;
}

section#contentsQa ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#contentsQa a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#contentsQa a:hover {
	color: #39f;
}

/*よくある質問*/
#contentsQa dl {
	margin: 0;
	padding: 0;
}

#contentsQa dt {
	margin: 0;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

#contentsQa dd {
	margin: 0px 0px 10px 10px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

/*フッターナビ*/
#footerNavi ul {
	margin: 0;
	padding: 0;
}

#footerNavi ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#ffeeeeee');
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
}

#footerNavi ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*お問い合わせフォーム-------------------------------------------------------------------------------------------------------------------*/

#containerPage section.contactUs {
	margin: 10px 10px 40px 10px;
	padding: 0;
}

#containerPage section.contactUs h2 {
	position: relative;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.0rem;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 5px 25px;
	border-bottom: 3px solid #F75F6E;
}

#containerPage section.contactUs h2:before {
	content: "";
	position: absolute;
	background: #F75F6E;
	top: 0;
	left: 5px;
	height: 12px;
	width: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#containerPage section.contactUs h2:after {
	content: "";
	position: absolute;
	background:#F75F6E;
	top: 15px;
	left: 0px;
	height: 8px;
	width: 8px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

#containerPage section.contactUs p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dl {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dt {
	margin: 0;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd.confirm {
	margin: 0px 0px 10px 30px;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd input {
	margin: 10px auto 20px auto;
	padding: 5px 1%;
	display: block;
	width: 94%;
	height: 2rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd textarea {
	margin: 10px auto 20px auto;
	padding: 5px 1%;
	display: block;
	width: 94%;
	height: 16rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
	resize: vertical;
}

#containerPage div.contactUs input[type^="submit"] {
	margin: 10px auto 20px auto;
	padding: 5px 15px;
	display: block;
	width: 150px;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs p.errorText {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #AF41F3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 120%;
}

#containerPage section.contactUs div.confirm {
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div.confirm form {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#containerPage section.contactUs div.confirm input.back {
	margin: 10px 5px 10px 5px;
	padding: 5px 5px;
	display: inline-block;
	width: 120px;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs div.confirm input.next {
	margin: 10px 5px 10px 5px;
	padding: 5px 5px;
	display: inline-block;
	width: 120px;
	height: auto;
	color: #FFF;
	background-color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

/*処理中Message*/

#containerPage section.contactUs div#processMessage {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div#processMessage h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	color: #5fcf4b;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#containerPage section.contactUs div#processMessage p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 130%;
}

}
/* 920px以下（タブレット・PC縦ディスプレイ）=============================================================================================== */
@media screen and (min-width: 521px) {

/*全体中央揃え*/
#container {
	margin: 0 auto;
}

/*タイトル画像*/
header {
	margin: 10px 0px 10px 10px;
	padding: 0;
	background-image: url(../images/catstretch.png);
	background-repeat: no-repeat;
	background-position: 98.5% bottom;
	background-size: 6% auto;
}

header h1 img {
	width: 44.5%;
	height: auto;
}

/*スライドショー*/
#topImage {
	margin: 0px auto 10px auto;
	padding: 0;
	width: 97.8%;
}

/*お知らせコーナー*/
#information {
	margin: 0px auto 20px auto;
	padding: 0;
	width: 97.8%;
}

#information img {
	display: none;
}

#information ul {
	margin: 0;
	padding: 10px 10px 2px 10px;
	list-style: none;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}

#information ul li {
	margin: 0 0 8px 0;
	padding: 0;
}

#information ul li p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	line-height: 130%;
}

/*メニュー*/
#mainMenu {
	margin: 0 auto;
	padding: 0;
	width: 97.8%;
}

#mainMenu div.menuColumn {
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 48.8%;
	float: left;
}

#mainMenu div.menuColumn:nth-child(odd) {
	clear: both;
	margin-right: 1.1%;
}

#mainMenu div.menuColumn:nth-child(even) {
	margin-left: 1.1%;
}

#mainMenu .menuColumn h2 {
	margin: 0;
	padding: 5px 0px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #F75F6E;
	border-left: #F75F6E solid 10px;
	border-bottom: #F75F6E solid 1px;
}

#mainMenu .menuColumn ul {
	margin: 0;
	padding: 0;
}

#mainMenu .menuColumn ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: none;
	border-bottom: rgba(247,95,111,0.3) dashed 1px;
}

#mainMenu .menuColumn ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*フッター*/
footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	width: 97.8%;
	background: none;
}

footer p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1rem;
	font-weight: normal;
	color: #F75F6E;
	text-decoration: none;
	text-align: right;
	line-height: 120%;
}

/*コンテンツページ----------------------------------------------------------------------------------------------------------------------*/

#containerPage {
	margin: 0 auto;
	padding: 0;
	min-width: 240px;
	max-width: 1200px;
	width: 100%;
}

/*ヘッダ*/
#containerPage header {
	display: none;
}

/*ページコンテンツ*/
section.contentsPage {
	margin: 10px 20px 40px 20px;
	padding: 0;
}

/*見出し*/
#containerPage h2 {
  position: relative;
  color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.0rem;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 5px 25px;
  border-bottom: 3px solid #F75F6E;
}

#containerPage h2:before {
  content: "";
  position: absolute;
  background: #F75F6E;
  top: 0;
  left: 5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#containerPage h2:after {
  content: "";
  position: absolute;
  background:#F75F6E;
  top: 15px;
  left: 0px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

#containerPage h3 {
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
}

/*段落*/
section.contentsPage p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section.contentsPage a {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section.contentsPage a:hover {
	color: #39f;
}

section.contentsPage nav ul li a {
	position: relative;
	display: block;
	height: 44px;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#ffeeeeee');
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
	border-radius: 10px;
}

section.contentsPage nav ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*規約*/
section#kiyaku {
	margin: 10px 20px 40px 20px;
	padding: 0;
}

section#kiyaku p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#kiyaku ul {
	margin: 0px 0px 15px 30px;
	padding: 0;
}

section#kiyaku ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#kiyaku a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#kiyaku a:hover {
	color: #39f;
}

/*よくある質問*/
section#contentsQa {
	margin: 10px 20px 40px 20px;
	padding: 0;
}

section#contentsQa p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#contentsQa ul {
	margin: 0px 0px 15px 30px;
	padding: 0;
}

section#contentsQa ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#contentsQa a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#contentsQa a:hover {
	color: #39f;
}

/*よくある質問*/
#contentsQa dl {
	margin: 0;
	padding: 0;
}

#contentsQa dt {
	margin: 0;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

#contentsQa dd {
	margin: 0px 0px 10px 10px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

/*フッターナビ*/
#footerNavi ul {
	margin: 0;
	padding: 0;
}

#footerNavi ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#ffeeeeee');
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
}

#footerNavi ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*お問い合わせフォーム-------------------------------------------------------------------------------------------------------------------*/

#containerPage section.contactUs {
	margin: 10px 20px 40px 20px;
	padding: 0;
}

#containerPage section.contactUs h2 {
	position: relative;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.0rem;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 5px 25px;
	border-bottom: 3px solid #F75F6E;
}

#containerPage section.contactUs h2:before {
	content: "";
	position: absolute;
	background: #F75F6E;
	top: 0;
	left: 5px;
	height: 12px;
	width: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#containerPage section.contactUs h2:after {
	content: "";
	position: absolute;
	background:#F75F6E;
	top: 15px;
	left: 0px;
	height: 8px;
	width: 8px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

#containerPage section.contactUs p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dl {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dt {
	margin: 0;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd.confirm {
	margin: 0px 0px 20px 50px;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd input {
	margin: 10px auto 20px auto;
	padding: 5px 1%;
	display: block;
	width: 94%;
	height: 2rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd textarea {
	margin: 10px auto 20px auto;
	padding: 5px 1%;
	display: block;
	width: 94%;
	height: 16rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
	resize: vertical;
}

#containerPage div.contactUs input[type^="submit"] {
	margin: 10px auto 20px auto;
	padding: 5px 15px;
	display: block;
	width: 20%;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs p.errorText {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #AF41F3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 120%;
}

#containerPage section.contactUs div.confirm {
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div.confirm form {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#containerPage section.contactUs div.confirm input.back {
	margin: 20px;
	padding: 5px 15px;
	display: inline-block;
	width: 150px;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs div.confirm input.next {
	margin: 20px;
	padding: 5px 15px;
	display: inline-block;
	width: 150px;
	height: auto;
	color: #FFF;
	background-color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

/*処理中Message*/

#containerPage section.contactUs div#processMessage {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div#processMessage h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	color: #5fcf4b;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#containerPage section.contactUs div#processMessage p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 130%;
}

}

/* 921px以上（PC）=============================================================================================== */
@media screen and (min-width: 921px) {

/*全体中央揃え*/
#container {
	margin: 0 auto;
}

/*タイトル画像*/
header {
	margin: 10px 0px 10px 10px;
	padding: 0;
	background-image: url(../images/catstretch.png);
	background-repeat: no-repeat;
	background-position: 98.5% bottom;
	background-size: 4.5% auto;
}

header h1 img {
	width: 30%;
	height: auto;
}

/*スライドショー*/
#topImage {
	margin: 0px auto 40px auto;
	padding: 0;
	width: 97.8%;
}

/*お知らせコーナー*/
#information {
	position: relative;
	margin: 0px auto 20px auto;
	padding: 0;
	width: 97.8%;
}

#information img {
	display: block;
	position: absolute;
	left: 10px;
	top: -30px;
	width: 2%;
	height: auto;
}

#information ul {
	margin: 0;
	padding: 10px 10px 2px 10px;
	list-style: none;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}

#information ul li {
	margin: 0 0px 8px 20px;
	padding: 0;
}

#information ul li p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	line-height: 130%;
}

/*メニュー*/
#mainMenu {
	margin: 0 auto;
	padding: 0;
	width: 97.8%;
}

#mainMenu div.menuColumn {
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 25%;
	float: left;
}

#mainMenu div.menuColumn:nth-child(odd) {
	clear: none;
	margin-right: 0%;
}

#mainMenu div.menuColumn:nth-child(even) {
	margin-left: 0%;
}

#mainMenu .menuColumn h2 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #F75F6E;
	border-left: #F75F6E solid 10px;
	border-bottom: none;
}

#mainMenu .menuColumn ul {
	margin: 0;
	padding: 0;
}

#mainMenu .menuColumn ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 10px;
	line-height: 44px;
	background: none;
	border-bottom: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

#mainMenu .menuColumn ul li a:hover {
	color: #39f;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#mainMenu .menuColumn ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: none;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*フッター*/
footer {
	clear: both;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	width: 97.8%;
	background-image: url(../images/catpad.png);
	background-repeat: no-repeat;
	background-position: 40% 10px;
	background-size: 25% auto;
}

footer p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	color: #F75F6E;
	text-decoration: none;
	text-align: right;
	line-height: 120%;
}

/*コンテンツページ----------------------------------------------------------------------------------------------------------------------*/

#containerPage {
	margin: 0 auto;
	padding: 0;
	min-width: 240px;
	max-width: 1200px;
	width: 100%;
}

/*ヘッダ*/
#containerPage header {
	margin: 10px 20px 30px 10px;
	padding: 0;
	display: block;
	background-image: url(../images/catstretch.png);
	background-repeat: no-repeat;
	background-position: 98.5% bottom;
	background-size: 4.5% auto;
}

#containerPage header img {
	width: 30%;
	height: auto;
}

/*ページコンテンツ*/
section.contentsPage {
	margin: 10px 40px 40px 20px;
	padding: 0;
}

/*見出し*/
#containerPage h2 {
  position: relative;
  color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 5px 30px;
  border-bottom: 3px solid #F75F6E;
}

#containerPage h2:before {
  content: "";
  position: absolute;
  background: #F75F6E;
  top: 10px;
  left: 5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#containerPage h2:after {
  content: "";
  position: absolute;
  background:#F75F6E;
  top: 25px;
  left: 0px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

#containerPage h3 {
  position: relative;
  margin: 0px 0px 15px 30px;
  padding: 5px 0px 5px 0px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
}

/*段落*/
section.contentsPage p {
	margin: 0px 0px 25px 30px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section.contentsPage a {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section.contentsPage a:hover {
	color: #39f;
}

section.contentsPage nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

section.contentsPage nav ul li {
	margin: 20px 2%;
	padding: 0;
	display: inline-block;
	text-align: center;
}

section.contentsPage nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	line-height: 120%;
	text-indent: 0px;
	background: none;
	border-bottom: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section.contentsPage nav ul li a:hover {
	color: #39f;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

section.contentsPage nav ul li a:after {
	display:  none;
}

/*規約*/
section#kiyaku {
	margin: 10px 40px 40px 20px;
	padding: 0;
}

section#kiyaku p {
	margin: 0px 0px 25px 30px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#kiyaku ul {
	margin: 0px 0px 25px 70px;
	padding: 0;
}

section#kiyaku ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#kiyaku a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#kiyaku a:hover {
	color: #39f;
}

/*よくある質問*/
section#contentsQa {
	margin: 10px 40px 40px 20px;
	padding: 0;
}

section#contentsQa p {
	margin: 0px 0px 15px 30px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

section#contentsQa ul {
	margin: 0px 0px 15px 70px;
	padding: 0;
}

section#contentsQa ul li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
	list-style: disc;
}

section#contentsQa a {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	background: none;
	border-bottom: 1px dashed #0077A8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

section#contentsQa a:hover {
	color: #39f;
}

#contentsQa dl {
	margin: 0;
	padding: 0;
}

#contentsQa dt {
	margin: 0px 0px 0px 30px;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

#contentsQa dd {
	margin: 0px 0px 20px 50px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 130%;
}

/*フッターナビ*/
#footerNavi ul {
	margin: 0px 0px 40px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

#footerNavi ul li {
	margin: 0px 5%;
	padding: 0;
	display: inline-block;
	text-align: center;
}

#footerNavi ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0077A8;
	text-decoration: none;
	text-indent: 0px;
	line-height: 120%;
	background: none;
	border-bottom: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

#footerNavi ul li a:hover {
	color: #39f;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#footerNavi ul li a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin: -7px 0px 0px 0px;
	content: "";
	width: 11px;
	height: 11px;
	background: none;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*お問い合わせフォーム-------------------------------------------------------------------------------------------------------------------*/

#containerPage section.contactUs {
	margin: 10px 20px 40px 20px;
	padding: 0;
}

#containerPage section.contactUs h2 {
	position: relative;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.4rem;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 5px 25px;
	border-bottom: 3px solid #F75F6E;
}

#containerPage section.contactUs h2:before {
	content: "";
	position: absolute;
	background: #F75F6E;
	top: 0;
	left: 5px;
	height: 12px;
	width: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#containerPage section.contactUs h2:after {
	content: "";
	position: absolute;
	background:#F75F6E;
	top: 15px;
	left: 0px;
	height: 8px;
	width: 8px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

#containerPage section.contactUs p {
	margin: 0px 0px 15px 30px;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dl {
	margin: 0;
	padding: 0;
}

#containerPage div.contactUs dt {
	margin: 0px 0px 0px 30px;
	padding: 0;
	color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dd.confirm {
	margin: 0px 0px 30px 50px;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd input {
	margin: 10px auto 20px auto;
	padding: 5px 1%;
	display: block;
	width: 90%;
	height: 2rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
}

#containerPage div.contactUs dl dd textarea {
	margin: 10px auto 50px auto;
	padding: 5px 1%;
	display: block;
	width: 90%;
	height: 26rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
	resize: vertical;
}

#containerPage div.contactUs input[type^="submit"] {
	margin: 0px auto 20px auto;
	padding: 5px 15px;
	display: block;
	width: 20%;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs p.errorText {
	margin: 10px 0px 5px 50px;
	padding: 0;
	color: #AF41F3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 120%;
}

#containerPage section.contactUs div.confirm {
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div.confirm form {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#containerPage section.contactUs div.confirm input.back {
	margin: 20px;
	padding: 5px 15px;
	display: inline-block;
	width: 200px;
	height: auto;
	color: #F75F6E;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

#containerPage section.contactUs div.confirm input.next {
	margin: 20px;
	padding: 5px 15px;
	display: inline-block;
	width: 200px;
	height: auto;
	color: #FFF;
	background-color: #F75F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #F75F6E;
	-webkit-appearance: none;
}

/*処理中Message*/

#containerPage section.contactUs div#processMessage {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPage section.contactUs div#processMessage h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	color: #5fcf4b;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#containerPage section.contactUs div#processMessage p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 130%;
}

}
