/*
Theme Name: default
Theme URI:
Description: Theme of default
Version: 1.0
Author: AG2
Author URI: http://ag2works.tokyo/
*/

/**********************************
***********************************
Start of rest
   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 {
  font-family: Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}
/* 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 {
  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;
}
img{
  border: none;
}
/** AG2Origin **/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-width: 320px;
  font-size: 0;
}
body {
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
  -webkit-text-size-adjust: 100%;/** for sp's font-size **/
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
s, strike {
  text-decoration: line-through;
}
a {
  color: #44A7C2;
  text-decoration: none;
}
li {
  list-style: none;
}
input, button, textarea, select {
  background: none transparent;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**********************************
***********************************
End of reset
***********************************
**********************************/

/** Start of mutual **/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

html,
body {
  background-color: #ffffff;
}
.p-noscript {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 30px 0;
}
::selection {
  color: #ffffff;
  background-color: #909090;
}
::-moz-selection {
  color: #ffffff;
  background-color: #909090;
}
#wrap {
  max-width: 900px;
  margin: 0 auto 30px;
}
/** End of mutual **/

/**********************************
***********************************
Start of column
***********************************
**********************************/
#column-max {
  max-width: 1200px;
  margin: 0 auto;
}
#column-cover {
  width: 100%;
  margin-right: -300px;
}
#column-main {
  margin-right: 300px;
}
#column-sidebar {
  float: right;
  width: 300px;
}
/**********************************
***********************************
End of column
***********************************
**********************************/

/**********************************
***********************************
Start of header
***********************************
**********************************/
header h1 img {
  width: 250px;
  height: auto;
  margin: 15px auto 10px;
}
header p {
  font-size: 12px;
  line-height: 1.6;
}
/**********************************
***********************************
End of header
***********************************
**********************************/

/**********************************
***********************************
Start of nav
***********************************
**********************************/
nav {
  width: 100%;
  background-color: #ffffff;
}
.ul-nav {
  max-width: 900px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  transition: .2s;
}
.ul-nav li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 60px;
}
.ul-nav li:last-child {
  margin-right: 0;
}
.ul-nav li::before,
.ul-nav li::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 15%;
  width: 0;
  height: 70%;
  font-size: 20px;
  border-left: 2px dotted;
}
.ul-nav li::before {
  left: -30px;
}
.ul-nav li:last-child::before {
  border: 0;
}
.ul-nav li::after {
  right: -30px;
}
.ul-nav li a {
}
.ul-nav li a span {
  display: block;
  color: #505050;
  text-align: center;
}
.ul-nav li a .span-en {
  position: relative;
  color: #ffee00;
  font-size: 20px;
  letter-spacing: .2em;
  margin-right: -0.2em;
  z-index: 1;
  transition: .3s;
  text-shadow: #000000 1px 1px 0px, #000000 -1px 1px 0px, #000000 1px -1px 0px, #000000 -1px -1px 0px;
}
.ul-nav li a:hover .span-en {
  color: #f7f6f2;
}
.ul-nav li a .span-jp {
  font-size: 12px;
}
.ul-nav li a .span-jp::before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid;
  margin: 5px auto 8px;
  transition: .3s;
}
.ul-nav li a:hover .span-jp::before {
  width: 100%;
}
.nav-fix {
  position: fixed;
  top: 0;
  left: 0;
}
.nav-fix .ul-nav {
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: 3px solid;
}
/**********************************
***********************************
End of nav
***********************************
**********************************/

/**********************************
***********************************
Start of table-wrap
***********************************
**********************************/
.table-wrap {
  margin: 0 auto 45px;
}
.table-wrap h2 {
  text-align: center;
  border-bottom: 3px solid;
  margin: 0 auto 5px;
}
.table-wrap h2 span {
  display: inline-block;
  text-align: right;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 10px 5px;
  margin: 0 auto -3px;
  border: 3px solid;
  border-bottom: 0 solid;
}
.table-wrap table {
  width: 100%;
  border: 3px solid;
}
.tr-title {
  background-image: -webkit-linear-gradient(
    -45deg,
    transparent 45%,
    #909090 45%, #909090 50%,
    transparent 50%, transparent 95%,
    #909090 95%, #909090
    );
  background-image: -moz-linear-gradient(
    -45deg,
    transparent 45%,
    #909090 45%, #909090 50%,
    transparent 50%, transparent 95%,
    #909090 95%, #909090
    );
  background-image: linear-gradient(
    -45deg,
    transparent 45%,
    #909090 45%, #909090 50%,
    transparent 50%, transparent 95%,
    #909090 95%, #909090
    );
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center center;
}
.tr-title th {
  padding: 2px 5px;
}
.tr-body td:first-child {
  min-width: 100px;
}
.tr-title th:last-child,
.tr-body td:last-child {
  width: 200px;
}
.tr-title th span {
  display: inline-block;
  background-color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
}
.tr-body {
  border-bottom: 1px solid #eeeeee;
}
.tr-body:nth-child(even) {
  background-color: #f7f6f2;
}
.tr-body td {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px;
}
.tr-body td:last-child {
  text-align: right;
  letter-spacing: .05em;
}
.td-item {
  font-weight: bold;
}
.td-item a {
  text-decoration: underline;
}
.td-item a:hover {
  text-decoration: none;
}
.notice {
  padding: 5px 0 15px;
}
.notice p {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
.notice p span {
  color: #cc3030;
  font-weight: 700;
}
.dl-size {
  display: inline-block;
   word-wrap: break-word;
   word-break: break-all;
   text-align: left;
}
.dl-size dt,
.dl-size dd {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
}
.dl-size dt {
   font-weight: 700;
}
.dl-size dt::after {
  display: inline-block;
  content: ":";
  padding: 0 .3em;
}
.dl-size dd::after {
  display: inline-block;
  content: "/";
  color: #cccccc;
  padding: 0 .5em;
}
.dl-size dd:last-child::after {
  display: none;
  content: "";
  padding: 0;
}
/**********************************
***********************************
End of table-wrap
***********************************
**********************************/

/**********************************
***********************************
Start of footer
***********************************
**********************************/
footer {
  max-width: 900px;
  clear: both;
  text-align: center;
  margin: 0 auto 30px;
  border-top: 3px solid;
}
#inquiry {
  display: block;
  text-align: center;
  padding: 15px 15px 30px;
}
#inquiry p,
#inquiry p a {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .05em;
}
#inquiry p a {
  position: relative;
  color: #cc0000;
  font-weight: 700;
}
#inquiry p a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #cc0000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .3s;
}
#inquiry p a:hover::after {
  width: 100%;
}
.span-copyright {
  font-size: 12px;
  letter-spacing: .1em;
}
.span-copyright a {
  color: #00001e;
}
/**********************************
***********************************
End of footer
***********************************
**********************************/

/**********************************
***********************************
Start of SP
***********************************
**********************************/
@media screen and (max-width: 640px) {
/** mutual **/
header {
  padding: 0 15px;
}
.section-main {
  padding: 0 15px;
}
.tr-title th:last-child,
.tr-body td:last-child {
  width: 100px;
}
}
/**********************************
***********************************
End of SP
***********************************
**********************************/