@charset "utf-8";
/*
===== Content =====
1.Base Setting
  1-1.Reset
  1-2.Font / Text
  1-3.Margin
  1-4.Padding
  1-5.Position
  1-6.Float
  1-7.None

2.General Setting

3.Outline
  3-1.Header
  3-2.Contents
  3-3.Main
  3-4.sideBlock
  3-5.Footer

4.Page Setting

*/

/*----------------------------------------------------------
  1.Base Setting
    1-1.Reset
    1-2.Font / Text
    1-3.Margin
    1-4.Padding
    1-5.Position
    1-6.Float
    1-7.None
----------------------------------------------------------*/

/****************************************
  1-1.Reset
****************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, 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, a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.fsz_N {
  font-size: 62.5%;
}
.fsz_L {
  font-size: 75%;
}

html {
  font-size: 62.5%;
}
body {
  position: relative;
  min-width:1280px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  border-top: 3px solid #B5A571; 
  font-size: 1.7rem;
  letter-spacing: 0.05em;  
  line-height: 1.5em;
}


@media screen and (max-width:767px) {
  body {
    border-top: none;
    font-size: 1.6rem;
    min-width: auto;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  padding: 0;
}
* + hr {
  margin-top: 24px;
}
.hrDash {
  border-top: none;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%223px%22%20height%3D%221px%22%20viewBox%3D%220%200%203%201%22%20style%3D%22enable-background%3Anew%200%200%203%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23CCCCCC%3B%7D%3C%2Fstyle%3E%3Crect%20class%3D%22st0%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E') repeat-x;
}

input, select {
  vertical-align: middle;
}
button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
  font-size: 1.7rem;
  margin: 0; 
  padding: 0;
}
@media screen and (max-width:767px){
  button, textarea, select {
    font-size: 1.4rem;
  }
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

pre {
  white-space: pre-wrap;
}
i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, dt, dd, li, caption, th, td, col, p, address {
  line-height: 1.5em;
}


/****************************************
  1-2.Font / Text
****************************************/
/***** Font Style *****/
.txt-sanserif {
  font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Verdana', 'Meiryo', sans-serif;
}
.txt-transform {
  transform: rotate(0.03deg);
}
.txt-sizeL {
  color: #4d4d4d;
  font-size: 7.2rem;
}
.txt-sizeM {
  color: #333333;
  font-size: 1.9rem;
}
.txt-sizeS {
  color: #666666;
  font-size: 1.4rem;
}


/***** Font Size *****/
.fs10 { font-size: 1.0rem !important; } .fs11 { font-size: 1.1rem !important; } .fs12 { font-size: 1.2rem !important; } .fs13 { font-size: 1.3rem !important; }
.fs14 { font-size: 1.4rem !important; } .fs15 { font-size: 1.5rem !important; } .fs16 { font-size: 1.6rem !important; } .fs17 { font-size: 1.7rem !important; }
.fs18 { font-size: 1.8rem !important; } .fs19 { font-size: 1.9rem !important; } .fs20 { font-size: 2.0rem !important; } .fs21 { font-size: 2.1rem !important; }
.fs22 { font-size: 2.2rem !important; } .fs23 { font-size: 2.3rem !important; } .fs24 { font-size: 2.4rem !important; } .fs25 { font-size: 2.5rem !important; }
.fs26 { font-size: 2.6rem !important; } .fs27 { font-size: 2.7rem !important; } .fs28 { font-size: 2.8rem !important; } .fs29 { font-size: 2.9rem !important; }
.fs30 { font-size: 3.0rem !important; } .fs31 { font-size: 3.1rem !important; } .fs32 { font-size: 3.2rem !important; } .fs33 { font-size: 3.3rem !important; }
.fs34 { font-size: 3.4rem !important; } .fs35 { font-size: 3.5rem !important; } .fs36 { font-size: 3.6rem !important; } .fs37 { font-size: 3.7rem !important; }
.fs38 { font-size: 3.8rem !important; } .fs39 { font-size: 3.9rem !important; } .fs40 { font-size: 4.0rem !important; } .fs41 { font-size: 4.1rem !important; }
.fs42 { font-size: 4.2rem !important; } .fs43 { font-size: 4.3rem !important; } .fs44 { font-size: 4.4rem !important; } .fs45 { font-size: 4.5rem !important; }
.fs46 { font-size: 4.6rem !important; } .fs47 { font-size: 4.7rem !important; } .fs48 { font-size: 4.8rem !important; } .fs49 { font-size: 4.9rem !important; }
.fs50 { font-size: 5.0rem !important; }

/***** text-align *****/
.txtLeft { text-align: left !important; }
.txtRight { text-align: right !important; }
.txtCenter { text-align: center !important; }


/***** Vertical-align *****/
.vaTop { vertical-align: top; }
.vaMid { vertical-align: middle; }
.vaBot { vertical-align: bottom; }
.vaBas { vertical-align: baseline;}

