﻿/*==================================================
    Universal Reset
    Default Style
    hasLayout
==================================================*/

/*--------------------------------------------------
    Universal Reset
--------------------------------------------------*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
ol {
	list-style: none;
}

th {
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: bottom;
}

dt {
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
}

a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	zoom: 1;
}

/*-----------------------------------------------------------------
    structure
----------------------------------------------------------------- */

body {
	font-size: 13px;
	color: #333;
	line-height: 1.6777;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
}

a img:hover,
a img:focus,
a img:active {
	opacity: 0.7;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 60px;
}

/* header
--------------------------*/

.header {
	margin-bottom: 24px;
}

.header h1 {
	text-align: center;
}

/* contents
--------------------------*/

.contents {
	margin-bottom: 60px;
}

/* side
--------------------------*/

/* footer
--------------------------*/

.footer {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 70px;
	padding-bottom: 30px;
}

.footer .footer-inner {
	font-size: 84.61538%;
	padding: 30px 10px;
}

.footer .footer-inner ul {
	text-align: center;
}

.footer .footer-inner ul li {
	display: inline;
}

/*-----------------------------------------------------------------
modules
----------------------------------------------------------------- */

/* heading
--------------------------*/

.head-1 {
	margin: 40px 0 40px;
	text-align: center;
}

.head-2 {
	color: #002c6f;
	font-size: 153.84615%;
	border-bottom: 2px solid #dcdcdc;
	font-weight: bold;
	width: 650px;
	margin: 20px 0;
}

.head-2.ml-50 {
	margin-left: 50px;
}

.head-3 {
	text-align: center;
	margin: 40px 0 20px;
}

.head-4 {
	color: #000;
	margin-bottom: 20px;
	font-size: 184.61538%;
	border-bottom: 1px solid #c9c9c9;
}

.head-4 span {
	font-size: 145.83333%;
	margin-right: 35px;
	font-weight: bold;
}

/* nav
--------------------------*/

/* list
--------------------------*/

.list-nav-page {
	margin: 0 0 20px 25px;
}

.list-nav-page:before,
.list-nav-page:after {
	content: " ";
	display: table;
}

.list-nav-page:after {
	clear: both;
}

.list-nav-page li {
	float: left;
	display: block;
	margin-right: 15px;
}

.list-attention {
	width: 650px;
	margin: 0 auto 20px;
	letter-spacing: 0;
}

.faq {
	padding: 0 20px;
	margin: 0 0 0 -10px;
}

.faq:before,
.faq:after {
	content: " ";
	display: table;
}

.faq:after {
	clear: both;
}

.faq li {
	float: left;
	width: 320px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url("/library/dis/cms/img/entrance/thikari01/arw_faq.png") no-repeat scroll 4px 7px;
}

.faq li a {
	color: #333;
	text-decoration: none;
}

.faq li a:hover,
.faq li a:focus,
.faq li a:active {
	text-decoration: underline;
}

/* text
--------------------------*/

.btn-1 {
	text-align: center;
	margin-bottom: 20px;
}

.copyright {
	text-align: center;
	font-size: 115.38462%;
}

/* group
--------------------------*/

.group-top {
	margin-bottom: 40px;
}

.group-top p {
	font-weight: bold;
	text-align: center;
	color: #000;
}

.group-top p.text-1 {
	margin-bottom: 40px;
	font-size: 176.92308%;
}

.group-top p.text-1 span {
	background-color: #0061ae;
	color: #fff;
	padding: 10px 20px 8px;
	letter-spacing: 0;
}

.group-top p.text-2 {
	line-height: 1.2;
	font-size: 307.69231%;
	letter-spacing: 0;
	margin-bottom: 60px;
}

.group-top p.text-2 span {
	font-size: 175%;
}

.group-top p.text-2 span.span-1 {
	font-size: 120%;
}

.group-top p.text-3 {
	line-height: 1.2;
	font-size: 307.69231%;
	letter-spacing: 0;
}

.group-top p.text-3 span.span-1 {
	font-size: 117.5%;
}

.group-top p.text-3 span.span-2 {
	font-size: 165%;
	display: block;
}

.group-top ul {
	letter-spacing: 0;
	font-size: 230.76923%;
	line-height: 1.5;
	margin-left: 250px;
}

.group-pagenav {
	margin-bottom: 40px;
}

.group-content {
	width: 750px;
	margin: 0 auto 40px;
}

.group-content .group-content-inner {
	border: 1px solid #bcbcbc;
	border-top: 1px solid #fff;
	padding: 20px 0;
}

.group-content .group-content-inner p {
	text-align: center;
}

.group-content .group-content-inner p span.span-1 {
	letter-spacing: 0;
	font-weight: bold;
	font-size: 169.23077%;
}

.group-content .group-content-inner p.text-1 {
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	font-size: 269.23077%;
}

.group-content .group-content-inner p.text-1 span {
	font-size: 142.85714%;
}

.group-content-2 {
	width: 708px;
	margin: 0 auto 15px;
	padding: 8px 20px 0;
	border: 1px solid #8c8c8c;
}

.group-content-2 p {
	color: #000;
	font-size: 138.46154%;
}

.group-faq {
	border: 1px solid #bcbcbc;
	padding: 20px;
	margin: 0 auto 40px;
	width: 710px;
}

/* accordion
--------------------------*/

.inline_content {
	padding: 20px;
}

ul.accordion,
ul.accordion > li {
	font-size: 14px;
}

ul.accordion > li > a,
ul.accordion > li > .accordion_head {
	background: url("/library/dis/cms/img/entrance/thikari01/arw_btm.png") no-repeat scroll 4px center;
	border-bottom: 1px solid #999;
	color: #454545;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 5px 5px 20px;
}

ul.accordion a {
	text-decoration: none;
}

ul.accordion > li > a:hover {
	background: url("/library/dis/cms/img/entrance/thikari01/arw_btm.png") no-repeat scroll 4px center;
	color: #999;
}

ul.accordion > li > .accordion_head:hover {
	background: url("/library/dis/cms/img/entrance/thikari01/arw_btm.png") no-repeat scroll 4px center;
	color: #999;
	font-weight: bold;
}

ul.accordion li li {
	font-size: 13px;
	margin-bottom: 20px;
	padding: 5px 20px;
}

ul.accordion li li a {
	color: #b9b9b9;
	display: block;
	padding: 7px 5px 7px 20px;
}

ul.accordion li li a:hover {
	color: #e93072;
}

ul.accordion > li .selected,
ul.accordion > li .selected:hover {
	background: url("/library/dis/cms/img/entrance/thikari01/arw_top.png") no-repeat scroll 4px center;
}

/* option class */

.align-c {
	text-align: center;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 1px !important;
}

.mb-2 {
	margin-bottom: 2px !important;
}

.mb-3 {
	margin-bottom: 3px !important;
}

.mb-4 {
	margin-bottom: 4px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}

.mb-7 {
	margin-bottom: 7px !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-9 {
	margin-bottom: 9px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}
