@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/



/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


@media screen and (min-width: 769px) {
	
.pc {
	display: block;
}

.sp {
	display: none;
}

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
}

a:link {
	color: #2f315b;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}

a:visited {
	color: #2f315b;
}

a:hover, a:active {
	color: #C6A522;
}

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

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft,
.left {
	float: left;
	margin: 0 20px 30px 0;
}

.alignright,
.right {
	float: right;
	margin: 0 0 20px 30px;
}

.aligncenter,
.center {
	display: block;
	margin: 0 auto 30px;
}

::selection    {
background: #917ABB;
color:#fff;
}

::-moz-selection   {
background: #917ABB;
color:#fff;
}

.red {
	color: #F00;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #c6a522;
	background: url(../image/header_back.png) no-repeat center 0;
	background-size: cover;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #2f315b;
}

header {
	position: relative;
	width: 1002px;
	height: 98px;
	margin: 0 auto;
}

header h1,
header p {
}

header h1 a,
header p a {
	display: block;
	width: 340px;
	height: 58px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 340px 58px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	text-align: center;
}

header div.h_phone {
	position: absolute;
	top: 29px;
	left: 460px;
	font-weight: bold;
	padding-right: 16px;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.03em;
	border-right: 1px solid #AAA;
}

header div.h_phone img {
	width: 240px;
	margin-bottom: 2px;
}

header ul {
	position: absolute;
	top: 32px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

header ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

header ul li a {
	display: block;
	margin-left: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

header ul li a img {
	display: block;
	margin: 0 auto 6px;
	width: 18px;
	height: 16px;
}

header ul li a:hover {
	color: #903;
}


/*------------------------------------------------------------------------------------------------
  finq
--------------------------------------------------------------------------------------------------*/
#finq {
	background: url(../image/finq_back.gif) repeat-x center center;
}

#finq .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 16px 0 15px;
}

#finq .cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#finq .cont ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#finq .cont ul li:nth-child(1) {
	margin-right: 53px;
}

#finq .cont ul li:nth-child(3) {
	margin-right: 12px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	margin: 1px 0 0;
	padding: 30px 0;
	background: url(../image/footer_back.gif) repeat-x center center;
}

#footer footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}

#footer footer .info {
	width: 400px;
	float: left;
}

#footer footer .info img {
	width: 245px;
	height: auto;
	margin-bottom: 5px;
}

.btn_y2 {
	width: 247px;
	margin: 10px auto 0 0;
}

#footer footer .fMenu {
	width: 460px;
	float: right;
	margin: 10px 0 0;
}

#footer footer .fMenu ul {
	float: left;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

#footer footer .fMenu ul:nth-child(1) {
	margin: 0 41px 0 0;
}

#footer footer .fMenu ul:nth-child(2) {
	margin: 0 42px 0 0;
}

#footer footer .fMenu ul li {
	margin: 0;
	padding: 0 0 8px;
}

#footer footer .fMenu ul li a {
	padding: 0 0 0 16px;
	background: url(../image/fmenu_line.png) no-repeat 0 center;
	background-size: 13px;
	text-decoration: none;
	color: #000;
}

#footer footer .fMenu .copy {
	text-align: right;
}




/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn_y {
	margin-bottom: 10px;
}

.btn_y1 {
}

.btn_y a,
.btn_y1 a {
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	width: 280px;
	height: 48px;
	border: 1px solid #C6A522;
	text-decoration: none;
	color: #000;
	line-height: 48px;
	background: url(../image/arrow-01.png) #C6A522 no-repeat 94% center;
	background-size: 30px;
}

.btn_y a:hover, .btn_y a:active,
.btn_y1 a:hover, .btn_y1 a:active {
	background: url(../image/arrow-02.png) #C6A522 no-repeat 96% center;
	background-size: 30px;
}

.btn_y2 a {
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	width: 247px;
	height: 38px;
	border: 1px solid #C6A522;
	text-decoration: none;
	color: #000;
	line-height: 38px;
	background: url(../image/arrow-01.png) #C1AC4A no-repeat 94% center;
	background-size: 30px;
}

.btn_y2 a:hover, .btn_y2 a:active {
	background: url(../image/arrow-02.png) #C1AC4A no-repeat 96% center;
	background-size: 30px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secondTitle {
	position: relative;
	margin: 0 0 1px;
	border-bottom: 1px solid #C3C3C3;
	width: 100%;
	height: 224px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.08em;
	font-weight: 500;
}

#secondTitle h1 {
	position: absolute;
	margin: 0 auto 60px;
	left: 0;
	right: 0;
	padding: 61px 0 0;
	width: 1002px;
	height: 164px;
	font-size: 28px;
	color: #FFF;
	text-align: center;
}