/***** Color *****/
.txtRed { color: #cc1919 !important; }

/***** Weight *****/
.txtBold { font-weight: bold;}
.txtNormal { font-weight: normal;}

/***** hide text *****/
.hidetxt {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/***** Icon Font *****/
@font-face {
  font-family: 'FontAwesome';
  src: url('/common2/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/common2/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/common2/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/common2/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/common2/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/common2/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a .icons {
  display: inline-block;
  margin: 0 .6rem;
}
.icons {
  font-family: 'FontAwesome';
  text-decoration: none;
}

.icon-pdf::before        { content: "\f1c1"; }
.icon-word::before        { content: "\f1c2"; }
.icon-excel::before        { content: "\f1c3"; }
.icon-zip::before        { content: "\f1c6"; }
.icon-mov::before        { content: "\f1c8"; }
.icon-external::before      { content: "\f08e"; }
.icon-mail::before        { content: "\f003"; }
.icon-ArrowRight::before    { content: "\f105"; }

.icon-pdf{
  color: #D22626;
}
.icon-word{
  color: #19499C;
}
.icon-excel{
  color: #006536;
}
.icon-zip,.icon-mov{
  color: #666666;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/***** Icon Auto *****/
.contBlock a[href^='http://']::after,
.contBlock a[href^='https://']::after,
.contBlock a[href$='pdf']::after,
.contBlock a[href$='xlsx']::after,
.contBlock a[href$='xlsm']::after,
.contBlock a[href$='xls']::after,
.contBlock a[href$='doc']::after,
.contBlock a[href$='docx']::after,
.contBlock a[href$='zip']::after,
.contBlock a[href$='mov']::after,
.contBlock a[href$='mpeg']::after,
.contBlock a[href$='mpg']::after,
.contBlock a[href$='wmv']::after,
.contBlock a[href^='mailto']::after,
.contBlock a[href^='HTTP://']::after,
.contBlock a[href^='HTTPS://']::after,
.contBlock a[href$='PDF']::after,
.contBlock a[href$='XLSX']::after,
.contBlock a[href$='XLSM']::after,
.contBlock a[href$='XLS']::after,
.contBlock a[href$='DOC']::after,
.contBlock a[href$='DOCX']::after,
.contBlock a[href$='ZIP']::after,
.contBlock a[href$='MOV']::after,
.contBlock a[href$='MPEG']::after,
.contBlock a[href$='MPG']::after,
.contBlock a[href$='WMV']::after,
.contBlock a[href^='MAILTO']::after {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding-left: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
}
.contBlock a[href^='http://']::after,
.contBlock a[href^='https://']::after,
.contBlock a[href^='HTTP://']::after,
.contBlock a[href^='HTTPS://']::after {
  content: '別ウィンドウで開く';
  background: url(/common/img/icon_win.png) no-repeat center center;
}
.contBlock a[href$='pdf']::after,
.contBlock a[href$='PDF']::after {
  content: 'PDFファイルを開く';
  background: url(/common/img/icon_pdf.png) no-repeat center center;
}
.contBlock a[href$='xlsx']::after,
.contBlock a[href$='xlsm']::after,
.contBlock a[href$='xls']::after,
.contBlock a[href$='XLSX']::after,
.contBlock a[href$='XLSM']::after,
.contBlock a[href$='XLS']::after {
  content: 'エクセルファイルを開く';
  background: url(/common/img/icon_excel.png) no-repeat center center;
}
.contBlock a[href$='doc']::after,
.contBlock a[href$='docx']::after,
.contBlock a[href$='DOC']::after,
.contBlock a[href$='DOCX']::after {
  content: 'ワードファイルを開く';
  background: url(/common/img/icon_word.png) no-repeat center center;
}
.contBlock a[href$='zip']::after,
.contBlock a[href$='ZIP']::after {
  content: '圧縮ファイルを開く';
  background: url(/common/img/icon_zip.png) no-repeat center center;
}
.contBlock a[href$='mov']::after,
.contBlock a[href$='mpeg']::after,
.contBlock a[href$='mpg']::after,
.contBlock a[href$='wmv']::after,
.contBlock a[href$='MOV']::after,
.contBlock a[href$='MPEG']::after,
.contBlock a[href$='MPG']::after,
.contBlock a[href$='WMV']::after {
  content: '動画ファイルを開く';
  background: url(/common/img/icon_video.png) no-repeat center center;
}
.contBlock a[href^='mailto']::after,
.contBlock a[href^='MAILTO']::after {
  content: 'メールを作成する';
  background: url(/common/img/icon_mail.png) no-repeat center center;
}
.contBlock a[href^='http://www.npa.go.jp/']::after,
.contBlock a[href^='https://www.npa.go.jp/']::after {
  content: none;
  background: none;
}
.contBlock .hide_icon::after {
  content: none !important;
  background: none !important;
}
/****************************************
  1-3.Margin
****************************************/
/***** Margin All *****/
.m0  { margin:  0px !important; }  .m4  { margin:  4px !important; }  .m6  { margin:  6px !important; }  .m8  { margin:  8px !important; } .m10 { margin: 10px !important; } .m12 { margin: 12px !important; }  
.m16 { margin: 16px !important; }  .m20 { margin: 20px !important; } .m24 { margin: 24px !important; }  .m28 { margin: 28px !important; }  .m32 { margin: 32px !important; }  .m36 { margin: 36px !important; }
.m40 { margin: 40px !important; }  .m44 { margin: 44px !important; }  .m48 { margin: 48px !important; }  .m52 { margin: 52px !important; } .m56 { margin: 56px !important; }  .m60 { margin: 60px !important; }
.m64 { margin: 64px !important; }  .m68 { margin: 68px !important; } .m72 { margin: 72px !important; }  .m76 { margin: 76px !important; }  .m80 { margin: 80px !important; }  .m84 { margin: 84px !important; }
.m88 { margin: 88px !important; }  .m92 { margin: 92px !important; }  .m96 { margin: 96px !important; }  .m100 { margin: 100px !important; }

/***** Margin Top *****/
.mT0  { margin-top:  0px !important; } .mT4  { margin-top:  4px !important; } .mT6  { margin-top:  6px !important; } .mT8  { margin-top:  8px !important; } .mT10 { margin-top: 10px !important; }
.mT12 { margin-top: 12px !important; } .mT16 { margin-top: 16px !important; }  .mT20 { margin-top: 20px !important; } .mT24 { margin-top: 24px !important; }  .mT28 { margin-top: 28px !important; }
.mT32 { margin-top: 32px !important; } .mT36 { margin-top: 36px !important; } .mT40 { margin-top: 40px !important; } .mT44 { margin-top: 44px !important; }  .mT48 { margin-top: 48px !important; }
.mT52 { margin-top: 52px !important; } .mT56 { margin-top: 56px !important; }  .mT60 { margin-top: 60px !important; } .mT64 { margin-top: 64px !important; }  .mT68 { margin-top: 68px !important; }
.mT72 { margin-top: 72px !important; } .mT76 { margin-top: 76px !important; }  .mT80 { margin-top: 80px !important; } .mT84 { margin-top: 84px !important; } .mT88 { margin-top: 88px !important; }
.mT92 { margin-top: 92px !important; } .mT96 { margin-top: 96px !important; }  .mT100 { margin-top: 100px !important; }

/***** Margin Bottom *****/
.mB0  { margin-bottom:  0px !important; } .mB4  { margin-bottom:  4px !important; }  .mB6  { margin-bottom:  6px !important; }  .mB8  { margin-bottom:  8px !important; } .mB10 { margin-bottom: 10px !important; }
.mB12 { margin-bottom: 12px !important; }  .mB16 { margin-bottom: 16px !important; } .mB20 { margin-bottom: 20px !important; } .mB24 { margin-bottom: 24px !important; }  .mB28 { margin-bottom: 28px !important; }
.mB32 { margin-bottom: 32px !important; }  .mB36 { margin-bottom: 36px !important; } .mB40 { margin-bottom: 40px !important; }  .mB44 { margin-bottom: 44px !important; }  .mB48 { margin-bottom: 48px !important; }
.mB52 { margin-bottom: 52px !important; } .mB56 { margin-bottom: 56px !important; }  .mB60 { margin-bottom: 60px !important; }  .mB64 { margin-bottom: 64px !important; }  .mB68 { margin-bottom: 68px !important; }
.mB72 { margin-bottom: 72px !important; }  .mB76 { margin-bottom: 76px !important; }  .mB80 { margin-bottom: 80px !important; }  .mB84 { margin-bottom: 84px !important; } .mB88 { margin-bottom: 88px !important; }
.mB92 { margin-bottom: 92px !important; }  .mB96 { margin-bottom: 96px !important; }  .mB100 { margin-bottom: 100px !important; }

/***** Margin Left *****/
.mL0  { margin-left:  0px !important; }  .mL4  { margin-left:  4px !important; }  .mL6  { margin-left:  6px !important; }  .mL8  { margin-left:  8px !important; } .mL10 { margin-left: 10px !important; }
.mL12 { margin-left: 12px !important; }  .mL16 { margin-left: 16px !important; }  .mL20 { margin-left: 20px !important; } .mL24 { margin-left: 24px !important; }  .mL28 { margin-left: 28px !important; }
.mL32 { margin-left: 32px !important; }  .mL36 { margin-left: 36px !important; } .mL40 { margin-left: 40px !important; }  .mL44 { margin-left: 44px !important; }  .mL48 { margin-left: 48px !important; }
.mL52 { margin-left: 52px !important; } .mL56 { margin-left: 56px !important; }  .mL60 { margin-left: 60px !important; }  .mL64 { margin-left: 64px !important; }  .mL68 { margin-left: 68px !important; }
.mL72 { margin-left: 72px !important; }  .mL76 { margin-left: 76px !important; }  .mL80 { margin-left: 80px !important; }  .mL84 { margin-left: 84px !important; } .mL88 { margin-left: 88px !important; }
.mL92 { margin-left: 92px !important; }  .mL96 { margin-left: 96px !important; }  .mL100 { margin-left: 100px !important; }

/***** Margin Right *****/
.mR0  { margin-right:  0px !important; } .mR4  { margin-right:  4px !important; }  .mR6  { margin-right:  6px !important; } .mR8  { margin-right:  8px !important; } .mR10 { margin-right: 10px !important; }
.mR12 { margin-right: 12px !important; } .mR16 { margin-right: 16px !important; } .mR20 { margin-right: 20px !important; } .mR24 { margin-right: 24px !important; } .mR28 { margin-right: 28px !important; }
.mR32 { margin-right: 32px !important; } .mR36 { margin-right: 36px !important; } .mR40 { margin-right: 40px !important; } .mR44 { margin-right: 44px !important; }  .mR48 { margin-right: 48px !important; }
.mR52 { margin-right: 52px !important; } .mR56 { margin-right: 56px !important; } .mR60 { margin-right: 60px !important; } .mR64 { margin-right: 64px !important; } .mR68 { margin-right: 68px !important; }
.mR72 { margin-right: 72px !important; } .mR76 { margin-right: 76px !important; }  .mR80 { margin-right: 80px !important; } .mR84 { margin-right: 84px !important; } .mR88 { margin-right: 88px !important; }
.mR92 { margin-right: 92px !important; } .mR96 { margin-right: 96px !important; } .mR100 { margin-right: 100px !important; }

.mBem1 { margin-bottom: 1em !important; }  .mBem1-5 { margin-bottom: 1.5em !important; }  .mBem2 { margin-bottom: 2em !important; }  .mBem2-5 { margin-bottom: 2.5em !important; }


/****************************************
  1-4.Padding
****************************************/
/***** Padding All *****/
.p0  { padding:  0 !important; } .p4  { padding:  4px !important; }  .p6  { padding:  6px !important; } .p8  { padding:  8px !important; } .p10 { padding: 10px !important; } .p12 { padding: 12px !important; }
.p16 { padding: 16px !important; } .p20 { padding: 20px !important; } .p24 { padding: 24px !important; } .p28 { padding: 28px !important; }  .p32 { padding: 32px !important; } .p36 { padding: 36px !important; }
.p40 { padding: 40px !important; } .p44 { padding: 44px !important; }  .p48 { padding: 48px !important; } .p52 { padding: 52px !important; } .p56 { padding: 56px !important; } .p60 { padding: 60px !important; }
.p64 { padding: 64px !important; } .p68 { padding: 68px !important; } .p72 { padding: 72px !important; } .p76 { padding: 76px !important; }  .p80 { padding: 80px !important; } .p84 { padding: 84px !important; }
.p88 { padding: 88px !important; } .p92 { padding: 92px !important; }  .p96 { padding: 96px !important; } .p100 { padding: 100px !important; }

/***** Padding Top *****/
.pT0  { padding-top:  0px !important; } .pT4  { padding-top:  4px !important; } .pT6  { padding-top:  6px !important; } .pT8  { padding-top:  8px !important; } .pT10 { padding-top: 10px !important; }
.pT12 { padding-top: 12px !important; } .pT16 { padding-top: 16px !important; } .pT20 { padding-top: 20px !important; } .pT24 { padding-top: 24px !important; } .pT28 { padding-top: 28px !important; }
.pT32 { padding-top: 32px !important; } .pT36 { padding-top: 36px !important; } .pT40 { padding-top: 40px !important; } .pT44 { padding-top: 44px !important; } .pT48 { padding-top: 48px !important; }
.pT52 { padding-top: 52px !important; } .pT56 { padding-top: 56px !important; } .pT60 { padding-top: 60px !important; } .pT64 { padding-top: 64px !important; } .pT68 { padding-top: 68px !important; }
.pT72 { padding-top: 72px !important; } .pT76 { padding-top: 76px !important; } .pT80 { padding-top: 80px !important; } .pT84 { padding-top: 84px !important; } .pT88 { padding-top: 88px !important; }
.pT92 { padding-top: 92px !important; } .pT96 { padding-top: 96px !important; } .pT100{ padding-top:100px !important; }

/***** Padding Bottom *****/
.pB0  { padding-bottom:  0px !important; } .pB4  { padding-bottom:  4px !important; }  .pB6  { padding-bottom:  6px !important; } .pB8  { padding-bottom:  8px !important; } .pB10 { padding-bottom: 10px !important; }
.pB12 { padding-bottom: 12px !important; } .pB16 { padding-bottom: 16px !important; } .pB20 { padding-bottom: 20px !important; } .pB24 { padding-bottom: 24px !important; } .pB28 { padding-bottom: 28px !important; }
.pB32 { padding-bottom: 32px !important; } .pB36 { padding-bottom: 36px !important; } .pB40 { padding-bottom: 40px !important; } .pB44 { padding-bottom: 44px !important; }  .pB48 { padding-bottom: 48px !important; }
.pB52 { padding-bottom: 52px !important; } .pB56 { padding-bottom: 56px !important; } .pB60 { padding-bottom: 60px !important; } .pB64 { padding-bottom: 64px !important; } .pB68 { padding-bottom: 68px !important; }
.pB72 { padding-bottom: 72px !important; } .pB76 { padding-bottom: 76px !important; }  .pB80 { padding-bottom: 80px !important; } .pB84 { padding-bottom: 84px !important; } .pB88 { padding-bottom: 88px !important; }
.pB92 { padding-bottom: 92px !important; } .pB96 { padding-bottom: 96px !important; } .pB100 { padding-bottom: 100px !important; }

/***** Padding Left *****/
.pL0  { padding-left:  0px !important; } .pL4  { padding-left:  4px !important; } .pL6  { padding-left:  6px !important; } .pL8  { padding-left:  8px !important; } .pL10 { padding-left: 10px !important; }
.pL12 { padding-left: 12px !important; } .pL16 { padding-left: 16px !important; } .pL20 { padding-left: 20px !important; } .pL24 { padding-left: 24px !important; } .pL28 { padding-left: 28px !important; }
.pL32 { padding-left: 32px !important; } .pL36 { padding-left: 36px !important; } .pL40 { padding-left: 40px !important; } .pL44 { padding-left: 44px !important; } .pL48 { padding-left: 48px !important; }
.pL52 { padding-left: 52px !important; } .pL56 { padding-left: 56px !important; } .pL60 { padding-left: 60px !important; } .pL64 { padding-left: 64px !important; } .pL68 { padding-left: 68px !important; }
.pL72 { padding-left: 72px !important; } .pL76 { padding-left: 76px !important; } .pL80 { padding-left: 80px !important; } .pL84 { padding-left: 84px !important; } .pL88 { padding-left: 88px !important; }
.pL92 { padding-left: 92px !important; } .pL96 { padding-left: 96px !important; } .pL100 { padding-left: 100px !important; }

/***** Padding Right *****/
.pR0  { padding-right:  0px !important; } .pR4  { padding-right:  4px !important; }  .pR6  { padding-right:  6px !important; } .pR8  { padding-right:  8px !important; } .pR10 { padding-right: 10px !important; }
.pR12 { padding-right: 12px !important; }  .pR16 { padding-right: 16px !important; } .pR20 { padding-right: 20px !important; } .pR24 { padding-right: 24px !important; } .pR28 { padding-right: 28px !important; }
.pR32 { padding-right: 32px !important; } .pR36 { padding-right: 36px !important; } .pR40 { padding-right: 40px !important; } .pR44 { padding-right: 44px !important; }  .pR48 { padding-right: 48px !important; }
.pR52 { padding-right: 52px !important; } .pR56 { padding-right: 56px !important; } .pR60 { padding-right: 60px !important; }  .pR64 { padding-right: 64px !important; } .pR68 { padding-right: 68px !important; }
.pR72 { padding-right: 72px !important; } .pR76 { padding-right: 76px !important; }  .pR80 { padding-right: 80px !important; } .pR84 { padding-right: 84px !important; } .pR88 { padding-right: 88px !important; }
.pR92 { padding-right: 92px !important; }  .pR96 { padding-right: 96px !important; } .pR100 { padding-right: 100px !important; }


/****************************************
  1-5.Position
****************************************/
.relative { position: relative !important; }
.absolute { position: absolute !important; }

/****************************************
  1-6.float
****************************************/
.fl-l, .resFl { float: left !important; }
.fl-r, .resFr { float: right !important; }

@media screen and (max-width:767px) {
  .resFl { float: none !important; }
  .resFr { float: none !important; }
}

/***** Clearfix *****/
.clearfix::after { content: ""; display: table; clear: both; }

/****************************************
  1-7.None
****************************************/
.pc-none,
.pc-none-inline,
.cont-none,
.gnav-none,
.search-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-none,
  .gnavBlock-none,
  .layer-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
}

/*----------------------------------------------------------
  2.General Setting
----------------------------------------------------------*/
/*body {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
*/
a {
  color: #194686;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a:focus {
  opacity: 0.85;
  text-decoration: none;
}

img {
  border-style: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  max-width: 100%; 
  outline: none;
}
object, embed, iframe {
  vertical-align: top;
  max-width: 100%;
  outline: none;
}

sup, sub {
  font-size: 1.2rem;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

* p {
  margin: 0 0 1.6rem;
}

dt {
  font-weight: bold;
}

table {
  border: 1px solid #808080;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
* + .table {
  margin-top: 24px;
}
thead th { 
  text-align: center;
}

caption {
  text-align: center;
  margin-bottom: calc(12px - 1em * .25);
}
table caption p {
  margin-bottom: 8px;
}

th,td {
  background: #fff;
  border: 1px solid #808080;
  padding: 12px;
  vertical-align: middle;
}

th, .th {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: left;
}

/*==== Media Queries ====*/
@media screen and (max-width:767px){
  img.resFl,img.resFr {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  table {
    width: auto;
  }

  th,td {
    padding: 8px 12px;
  }
}

/***** h1-5 *****/

h1 {
  font-size: 3.2rem;
  line-height: 1.4;
  position: relative;
  margin: 0 0 6rem;
  padding: 1.6rem 24px 3.2rem ;
  color: #fff;
  background: #12335f;
}
h1::after {
  position: absolute;  
  bottom:12px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: #B5A571;
}

main h2 {
  position: relative;
  margin: 4.0rem 0 4.0rem 0;
  padding: 12px 24px;
  color: #555555;
  font-size: 2.8rem;
  line-height: 1.4;
  border: 1px solid #12335F;
}
main h2::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  width: .7rem;
  height: 100%;
  content: '';
  background: #12335F;
}

main h3 {
  margin: 4rem 0 4rem 0;
  padding: 10px 24px 10px 20px;
  color: #555555;
  font-size: 2.4rem;
  line-height: 1.4;
  background: #EFF6FF;
  border-left: 4px solid #12335F;
}

main h4 {
  margin: 2rem 0 2rem 0;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #555555;
  border-bottom: 1px solid #555555;  
}
main h5 {
  margin: 2rem 0 2rem 0;
  font-size: 1.8rem;
  color: #555555;
}
main h2 a ,main h3 a,main h4 a,main h5 a{
  text-decoration: none;
}
main h2 a::after ,main h3 a::after,main h4 a::after,main h5 a::after{
  position: absolute;
  right: auto;
  top: auto;
  bottom: auto;
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 1.0rem;
}

main h2 a[target="_blank"]::after, 
main h3 a[target="_blank"]::after, 
main h4 a[target="_blank"]::after, 
main h5 a[target="_blank"]::after{
  content: none;
}

main h2 a:hover ,main h3 a:hover,main h4 a:hover,main h5 a:hover,
main h2 a:focus ,main h3 a:focus,main h4 a:focus,main h5 a:focus {
/*  opacity: 0.8;*/
  color: #1365C9;
}


main h2 a i{
  position: absolute;
}


/*==== Media Queries ====*/

@media screen and (max-width: 767px){
  h1 {
    font-size: 3.0rem;
    padding: 12px 12px 28px;
  }
  main h2 {
    font-size: 2.6rem;
    padding: 12px 20px ;
  }
  main h2 a i{
    position: relative;
  }
  
  main h3 {
    font-size: 2.2rem;
    padding: 10px 12px ;
  }
  main h4 {
    font-size: 2.0rem;
    margin: 10px 0 0 ;
  }
  main h5 {
    font-size: 1.7rem;
  }
}

/***** ul ol *****/

ul, ol {
  margin: 0 0 3rem 30px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
li {
  margin: 0 0 .8rem;
}

/***** dl *****/
dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
* + dl {
  margin-top: 24px;
}
dl + dl {
  border-top: none;
  margin-top: 0;
}
dt {
  margin: 24px 16px;
  width: 144px;
}
dd {
  margin: 24px 0 24px auto;
  width: calc(100% - 176px);
}
dd + dd {
  margin-top: 0;
}
@media screen and (max-width:767px){
  dl {
    padding-bottom: calc(20px - 1em * .25);
  }
  dt {
    margin: calc(20px - 1em * .25) 0 0 0;
    width: 100%;
  }
  dd {
    margin: calc(20px - 1em * .25) 0 0 0;
    width: 100%;
  }
  dd + dd {
    margin-top: calc(20px - 1em * .25);
  }
}

/***** section *****/
article section {
  margin: 0 0 6rem;
}


/*----------------------------------------------------------
  3.OutLine
    3-1.Header
    3-2.Contents
    3-3.Main
    3-4.sideBlock
    3-5.Footer
----------------------------------------------------------*/

/****************************************
  3-1.Header
****************************************/
header {
  background: #fff;
  border-bottom: 2px solid #333;
}
.headerBox {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 1280px;
}

/***** ciBlock *****/
.ciBlock {
  float: left;
  margin: 0 0 1.6rem ;
  padding: 0;
  width: 190px;
}
.ciBlock a {
  display: block;
}
.ciBlockSP {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    width: 100%;
    z-index: 10002;
  }
  .headerBox {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 10.8rem;
    justify-content: space-between;
    padding-bottom: 12px;
    width: 100%;
  }

  /*==== ciBlock ====*/
  .ciBlock {
    display: none;
  }
  .ciBlockSP {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 135px;
  }
  .ciBlockSP a {
    display: block;
  }
}

/*==== toolBlock ====*/
.toolBlockSP {
  display: none;
}
.toolBlock {
  display: flex;
  justify-content: flex-end;
  margin: 17px 0 0 0;
}
.hdLink {
  display: flex;
  margin: 0;
}
.hdLink li {
  list-style: none;
  margin: 0 2rem 0 0;
}
.hdLink li a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.hdLink li a:hover,
.hdLink li a:focus {
  text-decoration: underline; 
}
.hdLink .fa-angle-right {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
/****** toolBlock ******/
  .toolBlock {
    display: none;
  }

  .toolBlockSP {
    align-self: flex-start;
    align-items: center;
    background: #0F4C81;
    box-sizing: border-box;
    display: flex;
    height: 34px;
    justify-content: center;
    padding: 0 3.5px;
    margin: 0;
    width: 100%;
  }
  .hdLink {
    width: 100%;
    justify-content: center;
  }
  .hdLink li {
    margin: 0 12.5px;
  }
  .hdLink li a {
    color: #fff;
    letter-spacing: initial;
  }
}

.fszBox {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  border: none;
}
.fszBox dt, .fszBox dd {
  font-size: 1.4rem;
  display: flex;
  margin: 0 ;
  width: auto;
}
.fszBox dt {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin: 0 8px  ;
  font-weight: normal;
}
.fszBox button {
  line-height: 2rem;
  min-width: 40px;
  height: 2.1rem;
  color: #12335f;
  border: 1px solid #12335f;
  background-color: #DDDDDD;
  padding: 0 6px;
}
.fszBox button:active,
.fszBox button:focus{
  background-color: #002060;
  color: #ffffff;
}

.fszBox button:hover {
  background-color: #002060;
  color: #ffffff;
}

.fszBox button::-moz-focus-inner {
  border: none;
}
.fszBox button:first-child {
  margin: 0 6px 0 0;
}
.fszBox .fsz_N {
  font-size: 1.4rem;
}
.fszBox .fsz_L {
  font-size: 1.4rem;
}

.fsz_N .fsz_N, .fsz_L .fsz_L {
  color: #fff;
  background: #12335f;
}

.searchBox {
  position: relative;
  margin: 0;
  width: 180px;
  border-bottom: 1px solid #333333;
}
.searchBox td {
  border: none;
}
.searchBox label {
  display: none;
  margin: 0 1.2rem 0 0;
}

#searchform {
  display: flex;
  font-size: 0;
  vertical-align: middle;
}
#searchform input {
  font-size: 1.4rem !important;
  -webkit-appearance: button;
  appearance: button;
  border-radius: 0;
}
#searchform input[type="text"] {
  width: 150px;
}
#searchform button[type="submit"] {
  border: none;  
  cursor: pointer;
  color: #333333;
  padding: 0 8px 0 10px;
}
#searchform input[type="submit"]::-webkit-search-decoration {
  display: none;
}
#searchform input[type="submit"]::focus {
  outline-offset: -2px;
}

