@charset "utf-8";

/* PC：style-sp.css
 * おまかせプラン ver.6
 * **************************************************
 * Space (Margin)
 * Header (Utility / MENU)
 * Content (Main・Inner・Section)
 * Category Img
 * Common Elements
 * Topic Path
 * Footer(Copyright)
 * Page Top
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* 汎用クラス
------------------------------------------------------------------- */
.mt_00 {margin-top: 0 !important; }
.mt_10 {margin-top: 1em !important; }
.mt_20 {margin-top: 2em !important; }
.mt_30 {margin-top: 3em !important; }
.mr_00 {margin-right: 0 !important; }
.mr_10 {margin-right: 1em !important; }
.mr_20 {margin-right: 2em !important; }
.mr_30 {margin-right: 3em !important; }
.mb_00 {margin-bottom: 1em !important; }
.mb_10 {margin-bottom: 1em !important; }
.mb_20 {margin-bottom: 2em !important; }
.mb_30 {margin-bottom: 3em !important; }
.ml_00 {margin-left: 0 !important; }
.ml_10 {margin-left: 1em !important; }
.ml_20 {margin-left: 2em !important; }
.ml_30 {margin-left: 3em !important; }

.red {color: red;}
.underLine{text-decoration: underline;}
.fz_100 {font-size: 100% !important;}
.fz_p {font-size: 1.6em !important;}
.fz_15 {font-size: 93.7% !important} /*16px⇒15px*/
.left {text-align: left !important;}
.right {text-align: right !important;}

/*  Space
------------------------------------------------------------------- */
#subPage .main h1 {
	margin: 0;
}
#subPage .main h2 {
	margin-bottom: 20px;
}
#subPage .main > p + p,
#subPage .main section > p + p {
	margin-top: 20px;
}
#subPage .main p + h3 {
	margin-top: 20px;
}
#subPage .main .notes + h3,
#subPage .main .notes2 + h3 {
	margin-top: 20px;
}
#subPage .main p + ul,
#subPage .main ul + p,
#subPage .main ul + ul,
#subPage .main dl + dl,
#subPage .main p + dl,
#subPage .main p + ol,
#subPage .main ol + ul,
#subPage .main dl + ul,
#subPage .main ul + dl,
#subPage .main table + table,
#subPage .main p + table,
#subPage .main table + dl,
#subPage .main dl + table,
#subPage .main ul + table,
#subPage .main table + ul {
	margin-top: 20px;
}
#subPage .main p + .notes,
#subPage .main p + .notes2,
#subPage .main table + .notes {
	margin-top: 10px;
}
#subPage .main section + section {
	padding-top: 50px;
}

#subPage.faq .main section + section {
	padding-top: 20px;
}

#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: 15px;
}

/* もっと詳しく */
#subPage .main .moreContent p + p,
#subPage .main .moreContent p + ol,
#subPage .main .moreContent ul + p {
	margin-top: 20px;
}
#subPage .main .moreContent dl + dl {
	margin-top: 10px;
}
#subPage .main .moreContent dd  h4 ~ h4,
#subPage .main .moreContent dd table {
	margin-top: 20px;
}
#subPage .main .moreContent p + h4 {
	margin-top: 20px;
}

/*  Header
------------------------------------------------------------------- */
#header {
}
/* Utility：Font Size Change */
#header .utility .sizeChange {
	display: none;
}

/* Utility：Site Search */
#header .utility .search {
	display: none;
}

#cse-search-box input[type="text"]{
width: 70% !important;
	
}


/* SP Navi */
#header .spNavi {
	z-index: 99999;
	display: block;
	position: absolute;
	top: 13px; right: 10px;
	border: 1px solid #b555c2;
	border-radius: 44px;
	 cursor: pointer;
	height: 44px;
	width: 44px;
	background:#b555c2;
}
#header .spNavi a {
	display: block;
	padding: 13px 0 0 9px;
	height: 44px;
	width: 44px;
}
#header .spNavi span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: aboslute;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 24px;
}
#header .spNavi span:nth-of-type(2),
#header .spNavi span:nth-of-type(3) {
	margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
html.mm-wrapper_opening .spNavi span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
















	-ms-transform: translateY(7px) translateX(0) rotate(45deg);
	transform: translateY(7px) translateX(0) rotate(45deg);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* Content (Main・Inner・Section)