#secondTitle .secondNav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(../image/second_nav_back.png) repeat 0 0;
}

#secondTitle .secondNav ul {
	width: 1002px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 15px;
	background: url(../image/nav_line.png) no-repeat 100% center;
}

#secondTitle .secondNav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../image/nav_line.png) no-repeat 100% center;
}

#secondTitle .secondNav ul li a:link, #secondTitle .secondNav ul li a:visited {
	display: block;
	width: 143px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: url(../image/nav_line.png) no-repeat 0 center;
}

#secondTitle .secondNav ul li a:hover, #secondTitle .secondNav ul li a:active {
	color: #E0C24B;
}

#secondTitle .secondNav ul li:nth-child(2) a:link,#secondTitle .secondNav ul li:nth-child(2) a:visited {
	width: 183px;
}

#secondTitle .secondNav ul li:nth-child(4) a:link,#secondTitle .secondNav ul li:nth-child(4) a:visited,
#secondTitle .secondNav ul li:nth-child(6) a:link,#secondTitle .secondNav ul li:nth-child(6) a:visited {
	width: 118px;
}

#secondTitle .secondNav ul li:nth-child(7) a:link,#secondTitle .secondNav ul li:nth-child(7) a:visited {
	width: 153px;
}

#second {
}

#second .content-01 {
	margin: 0 0 1px;
	background: url(../image/second_back-01.gif) repeat 0 0;
}

#second .content-02 {
	margin: 0 0 1px;
 background: url(../image/second_back-02.gif) repeat 0 0;
}

#second section {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#second section h2 {
	position: relative;
	margin: 0 0 20px 20px;
	padding: 8px 8px 8px 30px;
	background-color: #2F315B;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: left;
}

#second section h2:before {
	position: absolute;
	top: 50%;
	left: -16px;
	content: '';
	z-index: 10;
	background: url(../image/h_line-02.png) no-repeat 0 center;
	font-size: 0;
	width: 32px;
	height: 2px;
}

#second section p {
	margin: 0 0 30px;
}

.pan {
	width: 1000px;
	margin: 0 auto;
}

.pan ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 12px;
	float: right;
	color: #555;
}

.pan ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.pan ul li a {
	color: #555;
	text-decoration: none;
}

.pan ul li a:hover, .pan ul li a:active {
	text-decoration: underline;
}

.pan ul li a:after {
	content: '';
	padding: 0 28px 0 0;
	background: url(../image/pan_line.gif) no-repeat 10px center;
}

}


@media screen and (max-width: 768px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
}

a:link {
	color: #2f315b;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}

a:visited {
	color: #2f315b;
}

a:hover, a:active {
	color: #C6A522;
}

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

.clear {
 display: inline-table;
 overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft,
.left {
	display: block;
	margin: 0 auto 30px;
}

.alignright,
.right {
	display: block;
	margin: 0 auto 30px;
}

.aligncenter,
.center {
	display: block;
	margin: 0 auto 30px;
}

::selection    {
background: #917ABB;
color:#fff;
}

::-moz-selection   {
background: #917ABB;
color:#fff;
}

.red {
	color: #F00;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: fixed;
	border-bottom: 1px solid #c6a522;
	background: url(../image/header_back.png) no-repeat center 0;
	background-size: cover;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #2f315b;
	height: 74px;
	width: 100%;
	z-index: 2000;
}

.sp_header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
	height: 54px;
}

header {
}

header h1,
header p {
	float: left;
}

header h1 a,
header p a {
	display: block;
	width: 214px;
	height: 36px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 214px 36px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	margin: 0;
	text-align: center;
}

.menu-btn {
	float: right;
	margin-top: -3px;
}

.h_tel {
	float: right;
	margin-right: 10px;
	margin-top: -3px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	padding: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
 visibility: visible;
 opacity: 1;
}

.menu {
 position: fixed;
 top: 74px;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #FFF;
 -webkit-transition: all .5s;
 transition: all .5s;
 visibility: hidden;
 opacity: 0;
	font-weight: bold;
	z-index: 1000;
}

.scroll{
margin: 0 0 20px;
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn_y1 {
	margin: -40px 0 0;
}

.btn_y {
	margin: 0 0 10px;
}

.btn_y a,
.btn_y1 a {
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	width: 280px;
	height: 48px;
	border: 1px solid #C6A522;
	text-decoration: none;
	color: #000;
	line-height: 48px;
	background: url(../image/arrow-01.png) #C6A522 no-repeat 94% center;
	background-size: 30px;
}

.btn_y a:hover, .btn_y a:active,
.btn_y1 a:hover, .btn_y1 a:active {
	background: url(../image/arrow-02.png) #C6A522 no-repeat 96% center;
	background-size: 30px;
}

.btn_y2 a {
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	width: 247px;
	height: 38px;
	border: 1px solid #C6A522;
	text-decoration: none;
	color: #000;
	line-height: 38px;
	background: url(../image/arrow-01.png) #C1AC4A no-repeat 94% center;
	background-size: 30px;
}

.btn_y2 a:hover, .btn_y2 a:active {
	background: url(../image/arrow-02.png) #C1AC4A no-repeat 96% center;
	background-size: 30px;
}

/*------------------------------------------------------------------------------------------------
  finq
--------------------------------------------------------------------------------------------------*/
#finq {
	padding: 20px 10px 10px;
	background: url(../image/finq_back.gif) repeat-x center center;
	background-size: cover;
}

#finq .cont {
	margin: 0 auto;
}