#searchform .fa-search{
  font-size: 1.7rem;
}

/*==== gnavBlock ====*/
@keyframes fadeIn {
  0%   { display: none; opacity: 0; }
  1%   { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0%   { display: none; opacity: 0; }
  1%   { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}
  
@keyframes fadeInFx {
  0%   { display: none; opacity: 0; }
  1%   { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}
@-webkit-keyframes fadeInFx {
  0%   { display: none; opacity: 0; }
  1%   { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}
  
@keyframes fadeOut {
  0%   { display: block; opacity: 1; }
  99%  { display: block; opacity: 0; }
  100% { display: none; opacity: 0; }
}
@-webkit-keyframes fadeOut {
  0%   { display: block; opacity: 1; }
  99%  { display: block; opacity: 0; }
  100% { display: none; opacity: 0; }
}
  
@keyframes fadeOutFx {
  0%   { display: flex; opacity: 1; }
  99%  { display: flex; opacity: 0; }
  100% { display: none; opacity: 0; }
}
  @-webkit-keyframes fadeOutFx {
  0%   { display: flex; opacity: 1; }
  99%  { display: flex; opacity: 0; }
  100% { display: none; opacity: 0; }
}

.gnav_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav_btn {
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 74px;
    justify-content: flex-end;
    left: 0;
    line-height: 1em;
    padding-bottom: 16px;
    position: absolute;
    width: 72px;
  }
  .gnav_btn[aria-expanded="false"] .gnav_open,
  .gnav_btn[aria-expanded="true"] .gnav_close {
    display: inline-flex;
  }
  .gnav_btn[aria-expanded="true"] .gnav_open,
  .gnav_btn[aria-expanded="false"] .gnav_close {
    display: none;
  }
  .gnav_btn[aria-expanded="true"] {
    color: #fff;
    background: #0a2f50;
  }
  .gnav_open,
  .gnav_close {
    align-items: center;
    flex-direction: column;
    font-size: 1.1rem;
  }
  .gnav_open img,
  .gnav_close img{
    display: block;
    margin-bottom: 4px;
  }
}

.gnavBox {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  text-decoration: none;
}
.gnavBox > li {
  margin: 10px 0 0 20px;
  width: 160px;
}

.gnav-btn {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 15px 0 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s;
}

.gnav-btn:hover,
.gnav-btn:focus {
  background-color: #e0e0e0;
  cursor: pointer;
}
.gnav-btn[aria-expanded="true"] {
  background-color: #0A2F50;
  color: #ffffff;
  cursor: pointer;
}

.gnav-btn::after {
  background: #0A2F50;
  bottom: 5px;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 160px;
  transition: all 0.3s;
}
.gnav-btn:hover::after,
.gnav-btn:focus::after {
  height: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .gnavBlock {
    margin: 0;
    left: 0;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    z-index: 10000;
  }
  .gnavBlock[aria-hidden="false"] {
    animation: fadeIn .3s ease-out 0s forwards;
  }
  .gnavBlock[aria-hidden="true"] {
    animation: fadeOut .3s ease-out 0s forwards;
  }
  .gnavBox {
    background: #0a2f50;
    display: block;
  }
  .gnavBox > li {
    border-bottom: 1px solid #707070;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .gnav-btn {
    display: none;
  }
  .en .gnav-btn {
    box-sizing: border-box;
    color: #fff;
    display: block; 
    font-size: 1.6rem;
    padding: 16px 40px 16px 16px;
    text-align: left;
    transition: none;
  }
  .en .gnav-btn:hover,
  .en .gnav-btn:focus {
    background-color: transparent;
  }
  .en .gnav-btn::after {
    background: none;
    bottom: auto;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.33333333em;
    height: 16px;
    line-height: 0.75em;
    right: 22px;
    text-rendering: auto;
    top: 18px;
    transition: none;
    vertical-align: -15%;
    width: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .en .gnav-btn:hover::after,
  .en .gnav-btn:focus::after {
    height: 16px;
    bottom: auto;
  }
}


.snavBox {
  background: #0A2F50;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 2rem 40px;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.snavBox[aria-hidden="false"] {
  animation: fadeIn .3s ease-out 0s forwards;
}
.snavBox[aria-hidden="true"] {
  animation: fadeOut .3s ease-out 0s forwards;
}
.snavBox-list {
  display: flex;
  position: relative;
}

.snavBox-list-link {
  border-right: 2px solid #ddd;
  flex: 0 0 209px;
  padding: calc(20px - 20 * .25px) 0 0 0;
}
.snavBox-list-link-text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.snavBox-list-link-text:hover,
.snavBox-list-link-text:focus {
  text-decoration: underline;
}
.snav2nd-btn,
.sp-closeBtn {
  display: none;
}

.snavBox-list-link .fa {
  margin: 0 0 0 12px;
}

.snavBox2nd {
  box-sizing: border-box;
  margin: 0 0 0 40px;
  padding: 0 0 calc(74px - .25em) 0;
  width: calc(100% - 211px);
}
.snavBox2nd-inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.snavBox2nd-inner::after {
  content: "";
  display: block;
  width: 30%;
}
.snavBox2nd-list {
  width: 30%;
  margin: calc(20px - .25em) 0 0 0;
}
.snavBox2nd-list-link {
  color: #fff;
  text-decoration: none;
}
.snavBox2nd-list-link:hover,
.snavBox2nd-list-link:focus {
  text-decoration: underline;
}
.snavBox2nd-list-link .fa {
  margin: 0 5px 0 0;
}
.snavCloseBtn {
  bottom: 0;
  color: #fff;
  position: absolute;
  right: 0;
}
.snavCloseBtn .fa {
  margin-right: 8px;
}
.snavCloseBtn:hover,
.snavCloseBtn:focus {
  cursor: pointer;
  text-decoration: underline;
}


/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
  .snavBox {
    display: block;
    position: static;
    padding: 0;
  }
  .snavBox[aria-hidden="false"],
  .snavBox[aria-hidden="true"] {
    animation: none;
  }
  .snavBox-list {
    flex-wrap: wrap;
    margin: 0;
  }
  .snavBox-list-link {
    border: none;
    flex: 0 1 auto;
    padding: 0;
    width: calc(100% - 54px);
  }
  .snavBox-list-link-text {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 1.6rem;
    height: 100%;
    padding: 0 0 0 16px;
    width: 100%;
  }
  .snav2nd-btn {
    background: #e2e2e2;
    color: #0a2f50;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    height: 51px;
    width: 54px;
  }
  .snav2nd-btn[aria-expanded="false"] .snav2nd-btn-open,
  .snav2nd-btn[aria-expanded="true"] .snav2nd-btn-close {
    display: block;
  }
  .snav2nd-btn[aria-expanded="true"] .snav2nd-btn-open,
  .snav2nd-btn[aria-expanded="false"] .snav2nd-btn-close {
    display: none;
  }

  .snavBox2nd {
    background: #e2e2e2;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: height .4s ease-out;
    width: 100%;
  }
  .snavBox2nd-inner {
    border-top: 1px solid #707070;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .snavBox2nd-inner::after {
    content: none;
  }
  .snavBox2nd-list {
    align-items: center;
    border-bottom: 1px solid #707070;
    display: flex;
    margin: 0;
    width: 100%;
  }
  .snavBox2nd-list-link {
    box-sizing: border-box;
    color: #333;
    padding: 12px 8px 12px 73px;
    position: relative;
    min-height: 52px;
    width: 100%;
  }
  .snavBox2nd-list-link .fa-angle-right {
    position: absolute;
    left: 56px;
    top: 15px;
  }
  .snavCloseBtn {
    display: none;
  }

  .sp-closeBtn {
    background: #545454;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 5.3rem;
    height: 5.3rem;
    text-align: center;
    width: 100%;
  }
}

.search_btn {
  display: none;
}
@media screen and (max-width:767px) {
  .search_btn {
    display: block;
  }
  .search_btn {
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 74px;
    justify-content: flex-end;
    padding-bottom: 16px;
    position: absolute;
    right: 0;
    width: 72px;
  }
  .search_btn[aria-expanded="false"] .search_open,
  .search_btn[aria-expanded="true"] .search_close {
    display: inline-flex;
  }
  .search_btn[aria-expanded="true"] .search_open,
  .search_btn[aria-expanded="false"] .search_close {
    display: none;
  }
  .search_btn[aria-expanded="true"] {
    color: #fff;
    background: #0a2f50;
  }
  .search_open,
  .search_close {
    align-items: center;
    flex-direction: column;
    font-size: 1.1rem;
  }
  .search_open img,
  .search_close img{
    display: block;
    margin-bottom: 4px;
  }
  .searchBox_sp {
    background: #0a2f50;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
  }
  .searchBox_sp[aria-hidden="false"] {
    animation: fadeIn .3s ease-out 0s forwards;
  }
  .searchBox_sp[aria-hidden="true"] {
    animation: fadeOut .3s ease-out 0s forwards;
  }
  .searchBlock_sp-form {
    box-sizing: border-box;
    display: flex;
    padding: 30px 20px;
    width: 100%;
  }
  .searchBlock_sp-textbox {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #545454;
    padding: 12px 8px 12px 16px;
    width: calc(100% - 4.2rem);
  }
  .searchBlock_sp-textbox.gcs-text-bg {
    background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") 16px center no-repeat #fff;
  }
  .searchBlock_sp-submitBtn {
    background: #545454;
    color: #fff;
    height: 4.2rem;
    width: 4.2rem;
  }
}

/***** GoogleSearch *****/
#pc-cse-search-box {
  display: flex;
  height: 32px;
  margin-top: 24px;
  order: 3;
  width: 300px;
}
@media screen and (max-width:767px){
  #pc-cse-search-box {
    display: none;
  }
}
.gcs-text-box {
  background: #fff;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #999;
  width: 251px;
}
.gcs-text {
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 0 16px 0 4px;
  width: 100%;
}
.gcs-text-bg {
  background: url("https://www.google.com/cse/static/images/1x/ja/branding.png") left center no-repeat #fff;
}
.gcs-submit {
  color: #999;
  margin-left: 12px;
  transition: color .3s;
}
.gcs-submit:hover,
.gcs-submit:focus {
  color: #333;
  cursor: pointer;
}
#pc-cse-search-box i.icons {
  font-size: 2.5rem;
}



