@charset "SHIFT_JIS";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul ,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************
common
*******************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color: inherit;
}

a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sp {
	display: none!important;
}


/*******************************
header
*******************************/
header {
	padding: 1rem 0 0;
}

header #logo {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header #logo #headerLead {
	color: #666666;
	font-size: 0.75rem;
	width: 60%;
}

header #logo #headerMusashi {
	letter-spacing: 0.15em;
	font-size: 0.9rem;
	text-align: right;
	width: 40%;
}

header #logo #headerMusashi img {
	width: 28%;
	vertical-align: middle;
	margin: -0.2rem 0 0 0.2em;
}

header #header {
	width: 1000px;
	max-width: 95%;
	margin: 0.8rem auto 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header #header #treasureLogo {
	width: 22%;
}

header #header #treasureLogo img {
	width: 100%;
}

header #header #btnArea {
	width: 35%;
	display: flex;
	justify-content: space-between;
}

header #header #btnArea li {
	width: 48.5%;
	border-radius: 3px;
}

header #header #btnArea li:first-child {
	background-image: -webkit-linear-gradient(left, #094fa4, #0083d3);
	background-image: -o-linear-gradient(left, #094fa4, #0083d3);
	background-image: linear-gradient(to right, #094fa4, #0083d3);
}

header #header #btnArea li:last-child  {
	background-image: -webkit-linear-gradient(left, #4a8ad8, #57c0ec);
	background-image: -o-linear-gradient(left, #4a8ad8, #57c0ec);
	background-image: linear-gradient(to right, #4a8ad8, #57c0ec);
}

header #header #btnArea li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0.45rem 0;
	background: url(/img/common2/arrow03.png) 98% 50% no-repeat;
	background-size: 4.5% auto;
	line-height: 1.1;
	font-size: 1.1rem;
}

#menuTrigger {
	display: none;
}

/*******************************
nav
*******************************/
#navSp {
	display: none;
}

nav {
    background : #094fa4;
}

nav ul {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	display: table;
}

nav ul li {
	display: table-cell;
	border-right: 1px solid #0083d3;
}

nav ul li:not(:first-child) {
	width: 18%;
}

nav ul li:first-child {
	border-left: 1px solid #0083d3;
	width: 8%;
}

nav ul li a {
	display: block;
	padding: 1.1rem 0;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: none;
}

nav ul li.active a {
    background : #0083d3;
}

nav ul li a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 6px;
	background-image: url(/img/common2/arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin: -0.2em 0 0 0.35em;
}

nav ul li:first-child a::after,
nav ul li:nth-child(5) a::after {
	display: none;
}

nav ul li:first-child div {
	border-left: 1px solid #999999;
}

nav ul li a:hover {
    background : #0276c7;
	opacity: 1.0!important;
}

nav ul li a b {
    display: none;
}

nav ul li.gmenu {
    position: relative;
}

nav ul li.gmenu div {
}

nav ul li .pulldownBox {
	max-width: 100%;
	position: absolute;
	top: 95%;
	left: -2px;
	display: none;
	z-index: 100;
	border: 2px solid #094fa4;
}

nav ul li:nth-child(3) .pulldownBox {
	max-width: 125%;
}

nav ul li .pulldownBox li {
	display: block;
	background-color: rgba(255,255,255,1.0);
	width: auto;
	border: none;
}

nav ul li .pulldownBox li:first-child {
    border-left: none;
}

nav ul li .pulldownBox li:not(:last-child) {
	border-bottom: 1px solid #094fa4;
}

nav ul li .pulldownBox li:hover {
	background: #eeeeee;
}

nav ul li .pulldownBox li a {
	text-align: left;
	color: #333;
	font-weight: normal;
	padding: 0.8rem 0.4rem 0.8rem 1.2rem;
	background: url(/img/common2/arrow02.png) 4% 50% no-repeat;
	background-size: 3.5% auto;
	line-height: 1.3;
}

nav ul li .pulldownBox li a::after {
	display: none;
}

/*IE*/
@media all and (-ms-high-contrast:none) {
}

#breadcrumbList {
	width: 1000px;
	max-width: 95%;
	margin: 1rem auto 1.5rem;
	display: flex;
}

#breadcrumbList dt {
	color: #094fa4;
}

#breadcrumbList li {
	display: inline-block;
	margin-right: 0.6em;
}

#breadcrumbList li:not(:first-child)::before {
	content: "＞";
	margin-right: 0.4em;
	color: #666;
}

#breadcrumbList li a {
}

#breadcrumbList dt {
	width: 8%;
}

#breadcrumbList dd {
	width: 92%;
}

#breadcrumbList li:not(:last-child) {
	margin-bottom: 0.5em;
}

/*******************************
layout
*******************************/
#contents {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#mainTop, #main {
	width: 73%;
	max-width: 95%;
}

/*******************************
side
*******************************/
#side {
	width: 23%;
}

#side .bnr01 a {
	display: block;
}

#side .bnr01 a img {
	width: 100%;
}

#side #account {
	margin-top: 0.9rem;
	background: #094fa4;
	padding: 1.8rem 1.2rem;
	text-align: center;
	border-radius: 3px;
}

#side #account dt {
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 1.6rem;
}

#side #account dd ul li:not(:last-child) {
	margin-bottom: 0.7rem;
}

#side #account dd ul li a {
	text-decoration: none;
	background: url(/img/common2/arrow01.png) 97% 50% no-repeat #fff;
	background-size: 3.8% auto;
	display: block;
	border-radius: 3px;
	padding: 0.7rem 1.2rem;
	line-height: 1.4;
	font-size: 1.08rem;
	color: #094fa4;
}

