@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	height: 100%;
}
body { -webkit-text-size-adjust: 100%; }
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
	min-width: 1010px;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration	:none;
}
a:hover,
a:hover > img {
	opacity: .6;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: block;
}

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }
.fontB { font-weight: bold; }

.inner {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
.s-inner {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.pageTitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}

.sp { display: none !important; }
@media screen and (max-width:768px){
	a:hover,
	a:hover > img {
		opacity: 1;
	}
	#wrapper {
		min-width: 100%;
		overflow: hidden;
	}
	.inner {
		max-width: 100%;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	img.sp { display: inline-block !important; }
}


header {
	padding: 15px 0 0 0;
	position: relative;
}
header img {
	vertical-align: bottom;
}
#headCont {position: relative;}


.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }


@media screen and (min-width:769px){
	#headCont:before {
		/*content: "";*/
		width: 100%;
		height: 5px;
		background:linear-gradient(90deg,#003686 0%,#003686 50%,#231815 50%,#231815 100%);
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
#wrapper {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 476px auto;
	background-position: left top;
}
#gotop {
	display: none;
	position: fixed;
	left: calc(50% + 454px);
	z-index: 5;
	top: calc(50% - 22px);
}
#content {
	margin-top: 7px;
}
#content.post {
	margin-top: 73px;
	margin-bottom: 147px;
}

#headCont {
	text-align: center;
}
#headCont header {
	margin: 0 auto;
	max-width: 1010px;
}
#headCont header:after {
	content: "";
	display: block;
	clear: both;
}
#headCont header > p {
	float: left;
	min-height: 110px;
}
#headCont header > p > a {
	display: inline-block;
}
#headCont header > ul {
	float: right;
}
#headCont header > ul li + li {
	margin-top: 8px;
}
#headCont header > ul li > * {
	color: #fff;
	width: 117px;
	height: 23px;
	display: block;
	line-height: 23px;
	background: #727171;
	text-decoration: none;
}
#headCont header > ul li > a:hover {
	opacity: .6;
}
#headCont header > nav {
	clear: both;
}
#headCont header > nav > ul {
	display: block;
	height: 33px;
}
#headCont header > nav > ul > li {
	float: left;
	height: 100%;
}
#headCont header > nav > ul > li:last-child:after {
	content: "";
	clear: both;
}
#headCont header > nav > ul > li {
	width: 202px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#headCont header > nav > ul > li nav {
	top: 100%;
	left: 0;
	display: none;
	position: absolute;
	z-index: 100;
}

#headCont header > nav > ul > li:hover nav {
	display: block;
}
#headCont header > nav > ul > li nav > ul {
	float: left;
	height: 100px;
	margin-top: 7px;
}
#headCont header > nav > ul > li nav > ul > li {
	background-color: #122a6b;
	border-top: #000 1px solid;
	width: 202px;
	height: 50px;
}
#headCont header > nav > ul > li nav > ul > li:hover {
	opacity: .6;
	border-top: #122a6b 1px solid;
}
#headCont header > nav > ul > li nav > ul > li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-decoration: none;
	margin: 0 auto;
}



#headCont .logout {
	z-index: 5;
	display: none;
	position: fixed;
	top: calc(50% + 110px);
	left: calc(50% + 454px);
}
#headCont .logged {
	float: right;
	min-height: 0;
	margin-right: 20px;
}
#headCont #fbIcon {
	float: right;
	min-height: 0;
	margin-right: 10px;
}
#searchBox {
	float: right;
	width: 300px;
	margin-top: 10px;
}
#searchBox form:after {
	content: "";
	display: block;
	clear: both;
}
#searchBox input[type='text'],
#searchBox input[type='submit'] {
	float: left;
	height: 30px;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
}
#searchBox input[type='text'] {
	padding: 0.2em 0.5em;
	width: calc(100% - 70px);
	border: 1px solid #b6b6b6;
	border-right: none;
}
#searchBox input[type='submit'] {
	width: 70px;
	border: none;
	cursor: pointer;
	padding-top: 30px;
	background: url(../images/icon_search_pc.gif) #c6a933 no-repeat center center;
}