------------------------------------------------------------------ */
/* トップページ・下層ページ共通 */
#content {
	display: block;
	background-color: #fcf7fb;
}
#home #content .main,
#subPage #content .main {
	display: block;
}
#subPage #content .main .inner {
	padding: 40px 15px;
	width: auto;
}
#home #content .main .inner{
	padding:0px;
	width: auto;
}

/* トップページ */
#home #content .main .inner {
	margin: 0 auto 20px auto;
}
/* 下層ページ */
#subPage #content .main > section {
	display: block;
	margin: 0 auto;
}
#subPage #content .main .inner {
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

/* Category Img
------------------------------------------------------------------ */
#subPage .catImg01{
	background: url("../images/category/catImg-01.jpg") no-repeat center center;
}
#subPage .catImg02 {
	background: url("../images/category/catImg-02.jpg") no-repeat center center;
}
#subPage .catImg03 {
	background: url("../images/category/catImg-03.jpg") no-repeat center center;
}
#subPage .catImg04 {
	background: url("../images/category/catImg-04.jpg") no-repeat center center;
}
#subPage .catImg05 {
	background: url("../images/category/catImg-05.jpg") no-repeat center center;
}
#subPage .catImg06 {
	background: url("../images/category/catImg-06.jpg") no-repeat center center;
}
#subPage .catImg07 {
	background: url("../images/category/catImg-07.jpg") no-repeat center center;
}
#subPage .catImg08 {
	background: url("../images/category/catImg-08.jpg") no-repeat center center;
}
#subPage .catImg09 {
	background: url("../images/category/catImg-09.jpg") no-repeat center center;
}
#subPage .catImg10 {
	background: url("../images/category/catImg-10.jpg") no-repeat center center;
}
#subPage .catImg11 {
	background: url("../images/category/catImg-11.jpg") no-repeat center center;
}
#subPage .catImg12 {
	background: url("../images/category/catImg-12.jpg") no-repeat center center;
}
#subPage .catImg01,
#subPage .catImg02,
#subPage .catImg03,
#subPage .catImg04,
#subPage .catImg05,
#subPage .catImg06,
#subPage .catImg07,
#subPage .catImg08,
#subPage .catImg09,
#subPage .catImg10,
#subPage .catImg11,
#subPage .catImg12 {
	position: relative;
	margin-bottom: -30px;
	height: 120px;
	width: 100%;
    background-size: cover;
}

/* Common Elements
------------------------------------------------------------------ */
/*  Content Tab */
#content .cntTab {
	margin-top: -10px;
}
#content .cntTab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#content .cntTab > li {
	float: left;
	margin-right: 5px;
	padding: 12px 5px 10px 5px;
	width: 28%;
	background-color: #e8e8e8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}
/* Media Queries 切替 */
@media all and (max-width: 320px) {
	#content .cntTab > li {
		width: 24%;
		font-size: 1.3em;
	}
}
#content .cntTab > li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
#content .cntTab > li.active {
	background-color: #ffffff;
	color: #ed6391;
}
#content .cntTab a {
	color: #000000;
	text-decoration: none; 
}
#content .cntTab .faq {
	float: right;
	margin-bottom: 4px;
	padding: 8px 5px 8px 5px;
	width: 120px;
	background-color: #ed6391;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
#content .cntTab .faq:hover {
	background-color: #ed6391;
}
#content .cntTab .faq a {
	display: block;
	color: #ffffff;
}
#content .cntTab .faq a:before {
	position: relative;
	top: 2px;
	content : url(../images/common/link-arrow-w.png);
}
#content .tbCnt {
	display: none;
	clear: both;
}
#content .tbCnt:first-child {
	display: block;
}
#content .tbCnt:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Heading */
#subPage .main h1{
	z-index:999;
	padding: 5px 20px 5px 20px;
	background-color: #b555c2;
	-webkit-opacity:0.85;
	-moz-opacity:0.85;
	opacity:0.85;
	font-size: 2.4em;
	color: #ffffff;
	text-align: left;
}


