@charset "utf-8";

/* PC：style-pc.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: 30px 0 40px 0;
}
#subPage .main h2 {
	margin-bottom: 15px;
}
#subPage .main > p + p,
#subPage .main section > p + p {
	margin-top: 30px;
}
#subPage .main p + h3 {
	margin-top: 30px;
}
#subPage .main .notes + h3,
#subPage .main .notes2 + h3  {
	margin-top: 30px;
}
#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: 30px;
}
#subPage .main p + .notes,
#subPage .main p + .notes2,
#subPage .main table + .notes {
	margin-top: 10px;
}
#subPage .main section + section {
	padding-top: 70px;
}
#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: 30px;
}
#subPage .main .moreContent p + h4 {
	margin-top: 30px;
}

/*  Header
------------------------------------------------------------------- */
/* Utility：Font Size Change */
#header .utility .sizeChange:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#header .utility .sizeChange li {
	float: left;
	width : 33.33333% ; /* 未対応ブラウザ用 */
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#header .utility .sizeChange li:hover,
#header .utility .sizeChange li.active {
	background-color: #b555c2;
	color: #ffffff;
	cursor: pointer;
}
#header .utility .sizeChange li:first-child {
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
#header .utility .sizeChange li:last-child {
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
#header .utility .sizeChange span {
	display: block;
	padding: 4px 0 2px 0;
}
#header .utility .sizeChange li + li span {
	border-left:1px solid #f6f6f4;
}

/* Utility：Site Search */
#header .utility .search {
	position:relative;
}
#header .utility .search form {
}
#header #cse-search-box input[type="text"] {
	position:absolute;
    height: 15px !important;
    width: 155px !important;
	border:none !important;
	background-color:transparent;
	font-size: 1.3em;
	top:0;
	bottom:0;
	margin:auto;
	left:10px;
}
#header #cse-search-box input[type="text"]:focus {
    outline: 0;
}
#header #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; left:160px;
	overflow:hidden;
    height: 25px;
	width: 25px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon-search.png") no-repeat center 3px;
	-webkit-appearance: none;
}

/* SP Navi */
#header .spNavi {
	display:none;
}


/* Content (Main・Inner・Section)
------------------------------------------------------------------ */
/* トップページ・下層ページ共通 */
#content {
}
#home .main,
#subPage .main {
	min-height: 480px; 
	height:auto !important; 
	height: 480px;
}
/* トップページ */
#home .main .inner {
	width: 1050px;
	max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin: 0 auto 20px auto;
}
#subPage .main .inner {
	padding: 50px 40px;
	width: auto;
}
/* 下層ページ */
#subPage article > section {
	margin: 0 auto;
	max-width: 1050px;
}
@media all and (max-width: 1050px) {
  #home .main .inner {
    padding: 0 10px;
  }
}


/* Category Img
------------------------------------------------------------------ */
#subPage [class^="catImg"] {
  position: relative;
  height: 16vw;
  width: auto;
  margin-bottom: -60px;
  background: no-repeat center -8vw/cover;
}
#subPage .catImg01 {
  background-image: url("../images/category/catImg-01.jpg");
}
#subPage .catImg02 {
  background-image: url("../images/category/catImg-02.jpg");
}
#subPage .catImg03 {
  background-image: url("../images/category/catImg-03.jpg");
}
#subPage .catImg04 {
  background-image: url("../images/category/catImg-04.jpg");
}
#subPage .catImg05 {
  background-image: url("../images/category/catImg-05.jpg");
}
#subPage .catImg06 {
  background-image: url("../images/category/catImg-06.jpg");
}
#subPage .catImg07 {
  background-image: url("../images/category/catImg-07.jpg");
}
#subPage .catImg08 {
  background-image: url("../images/category/catImg-08.jpg");
}
#subPage .catImg09 {
  background-image: url("../images/category/catImg-09.jpg");
}
#subPage .catImg10 {
  background-image: url("../images/category/catImg-10.jpg");
}
#subPage .catImg11 {
  background-image: url("../images/category/catImg-11.jpg");
}
#subPage .catImg12 {
  background-image: url("../images/category/catImg-12.jpg");
}