/*@media screen and (min-width:769px){
	#headCont header > nav > ul > li:nth-of-type(1) {
		background-image: url(../images/menu_bar01.jpg);
	}
	#headCont header > nav > ul > li:nth-of-type(2) {
		background-image: url(../images/menu_bar02.jpg);
	}
	#headCont header > nav > ul > li:nth-of-type(3) {
		background-image: url(../images/menu_bar03.jpg);
	}
	#headCont header > nav > ul > li:nth-of-type(4) {
		background-image: url(../images/menu_bar04.jpg);
	}
	#headCont header > nav > ul > li:nth-of-type(5) {
		background-image: url(../images/menu_bar05.jpg);
	}
}*/
#headCont header > nav > ul > li > a {
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 33px;
	display: block;
}
@media screen and (min-width:769px) {
	#headCont header > nav > ul > li > a {
		color: #fff;
		width: 187px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding-right: 15px;
	}
	#headCont header > nav > ul > li a:before {
		content: "";
		width: 26px;
		height: 26px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 50%;
		margin-left: -1em;
		margin-right: 0.7em;
	}
	#headCont header > nav > ul > li:nth-of-type(1) > a {
		background-image: url(../images/menu_tab01.png);
	}
	#headCont header > nav > ul > li:nth-of-type(1) a:before {
		content: none;
	}
	#headCont header > nav > ul > li:nth-of-type(2) a {
		background-image: url(../images/menu_tab02.png);
	}
	#headCont header > nav > ul > li:nth-of-type(2) a:before {
		background: url(../images/menu_icon02.gif) no-repeat 0 0;
	}
	#headCont header > nav > ul > li:nth-of-type(3) a {
		background-image: url(../images/menu_tab03.png);
	}
	#headCont header > nav > ul > li:nth-of-type(3) a:before {
		background: url(../images/menu_icon03.gif) no-repeat 0 0;
	}
	#headCont header > nav > ul > li:nth-of-type(4) a {
		background-image: url(../images/menu_tab04.png);
	}
	#headCont header > nav > ul > li:nth-of-type(4) a:before {
		background: url(../images/menu_icon04.gif) no-repeat 0 0;
	}
	#headCont header > nav > ul > li:nth-of-type(5) a {
		font-size: 13px;
		background-image: url(../images/menu_tab05.png);
	}
	#headCont header > nav > ul > li:nth-of-type(5) a:before {
		content: none;
	}
	#searchBox { display: block !important; }
}
#headCont header > nav > ul > li > a:hover {
	opacity: .6;
}
#headCont #menu .icon {
	width: 31.5px;
	top: 10px;
	right: 10px;
	position: absolute;
}
#headCont #menu ul {
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 32.5px);
	display: none;
	z-index: 100;
}