#finq .cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#finq .cont ul li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

.sp_ftel img {
	width: 300px;
	height: auto;
}

#finq .cont ul li:nth-child(3) img,
#finq .cont ul li:nth-child(4) img {
	width: 240px;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	margin: 1px 0 0;
	padding: 30px 0 0;
	background: url(../image/footer_back.gif) 0 0;
	background-size: cover;
}

#footer footer {
	margin: 0 auto;
	font-size: 14px;
}

#footer footer .info {
	text-align: center;
}

#footer footer .info img {
	width: 245px;
	height: auto;
	margin-bottom: 5px;
}

#footer footer ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

#footer footer ul li {
	width: 50%;
	float: left;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#footer footer ul li:nth-child(2n) {
	border-right: none;
}

#footer footer ul li a {
	display: block;
	padding: 10px;
	background-color: #2F315B;
	color: #FFF;
}

.btn_y2 {
	width: 247px;
	margin: 10px auto 0;
}

#footer footer .copy {
	padding: 10px 0;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.secondNav {
	width: 100%;
	background: url(../image/sp_nav_back.png);
}

.secondNav ul {
	width: 80%;
	height: 56px;
	margin: 0 auto;
	padding: 10px 0 0;
	list-style: none;
	font-size: 15px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.secondNav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.secondNav ul li a:link, .secondNav ul li a:visited {
	display: block;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#secondTitle {
	position: relative;
	margin: 0 0 1px;
	padding: 78px 0 0;
	border-bottom: 1px solid #C3C3C3;
	width: 100%;
	height: 180px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.08em;
	font-weight: 500;
}

#secondTitle h1 {
	position: absolute;
	margin: 0 auto 60px;
	left: 0;
	right: 0;
	padding: 31px 0 0;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

#second {
}

#second .content-01 {
	margin: 0 0 1px;
	background: url(../image/second_back-01.gif) repeat 0 0;
	padding: 78px 20px 30px;
}

#second .content-02 {
	margin: 0 0 1px;
 background: url(../image/second_back-02.gif) repeat 0 0;
	padding: 78px 20px 30px;
}

#second section {
	margin: -78px 0 0;
	padding: 78px 0 0;
}

#second section h2 {
	position: relative;
	margin: 0 0 20px 10px;
	padding: 8px 8px 8px 30px;
	background-color: #2F315B;
	font-size: 22px;
	color: #FFF;
	text-align: left;
}

#second section h2:before {
	position: absolute;
	top: 50%;
	left: -16px;
	content: '';
	z-index: 10;
	background: url(../image/h_line-02.png) no-repeat 0 center;
	font-size: 0;
	width: 32px;
	height: 2px;
}

#second section p {
	margin: 0 0 30px;
}

.pan {
	margin: -78px 0 0;
}

.pan ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 12px;
	float: right;
	color: #555;
}

.pan ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.pan ul li a {
	color: #555;
	text-decoration: none;
}

.pan ul li a:hover, .pan ul li a:active {
	text-decoration: underline;
}

.pan ul li a:after {
	content: '';
	padding: 0 28px 0 0;
	background: url(../image/pan_line.gif) no-repeat 10px center;
}

}




