@charset "utf-8";
/* CSS Document */

/*  Clear Fix
--------------------------------------- */
.clearfix:after
{
display: table;
clear: both; 
content: '';
}

/*  Base
--------------------------------------- */
html
{
overflow-y: scroll;
}

body
{
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #221815;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-print-color-adjust: exact;
-webkit-font-smoothing: antialiased;
}

* html body
{
font-size: 84%;
}

*:first-child + html body
{
font-size: 84%;
}

.arial {
font-family: Arial, Helvetica, "sans-serif";
}

.hel {
font-family: Helvetica, "sans-serif"
}

/*  Links
--------------------------------------- */
a
{
text-decoration: none; 
color: #221815;
}
a:link,
a:visited
{
text-decoration: none; 
}
a:active,
a:hover,
a:focus
{
outline: none;
}

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

Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
picture,
button
{
zoom: 1; 
margin: 0;
padding: 0;
vertical-align: top;
border: 0;
background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture
{
display: block;
}

audio:not([controls])
{
display: none;
}

[hidden]
{
display: none;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
font-size: 100%;
font-weight: normal; 
line-height: 1.5;
}

em
{
font-weight: bold; 
font-style: normal;
}

strong,
b
{
font-weight: bold; 
}

sup
{
font-size: 65%; 
line-height: 0;
position: relative;
top: -4px;
vertical-align: middle;
}

sub
{
font-size: 65%; 
line-height: 0;
position: relative;
top: 0;
vertical-align: middle;
}

pre
{
font-family: monospace, sans-serif;
white-space: pre-wrap;
word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr
{
display: none;
}

/*  Embedded Content
--------------------------------------- */
img
{
vertical-align: top; 
border: 0;
}

svg:not(:root)
{
overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul,
ol
{
list-style: none;
}

/*  Tables
--------------------------------------- */
table
{
width: 100%; 

border-collapse: collapse;

border: 0 none;
}

table th,
table td
{
font-size: 1em;
font-weight: normal; 

text-align: left;
vertical-align: top;

border: 0 none;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner
{
padding: 0; 
border: 0;
}

fieldset
{
border: 0 none;
}

legend
{
display: none;
}

label
{
cursor: pointer;
}

input
{
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
vertical-align: middle;
border-radius: 0;
outline: none;
}

input[type='text'],
input[type='tel'],
input[type='url'],
input[type='image'],
input[type='email'],
input[type='password'],
input[type='button'],
input[type='submit']
{
-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio']
{
box-sizing: border-box; 
padding: 0;
}

textarea
{
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
resize: none;
vertical-align: top;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
}

select
{
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
line-height: normal;
outline: none;
}

button
{
font-size: 100%;
}

.pcHide {
display:none;
}

img {
max-width:100%;
}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}

/* Font-size
------------------------------ */
.mini {
font-size:100%;
font-weight:normal;
}

.mini1 {
font-size:83.33%;
}

.mini2 {
font-size:62.5%;
}

.caution {
color: #C00;
}

/*     position
----------------------------------------------*/

.center {
margin-left: auto;
margin-right: auto;
text-align: center !important;
}

.center > * {
margin-left: auto;
margin-right: auto;
}

.right {
text-align: right !important;
}

.right > * {
margin-left: auto;
margin-right: 0;
}

.left {
text-align: left !important;
}

.left > * {
margin-left: 0;
margin-right: auto;
}

@media print and (-ms-high-contrast: none) {
body , header {
zoom: 0.6;
}
}

/*  テンプレート
--------------------------------------- */

.tp_cont {
max-width: 900px;
margin: 0 auto;
padding:  40px 20px 20px;
text-align: center;
box-sizing: border-box;
}

.tp_lv2 {
margin: 0 0 38px;
padding: 0 0 18px;
color: #333;
font-size: 30px;
font-weight: bold;
background: url("/ja/assets/img/bg_h2_01.png") no-repeat center bottom;
}

.tp_lv3_01 {
margin: 0 0 30px;
padding: 8px 20px;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h3_01.png") no-repeat center;
}

.tp_lv3_02 {
margin: 0 0 30px;
padding: 0 0 2px 22px;
color: #333;
font-size: 20px;
font-weight: bold;
text-align: left;
border-bottom: 2px solid #a0a0a0;
background: url("/ja/assets/img/bg_h3_02.png") no-repeat left top;
}

.tp_lv4 {
position: relative;
margin: 0 0 20px;
padding: 0 0 4px 22px;
color: #333;
font-size: 20px;
font-weight: bold;
text-align: left;
}

.tp_lv4:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #ccc url("/ja/assets/img/bg_h4_01.png") no-repeat left center;
z-index: -1;
}

.tp_lv5 {
margin: 0 0 20px;
padding: 0 0 0 22px;
color: #333;
font-size: 18px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h5_01.png") no-repeat left center;
}

.tp_lv6 {
margin: 0 0 20px;
padding: 0 0 0 22px;
color: #333;
font-size: 16px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h6_01.png") no-repeat left center;
}

.tp_txt {
margin: 0 0 20px;
font-size: 16px;
line-height: 1.58;
text-align: left;
}

.tp_txt strong {
font-size: 22px;
vertical-align: baseline;
}

.tp_ttl {
margin: 0 0 13px;
font-size: 20px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}

.tp_img_left {
float: left;
margin: 0 20px 20px 0;
}

.tp_img_right {
float: right;
margin: 0 0 20px 20px;
}


.tp_tableBox {
position: relative;
margin: 0 0 33px;
border-top: 4px solid #ccc;
border-bottom: 4px solid #ccc;
}

.tp_tableBox:after {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 215px;
height: 4px;
background: url("/ja/assets/img/bg_line_01.png") no-repeat center;
}

.tp_tableBox table {
position: relative;
width: 100%;
border-collapse: collapse;
}

.tp_tableBox_fix table {
table-layout: fixed;
}

.tp_tableBox table .tp_tableBox_bg01 {
background: #eef2f8;
}

.tp_tableBox table th {
padding: 16px 20px;
background: #eef2f8;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tp_tableBox_fix table th:first-child ,
.tp_tableBox_fix table td:first-child {
width: 215px;
}

.tp_tableBox table td {
padding: 16px 10px 16px 20px;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tp_tableBox table .tp_tableBox_border th ,
.tp_tableBox table .tp_tableBox_border td {
border-top: 2px solid #ccc;
}

.tp_tableBox_ttl {
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}

.tp_tableBox table tr:first-child .tp_tableBox_ttl {
text-align: center;
}

.tp_tableBox_txt01 {
font-size: 16px;
line-height: 1.375;
}

.tp_tableBox_txt02 {
position: relative;
padding: 0 0 0 38px;
font-size: 16px;
line-height: 1.375;
}

.tp_tableBox_txt02 span {
position: absolute;
top: 3px;
left: 0;
width: 38px;
}

.tp_list {
margin-left: 30px;
list-style-type: disc;
font-size: 18px;
line-height: 1.58;
text-align: left;
}

.numberList {
margin-left: 30px;
list-style-type: decimal;
font-size: 18px;
line-height: 1.58;
text-align: left;
}

a.pdf {
padding: 0 20px 0 0;
background: url(/ja/assets/img/ico_pdf_01.png) no-repeat right center;
background-size: 16px auto;
transition: 0.3s color;
}

a.movie {
padding: 0 20px 0 0;
background: url(/ja/assets/img/ico_mov_01.png) no-repeat right center;
background-size: 16px auto;
transition: 0.3s color;
}

a.blank {
padding: 0 20px 0 0;
background: url(/ja/assets/img/ico_blank_02.png) no-repeat right center;
background-size: 16px auto;
transform: 0.3s color;
}

a.pdf:hover ,
a.blank:hover,
a.movie:hover {
color: #0022FF;
}


@media screen and (max-width: 750px) {
.pcHide {
display:inline;
}

.spHide {
display:none !important;
}

}