@media screen and (max-width:768px){
	#wrapper {
    background-size: 120px auto;
    background-position: -18px top;
	}
	#headCont header > p {
    float: none;
    text-align: center;
    min-height: auto;
	}
	{
		height: 38px;
	}
	#menu ul {
		width: 250px;
	}
	#menu li {
		border-bottom: 1px #fff solid;
	}
	#menu li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 56px;
		line-height: 56px;
		display: block;
		font: 12px;
		color: #fff;
		text-align: left;
		padding-left: 11px;
		background-size: 100%;
	}
	#close span {
		display: inline-block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 0;
		bottom: -1px;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
	#close span:before,
	#close span:after {
		content: "";
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#close span:before {
		width: 30px;
		height: 1px;
	}
	#close span:after {
		width: 1px;	
		height: 30px;
	}
	#menu li:nth-of-type(1) {
		background: rgba(255,255,255,.8);
		height: 38px;
		cursor: pointer;
		position: relative;
		width: 100%;
	}
	#menu li:nth-of-type(2) {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 56px;
		line-height: 56px;
		display: block;
		font: 12px;
		color: #fff;
		text-align: left;
		padding-left: 11px;
		background-size: 100%;

		background-image: url(../images/menu_bg01.png);
	}
    /* サブメニュー */
	#menu li:nth-of-type(3) a,
	#menu li:nth-of-type(4) a {
		background: rgba(18,42,107,.9);
		background-size: auto 100%;
	}

	#menu li:nth-of-type(5) a {
		background-image: url(../images/menu_bg02.png);
	}
	#menu li:nth-of-type(6) a {
		background-image: url(../images/menu_bg03.png);
	}
	#menu li:nth-of-type(7) a {
		background-image: url(../images/menu_bg04.png);
	}
	#menu li:nth-of-type(8) a,
    #menu li:nth-of-type(9) a {
		background: rgba(234,229,227,.8);
		color: #000;
	}
	#menu li:nth-of-type(10) a,
	#menu li:nth-of-type(11) a {
		background: rgba(114,113,113,.8);
	}
	#menu li:nth-of-type(8),
	#menu li:nth-of-type(9),
	#menu li:nth-of-type(10),
	#menu li:nth-of-type(11) {
		background: rgba(255,255,255,.8);
	}
	#menu li:nth-of-type(5) a,
	#menu li:nth-of-type(6) a,
	#menu li:nth-of-type(7) a,
	#menu li:nth-of-type(12) a {
		padding-left: 56px;
	}
	#menu li:nth-of-type(12) a {
		background: url(../images/icon_fb_sp.gif) no-repeat left center #1977f3;
		background-size: auto 100%;
	}

	#gotop {
		top: calc(50% - -155px);
		left: auto;
		right: 0;
	}
	#gotop img {
		width: 25px;
	}
	#headCont .logout {
    top: calc(50% - -219px);
    left: auto;
    right: 0;
	}
	#headCont .logout img {
		width: 25px;
	}
	#headCont .logged {
		top: 6px;
		left: 9px;
		position: absolute;
	}
	#headCont .logged img {
		width: 30px;
	}
	#headCont #searchBox {
		width: 0;
		margin-top: 0;
		display: none;
	}
	#headCont #searchBox #searchBg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		cursor: pointer;
		position: fixed;
		background: rgba(0,0,0,0.9);
	}
	#headCont #searchBox form {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50px;
		margin: auto;
		z-index: 10000;
		position: fixed;
		background: #fff;
		width: calc(100% - 40px);
	}
	#searchBox input[type='text'],
	#searchBox input[type='submit'] {
		height: 50px;
		line-height: 50px;
	}
	#searchBox input[type='text'] {
		width: calc(100% - 50px);
	}
	#searchBox input[type='submit'] {
		width: 50px;
		background-image: url(../images/icon_search_sp.gif);
		background-size: 100% 100%;
	}
	#headCont #searchIcon {
		top: 36px;
		right: 11px;
		width: 30px;
		height: 0;
		cursor: pointer;
		overflow: hidden;
		padding-top: 30px;
		position: absolute;
		background: url(../images/icon_search_sp.gif) no-repeat center center;
		background-size: 100% 100%;
	}
}


#footCont {
	text-align: center;
	background: url(../images/footer_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
#footCont img {
	vertical-align: top;
}
footer {
	height: 305px;
	display: block;
	margin: 0 auto;
	max-width: 850px;
}
footer:after {
	content: "";;
	display: block;
	clear: both;
}
footer .f-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 58px;
	display: block;
}
footer .f-menu > ul {
	float: left;
}
footer .f-menu > ul:nth-of-type(2) {
	margin-left: 104px;
}
footer .f-menu > ul:nth-of-type(3) {
	margin-left: 78px;
}
footer .f-menu > ul:nth-of-type(4) {
	margin-left: 78px;
}
footer .f-menu:after {
	content: "";
	clear: both;
	display: block;
}
footer .f-menu > ul > li {
	color: #fff;
	text-align: left;
	padding-left: 14px;
	position: relative;
}
footer .f-menu > ul > li:before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
left: 0;
top: 0;
bottom: 1px;
margin: auto 0;
}
footer .f-menu > ul > li + li {
	margin-top: 9px;
}
footer .f-menu > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
footer .f-menu > ul > li.submenu:before {
	content: "-";
	width: initial;
	height: initial;
	border: initial;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: 0;
}
footer .f-menu > ul > li.submenu > a {
	padding-left: 15px;
}
.copyright {
	width: 50%;
  float: left;
	color: #fff;
	font-size: 14px;
	text-align: left;
  margin-top: 58px;
}