/***** pathArea *****/

.pathArea {
  background: #EEEEEE;
}
.pathArea ul {
  display: flex;
  flex-wrap: wrap;
  width: 1024px;
  margin: 0 auto;
  padding: 12px 0px;
} 
.pathArea li { 
  list-style: none;
  font-size: 1.4rem;
  margin: 0 ;
}
.pathArea li:not(:last-child)::after {
  display: inline-block;
  padding: 0 10px 0 10px;
  content: "\f105";
  font-family: "FontAwesome";
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
  .pathArea ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
    padding: 10px 16px;
  } 
  .pathArea li { 
    font-size: 1.3rem;
    margin: 4px 0 0 ;
  }
}

/****************************************
  3-2.Contents
****************************************/

#contArea {
  display: flex;
  width: 1024px;
  margin: 4rem auto 0;
  padding: 0 10px;
}
.contArea::after {
  display: table;
  clear: both;
  content: '';
}
#contArea .col1 {
  float: none;
  width: 100%;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
  #contArea {
    width: auto;
    margin: 3.8rem 16px 0;
    padding: 0;
    display: block;
  }
}

/***** contBlock *****/
.contBlock {
  width: 736px;
  margin-right: 48px;
}

.contBlock.sitemap{
  width: 100%;
  margin-right: 0;
  display: block;
}