/* Common Elements
------------------------------------------------------------------ */
/*  Content Tab */
#content .cntTab {
	margin: 0 0 40px 5.3%;
	border-bottom: 1px solid #d8d8d8;
}
#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: 160px;
	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.6em;
	font-weight: bold;
	text-align:center;
}
/* Media Queries 切替 */
@media all and (max-width: 1080px) {
	#content .cntTab > li {
		width: 28%;

	}
}
#content .cntTab > li:hover {
	background-color: #ffffff;
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
   cursor: pointer;
}
#content .cntTab > li.active {
	background-color: #b791d6;
	color: #fff;
}
#content .cntTab a {
	color: #000000;
	text-decoration: none; 
}
#content .cntTab .faq {
	float: right;
	margin-bottom: 4px;
	padding: 8px 5px 8px 5px;
	width: 150px;
	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 0 5px 30px;
  width: 1050px;
	background-color: #b555c2;
   -webkit-opacity:0.85;
   -moz-opacity:0.85;
   opacity:0.85;
   font-size: 2.8em;
   color: #ffffff;
}

#subPage.index .main section h2,
#subPage .main section h2 {
  position: relative;
  padding: 5px 10px 25px 65px;
  background: url("../images/common/border-img.png")no-repeat left bottom/contain!important;
  color: #b535c2;
  font-family: 'M PLUS Rounded 1c', "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.05em;
}


#subPage .main section > h2 {
  position: relative;
  padding: 5px 10px 25px 65px;
  background: url("../images/common/border-img02.png")no-repeat left bottom/contain!important;
  color: #b535c2;
  font-family: 'M PLUS Rounded 1c', "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.05em;
}


#subPage .main section h2::before {
  content: "";
  position: absolute;
  left: 10px;
  top:0px;
  width: 45px;
  height: 40px;
  background: url("../images/common/h2Icon.png") no-repeat 100%/ 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;
}
/* Media Queries 切替 */
@media all and (min-width: 760px) {
	#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 #bcbcbc;
	border-collapse:collapse;
}
#subPage .main thead th,
#subPage .main tbody th {
	padding: 8px;
	border-left: 1px solid #bcbcbc;
	background-color: #ebe0f3;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#subPage .main tbody th {
	border-top: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
#subPage .main td {
	padding: 8px;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
}
/* ボーダー追加 */
#subPage .main .borTop {
	border-top: 1px solid #bcbcbc;
}
/* ボーダー削除 */
#subPage .main .noborTop {
	border-top: none;
}

/* 必要書類 */
#subPage .main .imtDoc tbody th {
	width: 20%;
}
#subPage .main .imtDoc tbody td {
	text-align: left;
	vertical-align: middle;
}
#subPage .main .imtDoc dl {
	display: table;
	width: 100%;
}
#subPage .main .imtDoc dt {
	float: left;
}
#subPage .main .imtDoc dd {
	float: right;
	width: 13.0em;
	text-align: right;
}
#subPage .main .imtDoc .link a + a {
	margin-left: 0.5em;
}
#subPage .main .imtDoc .link a {
	display: inline-block;
	padding: 1px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 5.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none; 
}
#subPage .main .imtDoc .link a:nth-child(1) {
	background-color: #ed6391;
	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;
}

/* Link：もっと詳しく */
#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 {
  display: flex;
  justify-content: space-between;
	padding: 15px 0 15px 20px;
	font-size: 1.8em;
	font-weight: bold;
	color: #262626;
	cursor: pointer;
}
#subPage .main .moreContent dt span {
	display: inline-block;
  align-self: center;
	margin: 0 20px 0 0;
	padding: 7px 12px 5px 12px;
	min-width: 5.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: #fff;
}
#subPage .main .moreContent dt.open span {
	background-color: #fff;
	color: #ed6391;
}
#subPage .main .moreContent dd {
	margin: 0 15px 15px 15px;
	padding: 25px 30px;
	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 {
	margin-top:30px;
	padding: 0 10px;
	background-color: #b791d6;
 }
 #subPage .topicPath dl {
	margin: 0 auto;
	max-width: 1050px;
}
#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 li {
	float: left;
	padding: 0.7em 1em 0.7em 1em;
	font-size: 1.1em;
	
	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: 1em;
}
#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 {
	clear: both;
	padding: 20px 10px 30px 10px;
	background-color: #ffffff;
	border-top:1px solid #edd5f0;
}
/* CopyRight */
#footer .copyRight {
	padding: 30px 0px 0px 0px;
	border-top:1px solid #edd5f0;
	font-size: 1.0em;
	color: #000000;
	text-align: center;
	font-size:1.2em;
}

/* 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:45px;
	width: 45px;
	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;
}