@media screen and (max-width:768px){
	footer {
		height: auto;
	}
	footer .f-menu > ul > li > a {
	  font-size: 11px;
	  height: auto;
	}
	footer .f-menu > ul > li {
      font-size: 11px;
      padding-left: 9px;
	}
	footer .f-menu > ul > li:before {
    border-width: 3.5px 0 3.5px 6px;
	}
	footer .f-menu {
    width: 290px;
    margin: 0 auto;
    padding-top: 18px;
	}
	footer .f-menu > ul:nth-of-type(2) {
    margin-left: 20px;
	}
	footer .f-menu > ul > li.submenu:before {
		content: "-";
		width: initial;
		height: initial;
		border: initial;
		position: absolute;
		left: 10px;
		top: -3px;
		bottom: 0;
		margin: 0;
	}
	
	footer .copyright {
    margin: 0 auto;
    margin-top: 20px;
	}
	.copyright {
		float: none;
    width: 280px;
    font-size: 10px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content.form {
	padding-bottom: 100px;
}
#content.form h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#content.form h3 {
	color: #000;
	font-size: 16px;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

#content.form .must {
	color: #f00;
}

#content.form .form_inr {
	max-width: 600px;
	margin: 0 auto;
}
form table {
	width: 100%;
	margin-top: 20px;
	table-layout: fixed;
}
form table tr > * {
	vertical-align: top;
	padding: 15px 0;
}
form table tr + tr > * {
	border-top: 1px solid #000;
}
form table tr td input[type="text"],
form table tr td textarea {
	width: 100%;
	padding: 5px 7px;
	border:1px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 5px;
}


form table.bdnone {
	margin-top: 0;
}
form table.bdnone tr > * {
	padding: 5px 0;
}
form table.bdnone tr + tr > * {
	border-top: none;
}
form table .wd100 {
    width: 100px;
}
form table .fs12 {
    padding: 15px 0;
	font-size: 12px;
    color: #333;
}



.contract {
	margin: 20px 0;
	border: 1px solid #000;
	padding: 15px 17px;
}
.contract dd + dt {
	margin-top: 10px;
}

.button {
	margin-top: 20px;
	text-align: center;
}
.button button,
.button input,
.button a {
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
    color: #000;
	background: #fef102;
	display: inline-block;
	border: 1px solid #000;
	text-decoration: none;
}
.button button[type="button"]{
	background: #d4dde1;
}

#formWrap .error_messe {
	color: #c81111;
}



/*@media screen and (min-width:769px){*/
	form table th {
		width: 170px;
		padding-right: 15px;
	}
/*}*/
 @media screen and (max-width:768px){
	#content.form h2 {
		margin: 30px 0;
	}
	#content.form .form_inr {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		margin: 0;
	}
	#content.form .form_inr > p {
		padding: 0 15px;
	}
	form table,
	form table tbody,
	form table tr,
	form table tr > * {
		display: block;
		width: 100%;
	}
	form table tr > * {
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	form table tr th {
		font-weight: bold;
	}
	form table tr td {
		border-top: none;
		padding-top: 0;
	}

	.contract {
		margin: 0 15px 15px;
	}
	.button {
		margin-top: 50px;
	}

	form label:nth-of-type(odd) {
		margin-right: 10px;
	}

	form label:nth-of-type(n+2) input[type="radio"] {
		margin-top: 10px;
	}

	#content.form h3 {
		max-width: 100%;
	}
} 


/*+++++++++++++++++++相談窓口+++++++++++++++++++*/
.consultation form table tr td textarea {
	height: 120px;
}





 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層ページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* プライバシーポリシー */

#privacyCont {
	padding: 50px 0 100px;
}
#privacyCont dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#privacyCont dd + dt {
	margin-top: 20px;
}
#privacyCont li {
	padding-left: 1em;
	text-indent: -1em;
}

/* 規約 */

#contractCont {
	padding: 50px 0 100px;
}
#contractCont dt {
	color: #ff5500;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contractCont dd + dt {
	margin-top: 20px;
}
#contractCont li {
	padding-left: 1em;
	text-indent: -1em;
}
#contractCont .em2 li {
	padding-left: 2em;
	text-indent: -2em;
}
#contractCont .em3 li {
	padding-left: 3em;
	text-indent: -3em;
}
#contractCont dd > * + p {
	margin-top: 1em;
}

#contractCont .provision {
	margin-top: 50px;
}