.col1 .contBlock{
  width: 100%;  
}

.contBlock a {
  position: relative;
  list-style-type: none;
}
.contBlock a .icon-ArrowRight {
  position: relative;
  top: -1px;
  text-decoration: none !important;
  padding: 0 12px 0 12px;
  margin: 0;
}


@media screen and (max-width: 767px) {
  .contBlock{
    width: 100%;
  }
}

/****************************************
  3-3.Main
****************************************/

/*lead-text*/
.lead-text { 
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lead-text { 
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}
  
/***** Columns *****/

.res-Columns, .columns,.column2,
.column3,.imgColumn2,.imgColumn3{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  justify-content: space-between;
}

.res-Columns h2,.res-Columns, 
.columns,.column2,.column3{
  margin-top: 0;
}


.column2 .box,
.imgColumn2 .box,
.imgColumn2 p{
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

.column3 .box,
.imgColumn3 .box,
.imgColumn3 p{
  width: calc(33% - 20px);
  margin: 0 20px 20px 0;
}

.imgColumn2 .box,
.imgColumn3 .box,
.imgColumn2 p,
.imgColumn3 p{
  text-align: center;
  margin-bottom: 40px;
}

.imgColumn2 img,
.imgColumn3 img {
  height: auto !important;
  max-width: 100% !important;
}

figure.resFl, figure.fl {
  margin: 0 auto 20px;
}
figure.resFr, figure.fr {
  margin: 0 auto 20px;
}

figure.resCenter, figure.center {
  margin: 0 auto 20px;
}

figure.resFl,figure.resFr, figure.resCenter {
  display:table;
}

figure img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}
figcaption {
  display:table-caption;
  caption-side:bottom;
  text-align: center;
  color: #666;
  font-size: 1.7rem;
  margin: 10px 0px 0px;
}


.column2,
.imgColumn2,
.column3,
.imgColumn3 {
  margin: 0;
}
.column2::after,
.imgColumn2::after{
  content: '';
  display: block;
  width: calc(50% - 20px);
  height: 0;
}

.column3::after,
.imgColumn3::after {
  content: '';
  display: block;
  width: calc(33% - 20px);
  height: 0;
}

.column2 .box:nth-child(2n),
.imgColumn2 .box:nth-child(2n),
.imgColumn2 p:nth-child(2n),
.column3 .box:nth-child(3n),
.imgColumn3 .box:nth-child(3n),
.imgColumn3 p:nth-child(3n){
  margin-right: 0;
}
.column3 .box:nth-child(3n + 1),
.imgColumn3 p:nth-child(3n + 1) {
  clear: left;
}
.column2 .box *:last-child,
.column3 .box *:last-child {
  margin-bottom: 0;
}


/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1.6rem;
  }
  .res-Columns, .columns,.imgColumn2,.imgColumn3 {
    display: block;
    width: 100%;
  }

  .column2 .box,
  .imgColumn2 .box,
  .imgColumn2 p{
    width: auto;
    margin: 0 auto 20px ;
  }
  .column3 .box,
  .imgColumn3 .box,
  .imgColumn3 p{
    width: auto;
    margin: 0 auto 20px ;
  }
  figure{
    text-align: center;
  }
}