#subPage .main section h2 {
  position: relative;
  padding: 5px 10px 10px 40px;
  background: url("../images/common/border-img02.png")no-repeat left bottom/contain;
  color: #b535c2;
   font-size: 2.0em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -.05em;
}
#subPage .main section h2::before {
  content: "";
  position: absolute;
  left: 0;
	top:3px;
  width: 40px;
  height: 25px;
  background: url("../images/common/h2Icon.png") no-repeat center center/ contain;
}
#subPage .main section > h3 {
	font-size: 2.0em;
	font-weight: bold;
}
#subPage .main section > h4 {
	font-size: 1.8em;
	font-weight: bold;
}
#subPage .main  section > h5 {
	font-size: 1.6em;
	font-weight: bold;
}

/* Paragraph */
#subPage .main p {
	font-size: 1.6em;
}
#subPage .main p > img {
	display: block;
	margin: 10px auto 0 auto;
}
#subPage .main p > img {
	max-width: 100%;
	height: auto;
}


/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main table {
	width:100%;
	border:1px solid #cecece;
	border-collapse:collapse;
}
#subPage .main thead th,
#subPage .main tbody th {
	padding: 6px;
	border-left: 1px solid #cecece;
	background-color: #ebe0f3;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#subPage .main tbody th {
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
#subPage .main td {
	padding: 6px;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
}
/* ボーダー追加 */
#subPage .main .borTop {
	border-top: 1px solid #cecece;
}
/* ボーダー削除 */
#subPage .main .noborTop {
	border-top: none;
}

/* 必要書類 */
#subPage .main .imtDoc tbody th {
	width: 2.5em;
}
#subPage .main .imtDoc tbody td {
	text-align: left;
	vertical-align: middle;
}
#subPage .main .imtDoc dl {
}
#subPage .main .imtDoc dt {
}
#subPage .main .imtDoc dd {
}
#subPage .main .imtDoc .link a + a {
	margin-left: 0.5em;
}
#subPage .main .imtDoc .link a {
	display: inline-block;
	padding: 1px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 5.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none; 
}
#subPage .main .imtDoc .link a:nth-child(1) {
	background-color: #67b363;
	color: #ffffff;
}
#subPage .main .imtDoc .link a:nth-child(2) {
	background-color: #eeeeee;
	color :#000000;
}
#subPage .main .imtDoc .link a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}


/* Link */
/* Link：Page */
#subPage .main ul.pageLink li {
	width: 100%;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.6em;
}
#subPage .main ul.pageLink span {
	display: block;
	padding: 8px 8px 8px 25px;
	color:#000000;
}
#subPage .main ul.pageLink a {
	display: block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#000000;
	text-decoration: none;
}
#subPage .main ul.pageLink a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}
/* Link：File */
#subPage .main ul.fileLink {
}
#subPage .main ul.fileLink li {
	width: 100%;
	background-color: #efefef;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.6em;
}
#subPage .main ul.fileLink span {
	display: block;
	padding: 8px 8px 8px 30px;
	color:#000000;
}
#subPage .main ul.fileLink a {
	display: block;

	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}
#subPage .main ul.fileLink a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}
/* link Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".php"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 13px;
}
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 13px;
}
#subPage .main ul.pageLink a[href^="/"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 13px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/link-arrow.png) no-repeat 15px 13px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/link-pdf.png) no-repeat 15px 11px;
}
/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"] {
	background: transparent url(../images/common/link-word.png) no-repeat 15px 11px;
}
/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	background: transparent url(../images/common/link-excel.png) no-repeat 15px 11px;
}
#subPage .main ul.pageLink a[href$=".php"],
#subPage .main ul.pageLink a[href$=".html"],
#subPage .main ul.pageLink a[href^="/"],
#subPage .main ul.pageLink a[href^="./"],
#subPage .main ul.pageLink a[href^="../"],
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	padding-left: 10px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/*  List */
/* 共通 */
#subPage .main section > dl > dt {
	font-size: 1.6em;
}

/*  List：数字（パーレン） */
#subPage .main ul.parenList li{
	margin-left: 3.0em;
	text-indent: -3.0em;
	list-style-type: none;
	font-size: 1.6em;
}

/*  List：丸囲み数字 */
/* 共通 */
#subPage .main ul.circleList li{
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
	font-size: 1.6em;
}

/*  List：黒丸 */
#subPage .main ul.discList li{
	position: relative;
    left: 0.5em;
	margin-left: 1.0em;
	text-indent: -0.8em;
	list-style-type: none;
	font-size: 1.6em;
}
#subPage .main ul.discList li:before {
	position: relative;
    left: -0.5em;
	content: '●';
	font-size: 80%;
	color: #b555c2;
}