#side .btnArea01 {
	margin-top: 1.5rem;
}

#side .btnArea01 li:not(:last-child) {
	margin-bottom: 0.5rem;
}

#side .btnArea01 li a {
	text-decoration: none;
    background: url(/img/common2/arrow02.png) 98% 50% no-repeat #fff;
    background-size: 3.5% auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.8rem 1.2rem;
    line-height: 1.4;
}

#side #contact {
	margin-top: 1.7rem;
	background: #094fa4;
	padding: 1.8rem 1.2rem;
	text-align: center;
	border-radius: 3px;
}

#side #contact dt {
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 0.75rem;
}

#side #contact dd .free {
	color: #fff;
	background: #0276c7;
	border-radius: 3px;
	box-shadow: 0 0 8px 0 rgba(0,66,146,0.9);
	padding: 0.85rem 0.5rem 0.8rem;
	text-align: center;
}

#side #contact dd .free img {
	display: block;
	width: 16%;
	margin: 0 auto 0.6rem;
}

#side #contact dd .free strong {
	font-family: 'Staatliches', cursive;
	font-size: 2rem;
	letter-spacing: 0.06rem;
}

#side #contact dd .free p {
	margin-top: 0.6rem;
	padding-top: 0.6rem;
	border-top: 1px solid #fff;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
}

#side #contact dd .ip {
	color: #fff;
}

#side #contact dd .ip p {
	padding: 1rem 0 0.7rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	font-size: 0.85rem;
}

#side #contact dd .ip div {
	text-align: center;
	font-family: 'Staatliches', cursive;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

#side #contact dd .ip img {
	width: 14%;
	vertical-align: middle;
	display: inline-block;
	margin: -0.2em 0.4em 0 0;
}

/*******************************
footer
*******************************/
#pagetop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	cursor: pointer;
	width: 3.5%;
}

#pagetop:hover {
	opacity: 0.7;
}

#pagetop img {
	width: 100%;
}

footer {
	margin-top: 2rem;
}

#footerLink01 {
	background: #f4f4f4;
	padding: 3.5rem 0 0;
}

#footerLink01Inner {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footerLink01 dl {
	margin-bottom: 2rem;
}

#footerLink01 dl dt {
	font-weight: bold;
	margin-bottom: 1rem;
}

#footerLink01 dl dd ul li:not(:last-child) {
	margin-bottom: 0.6rem;
}

#footerLink01 dl dd ul li a {
	text-decoration: none;
	line-height: 1.4;
	font-size: 0.85rem;
}

#footerLink01 .footerLinkBox02 {
	width: 55%;
}

#footerLink01 .footerLinkBox02 dd {
	display: flex;
	justify-content: space-between;
}

#footerLink01 .footerLinkBox02 dd .footerLinkBox02_01:first-child {
	width: 55%;
}

#footerLink01 .footerLinkBox02 dd .footerLinkBox02_01:last-child {
	width: 41%;
}

#footerLink01 .footerLinkBox02 dd .footerLinkBox02_01 dt {
	font-size: 0.9rem;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding: 0.4em 0;
}

#footerLink02 {
	background: #444444;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
}

#footerLink02 li:not(:last-child) {
	border-right: 1px solid #999999;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

#footerLink02 a {
	color: #fff;
	text-decoration: none;
	font-size: 0.92em;
}

#footerMusashi {
	background: #faecde;
	text-align: center;
	padding: 2.5rem 0 3.5rem;
}

#footerMusashi #footerLogo {
	width: 14rem;
	margin: 0 auto;
}

#footerMusashi #footerLogo a {
	display: block;
}

#footerMusashi #footerLogo img {
	width: 100%;
}

#footerMusashi .txt01 {
	font-size: 0.82rem;
	margin-top: 0.8rem;
}

#footerMusashi dl {
	margin-top: 1.5rem;
	line-height: 1.4;
}

#footerMusashi dl dt {
	font-size: 1.08rem;
}

#footerMusashi dl dd {
	margin-top: 0.25rem;
	font-size: 0.88em;
}

#copyright {
	color: #666666;
	text-align: center;
	padding: 1.2rem 0 5rem;
	font-size: 0.85em;
}

/*******************************
underlayer
*******************************/
#main {
	line-height: 1.6;
}

#main h1 {
    color: #094fa4;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1.5rem;
	line-height: 1.4;
}

#main h2 {
	color: #094fa4;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1.25rem;
	background: #e1f3fd;
	padding: 0.2em 0.3em 0.2em 1.2em;
	text-indent: -0.9em;
	line-height: 1.4;
}

#main h2 span {
	display: inline-block;
	width: 8px;
	background: #094fa4;
	background: -webkit-gradient(linear, left top, left bottom, from(#0083d3), to(#094fa4));
	background: -webkit-linear-gradient(top, #0083d3, #094fa4);
	background: linear-gradient(to bottom, #0083d3, #094fa4);
	border-radius: 3px;
	height: 1.2em;
	vertical-align: middle;
	margin: 0 0.5em 0.15em 0;
}

.indent {
	text-indent: 1em;
}

.tr {
	text-align: right;
}

.btn01 {
}

.btn01 a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.6rem 0;
	background: #0083d3;
    background-image: -webkit-linear-gradient(left, #094fa4, #0083d3);
    background-image: -o-linear-gradient(left, #094fa4, #0083d3);
    background-image: linear-gradient(to right, #094fa4, #0083d3);
    line-height: 1.1;
	font-size: 1rem;
	border-radius: 3px;	
}

.btn01 a span {
    display: block;
    background: url(/img/common2/arrow03.png) 98% 50% no-repeat;
    background-size: 0.5em auto;
}