/******* Linklist *******/

.contBlock .Linklist {
  margin: 0 0 20px 0;
}
.contBlock .Linklist li {
  position: relative;
  list-style-type: none;
  margin: 0 0 .8rem 30px;
}
.contBlock .Linklist a{
  position: relative;
  margin: 0;
}
/*.contBlock .Linklist li a::before {
  display: inline-block;
  position: absolute;
  left: -18px;
  right: auto;
  height: 2.0rem;
  overflow-y: hidden;
  top:-2px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.33333333em;
  margin: auto;
  font-weight: normal;
}*/

.contBlock ul li a:before {
  display: inline-block;
  position: absolute;
  left: -2.2rem;
  right: auto;
  height: 2.0rem;
  width: 1.4rem;
  overflow-y: hidden;
  top: -2px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.33333333em;
  margin: auto;
  font-weight: normal;
  background-color: #ffffff;
  text-align: center;
}


/******* anchorLink *******/
.anchorLink {
  background-color: #EFF2F6;
  border: 1px solid #E2E2E2;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.anchorLink ul {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.anchorLink li {
  width: calc(50% - 40px) ;
  margin: 0 20px 8px 20px;
}

.anchorLink ul li a::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -1.8rem;
  width: 0;
  height: 0;
  border-left: .7rem solid transparent;
  border-right: .7rem solid transparent;
  border-top: .8rem solid #194686;
  background-color: transparent;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .anchorLink {
    font-size: 1.3rem;
  }
  .anchorLink ul {
    margin: 20px 8px;
    display: block;
  }
  .anchorLink li {
    width: auto;
    margin: 0 0 8px 20px;
  }
}


/******* newsBox *******/
.contBlock .newsList {
  display: flex;
  margin:0;
  border-top: 1px dashed #0F4C81;
  border-bottom: 1px dashed #0F4C81;
}
.newsBox{
  margin-bottom: 60px;
}


.newsList dt:last-of-type {
  border: none;
}
.newsList dt {
  font-size: 1.4rem;
  font-weight: normal; 
  width: 130px;
  padding: 20px 27px 0 0;
  margin: 0;
  border-bottom: 1px dashed #0F4C81;
}
.newsList dd {
  display: flex;
  line-height: 1.4; 
  padding: 20px 0px;
  margin: 0px;
  border-bottom: 1px dashed #0F4C81;
  width: calc(100% - 157px);
}

.newsList dd:last-of-type {
  border: none;
}

.newsList span {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 2.4rem;
  line-height: 1em;
  margin: 0 40px 0 0;
  padding: 3px 0;
  text-align: center;
  width: 9.4rem;
  font-size: 1.4rem;
}
.newsList span.icons {
  margin: 0 0.8rem;
  width: auto;
}

.newsList span+a{
  width: calc(100% - 13.4rem);
}