/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 2.5em;
	list-style-type: decimal;
}
#subPage .main section > ol.decimalList li {
	font-size: 1.6em;
}

/* Notes */
#subPage .main ul.notes li{
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3em;
}

#subPage .main ul.notes2 li{
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.6em;
}

/* Content：もっと詳しく */
#subPage .main .moreContent {
	margin-top: 20px;
}
#subPage .main .moreContent h3 {
	position: relative;
	display: block;
	padding: 20px 0 10px 5px;
	font-size: 2.0em;
	font-weight: bold;
	color: #b555c2;
	text-align: left;
}
#subPage .main .moreContent h3:before {
	position: relative;
	top: 8px;
	content : url(../images/common/ttl-more.png);
}
#subPage .main .moreContent dl {
	background-color: #fcf7fb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreContent dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main .moreContent dt {
	position: relative;
	padding: 10px 80px 10px 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #262626;
	line-height: 1.5;
	cursor: pointer;
}
#subPage .main .moreContent dt span {
	position: absolute; top:10px; right:0;
	float: right;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 12px 5px 12px;
	min-width: 3.0em;
	background-color: #ed6391;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 78%; /* 1.4em */
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 100%;
}
#subPage .main .moreContent dt:hover {
}
#subPage .main .moreContent dt.close span {
	background-color: #ed6391;
	color: #ffffff;
}
#subPage .main .moreContent dt.open span {
	background-color: #ffffff;
	color: #ed6391;
}
#subPage .main .moreContent dd {
	margin: 0 15px 15px 15px;
	padding: 15px 20px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreContent h4 {
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main .moreContent dd p {
	font-size: 1.5em;
}
#subPage .main .moreContent dd img {
	display: block;
	margin: 10px auto 0 auto;
}

/*  List：数字（パーレン）・丸囲み数字・黒丸・数字 */
#subPage .main .moreContent ul.parenList li,
#subPage .main .moreContent ul.circleList li,
#subPage .main .moreContent ul.discList li,
#subPage .main .moreContent ol.decimalList {

	font-size: 1.5em;
}
/* Table */
#subPage .main table ul.discList li {
	font-size: 100%; /* リセット */
}

/* Topic Path
------------------------------------------------------------------ */
#subPage .topicPath {
	padding:0;
	background-color: #b791d6;
	white-space: nowrap;
}
 #subPage .topicPath dl {
	margin: 0;
}
#subPage .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #ffffff;
}
#subPage .topicPath dd {
	overflow-x: scroll;
	white-space: nowrap;
	width: 110%;
}
#subPage .topicPath ul {
	white-space: nowrap;
}
#subPage .topicPath li {
	display: table-cell;
	padding: 0.7em 1em 0.7em 1em;
	font-size: 1.1em;
	vertical-align: middle;
	color: #fff;
}
#subPage .topicPath a {
	position: relative;
	float: left;
	background-color: #b791d6;
	color: #fff;
	text-decoration: none;
}
#subPage .topicPath li:first-child a {
	padding-left: 0.5em;
}
#subPage .topicPath a:after,
#subPage .topicPath a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}
#subPage .topicPath a:after {
	z-index: 2;
	border-left-color: #b791d6
}
 #subPage .topicPath a:before {
	right: -1.1em;
	z-index: 1;
	border-left-color: #fff;
}
#subPage .topicPath li:last-child a:after,
#subPage .topicPath li:last-child a:before {
	content: normal;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	border-top:1px solid #edd5f0;
	clear: both;
	padding: 20px 10px 60px 10px;
	background-color: #fff;
}
/* CopyRight */
#footer .copyRight {
	font-size: 1.0em;
	color: #000;
	text-align: center;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	display: none;
	position: relative;
	margin:0 auto;
}
#pageTop a {
	z-index:999;
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	right: 15px;
	height:35px;
	width: 35px;
	background: #b555c2;
	text-indent: -9999px;
	outline: none;
}
/* Arrow */
#pageTop a:before,
#pageTop a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border: 10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top: -11px;
	border-bottom: 10px solid #b555c2;
}
#pageTop a:after {

	z-index: -1;
	top: 50%;
	margin-top: -15px;
	border-bottom: 10px solid #fff;
}