.news_label01 {
  border: 2px solid #6080b0;
}
.news_label02 {
  border: 2px solid #2a2f88;
}
.news_label03 {
  border: 2px solid #a4599e;
}
.news_label04 {
  border: 2px solid #72a85b;
}
.news_label05 {
  border: 2px solid #dbcc3a;
}
.news_label06 {
  border: 2px solid #44c4e2;
}
.news_label07 {
  border: 2px solid #ef6aa0;
}
.news_label08 {
  border: 2px solid #cf7f36;
}
.news_label09 {
  border: 2px solid #bc4c4c;
}
.news_label10 {
  border: 2px solid #978474;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .contBlock .newsList {
    display: block;
    padding-bottom: 0;
  }
  .newsList dt {
    font-size: 1.3rem;
    width: auto;
    padding: 20px 27px 0 0;
    margin: 0;
    border-bottom: none;
  }

  .newsList dd {
    position: relative;
    padding: 20px 0px;
    margin: 0px;
    border-bottom: 1px dashed #0F4C81;
    width: auto;
  }
  .newsList span {
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 157px;    
    height: 22px;
    padding: 2px 0;
    width: 90px;
  }
  .newsList span.icons {
    position: static;
  }
  .newsList span+a{
    width: auto;
  }
}


/****** refBox ******/
.refBox{
  background-color: #F2F2F2;
  border: 1px solid #ACACAC;
  margin-bottom: 40px;
}

.refBox h2,.refBox>p {
  margin: 20px 20px 20px 24px;
  padding: 0;
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.4;
  border: none;
  font-weight: bold;
}
.refBox h2::before {
  content: none;
}

.refInner{
  margin: 0px 16px 20px 40px;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .refBox h2 {
    margin: 20px 20px 16px 20px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}


/****** alertBox ******/

.alertBox{
  background-color: #ffffff;
  border: 1px solid #ACACAC;
  margin-bottom: 40px;
}
.alertBox h2,.alertBox>p {
  margin: 20px 20px 20px 24px;
  padding: 0;
  color: #CC1919;
  font-size: 1.7rem;
  line-height: 1.4;
  border: none;
  font-weight: bold;
}
.alertBox h2::before {
  content: none;
}
.alertInner{
  margin: 0px 16px 20px 40px;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .alertBox h2 {
    margin: 20px 20px 16px 20px;
    font-size: 1.6rem;
  }
}



/****** borderBox ******/
.borderBox{
  border: 1px solid #ACACAC;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

/****** table ******/
.table01 {
  margin: 0 0 4rem;
  padding: 0 0 .1rem;
}
.table02 {
  margin: 0 0 4rem;
  padding: 0 0 .1rem;
}
.table01::-webkit-scrollbar, .table02 tbody::-webkit-scrollbar {
  height: 4px;
}
.table01::-webkit-scrollbar-track, .table02 tbody::-webkit-scrollbar-track {
  height: 4px;
  border-radius: 10px;
  background: #ccc;
}
.table01::-webkit-scrollbar-thumb, .table02 tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}
.table01::-webkit-scrollbar-thumb:window-inactive,
.table02 tbody::-webkit-scrollbar-thumb:window-inactive {
  background: #666;
}

.table01 caption,.table01 caption,table caption{
  margin-bottom: 0px;
}


/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .table01,
  .table02 {
    overflow-x: auto;
  }
  
  .table01 th {
    white-space: nowrap;
  }

  .table02 table {
    border: none;
    display: grid;
    position: relative;
    width: 100%;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: auto;
    grid-column-gap: 0;
  }

  .table02 thead {
    display: contents;
    white-space: nowrap;
  }

  .table02 table tbody{
    display: contents;
    white-space: nowrap;
  }

  .table02 table tr{
    display: contents;
    flex-direction: column;
  }

  .table02 th, .table02 td {
    display: block;
    border-collapse: collapse;
    box-sizing: border-box;
  }

  .table02 thead th {
    border-bottom: 0;
  }
  .table02 tbody th, .table02 tbody td {
    border-bottom: 0;
    border-left: 0;
  }
  .table02 thead th:last-child, .table02 tbody td:last-child {
    border-bottom: 1px solid #b2b2b2;
  }
}

/****** imgtxtBox ******/

.imgtxtBox .fl-l img {
  margin: 0 30px 20px 0;
}
.imgtxtBox .fl-r img {
  margin: 0 0 20px 30px;
}
.imgtxtBox {
  margin: 0 0 4rem;
}
.imgtxtBox::after {
  display: table;
  clear: both;
  content: '';
}
.imgtxtBox .txtBox {
  overflow: hidden;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
  .imgtxtBox {
    display:flex;
    flex-direction: column;
  }
  .imgtxtBox .fl-l  {
    margin: auto;
    text-align: center;
  }
  .imgtxtBox .fl-l img {
    margin: 0 0 20px 0;
  }
  .imgtxtBox .fl-r  {
    margin: auto;
    text-align: center;
  }
  .imgtxtBox .fl-r img {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .imgtxtBox ul{
    display: block;
  }
}


/****** bkBtn ******/

.bkBtn {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: left;
  color: #194686; 
  position: relative;
  padding: 1.6rem 20px 1.6rem 62px;
  cursor: pointer;
  border: 2px solid #194686;
  width: 240px;
  margin: 0 auto 60px;
  line-height: 1.4;
  display: block;
  transition:all 0.2s;
}
.bkBtn:active,
.bkBtn:focus {
  box-shadow:0px 0px 1px 2px #a5c7fe;
  background-color: #194686;
  color: #fff;
}
.bkBtn::-moz-focus-inner {
  box-shadow:0px 0px 1px 2px #a5c7fe;
  border: none;
}
.bkBtn::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f104";
  font-family: "FontAwesome";
  margin: auto;
  font-size: 2.4rem;
  font-weight: normal;
  transform: translate(-50%, -50%);
}
.bkBtn + * {
  clear: right;
}
.bkBtn:hover {
  background-color: #194686;
  color: #fff;
  transition:all 0.15s;
}


/****************************************
  3-4.sideBlock
****************************************/

.sideBlock {
  width: 240px;
}

.sideBlock h2 a {
  display: block;
  position: relative;
  font-size: 1.7rem;
  color: #ffffff ;
  padding: 20px 40px 20px 20px;
  margin: 0;
  background-color: #013D74;
  text-decoration: none;
  border: none;
  transition: all 0.2s;
}
.sideBlock h2 a::after {
  position: absolute;
  right: 24px;
  top: auto;
  bottom: auto;
  content: "\f105";
  font-family: "FontAwesome";
  margin: auto;
  font-size: 2.4rem;
}

.sideBlock h2 a:hover {
  transition: all 0.2s;
  opacity: 0.8;
}

.sideBlock h2 a:active,
.sideBlock h2 a:focus {
  transition: all 0.2s;
  opacity: 0.8;
}


.sideBlock ul {
  font-size: 1.4rem;
  margin: 0;
}

.sideBlock li  {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ACACAC;

}
.sideBlock li a {
  display: block;
  position: relative;
  color: #333333;
  padding: 20px 12px 20px 33px;
  text-decoration: none;
  border: none;
  list-style: none;
  background-color: #E2E2E2;
  font-weight: bold;
  transition: all 0.2s;
}

.sideBlock li li {
  font-size: 1.4rem;
  margin: 0;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px dotted #ACACAC;
}

.sideBlock li li a {
  display: block;
  position: relative;
  color: #333333;
  padding: 20px 12px 20px 54px;
  background-color: #ffffff;
  font-weight: normal;
}

.sideBlock li a::after {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f105";
  font-family: "FontAwesome";
  margin: auto;
  font-size: 1.8rem;
  font-weight: normal;
  transform: translate(-50%, -50%);
}

.sideBlock li li a::after {
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sideBlock li.current a {
  color: #fff;
  background: #365F85;
}
.sideBlock li.current li a {
  color: #333333;
  background: #fff;
}
.sideBlock li a:hover,
.sideBlock li.current a:hover,
.sideBlock li a:focus,
.sideBlock li.current a:focus {
  color: #fff;
  background: #365F85;
  transition: all 0.2s;
}
.sideBlock li a:active,
.sideBlock li a:focus,
.sideBlock li.current li a:active,
.sideBlock li.current li a:focus{
  color: #fff;
  background: #365F85;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .sideBlock {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: none;
    margin: 0 0 40px ;
  }  
  .sideBlock h2 a {
    padding: 16px;
  }

.sideBlock h2 a::after {
  position: absolute;
  right: 24px;
  top: auto;
  bottom: auto;
  content: "\f105";
  font-family: "FontAwesome";
  margin: auto;
  font-size: 2.4rem;
}
.sideBlock li li{
    display: none;
  }
}



/****************************************
  3-5.Footer
****************************************/

/***** footer *****/
footer {
  margin: 20px 0 0 0;
  padding: 0;
  vertical-align: bottom;
}
.stmpBlock {
  position: relative;
  margin: 0 auto;
  background-color: #0A2F50;
  width: auto;
}
.stmpBox {
  width: 1024px;
  margin: auto;
}
.stmp_col {
  padding-top: 80px;
  padding-bottom: 62px;
  display: flex;
}
.stmp_col ul {
  color: #ffffff;
}

ul.stmp_col_inner {
  width: 75%;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 65rem;
}

.stmp_col_inner a,.stmp_affiliate a {
  color: #ffffff;
}
.stmp_col_inner>li {

  width: calc(33% - 27px);
  margin-right: 40px;
  margin-bottom: 0;
  height: 50%;
}

.stmp_col>ul>li>ul>li {
  list-style: none;
}
.stmp_col_item{
  margin-left: 0;
}

.stmpBox .stmp_col_name>a {
  position: relative;
  display: block;
  padding: 0 0 8px 0px;
  border-bottom: 1px solid #7A7A7A;
  text-decoration: none;
  margin-bottom: 18px;
  margin-left: 0;
  font-size: 1.7rem;
  font-weight: bold;  
} 

.stmpBox .stmp_col_name>a::before {
  position: absolute;
  right: 0px;
  left:auto;
  top: auto;
  bottom: auto;
  content: "\f105";
  font-family: "FontAwesome";
  margin: auto;
  font-size: 2.4rem;
} 

.stmp_col_name>a::after {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;  
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.stmp_col_name>a:hover::after{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.stmp_col_name>a:focus::after{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.stmpBox .stmp_col .stmp_col_item a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  margin-left: 16px;  
} 

.stmpBox .stmp_col .stmp_col_item a::before {
  position: absolute;
  top: 8px;
  left: -18px;
  width: 0.6rem;
  height: 0.6rem;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0.15rem solid #fff;
  border-right: 0.15rem solid #fff;
}

ul.stmp_affiliate {
  list-style: none;
  width: 25%;
  height: auto;
  margin: 0;
}
.stmpBox .stmp_affiliate>li{
  margin-top: 40px;
  margin-left: 30px;
  margin-bottom: 0;
}
.stmpBox .stmp_affiliate>li:first-child{
  margin-top: 0px;
}

.stmpBox .stmp_affiliate li{
  height: auto !important;
  margin-right: 0;
}



/*==== Media Queries ====*/
@media screen and (max-width: 767px){
  .stmpBlock {
    position: relative;
    margin: 0 auto;
    height: auto;
  }
  .stmpBox {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .stmp_col {
    width:100%;
    margin:0;
    padding: 0;
    height: 100%;
    display: block;
  }
  .stmp_col ul {
    width: 100%;
    height: auto;
  }  
  .stmp_col ul li{
    width: 100%;
    height: auto;
  }  
  .stmp_col ul,.stmp_col li{
    margin: 0;
    height: auto;
  }
  .stmp_col .stmp_col_item{
    display: none;
  } 
  .stmp_col_name a{
    font-size: 1.6rem;
    margin-bottom: 0 !important;
    padding: 20px 16px !important;
    width: auto;
  }
  .stmp_col_name:hover{
    background-color: #365F85;
  }
  .stmp_col_name a:focus{
    background-color: #365F85;
    opacity: 1;
  }  
  .stmpBox .stmp_affiliate li {
    margin-top: 0px !important;
    margin-left: 0;
  }
  .stmpBox .stmp_col_name a::before {
    position: absolute;
    right: 1.6rem;
  } 
  .stmpBox .stmp_col_name a::after {
    transform:none;
    width: 0;
  } 
  .stmp_col_name a:hover::after,
  .stmp_col_name a:focus::after{
    transform: none;
  }  
}



/*==== infoBlock ====*/
.infoBlock {
  margin: 0 auto;
  padding: 60px 10px 80px;
  background-color: #2A2A2A;
}

.infoBox {
  width: 1024px;
  margin: 0 auto;
  color: #ffffff;
}
.infoBox small {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  text-align: center;
}
.ftLink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
  list-style: none;
}


.ftLink li {
  width:calc(25% - 30px);
  margin: 0 40px 16px 0;
}
.ftLink li:nth-child(4n){
  margin-right: 0;
}

.ftLink li a {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  color: #ffffff;
}
.infoBox a::before {
  position: absolute;
  top: 0.7rem;
  left: -16px;
  width: .6rem;
  height: .6rem;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: .15rem solid #ffffff;
  border-right: .15rem solid #ffffff;
}

.addBox {
  display: flex;
  flex-direction: column;
  margin: 0px auto 1rem;
  border: none;
}
.addBox dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
}
.addBox dd {
  font-size: 1.4rem;
  line-height: 1.57;
  margin: 0 auto;
  text-align: center;
}
.addBox dd a {
  position: relative;
  color: #ffffff;
  margin-left: 20px;
}
.addBox ul {
  margin: .2rem auto 0 ;
}
.addBox li {
  display: inline-block;
  margin: 0;
}
.addBox li a {
  position: relative;
  display: inline-block;
}

small{
  margin: 0 auto;
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px){
  .infoBlock{
    padding: 40px 16px;
  }
  .infoBox{
    width: auto;
  }
  .ftLink{
    margin-bottom: 0px;
  }
  .ftLink li{
    width: auto;
    margin:0 20px 16px 0;
  }
  .ftLink li:nth-child(4n){
    margin-right: 16px;
  }
  .ftLink li a{
    font-size: 1.3rem;
  }
  .addBox{
    width: auto;
    margin-top: 24px;
  }
  .addBox dd{
    font-size: 1.3rem;
  }
  .addBox ul{
    width: 100%;
    margin: auto;
  }
}

/***** .jumpBox *****/
.jumpBox {
  position: fixed;
  z-index: 9999;
  right: 100px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  opacity: 0;
  visibility:hidden;
  transition: all 0.3s ease;
}

.jumpBox.fixed{
  opacity: 1;
  visibility:visible;
}

.jumpBox a {
  display: block;
  padding: 5%;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #5B5B5B;
}
.jumpBox a:hover {
  opacity: .6;
}
.jumpBox .fa {
  font-size: 6.0rem;
  display: block;
  line-height: 70px;
}
.jumpBox:focus{
  opacity: .6
}


/*==== Media Queries ====*/
@media screen and (max-width: 767px){
  .jumpBox {
    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
  }

  .jumpBox a {
    display: block;
    padding: 5%;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #5B5B5B;
  }
  .jumpBox .fa {
    font-size: 5.0rem;
    display: block;
    line-height: 5.5rem;
  }
}


/*share button*/

.shareList {
  font-size: 0;
  margin: 0 0 2rem;
  list-style: none;
  text-align: right;
}
.shareList li {
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.shareList>li>a::before {
  display: none;
}

/****************************************
  4.Page Setting
****************************************/

@media screen and (max-width: 767px) {
  #layer {
    background: rgba(0,0,0,.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  #layer[data-hidden="false"] {
    animation: fadeIn .3s ease-out 0s forwards;
  }
  #layer[data-hidden="true"] {
    animation: fadeOut .3s ease-out 0s forwards;
  }
}

/* search.html */
#searchResultBox .gsc-control-cse {
  padding: 0;
}
table.gsc-search-box,
table.gsc-search-box td,
.gsc-above-wrapper-area-container,
.gsc-above-wrapper-area-container td {
  border: none;
}
.gsc-input .gsib_a {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .gsc-input .gsib_a {
    padding: 0 9px !important;
  }
  .gsc-input .gsc-input-box {
    border-radius: 0 !important; 
    padding: 0 !important;
  }
  .gsc-search-box td.gsc-search-button {
    padding: 0 0 0 12px !important;
  }
  .gsc-search-button .gsc-search-button {
    border-radius: 0 !important;
  }
}

/*======================================
  English
======================================*/
.en .ftLink {
  justify-content:center;
    margin-bottom: 40px;
}
.en .ftLink li {
  width:auto;
}
.en .ftLink li:last-child{
  margin-right: 0;
}


#header iframe {
  width: 100%;
}
#footer iframe {
  width: 100%;
}
#sideblock iframe {
  height: 600px;
  width: 100%;
}
#news iframe {
  width: 100%;
}
#newsBox iframe {
  width: 100%;
}
#topics iframe {
  width: 100%;
}