@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #333333;
  background-color: #ffffff;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  font-size: 14px;
}

body.fs_16 {
  font-size: 16px;
}

p, li, dt, dd, th, td {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?sqqu4k");
  src: url("../fonts/icomoon.eot?sqqu4k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sqqu4k") format("truetype"), url("../fonts/icomoon.woff?sqqu4k") format("woff"), url("../fonts/icomoon.svg?sqqu4k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
  ======================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #333333;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: .8;
  }
}

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

body {
  background: #fafafa;
}

h1, h2, h3, h4, h5, h6, strong, th, dt {
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 5s0px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/* Adjust Paddings */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt05em {
  margin-top: 0.5em !important;
}

.mt10em {
  margin-top: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mt20em {
  margin-top: 2em !important;
}

.mt25em {
  margin-top: 2.5em !important;
}

.mt30em {
  margin-top: 3em !important;
}

.mt35em {
  margin-top: 3.5em !important;
}

.mt40em {
  margin-top: 4em !important;
}

.mt45em {
  margin-top: 4.5em !important;
}

.mt50em {
  margin-top: 5em !important;
}

.mt55em {
  margin-top: 5.5em !important;
}

.mt60em {
  margin-top: 6em !important;
}

.mt65em {
  margin-top: 6.5em !important;
}

.mt70em {
  margin-top: 7em !important;
}

.mt75em {
  margin-top: 7.5em !important;
}

.mt80em {
  margin-top: 8em !important;
}

.mt85em {
  margin-top: 8.5em !important;
}

.mt90em {
  margin-top: 9em !important;
}

.mt95em {
  margin-top: 9.5em !important;
}

.mr06 {
  margin-right: 6px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr84 {
  margin-right: 84px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.mtb0 {
  margin: 0 0 0 0 !important;
}

.mtb12 {
  margin: 12px 0 12px 0 !important;
}

.mtb24 {
  margin: 24px 0 24px 0 !important;
}

.mtb36 {
  margin: 36px 0 36px 0 !important;
}

.mtb48 {
  margin: 48px 0 48px 0 !important;
}

.mrb06 {
  margin: 0 6px 6px 0 !important;
}

.mrb12 {
  margin: 0 12px 12px 0 !important;
}

.mrb24 {
  margin: 0 24px 24px 0 !important;
}

.mrb36 {
  margin: 0 36px 36px 0 !important;
}

.ml08 {
  margin-left: 8px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.ml05em {
  margin-left: 0.5em !important;
}

.ml10em {
  margin-left: 1em !important;
}

.ml15em {
  margin-left: 1.5em !important;
}

.ml20em {
  margin-left: 2em !important;
}

.ml25em {
  margin-left: 2.5em !important;
}

.ml30em {
  margin-left: 3em !important;
}

.ml35em {
  margin-left: 3.5em !important;
}

.ml40em {
  margin-left: 4em !important;
}

.ml45em {
  margin-left: 4.5em !important;
}

.ml50em {
  margin-left: 5em !important;
}

.ml55em {
  margin-left: 5.5em !important;
}

.ml60em {
  margin-left: 6em !important;
}

.ml65em {
  margin-left: 6.5em !important;
}

.ml70em {
  margin-left: 7em !important;
}

.ml75em {
  margin-left: 7.5em !important;
}

.ml80em {
  margin-left: 8em !important;
}

.ml85em {
  margin-left: 8.5em !important;
}

.ml90em {
  margin-left: 9em !important;
}

.ml95em {
  margin-left: 9.5em !important;
}

.mlr08 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mlr12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mlr24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mlr36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.ma05 {
  margin: 5px !important;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p15 {
  padding: 15px !important;
}

.p25 {
  padding: 25px !important;
}

.p35 {
  padding: 35px !important;
}

.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

/*width関連*/
#main_d table.w-auto {
  width: auto !important;
}

#main_d .w05em {
  width: 0.5em !important;
}

#main_d .w10em {
  width: 1em !important;
}

#main_d .w15em {
  width: 1.5em !important;
}

#main_d .w20em {
  width: 2em !important;
}

#main_d .w25em {
  width: 2.5em !important;
}

#main_d .w30em {
  width: 3em !important;
}

#main_d .w35em {
  width: 3.5em !important;
}

#main_d .w40em {
  width: 4em !important;
}

#main_d .w45em {
  width: 4.5em !important;
}

#main_d .w180 {
  width: 180px !important;
}

#main_d .w240 {
  width: 240px !important;
}

#main_d .w370 {
  width: 370px !important;
}

/*インデント関連*/
#main_d .indent05 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

#main_d .indent10 {
  text-indent: -1em;
  padding-left: 1em;
}

#main_d .indent15 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#main_d .indent20 {
  text-indent: -2em;
  padding-left: 2em;
}

#main_d .indent25 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

#main_d .indent30 {
  text-indent: -3em;
  padding-left: 3em;
}

#main_d .indent35 {
  text-indent: -3.5em;
  padding-left: 3.5em;
}

#main_d .indent40 {
  text-indent: -4em;
  padding-left: 4em;
}

#main_d .indent45 {
  text-indent: -4.5em;
  padding-left: 4.5em;
}

#main_d .indent50 {
  text-indent: -5em;
  padding-left: 5em;
}

#main_d .indent55 {
  text-indent: -5.5em;
  padding-left: 5.5em;
}

#main_d .indent60 {
  text-indent: -6em;
  padding-left: 6em;
}

#main_d .indent65 {
  text-indent: -6.5em;
  padding-left: 6.5em;
}

#main_d .indent70 {
  text-indent: -7em;
  padding-left: 7em;
}

#main_d .indent75 {
  text-indent: -7.5em;
  padding-left: 7.5em;
}

#main_d .indent80 {
  text-indent: -8em;
  padding-left: 8em;
}

#main_d .indent85 {
  text-indent: -8.5em;
  padding-left: 8.5em;
}

#main_d .indent90 {
  text-indent: -9em;
  padding-left: 9em;
}

#main_d .indent95 {
  text-indent: -9.5em;
  padding-left: 9.5em;
}

#main_d .indent100 {
  text-indent: -10em;
  padding-left: 10em;
}

#main_d .indent105 {
  text-indent: -10.5em;
  padding-left: 10.5em;
}

#main_d .indent110 {
  text-indent: -11em;
  padding-left: 11em;
}

#main_d .indent115 {
  text-indent: -11.5em;
  padding-left: 11.5em;
}

#main_d .indent120 {
  text-indent: -12em;
  padding-left: 12em;
}

#main_d .indent125 {
  text-indent: -12.5em;
  padding-left: 12.5em;
}

#main_d .indent130 {
  text-indent: -13em;
  padding-left: 13em;
}

#main_d .indent135 {
  text-indent: -13.5em;
  padding-left: 13.5em;
}

#main_d .indent140 {
  text-indent: -14em;
  padding-left: 14em;
}

#main_d .indent145 {
  text-indent: -14.5em;
  padding-left: 14.5em;
}

#main_d .indent150 {
  text-indent: -15em;
  padding-left: 15em;
}

#main_d .indent155 {
  text-indent: -15.5em;
  padding-left: 15.5em;
}

#main_d .indent10em {
  text-indent: 1em;
}

#main_d .indent20em {
  text-indent: 2em;
}

#main_d .indent30em {
  text-indent: 3em;
}

#main_d .indent40em {
  text-indent: 4em;
}

#main_d .indent50em {
  text-indent: 5em;
}

#main_d .indent60em {
  text-indent: 6em;
}

#main_d .indent70em {
  text-indent: 7em;
}

#main_d .indent80em {
  text-indent: 8em;
}

#main_d .indent90em {
  text-indent: 9em;
}

.tblcenter th, .tblcenter td {
  text-align: center;
}

.tblcenter .textleft {
  text-align: left;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #wrapper {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 640px) {
  #wrapper {
    padding-top: 133px;
  }
}

@media only screen and (max-width: 900px) {
  #navi_wrap {
    position: relative;
    padding-bottom: 45px;
  }
}

#main_area {
  position: relative;
  padding-bottom: 8em;
}

@media only screen and (max-width: 900px) {
  #main_area {
    padding-bottom: 5em;
  }
}

@media only screen and (max-width: 640px) {
  #main_area {
    padding-bottom: 2em;
  }
}

#main_area:after {
  content: '';
  clear: both;
  display: block;
}

#main_area > .page_width {
  overflow: hidden;
}

.page_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (max-width: 1024px) {
  .page_width {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .page_width {
    padding: 0 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.clear_content:after {
  content: '';
  display: block;
  clear: both;
}

/*                タイトル装飾
======================================================= */
.main_title {
  border-top: 3px #6e6e6e solid;
  border-bottom: 1px #d2d2d2 solid;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), to(#fafafa));
  background: -o-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: linear-gradient(to bottom, #f0f0f0 1%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0);
  margin-bottom: 1.4em;
}

@media only screen and (max-width: 900px) {
  .main_title {
    margin: 0 -20px 1.4em;
  }
}

@media only screen and (max-width: 640px) {
  .main_title {
    margin: 0 -15px 1.4em;
  }
}

.main_title:before {
  background-color: #fafafa;
  content: '';
  display: block;
  height: 1px;
}

.main_title h1, .main_title h2, .main_title p.title {
  font-size: 171.4%;
  font-weight: normal;
  line-height: 1.3;
  padding: .65em .58em .7em;
}

@media only screen and (max-width: 1024px) {
  .main_title h1, .main_title h2, .main_title p.title {
    padding: .65em 20px .7em;
  }
}

@media only screen and (max-width: 640px) {
  .main_title h1, .main_title h2, .main_title p.title {
    padding: .65em 15px .7em;
  }
}

.main_title h1 span, .main_title h2 span, .main_title p.title span {
  display: block;
  font-size: 62.5%;
  line-height: 120%;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                レイアウト
======================================================= */
#main_d,
.main_d {
  float: right;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 220px;
  margin-left: -200px;
}

@media only screen and (max-width: 900px) {
  #main_d,
  .main_d {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

#side {
  float: left;
  clear: left;
  width: 200px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 901px) {
  #side.not_side {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  #side {
    float: none;
    width: auto;
    margin-top: 5em;
    margin: 5em -20px 0;
  }
  #side #side_category, #side .submenu {
    display: none;
  }
}

.event_side {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .event_side {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .event_side .cal_link .sp_flex {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1.5em;
  }
  .event_side .cal_link .sp_flex p, .event_side .cal_link .sp_flex a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

.event_side .cal_link p {
  display: none;
  font-weight: bold;
}

@media only screen and (max-width: 400px) {
  .event_side .cal_link p {
    font-size: 85.7%;
  }
}

.event_side .cal_link a {
  display: block;
}

.event_side .cal_link img {
  display: block;
}

.event_side .main_title {
  border-bottom: none;
  margin: 1.4em 0 0;
}

@media only screen and (max-width: 640px) {
  .event_side .main_title {
    display: none;
  }
}

.event_side .main_title h3 {
  background: none !important;
  border: none !important;
  font-size: 85.7% !important;
  margin: 0 !important;
  padding: .7em 6px .6em !important;
}

.table_row {
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  width: 100%;
}

.table_col {
  display: table-cell;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}

.table .tableCell {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
#page_top {
  position: fixed;
  top: 80.5%;
  right: 0;
  z-index: 9999;
  display: none;
}

#page_top a {
  display: block;
}

@media only screen and (max-width: 900px) {
  #page_top {
    display: none !important;
  }
}

/*                カラム
======================================================= */
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.flame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flame iframe,
.flame object,
.flame embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                header
======================================================= */
#header {
  font-size: 93%;
  background-color: #fff;
  height: 99px;
  padding-top: 8px;
}

#header h1,
#header h2 {
  display: none;
}

@media only screen and (max-width: 900px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 1500;
    padding-top: 0;
  }
  #header.move {
    -webkit-box-shadow: 0 0 5px 0 #c7c7c7;
    box-shadow: 0 0 5px 0 #c7c7c7;
  }
}

@media only screen and (max-width: 640px) {
  #header {
    height: 60px;
  }
}

#header #hd_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  #header #hd_area {
    height: 80px;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area {
    height: 60px;
  }
}

#header #hd_area #hd_logo {
  margin: 13px 0 0 1px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_logo {
    width: 180px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_logo {
    margin: 8px 0 0;
    width: 130px;
  }
}

@media only screen and (max-width: 400px) {
  #header #hd_area #hd_logo {
    margin: 14px 0 0;
    width: 100px;
  }
}

#header #hd_area #hd_logo a,
#header #hd_area #hd_logo img {
  display: block;
}

#header #hd_area #hd_logo img {
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi {
    background-color: #ededed;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1500;
  }
  #header #hd_area #hd_navi.open {
    top: 80px;
    bottom: auto;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi {
    padding: 15px;
  }
  #header #hd_area #hd_navi.open {
    top: 60px;
  }
}

#header #hd_area #hd_navi .top_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul {
    border-bottom: 1px #c9c9c9 solid;
    border-left: 1px #c9c9c9 solid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li {
  margin: 0 9px 0 6px;
}

#header #hd_area #hd_navi .top_navi > ul > li:nth-child(6) {
  margin: 0 9px 0 4px;
}

#header #hd_area #hd_navi .top_navi > ul > li:last-child {
  margin: 0 0 0 2px;
}

#header #hd_area #hd_navi .top_navi > ul > li a {
  display: block;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li a {
    background-color: #fff;
    border-top: 1px #c9c9c9 solid;
    border-right: 1px #c9c9c9 solid;
    padding: 1.1em 1em 1em;
  }
}

@media only screen and (min-width: 901px) {
  #header #hd_area #hd_navi .top_navi > ul > li span {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li {
    margin: 0;
    width: 50%;
  }
  #header #hd_area #hd_navi .top_navi > ul > li:nth-child(6) {
    margin: 0;
  }
  #header #hd_area #hd_navi .top_navi > ul > li:last-child {
    margin: 0;
  }
  #header #hd_area #hd_navi .top_navi > ul > li img {
    display: none;
  }
  #header #hd_area #hd_navi .top_navi > ul > li span {
    display: block;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#util_language {
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
  position: relative;
  z-index: 200;
  margin: 0 0 0 2px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language {
    position: fixed;
    top: 0;
    right: 100px;
    display: block;
    height: 40px;
    width: auto;
    z-index: 3000;
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language {
    right: 60px;
    margin: 16px 0 0;
    height: 30px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#util_language img.handle {
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language img.handle {
    width: auto;
    height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language img.handle {
    height: 30px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#util_language ul.content {
  position: absolute;
  display: none;
  width: 100%;
  padding: 0;
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 1000;
}

#header #hd_area #hd_navi .top_navi > ul > li#util_language ul.content li {
  font-size: 85.7%;
  float: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language ul.content li {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#util_language ul.content li a {
  display: block;
  padding: 9px 11px;
  color: #606060;
  border-top: 1px solid #FFF;
  background: #e9e9e9;
}

@media only screen and (min-width: 1025px) {
  #header #hd_area #hd_navi .top_navi > ul > li#util_language ul.content li a:hover {
    color: #4c4c4c;
    background: #d1d1d1;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu {
  cursor: pointer;
}

@media only screen and (min-width: 901px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu {
    position: fixed;
    display: block;
    height: 80px;
    width: auto;
    top: 0;
    right: 20px;
    z-index: 1501;
    padding: 26px 30px 0;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu {
    height: 60px;
    right: 15px;
    padding: 24px 20px 0;
    margin-right: -15px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger,
#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 40px;
  height: 28px;
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger {
    width: 20px;
    height: 14px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span {
    height: 2px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span:nth-of-type(2) {
  top: 13px;
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span {
    top: 6px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger {
    margin-top: 3px;
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

#header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  -ms-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi .top_navi > ul > li#sp_menu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-3px) rotate(45deg);
    -ms-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
  }
}

#header #hd_area #hd_navi #hd_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #header #hd_area #hd_navi #hd_utils {
    padding: 0 15px;
  }
}

#header #hd_area #hd_navi #hd_utils ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header #hd_area #hd_navi #hd_utils ul li a,
#header #hd_area #hd_navi #hd_utils ul li img {
  display: block;
}

#header #hd_area #hd_navi #hd_utils #util_print {
  margin-right: 13px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_print {
    display: none;
  }
}

#home #header #hd_area #hd_navi #hd_utils #util_print {
  display: none;
}

#header #hd_area #hd_navi #hd_utils #util_print li + li {
  margin-left: 4px;
}

#header #hd_area #hd_navi #hd_utils #util_fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 13px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_fontsize {
    display: none;
  }
}

#header #hd_area #hd_navi #hd_utils #util_fontsize p {
  font-size: 12px;
  line-height: 1;
  margin-top: 1px;
  margin-right: 6px;
}

#header #hd_area #hd_navi #hd_utils #util_search {
  position: relative;
  width: 214px;
  font-size: 12px;
  margin-top: 2px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search {
    width: 100%;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search .gsc-control-cse {
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search .gsc-control-cse {
    border-color: #ededed;
    background-color: #ededed;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box {
  margin: 0;
  width: auto;
  font-size: inherit;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box {
  border: none;
  margin: 0;
  width: auto;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box {
    width: 100%;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box button {
  display: none;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box table {
  border: none;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box td.gsc-input {
  padding: 0;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
  position: relative;
  width: 184px;
  height: 29px;
  border: none;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box {
    width: 100%;
    font-size: 16px;
    height: 40px;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box td.gsc-input .gsc-input-box:after {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_a {
  padding: 0 1em;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_a {
    padding: 0 1em;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_a input.gsc-input {
  height: 27px !important;
  font-size: inherit;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_a input.gsc-input {
    height: 36px !important;
  }
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b {
  padding: 0;
  font-size: 100%;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box .gsib_b .gsst_b .gsst_a {
  padding-top: 4px;
}

#header #hd_area #hd_navi #hd_utils #util_search form.gsc-search-box table.gsc-search-box input.gsc-search-button {
  margin: 0;
  padding: 0;
  border: 0;
  width: 0;
  min-width: 0;
  height: 0;
  background: none;
}

#header #hd_area #hd_navi #hd_utils #util_search #util_search_button {
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
  z-index: 2;
  width: 29px;
}

@media only screen and (max-width: 900px) {
  #header #hd_area #hd_navi #hd_utils #util_search #util_search_button {
    width: 40px;
  }
}

#global_nav {
  position: relative;
  background: url(../media/images/common/global_nav_bg.png) repeat-x 0 0;
  z-index: 100;
  font-size: 85.7%;
}

@media only screen and (max-width: 900px) {
  #global_nav {
    display: none;
  }
}

#global_nav .page_width > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#global_nav .page_width > ul > li > a {
  display: block;
}

#global_nav .page_width > ul > li .submenu {
  position: absolute;
  z-index: 110;
  width: 606px;
  background: #f7f7f7;
  display: none;
  top: 100%;
  z-index: 1500;
}

#global_nav .page_width > ul > li .submenu .table_row {
  /*padding:0 4px;*/
  border-collapse: separate;
}

#global_nav .page_width > ul > li .submenu .table_row:first-child {
  padding-top: 10px;
}

#global_nav .page_width > ul > li .submenu .table_row.last {
  padding-bottom: 10px;
}

#global_nav .page_width > ul > li .submenu .table_col {
  width: 33%;
  padding: 0 10px 0 11px;
  vertical-align: top;
}

#global_nav .page_width > ul > li .submenu .table_col:first-child {
  background: transparent;
}

#global_nav .page_width > ul > li .submenu .table_col ul li {
  float: none;
  margin-right: 0;
  line-height: 160%;
}

#global_nav .page_width > ul > li .submenu a {
  display: block;
  padding: 0 4px 0 22px;
  color: #000;
}

#global_nav .page_width > ul > li .submenu a:before {
  position: relative;
  left: -9px;
  top: -2px;
  margin-right: -3px;
  content: url(../media/images/common/global_sub_arrow.png);
}

@media only screen and (min-width: 1025px) {
  #global_nav .page_width > ul > li .submenu a:hover {
    text-decoration: none;
    color: #c30e15;
    background-color: #faeded;
  }
}

#global_nav .page_width > ul > li .submenu h3,
#global_nav .page_width > ul > li .submenu p {
  margin: 0;
  padding: 0 10px 0 11px;
}

#global_nav .page_width > ul > li .submenu h3.hr,
#global_nav .page_width > ul > li .submenu p.hr {
  margin-top: 10px;
  padding-top: 10px;
  background: url(../media/images/common/global_sub_sep.png) no-repeat 0 0;
}

#global_nav .page_width > ul > li .submenu h3 a,
#global_nav .page_width > ul > li .submenu p a {
  font-weight: normal;
  line-height: 160%;
  color: #e5232b;
}

@media only screen and (min-width: 1025px) {
  #global_nav .page_width > ul > li .submenu h3 a:hover,
  #global_nav .page_width > ul > li .submenu p a:hover {
    text-decoration: none;
    color: #c30e15;
    background-color: #faeded;
  }
}

#sp_gnavi {
  background: #4f4f4f;
  background: -moz-linear-gradient(top, #4f4f4f 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#010101));
  background: -o-linear-gradient(top, #4f4f4f 0%, #010101 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#010101', GradientType=0);
  position: fixed;
  top: 80px;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 1000;
  border-top: 2px #262626 solid;
}

@media only screen and (min-width: 901px) {
  #sp_gnavi {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #sp_gnavi {
    top: 60px;
    height: 77px;
  }
}

#sp_gnavi > ul {
  font-size: 0;
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sp_gnavi > ul::-webkit-scrollbar {
  height: 5px;
}

#sp_gnavi > ul::-webkit-scrollbar-track {
  background: #F1F1F1;
}

#sp_gnavi > ul::-webkit-scrollbar-thumb {
  background: #757879;
  border-radius: 10px;
}

#sp_gnavi > ul > li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}

#sp_gnavi > ul > li.active a, #sp_gnavi > ul > li.active span, #sp_gnavi > ul > li.current a, #sp_gnavi > ul > li.current span {
  background-color: #f7f7f7;
  color: #e5232b;
}

#sp_gnavi > ul > li.gnavi01 a:before,
#sp_gnavi > ul > li.gnavi01 span:before {
  content: '\e908';
}

#sp_gnavi > ul > li.gnavi02 a:before,
#sp_gnavi > ul > li.gnavi02 span:before {
  content: '\e901';
}

#sp_gnavi > ul > li.gnavi03 a:before,
#sp_gnavi > ul > li.gnavi03 span:before {
  content: '\e900';
}

#sp_gnavi > ul > li.gnavi04 a:before,
#sp_gnavi > ul > li.gnavi04 span:before {
  content: '\e90b';
}

#sp_gnavi > ul > li.gnavi05 a:before,
#sp_gnavi > ul > li.gnavi05 span:before {
  content: '\e90c';
}

#sp_gnavi > ul > li.gnavi06 a:before,
#sp_gnavi > ul > li.gnavi06 span:before {
  content: '\e904';
}

#sp_gnavi > ul > li.gnavi07 a:before,
#sp_gnavi > ul > li.gnavi07 span:before {
  content: '\e903';
}

#sp_gnavi > ul > li.gnavi08 a:before,
#sp_gnavi > ul > li.gnavi08 span:before {
  content: '\e905';
}

#sp_gnavi > ul > li.gnavi09 a:before,
#sp_gnavi > ul > li.gnavi09 span:before {
  content: '\e90a';
}

#sp_gnavi > ul > li.gnavi10 a:before,
#sp_gnavi > ul > li.gnavi10 span:before {
  content: '\e909';
}

#sp_gnavi > ul > li.gnavi11 a:before,
#sp_gnavi > ul > li.gnavi11 span:before {
  content: '\e90e';
}

#sp_gnavi > ul > li.gnavi12 a:before,
#sp_gnavi > ul > li.gnavi12 span:before {
  content: '\e90d';
}

#sp_gnavi > ul > li.gnavi13 a:before,
#sp_gnavi > ul > li.gnavi13 span:before {
  content: '\e907';
}

#sp_gnavi > ul > li.gnavi14 a:before,
#sp_gnavi > ul > li.gnavi14 span:before {
  content: '\e906';
}

#sp_gnavi > ul > li > a,
#sp_gnavi > ul > li > span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 150px;
  padding: 1em 1em;
}

#sp_gnavi > ul > li > a:before,
#sp_gnavi > ul > li > span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 26px;
  margin-bottom: .3em;
}

@media only screen and (max-width: 640px) {
  #sp_gnavi > ul > li > a,
  #sp_gnavi > ul > li > span {
    min-width: 85px;
    font-size: 76%;
    padding: 1em .5em;
  }
}

#sp_gnavi > ul > li + li {
  position: relative;
  vertical-align: top;
}

#sp_gnavi > ul > li + li:before {
  background: #4f4f4f;
  background: -moz-linear-gradient(top, #4f4f4f 0%, #727272 35%, #616061 53%, #6a696a 68%, #030303 100%);
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #727272 35%, #616061 53%, #6a696a 68%, #030303 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), color-stop(35%, #727272), color-stop(53%, #616061), color-stop(68%, #6a696a), to(#030303));
  background: -o-linear-gradient(top, #4f4f4f 0%, #727272 35%, #616061 53%, #6a696a 68%, #030303 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #727272 35%, #616061 53%, #6a696a 68%, #030303 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#030303', GradientType=0);
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
}

#sp_gnavi .sp_navi {
  position: absolute;
  top: 70px;
}

#target_nav {
  background: url(../media/images/common/target_nav_bg.png) repeat-x 0 0;
}

@media only screen and (max-width: 900px) {
  #target_nav {
    background-image: none;
    background: #78090d;
    background: -moz-linear-gradient(top, #78090d 0%, #c20e15 100%);
    background: -webkit-linear-gradient(top, #78090d 0%, #c20e15 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#78090d), to(#c20e15));
    background: -o-linear-gradient(top, #78090d 0%, #c20e15 100%);
    background: linear-gradient(to bottom, #78090d 0%, #c20e15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78090d', endColorstr='#c20e15', GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 85.7%;
  }
}

#home #target_nav {
  border-top: solid 1px #a74f50;
}

#target_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  #target_nav ul {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    margin: 0 -20px;
  }
  #target_nav ul::-webkit-scrollbar {
    height: 5px;
  }
  #target_nav ul::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #target_nav ul::-webkit-scrollbar-thumb {
    background: #757879;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #target_nav ul {
    padding: 0 15px;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 900px) {
  #target_nav ul li {
    display: inline-block;
  }
}

#target_nav ul li.last {
  margin-right: 0;
}

#target_nav ul li a {
  display: block;
}

@media only screen and (max-width: 900px) {
  #target_nav ul li a span {
    padding: 1em 2em 1.2em 0;
  }
  #target_nav ul li a span:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    display: inline-block;
    margin-right: .5em;
  }
}

#target_nav ul li img {
  display: block;
}

@media only screen and (max-width: 900px) {
  #target_nav ul li img {
    display: none;
  }
}

#target_nav ul li span {
  display: none;
}

@media only screen and (max-width: 900px) {
  #target_nav ul li span {
    display: block;
    color: #fff;
  }
}

/*                sidebar
======================================================= */
@media only screen and (max-width: 900px) {
  .sm_open {
    overflow: hidden;
    height: 100%;
  }
  .sm_open #breadcrumbs,
  .sm_open #main_d,
  .sm_open #target_nav,
  .sm_open #footer {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
  }
  .sm_open #side {
    z-index: 500;
  }
}

#side {
  margin-bottom: 10px;
  /* ニュース・イベント共通メニュー */
  /* 文系大学院共通メニュー */
}

@media only screen and (min-width: 901px) {
  #side {
    overflow: hidden;
  }
}

#side h3 {
  margin: 0 0 7px;
  padding: 8px 2px 7px 8px;
  font-size: inherit;
  font-size: 115.8%;
  border-top: solid 3px #6e6e6e;
  border-bottom: solid 1px #d2d2d2;
  background: url(../media/images/common/h1_bg.png) repeat-x 0 0;
}

#side #side_category:after {
  content: '';
  background: url(../media/images/common/side_title_bg01.png);
  display: block;
  height: 7px;
}

#side #side_category a {
  display: block;
  padding: 15px 14px 16px;
  line-height: 100%;
  color: #fff;
}

#side #side_category a.menu02 {
  border-bottom: solid 1px #323232;
  background: #000000 url(../media/images/common/side_title_bg02.png) repeat-x 0 0;
}

#side #side_category a.menu03 {
  border-bottom: solid 1px #323232;
  background: #484848 url(../media/images/common/side_title_bg03.png) repeat-x 0 0;
}

#side #side_category a.menu04 {
  border-bottom: solid 1px #780204;
  background: #660305 url(../media/images/common/side_title_bg04.png) repeat-x 0 0;
}

#side #side_category a.menu04a {
  border-bottom: solid 1px #5e2525;
  background: #7d3f3f url(../media/images/common/side_title_bg04a.png) repeat-x 0 0;
}

#side ul.submenu {
  position: relative;
  margin: -7px 0 20px;
  padding: 0;
  font-size: 115.8%;
}

#side ul.submenu li {
  border-bottom: solid 1px #d5d5d5;
  font-size: 85.7%;
}

#side ul.submenu li a {
  display: block;
  padding: 9px 2px 8px 15px;
  color: #333;
}

#side ul.submenu li a:before {
  position: relative;
  left: -9px;
  top: -2px;
  margin-right: -3px;
  content: url(../media/images/common/side_arrow01.png);
}

#side ul.submenu li.current,
#side ul.submenu li.current a,
#side ul.submenu li a:hover {
  color: #c30e15;
  background: #f4e2e3;
}

#side ul.submenu li ul {
  margin: 0 0 0 9px;
  padding: 0;
}

#side ul.submenu li ul li {
  border-top: solid 1px #d5d5d5;
  border-bottom: none;
}

#side ul.submenu li ul li:hover {
  background: #eee;
}

#side ul.submenu li ul li.current a,
#side ul.submenu li ul li a:hover {
  background: #eee !important;
}

#side ul.submenu li ul li a:before {
  position: relative;
  left: -17px;
  top: -2px;
  margin-right: -11px;
  content: url(../media/images/common/side_arrow02.png);
}

#side ul.submenu li ul li a,
#side ul.submenu li.current ul li a {
  padding-left: 24px;
  color: #333;
  background: #fafafa;
}

#side ul.submenu02 {
  margin-top: 2px;
}

#side ul.submenu02 li:first-child {
  border-top: solid 1px #d5d5d5;
}

#side ul.submenu02 li.current,
#side ul.submenu02 li.current a {
  color: #333;
  background: #eee;
}

#side ul.submenu02 li span {
  display: block;
  padding: 8px 2px 7px 6px;
}

#side ul.submenu02 li ul li {
  font-size: 85.7%;
  border: none;
}

#side ul.submenu02 li ul li a,
#side ul.submenu02 li ul li.current ul li a {
  padding: 3px 2px 2px 15px;
}

#side ul.submenu02 li ul li a:before {
  position: relative;
  left: -9px;
  top: -2px;
  margin-right: -3px;
  content: url(../media/images/common/side_arrow01.png);
}

#side ul.submenu02 li.current ul li:first-child a,
#side ul.submenu02 li ul li:first-child a {
  padding-top: 6px;
}

#side ul.submenu02 li.current ul li:last-child a,
#side ul.submenu02 li ul li:last-child a {
  padding-bottom: 5px;
}

#side ul.icons {
  margin: 12px 0 0;
  padding: 0;
  font-size: 116.7%;
  border-top: solid 1px #d5d5d5;
}

#side ul.icons li {
  margin: 0;
  padding: 10px 0 10px 46px;
  border-bottom: solid 1px #d5d5d5;
}

#side ul.icons li a {
  display: block;
}

#side ul.icons li a span {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}

#side ul.icons li img {
  float: left;
  margin-left: -46px;
}

#side ul.links {
  margin: -.2em 0;
  padding: 0;
}

#side ul.links li {
  padding: 2px 0 2px 15px;
}

#side ul.links li a:before {
  position: relative;
  left: -16px;
  top: 3px;
  margin-right: -16px;
  content: url(../media/images/common/icon_link.png);
}

@media only screen and (max-width: 900px) {
  #side .side_navi {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: fixed;
    top: 170px;
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 1500;
  }
  #side .side_navi .navi_wrap {
    height: calc(100% - 170px);
    overflow-y: scroll;
  }
  #side .side_navi.open {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #side .side_navi {
    top: 135px;
  }
  #side .side_navi .navi_wrap {
    height: calc(100% - 135px);
  }
}

#side .side_navi .navi_wrap .close {
  text-align: center;
}

@media only screen and (min-width: 901px) {
  #side .side_navi .navi_wrap .close {
    display: none;
  }
}

#side .side_navi .navi_wrap .close p {
  background-color: #f7f7f7;
  border-bottom: 1px #d5d5d5 solid;
  cursor: pointer;
  padding: 1.2em 20px;
}

@media only screen and (min-width: 901px) {
  #side .side_navi .navi_category {
    margin-bottom: -7px;
  }
  #side .side_navi .navi_category:after {
    background: url(../media/images/common/side_title_bg01.png) repeat-x 0 0;
    content: '';
    display: block;
    height: 7px;
  }
}

@media only screen and (max-width: 900px) {
  #side .side_navi .navi_category ul.multi li:first-child {
    display: none;
  }
}

@media only screen and (min-width: 901px) {
  #side .side_navi .navi_category ul li {
    border-bottom: solid 1px #323232;
    background: #000000 url(../media/images/common/side_title_bg02.png) repeat-x 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* &:nth-child(2){
            border-bottom: solid 1px #323232;
            background: #484848 url(../media/images/common/side_title_bg03.png) repeat-x 0 0;
          }
            &:nth-child(2){
            border-bottom: solid 1px #5e2525;
            background: #7d3f3f url(../media/images/common/side_title_bg04a.png) repeat-x 0 0;
          }*/
  }
  #side .side_navi .navi_category ul li:nth-child(2) {
    border-bottom: solid 1px #780204;
    background: #660305 url(../media/images/common/side_title_bg04.png) repeat-x 0 0;
  }
  #side .side_navi .navi_category ul li a:not(.not_icon) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.1;
    color: #fff;
    width: 100%;
    padding: 1em 14px;
  }
  #side .side_navi .navi_category ul li a:not(.not_icon)._jsMenu {
    width: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-decoration: none;
    padding: 0 10px 0 0;
  }
  #side .side_navi .navi_category ul li a:not(.not_icon)._jsMenu:before {
    content: '';
    display: none;
  }
  #side .side_navi .navi_category ul li a:not(.not_icon)._jsMenu:after {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    color: #fff;
    font-size: 120%;
  }
}

@media only screen and (max-width: 900px) {
  #side .side_navi .navi_category ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #side .side_navi .navi_category ul li a {
    background-color: #f7f7f7;
    border-bottom: 1px #d5d5d5 solid;
    font-weight: bold;
    padding: 1.2em 1em 1.2em 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #side .side_navi .navi_category ul li a + a {
    padding-left: 0;
  }
  #side .side_navi .navi_category ul li a._jsMenu {
    width: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10px 0 0;
  }
  #side .side_navi .navi_category ul li a._jsMenu:before {
    content: '';
    display: none;
  }
  #side .side_navi .navi_category ul li a._jsMenu:after {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    color: #e5232b;
    font-size: 120%;
  }
}

@media only screen and (max-width: 900px) {
  #side .side_navi .sub_navi {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  #side .side_navi .sub_navi {
    font-size: 14px;
  }
}

#side .side_navi .sub_navi a:not(.not_icon) {
  text-decoration: none;
}

#side .side_navi .sub_navi .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#side .side_navi .sub_navi .cat a {
  background-color: #f7f7f7;
  border-bottom: 1px #d5d5d5 solid;
  font-weight: bold;
  padding: 1.2em 1em 1.2em 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#side .side_navi .sub_navi .cat a._jsMenu {
  width: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 0 0;
}

#side .side_navi .sub_navi .cat a._jsMenu:before {
  content: '';
  display: none;
}

#side .side_navi .sub_navi .cat a._jsMenu:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  color: #e5232b;
  font-size: 120%;
}

@media only screen and (min-width: 901px) {
  #side .side_navi .sub_navi .cat a {
    display: none;
  }
}

#side .side_navi .sub_navi > ul > li {
  border-bottom: solid 1px #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 901px) {
  #side .side_navi .sub_navi > ul > li.current {
    background-color: #f4e2e3;
  }
  #side .side_navi .sub_navi > ul > li.current > a {
    color: #c30e15;
  }
}

#side .side_navi .sub_navi > ul > li a {
  display: block;
  padding: 8.6px 2px 7.6px 15px;
}

@media only screen and (max-width: 900px) {
  #side .side_navi .sub_navi > ul > li a {
    padding: 1.2em 30px;
  }
}

@media only screen and (min-width: 1025px) {
  #side .side_navi .sub_navi > ul > li > a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  #side .side_navi .sub_navi > ul > li > a:hover {
    background-color: #f4e2e3;
  }
}

@media only screen and (min-width: 901px) {
  #side .side_navi .sub_navi > ul > li > a:before {
    position: relative;
    left: -9px;
    top: -2px;
    margin-right: -3px;
    content: url(../media/images/common/side_arrow01.png);
  }
}

#side .side_navi .sub_navi > ul > li > ul {
  margin: 0 0 0 9px;
  padding: 0;
}

#side .side_navi .sub_navi > ul > li > ul > li {
  background-color: #fff;
  border-top: solid 1px #d5d5d5;
  border-bottom: none;
}

#side .side_navi .sub_navi > ul > li > ul > li.current {
  background-color: #eee;
}

#side .side_navi .sub_navi > ul > li > ul > li > a {
  font-size: 85.7%;
  padding-left: 24px;
}

#side .side_navi .sub_navi > ul > li > ul > li > a:before {
  position: relative;
  left: -17px;
  top: -2px;
  margin-right: -11px;
  content: url(../media/images/common/side_arrow02.png);
}

@media only screen and (min-width: 1025px) {
  #side .side_navi .sub_navi > ul > li > ul > li > a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  #side .side_navi .sub_navi > ul > li > ul > li > a:hover {
    background-color: #eee;
  }
}

#side .side_navi .sub_navi > ul > li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#side .side_navi .sub_navi > ul > li a._jsMenu {
  width: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 0 0;
}

#side .side_navi .sub_navi > ul > li a._jsMenu:before {
  content: '';
  display: none;
}

#side .side_navi .sub_navi > ul > li a._jsMenu:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e5232b;
  font-size: 120%;
}

@media only screen and (max-width: 900px) {
  #side .side_navi .sub_navi > ul > li {
    font-size: 85.7%;
  }
  #side .side_navi .sub_navi > ul > li a._jsMenu {
    width: 50px;
    padding: 0 20px 0 0;
  }
  #side .side_navi .sub_navi > ul > li a._jsMenu:after {
    font-size: 150%;
  }
}

#side .area {
  margin: 20px 0 0;
  background: #e1e1e1 url(../media/images/common/bg_gray_noise.png);
  font-size: 85.7%;
}

#side .area h4 {
  margin: 0;
  padding: 7px 10px 6px;
  font-weight: normal;
  font-size: 107.6%;
  color: #fff;
  background: #780204 url(../media/images/common/side_area_title_bg.png) no-repeat 0 0;
}

@media only screen and (max-width: 900px) {
  #side .area h4 {
    background: #ba0c13;
    background: -moz-linear-gradient(top, #ba0c13 0%, #c20e15 35%, #ba0c13 100%);
    background: -webkit-linear-gradient(top, #ba0c13 0%, #c20e15 35%, #ba0c13 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ba0c13), color-stop(35%, #c20e15), to(#ba0c13));
    background: -o-linear-gradient(top, #ba0c13 0%, #c20e15 35%, #ba0c13 100%);
    background: linear-gradient(to bottom, #ba0c13 0%, #c20e15 35%, #ba0c13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0c13', endColorstr='#ba0c13', GradientType=0);
    font-weight: bold;
    padding: .8em 20px .7em;
  }
}

@media only screen and (max-width: 640px) {
  #side .area h4 {
    padding: .8em 15px .7em;
  }
}

#side .area h5 {
  margin: 8px 10px 4px;
  font-size: inherit;
  font-size: 115.8%;
  line-height: 100%;
}

@media only screen and (max-width: 900px) {
  #side .area h5 {
    margin: 8px 20px 4px;
  }
}

@media only screen and (max-width: 640px) {
  #side .area h5 {
    margin: 8px 15px 4px;
  }
}

#side .area p {
  margin: 4px 10px;
}

@media only screen and (max-width: 900px) {
  #side .area p {
    margin: 4px 20px;
  }
}

@media only screen and (max-width: 640px) {
  #side .area p {
    margin: 4px 15px;
  }
}

#side .area p.tel, #side .area p.fax {
  font-size: 132.4%;
  font-weight: bold;
}

#side .area p.tel a, #side .area p.fax a {
  color: #333333;
}

#side .area p.tel:before {
  position: relative;
  top: 2px;
  content: url(../media/images/common/icon_tel.png);
  margin-right: 8px;
}

#side .area p.fax:before {
  position: relative;
  top: 2px;
  content: url(../media/images/common/icon_fax.png);
  margin-right: 8px;
}

#side .area hr {
  height: 2px;
  margin: 6px 0;
  border: none;
  background: url(../media/images/common/line_sep.png) repeat-x 0 0;
}

#side .area ul {
  margin: 0;
  padding: 0 0 10px;
}

#side .area ul li {
  margin: 10px 0 0;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #side .area.banners {
    background: none;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #side .area.banners {
    padding: 0 15px;
  }
}

#side .area.banners ul {
  overflow: hidden;
  padding: 0 0 12px;
}

@media only screen and (max-width: 900px) {
  #side .area.banners ul {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    padding: 0;
    margin: 0 -5px;
  }
  #side .area.banners ul::-webkit-scrollbar {
    height: 5px;
  }
  #side .area.banners ul::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #side .area.banners ul::-webkit-scrollbar-thumb {
    background: #757879;
    border-radius: 10px;
  }
}

#side .area.banners ul li {
  margin: 12px 0 0;
}

@media only screen and (max-width: 900px) {
  #side .area.banners ul li {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  #side .area.banners ul li {
    width: 50%;
  }
  #side .area.banners ul li img {
    width: 100%;
  }
}

#side .area_org h4 {
  background: url("../media/images/common/h1_bg.png") repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #D2D2D2;
  border-top: 3px solid #6E6E6E;
  font-weight: bold;
  line-height: 150%;
  padding: 8px 8px;
  margin: 0;
}

#side .area_org ul.orgmenu {
  background: none repeat scroll 0 0 #eee;
  color: #C30E15;
  margin: 0;
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #D2D2D2;
}

#side .area_org ul.orgmenu p {
  margin: 0;
  padding-bottom: 8px;
}

#side .area_org ul.orgmenu li.current {
  border-top: 1px solid #D2D2D2;
}

#side .area_org ul.orgmenu li ul {
  padding-left: 0;
}

#side .area_org ul.orgmenu li ul li {
  background: none repeat scroll 0 0 #fff;
  padding: 4px 0 4px 14px;
}

#side .area_org ul.orgmenu li ul li:hover {
  background: none repeat scroll 0 0 #F4E2E3;
}

#side .area_org ul.orgmenu li ul li a:hover {
  color: #c30e15;
}

#side .area_org ul.orgmenu li ul li a:before {
  content: url("../media/images/common/side_arrow01.png");
  left: -8px;
  margin-right: -3px;
  position: relative;
  top: -2px;
}

#side .area_org ul.orgmenu li ul li.current {
  background: none repeat scroll 0 0 #F4E2E3;
  border-top: none;
}

#side .area_org ul.orgmenu li ul li.current a {
  color: #c30e15;
}

#side .area_lib h4 {
  background: url("../media/images/common/h1_bg.png") repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #D2D2D2;
  border-top: 3px solid #6E6E6E;
  font-weight: bold;
  line-height: 150%;
  padding: 8px 8px;
  margin-bottom: 0;
}

#side .area_lib ul.libmenu {
  background: none repeat scroll 0 0 #F4E2E3;
  color: #C30E15;
  margin-top: 0;
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #D2D2D2;
}

#side .area_lib ul.libmenu li.current {
  border-top: 1px solid #D2D2D2;
}

#side .area_lib ul.libmenu li ul {
  padding-left: 0;
}

#side .area_lib ul.libmenu li ul li {
  background: none repeat scroll 0 0 #fff;
  padding: 4px 0 4px 14px;
}

#side .area_lib ul.libmenu li ul li:hover {
  background: none repeat scroll 0 0 #F4E2E3;
}

#side .area_lib ul.libmenu li ul li a:hover {
  color: #c30e15;
}

#side .area_lib ul.libmenu li ul li a:before {
  content: url("../media/images/common/side_arrow01.png");
  left: -8px;
  margin-right: -3px;
  position: relative;
  top: -2px;
}

#side .area_lib ul.libmenu li ul li.current {
  background: none repeat scroll 0 0 #F4E2E3;
  border-top: none;
}

#side .area_lib ul.libmenu li ul li.current a {
  color: #c30e15;
}

.special_side {
  background-color: #eee;
  border-bottom: solid 1px #d5d5d5;
}

.special_side .special_set {
  border-top: solid 1px #d5d5d5;
  padding: 0 0 0 6px;
}

@media only screen and (max-width: 900px) {
  .special_side .special_set {
    padding: 0 0 0 15px;
  }
}

.special_side .special_set h4 {
  font-weight: normal;
  padding: .7em 0 .6em;
}

@media only screen and (min-width: 901px) {
  .special_side .special_set h4 {
    pointer-events: none;
  }
  .special_side .special_set h4 a {
    pointer-events: fill;
  }
}

@media only screen and (max-width: 900px) {
  .special_side .special_set h4 {
    cursor: pointer;
    position: relative;
  }
  .special_side .special_set h4:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f13a";
    color: #ba0c13;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -.65em;
  }
  .special_side .special_set h4.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .special_side .special_set h4.not {
    padding: 0;
  }
  .special_side .special_set h4.not a {
    display: block;
    padding: .7em 0 .6em;
  }
  .special_side .special_set h4.not:after {
    content: "\f138";
  }
  .special_side .special_set h4.not.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.special_side .special_set .special_list {
  border-top: solid 1px #d5d5d5;
  font-size: 85.7%;
}

@media only screen and (min-width: 901px) {
  .special_side .special_set .special_list {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 900px) {
  .special_side .special_set .special_list {
    display: none;
  }
}

.special_side .special_set .special_list > ul {
  background: #fafafa;
}

.special_side .special_set .special_list > ul > li {
  position: relative;
}

.special_side .special_set .special_list > ul > li > a {
  display: block;
  padding: .3em 2px .2em 1.5em;
}

.special_side .special_set .special_list > ul > li > a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: red;
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  top: .5em;
  left: .8em;
  text-indent: 0;
}

@media only screen and (min-width: 1025px) {
  .special_side .special_set .special_list > ul > li > a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .special_side .special_set .special_list > ul > li > a:hover {
    background-color: #eee;
  }
}

@media only screen and (max-width: 900px) {
  .special_side .special_set .special_list > ul > li > a {
    padding: .8em 2px .7em 1.5em;
  }
  .special_side .special_set .special_list > ul > li > a:before {
    top: 1.2em;
  }
}

.special_side .special_set .special_list > ul > li.current {
  background-color: #eee;
}

/*                footer
======================================================= */
#footer #footer_sns {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#a8a8a8));
  background: -o-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #a8a8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#a8a8a8', GradientType=0);
  border-top: 1px #d5d5d5 solid;
  border-bottom: 1px #734949 solid;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns {
    background: none;
    border-bottom: none;
  }
}

#footer #footer_sns .page_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .page_width {
    display: block;
    width: auto;
    padding: 0;
  }
}

#footer #footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer #footer_sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em 0 .4em;
}

#footer #footer_sns #sns {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#a8a8a8));
    background: -o-linear-gradient(top, #f4f4f4 0%, #a8a8a8 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #a8a8a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#a8a8a8', GradientType=0);
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#footer #footer_sns #sns ul li {
  width: 95px;
}

@media only screen and (max-width: 1024px) {
  #footer #footer_sns #sns ul li {
    width: 95px;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns ul li {
    width: 20%;
  }
}

#footer #footer_sns #sns ul li a {
  color: #5f5f5f;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  #footer #footer_sns #sns ul li a:hover {
    background: #cbcbcb;
    color: #1a1a1a;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns ul li a {
    padding: .5em 0;
  }
}

#footer #footer_sns #sns ul li span {
  border-right: 1px #aaa solid;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: .1em;
  padding-bottom: .4em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns ul li span {
    padding-top: .2em;
    padding-bottom: .6em;
  }
}

#footer #footer_sns #sns ul li span:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 160%;
  position: relative;
  top: 1px;
  margin-right: .3em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns #sns ul li span:before {
    display: block;
    font-size: 200%;
    margin-right: 0;
  }
}

#footer #footer_sns #sns ul li:first-child span {
  border-left: 1px #aaa solid;
}

#footer #footer_sns #sns ul li.fb a span:before {
  content: "\f09a";
}

#footer #footer_sns #sns ul li.ln a span:before {
  content: "\f0e1";
}

#footer #footer_sns #sns ul li.tw a span:before {
  content: "\f099";
}

#footer #footer_sns #sns ul li.yt a span:before {
  content: "\f16a";
}

#footer #footer_sns #sns ul li.it a span:before {
  content: "\f179";
}

#footer #footer_sns .navi {
  border-right: 1px #aaa solid;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi {
    border-right: none;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi ul {
    margin: 0 -1px;
  }
}

@media only screen and (max-width: 640px) {
  #footer #footer_sns .navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer #footer_sns .navi ul li {
  font-size: 85.7%;
}

@media only screen and (max-width: 1024px) {
  #footer #footer_sns .navi ul li {
    font-size: 78.6%;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi ul li {
    font-size: 85.7%;
    width: 25%;
    border-left: 1px #c9c9c9 solid;
    border-bottom: 1px #c9c9c9 solid;
  }
}

@media only screen and (max-width: 640px) {
  #footer #footer_sns .navi ul li {
    width: 50%;
  }
}

#footer #footer_sns .navi ul a {
  padding-right: 2.5em;
}

@media only screen and (max-width: 1024px) {
  #footer #footer_sns .navi ul a {
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi ul a {
    border-bottom: 1px #fff solid;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    padding: 0;
  }
}

#footer #footer_sns .navi ul a span {
  padding-top: .4em;
  padding-bottom: .2em;
}

#footer #footer_sns .navi ul a span:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 80%;
  text-indent: 0;
  position: relative;
  height: 1em;
  overflow-y: hidden;
  top: -1px;
  margin-right: .5em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi ul a span:before {
    position: absolute;
    color: #a4090e;
    top: 50%;
    right: 10px;
    margin-top: -.68em;
  }
}

@media only screen and (max-width: 900px) {
  #footer #footer_sns .navi ul a span {
    border-left: 1px #fff solid;
    display: block;
    width: 100%;
    position: relative;
    padding: 1.5em 1em 1.4em;
  }
}

#footer #footer_sitemap {
  background: #a82324 url(../media/images/common/footer_bg02.png) no-repeat left bottom;
  -webkit-box-shadow: 1px 27px 23px -19px #79191a inset;
  box-shadow: 1px 27px 23px -19px #79191a inset;
  font-size: 116.7%;
  padding: 1.8em 0 3em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_sitemap {
    display: none;
  }
}

#footer #footer_sitemap a {
  color: #fff;
}

#footer #footer_sitemap dl + dl {
  margin-top: 3em;
}

#footer #footer_sitemap dl dt {
  font-size: 85.7%;
  font-weight: normal;
  margin-bottom: .8em;
}

#footer #footer_sitemap dl dd {
  font-size: 85.7%;
}

#footer #footer_sitemap dl dd a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 80%;
  position: relative;
  height: 1em;
  overflow-y: hidden;
  text-indent: 0;
  top: -1px;
  margin-right: .8em;
}

#footer #footer_sitemap dl dd ul li {
  font-size: 85.7%;
  margin-left: 1em;
  text-indent: -1em;
}

#footer #footer_sitemap dl dd ul li + li {
  margin-top: .5em;
}

#footer #footer_sitemap .page_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer #footer_sitemap .sitemap_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer #footer_sitemap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
}

#footer #footer_sitemap .left .sitemap_cont .sitemap_set {
  padding: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}

#footer #footer_sitemap .right {
  width: 61%;
  padding-left: 18px;
}

#footer #footer_sitemap .right .sitemap_cont {
  margin: 0 -15px;
}

#footer #footer_sitemap .right .sitemap_cont + .sitemap_cont {
  margin-top: 2.5em;
}

#footer #footer_sitemap .right .sitemap_cont .sitemap_set {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

#footer #footer_area {
  font-size: 85.7%;
  padding-top: 1.5em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area {
    padding-top: 1em;
  }
}

@media only screen and (min-width: 901px) {
  #footer #footer_area h4, #footer #footer_area #footer_info, #footer #footer_area #copy {
    padding-left: 10px;
  }
}

#footer #footer_area h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 128.6%;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area h4 {
    display: none;
  }
}

#footer #footer_area ul li {
  font-size: 92.9%;
}

#footer #footer_area ul li a {
  display: block;
}

#footer #footer_area #footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area #footer_info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#footer #footer_area .footer_navi {
  padding-right: 1em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area .footer_navi {
    display: none;
  }
}

#footer #footer_area .footer_navi ul li + li {
  margin-top: .1em;
}

#footer #footer_area .footer_navi ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #ea4f55;
  display: inline-block;
  height: 1em;
  overflow-y: hidden;
  font-size: 80%;
  position: relative;
  text-indent: 0;
  top: -1px;
  margin-right: .8em;
}

#footer #footer_area .footer_navi dl {
  margin-top: 2em;
}

#footer #footer_area .footer_navi dl dt {
  margin-bottom: .2em;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area .footer_panf {
    width: 60%;
  }
}

#footer #footer_area .footer_panf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

#footer #footer_area .footer_panf ul li {
  padding: 0 5px;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area .footer_panf ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 30%;
  }
  #footer #footer_area .footer_panf ul li img {
    width: 100%;
  }
}

#footer #footer_area #copy {
  border-top: 1px #e5e5e5 solid;
  padding: 1.5em 0;
  margin: 1.5em -10px 0;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area #copy {
    border-top: none;
    margin: 1em 0 0;
  }
}

#footer #footer_area #copy ul {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area #copy ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

#footer #footer_area #copy ul li {
  color: #5f5f5f;
}

@media only screen and (max-width: 900px) {
  #footer #footer_area #copy ul li:last-child {
    border-top: 1px #e5e5e5 solid;
    width: 100%;
    text-align: center;
    padding-top: 1em;
    margin-left: 0;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 480px) {
  #footer #footer_area #copy ul li {
    font-size: 71.4%;
  }
}

#footer #footer_area #copy ul li + li {
  margin-left: 2em;
}

@media only screen and (max-width: 480px) {
  #footer #footer_area #copy ul li + li {
    margin-left: 1em;
  }
}

#footer #footer_area #copy ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #ea4f55;
  display: inline-block;
  font-size: 80%;
  height: 1em;
  overflow-y: hidden;
  position: relative;
  text-indent: 0;
  top: -1px;
  margin-right: .8em;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                モジュール
======================================================= */
.icon_list + .icon_list,
.icon_list + .mod_cont,
.icon_list + .border_title,
.icon_list + .main_title,
.icon_list + .numbar_title,
.icon_list + .mod_title,
.icon_list + .tab_head,
.icon_list + .tab_area,
.icon_list + .flex_half,
.icon_list + .bg_title,
.icon_list + .mod_title,
.icon_list + .news_list,
.cont2nd_col2 + .mod_cont,
.cont2nd_col2 + .border_title,
.cont2nd_col2 + .main_title,
.cont2nd_col2 + .numbar_title,
.cont2nd_col2 + .mod_title,
.cont2nd_col2 + .tab_head,
.cont2nd_col2 + .tab_area,
.cont2nd_col2 + .flex_half,
.cont2nd_col2 + .bg_title,
.cont2nd_col2 + .mod_title,
.cont2nd_col2 + .icon_list,
.news_list + .mod_cont,
.news_list + .border_title,
.news_list + .main_title,
.news_list + .numbar_title,
.news_list + .mod_title,
.news_list + .tab_head,
.news_list + .tab_area,
.news_list + .flex_half,
.news_list + .bg_title,
.news_list + .mod_title,
.news_list + .icon_list,
.flex_news + .mod_cont,
.flex_news + .border_title,
.flex_news + .main_title,
.flex_news + .numbar_title,
.flex_news + .mod_title,
.flex_news + .tab_head,
.flex_news + .tab_area,
.flex_news + .flex_half,
.flex_news + .bg_title,
.flex_news + .bg_title,
.flex_news + .icon_list,
.mod_cont + .mod_cont,
.mod_cont + .border_title,
.mod_cont + .main_title,
.mod_cont + .numbar_title,
.mod_cont + .mod_title,
.mod_cont + .tab_head,
.mod_cont + .tab_area,
.mod_cont + .flex_news,
.mod_cont + .flex_half,
.mod_cont + .bg_title,
.mod_cont + .cont2nd_col2,
.mod_cont + .news_list,
.mod_cont + .icon_list,
.tab_head + .border_title,
.tab_head + .main_title,
.tab_head + .numbar_title,
.tab_head + .mod_title,
.tab_area + .border_title,
.tab_area + .main_title,
.tab_area + .numbar_title,
.tab_area + .mod_title,
.tab_area + .flex_half,
.tab_area + .bg_title,
.tab_area + .icon_list,
.flex_half + .mod_cont,
.flex_half + .flex_half,
.flex_half + .bg_title,
.flex_half + .border_title,
.flex_half + .mod_title,
.flex_half + .icon_list,
.flex_half + .news_list {
  margin-top: 2.5em;
}

.mod_cont + .mod_cont.mt0 {
  margin-top: 0;
}

.mod_cont + .caution {
  margin-top: 2em;
}

.mod_cont + .mod_cont.mt1 {
  margin-top: 1em;
}

body {
  counter-reset: number 0;
}

.border_title {
  background-color: #f2f2f2;
  border-bottom: 1px #bfbfbf solid;
  position: relative;
  margin-bottom: 1.3em;
}

.border_title.white {
  background-color: #fff;
  border: 1px #d8d8d8 solid;
}

.border_title.pink {
  background-color: #fff;
  border-top: 3px #e5a9ab solid;
  border-bottom: 1px #e5a9ab solid;
  color: #c30e15;
  border-left: none;
  border-right: none;
}

.border_title.pink span {
  padding: .8em 1em .7em 1.5em;
}

.border_title.pink:before {
  display: none;
}

.border_title.gray {
  background-color: #f2f2f2;
}

.border_title:before {
  background-color: #ef7b80;
  content: '';
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.border_title .title {
  font-size: 100%;
  font-weight: normal;
}

.border_title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.border_title.flex > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.border_title.flex .cat {
  padding: 10px 10px 10px 0;
}

.border_title.flex .cat p {
  border: 1px solid #cbcbcb;
  padding: 0 10px;
}

.border_title p {
  font-size: 80%;
}

.border_title a, .border_title span {
  display: block;
  padding: .8em 1em .7em 1.5em;
}

.border_title a:not(.not_icon) {
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .border_title a:not(.not_icon) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .border_title a:not(.not_icon):hover {
    color: #c30e15;
  }
}

.mod_cont .border_title a:not(.not_icon):before,
.flex_cont .border_title a:not(.not_icon):before {
  content: '';
  display: none;
}

.border_title a:not(.not_icon):after {
  background-color: #fff;
  border-radius: 100%;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #c30e15;
  height: .7em;
  width: .7em;
  line-height: .7em;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -.3em;
}

.border_title span.tag {
  border: 1px #ababab solid;
  /*color: #ababab;*/
  display: inline-block;
  font-size: 61.1%;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 3px .5em 1px;
  margin-left: 1em;
}

.numbar_title {
  text-indent: -1.3em;
  margin-bottom: .5em;
  margin-left: 1.3em;
}

.numbar_title:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

.numbar_title.none {
  counter-reset: number 0;
}

.numbar_title + .mod_cont {
  padding-left: 1.3em;
}

.numbar_title h3 {
  display: inline;
}

.mod_title {
  margin-bottom: 1.2em;
}

.mod_title h2 {
  font-size: 114.3%;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.mod_title h2:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #c30e15;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: .3em;
}

.mod_title h2:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 3px;
  margin-top: .5em;
  margin-left: -1.3em;
}

.mod_title h3 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.mod_title h3:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #c30e15;
  vertical-align: middle;
  position: relative;
  margin-right: .5em;
}

.mod_title h3:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 2px;
  margin-top: .5em;
  margin-left: -1.5em;
}

.mod_title h4 {
  color: #c30e15;
}

.mod_title h4:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 1px;
  margin-top: .5em;
}

.mod_title img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}

.mod_title img + span {
  margin-left: .8em;
}

.mod_title span {
  display: inline-block;
  vertical-align: middle;
  text-indent: 0;
}

.bg_title {
  background: #ba0c13;
  background: -moz-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: -webkit-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0c13), color-stop(3%, #be0d14), color-stop(50%, #af0c11), to(#780204));
  background: -o-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: linear-gradient(to bottom, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0c13', endColorstr='#780204', GradientType=0);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-bottom: 1.2em;
}

.bg_title.none {
  margin-bottom: 0;
}

.bg_title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  font-weight: normal;
}

.bg_title a, .bg_title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 60px;
  width: 100%;
  padding: 5px 1em 5px 12px;
}

.bg_title a:not(.not_icon) {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bg_title a:not(.not_icon):hover {
    text-decoration: underline;
  }
}

.mod_cont .bg_title a:not(.not_icon):before,
.flex_cont .bg_title a:not(.not_icon):before {
  content: '';
  display: none;
}

.bg_title a:not(.not_icon):after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -.7em;
}

.bg_title .tag {
  border: 1px #d99496 solid;
  display: block;
  font-weight: normal;
  font-size: 61.1%;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  min-height: 1px;
  top: -2px;
  width: auto;
  padding: 4px .5em 2px;
  margin-left: 1em;
}

.title_h1 {
  border-top: 3px #6e6e6e solid;
  border-bottom: 1px #d2d2d2 solid;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), to(#fafafa));
  background: -o-linear-gradient(top, #f0f0f0 1%, #fafafa 100%);
  background: linear-gradient(to bottom, #f0f0f0 1%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0);
  font-weight: normal;
  line-height: 1.3;
  padding: .65em .58em .7em;
  font-size: 171.4%;
  margin-bottom: 1.4em;
}

@media only screen and (max-width: 1024px) {
  .title_h1 {
    padding: .65em 20px .7em;
  }
}

@media only screen and (max-width: 900px) {
  .title_h1 {
    margin: 0 -20px 1.4em;
  }
}

@media only screen and (max-width: 640px) {
  .title_h1 {
    padding: .65em 15px .7em;
    margin: 0 -15px 1.4em;
  }
}

.title_h1 span {
  display: block;
  font-size: 62.5%;
  line-height: 120%;
}

.title_h2 {
  font-size: 114.3%;
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 1.2em;
}

.title_h2:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #c30e15;
  background: #a5090d;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5090d), to(#750204));
  background: -webkit-linear-gradient(top, #a5090d 0%, #750204 100%);
  background: -o-linear-gradient(top, #a5090d 0%, #750204 100%);
  background: linear-gradient(to bottom, #a5090d 0%, #750204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5090d', endColorstr='#750204', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: .3em;
}

.title_h2:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 3px;
  margin-top: .5em;
  margin-left: -1.3em;
}

.title_h3 {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 1.2em;
}

.title_h3:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #c30e15;
  vertical-align: middle;
  position: relative;
  margin-right: .5em;
}

.title_h3:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 2px;
  margin-top: .5em;
  margin-left: -1.5em;
}

.title_h4 {
  color: #c30e15;
  margin-bottom: 1.2em;
}

.title_h4:after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 1px;
  margin-top: .5em;
}

.title_h5 {
  font-weight: bold;
  margin-bottom: 1.2em;
}

.title_border {
  background-color: #f2f2f2;
  border-bottom: 1px #bfbfbf solid;
  font-size: 100%;
  font-weight: normal;
  position: relative;
  padding: .8em 1em .7em 1.5em;
  margin-bottom: 1.3em;
}

.title_border:before {
  background-color: #ef7b80;
  content: '';
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.title_border.white {
  background-color: #fff;
  border: 1px #d8d8d8 solid;
}

.title_border.pink {
  background-color: #fff;
  border-top: 3px #e5a9ab solid;
  border-bottom: 1px #e5a9ab solid;
  color: #c30e15;
  border-left: none;
  border-right: none;
}

.title_border.pink:before {
  display: none;
}

.title_border span.tag {
  border: 1px #ababab solid;
  display: inline-block;
  font-size: 61.1%;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 3px .5em 1px;
  margin-left: 1em;
}

.title_bg {
  background: #ba0c13;
  background: -moz-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: -webkit-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0c13), color-stop(3%, #be0d14), color-stop(50%, #af0c11), to(#780204));
  background: -o-linear-gradient(top, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  background: linear-gradient(to bottom, #ba0c13 0%, #be0d14 3%, #af0c11 50%, #780204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0c13', endColorstr='#780204', GradientType=0);
  border-radius: 8px 8px 0 0;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  margin-bottom: 1.2em;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 60px;
  width: 100%;
  padding: 1.4em 1em;
}

.title_bg .tag {
  border: 1px #d99496 solid;
  display: inline-block;
  font-weight: normal;
  font-size: 61.1%;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  min-height: 1px;
  top: -2px;
  width: auto;
  padding: 4px .5em 2px;
  margin-left: 1em;
}

.title_bg a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .title_bg a:hover {
    text-decoration: underline;
  }
}

.title_bg a:before {
  content: '';
  display: none !important;
}

.title_bg a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -.7em;
}

.mod_cont,
.flex_half {
  font-size: 100%;
}

.mod_cont p + p, .mod_cont p + table, .mod_cont p + ul, .mod_cont p + ol,
.mod_cont ul + ul, .mod_cont ul + p, .mod_cont ul + table, .mod_cont ul + ol,
.mod_cont ol + ol, .mod_cont ol + p, .mod_cont ol + table, .mod_cont ol + ul,
.mod_cont .table_wrap + .table_wrap, .mod_cont .table_wrap + p, .mod_cont .table_wrap + p, .mod_cont .table_wrap + table, .mod_cont .table_wrap + ul, .mod_cont .table_wrap + ol,
.mod_cont table + table, .mod_cont table + p, .mod_cont table + ul, .mod_cont table + ol,
.flex_half p + p,
.flex_half p + table,
.flex_half p + ul,
.flex_half p + ol,
.flex_half ul + ul,
.flex_half ul + p,
.flex_half ul + table,
.flex_half ul + ol,
.flex_half ol + ol,
.flex_half ol + p,
.flex_half ol + table,
.flex_half ol + ul,
.flex_half .table_wrap + .table_wrap,
.flex_half .table_wrap + p,
.flex_half .table_wrap + p,
.flex_half .table_wrap + table,
.flex_half .table_wrap + ul,
.flex_half .table_wrap + ol,
.flex_half table + table,
.flex_half table + p,
.flex_half table + ul,
.flex_half table + ol {
  margin-top: 1em;
}

.mod_cont li ul, .mod_cont li ol,
.flex_half li ul,
.flex_half li ol {
  margin-top: .5em;
}

.mod_cont.reciprocal .flex,
.flex_half.reciprocal .flex {
  overflow: hidden;
}

.mod_cont.reciprocal .flex:nth-child(even),
.flex_half.reciprocal .flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mod_cont .flex,
.flex_half .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex,
  .flex_half .flex {
    display: block;
    margin: 0;
  }
}

.mod_cont .flex + .flex,
.flex_half .flex + .flex {
  margin-top: 2em;
}

.mod_cont .flex .flex_cont,
.flex_half .flex .flex_cont {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 10px;
  margin-bottom: 20px;
}

.mod_cont .flex .flex_cont.img,
.flex_half .flex .flex_cont.img {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont.img,
  .flex_half .flex .flex_cont.img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont,
  .flex_half .flex .flex_cont {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  .mod_cont .flex .flex_cont + .flex_cont,
  .flex_half .flex .flex_cont + .flex_cont {
    margin: 1em 0 0;
  }
}

.mod_cont .flex .flex_cont table th,
.flex_half .flex .flex_cont table th {
  width: auto;
}

.mod_cont .flex .flex_cont .border_title h2, .mod_cont .flex .flex_cont .border_title h3, .mod_cont .flex .flex_cont .border_title h4,
.flex_half .flex .flex_cont .border_title h2,
.flex_half .flex .flex_cont .border_title h3,
.flex_half .flex .flex_cont .border_title h4 {
  margin-bottom: 0;
}

.mod_cont .flex .flex_cont h3, .mod_cont .flex .flex_cont h4,
.flex_half .flex .flex_cont h3,
.flex_half .flex .flex_cont h4 {
  font-weight: bold;
  margin-bottom: .5em;
}

.mod_cont .flex .flex_cont .table_title,
.flex_half .flex .flex_cont .table_title {
  padding: .8em .8em;
}

.mod_cont .flex .flex_cont .table_title h3, .mod_cont .flex .flex_cont .table_title h4,
.flex_half .flex .flex_cont .table_title h3,
.flex_half .flex .flex_cont .table_title h4 {
  margin-bottom: 0;
}

.mod_cont .flex .flex_cont .img,
.flex_half .flex .flex_cont .img {
  background: #fafafa;
  float: left;
  padding-right: 1.5em;
  margin-bottom: .5em;
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont .img,
  .flex_half .flex .flex_cont .img {
    max-width: 40%;
  }
}

.mod_cont .flex .flex_cont .img.right,
.flex_half .flex .flex_cont .img.right {
  float: right;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 0;
}

.mod_cont .flex .flex_cont .img img,
.flex_half .flex .flex_cont .img img {
  display: block;
}

.mod_cont .flex.title_col,
.flex_half .flex.title_col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_cont .flex.title_col .flex_cont,
.flex_half .flex.title_col .flex_cont {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex.title_col .flex_cont,
  .flex_half .flex.title_col .flex_cont {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex.text,
  .flex_half .flex.text {
    display: block;
  }
  .mod_cont .flex.text .flex_cont,
  .flex_half .flex.text .flex_cont {
    width: 100%;
  }
  .mod_cont .flex.text .flex_cont + .flex_cont,
  .flex_half .flex.text .flex_cont + .flex_cont {
    margin-top: 1em;
  }
}

.mod_cont .img_cont.reverse,
.flex_half .img_cont.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mod_cont .img_cont.around,
.flex_half .img_cont.around {
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.mod_cont .img_cont.around:after,
.flex_half .img_cont.around:after {
  content: '';
  clear: both;
  display: block;
}

.mod_cont .img_cont.around .mod_title,
.flex_half .img_cont.around .mod_title {
  width: 48%;
  margin-top: 1em;
}

.mod_cont .img_cont.around .mod_title:first-child,
.flex_half .img_cont.around .mod_title:first-child {
  margin-top: 0;
}

.mod_cont .img_cont.around .img_wrap,
.flex_half .img_cont.around .img_wrap {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  max-width: 50%;
}

.mod_cont .img_cont.around .img_wrap p.cap,
.flex_half .img_cont.around .img_wrap p.cap {
  margin-top: .5em;
}

.mod_cont .img_cont.around.reverse .img_wrap,
.flex_half .img_cont.around.reverse .img_wrap {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}

.mod_cont .img_cont .img_wrap img,
.flex_half .img_cont .img_wrap img {
  display: block;
  margin: 0 auto;
}

.mod_cont .img_cont .img_wrap .link,
.mod_cont .img_cont .img_wrap .cap,
.flex_half .img_cont .img_wrap .link,
.flex_half .img_cont .img_wrap .cap {
  font-size: 78.6%;
  margin-top: .8em;
}

.mod_cont .img_cont .img_wrap .link,
.flex_half .img_cont .img_wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod_cont .faq_set dl dt, .mod_cont .faq_set dl dd,
.flex_half .faq_set dl dt,
.flex_half .faq_set dl dd {
  display: block;
  position: relative;
  min-height: 33px;
  padding-left: 45px;
}

.mod_cont .faq_set dl dt:after, .mod_cont .faq_set dl dt:before, .mod_cont .faq_set dl dd:after, .mod_cont .faq_set dl dd:before,
.flex_half .faq_set dl dt:after,
.flex_half .faq_set dl dt:before,
.flex_half .faq_set dl dd:after,
.flex_half .faq_set dl dd:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
}

.mod_cont .faq_set dl dt,
.flex_half .faq_set dl dt {
  color: #c30e15;
  font-weight: bold;
  margin-bottom: .8em;
}

.mod_cont .faq_set dl dt p,
.flex_half .faq_set dl dt p {
  font-weight: bold;
}

.mod_cont .faq_set dl dt:after,
.flex_half .faq_set dl dt:after {
  background-image: url(../media/images/common/faq_q.png);
}

.mod_cont .faq_set dl dt:before,
.flex_half .faq_set dl dt:before {
  background: #84090e;
  background: -webkit-gradient(linear, left top, left bottom, from(#84090e), to(#af0c13));
  background: -webkit-linear-gradient(top, #84090e 0%, #af0c13 100%);
  background: -o-linear-gradient(top, #84090e 0%, #af0c13 100%);
  background: linear-gradient(to bottom, #84090e 0%, #af0c13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84090e', endColorstr='#af0c13', GradientType=0);
}

.mod_cont .faq_set dl dd:after,
.flex_half .faq_set dl dd:after {
  background-image: url(../media/images/common/faq_a.png);
}

.mod_cont .faq_set dl dd:before,
.flex_half .faq_set dl dd:before {
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#b4b4b4));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #b4b4b4 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#b4b4b4', GradientType=0);
}

.mod_cont .faq_set dl dd + dt, .mod_cont .faq_set dl dd + dd,
.flex_half .faq_set dl dd + dt,
.flex_half .faq_set dl dd + dd {
  border-top: 1px #bfbfbf solid;
  min-height: calc(1.5em + 33px);
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.mod_cont .faq_set dl dd + dt:after, .mod_cont .faq_set dl dd + dt:before, .mod_cont .faq_set dl dd + dd:after, .mod_cont .faq_set dl dd + dd:before,
.flex_half .faq_set dl dd + dt:after,
.flex_half .faq_set dl dd + dt:before,
.flex_half .faq_set dl dd + dd:after,
.flex_half .faq_set dl dd + dd:before {
  top: 1.5em;
}

.mod_cont .faq_set dl dd .faq_set,
.flex_half .faq_set dl dd .faq_set {
  margin-top: 1em;
}

.mod_cont .list_menu ul,
.flex_half .list_menu ul {
  border-right: 1px #d8d8d8 solid;
  border-left: 1px #d8d8d8 solid;
}

.mod_cont .list_menu ul li,
.flex_half .list_menu ul li {
  border-bottom: 1px #d8d8d8 solid;
}

.mod_cont .list_menu ul li:first-child,
.flex_half .list_menu ul li:first-child {
  border-top: 1px #d8d8d8 solid;
}

.mod_cont .list_menu ul li:nth-child(even) a,
.flex_half .list_menu ul li:nth-child(even) a {
  background-color: #f2f2f2;
}

.mod_cont .list_menu ul li.stay a,
.flex_half .list_menu ul li.stay a {
  background-color: #f4e2e3;
  color: #c30e15;
  pointer-events: none;
}

.mod_cont .list_menu ul li.stay a:after,
.flex_half .list_menu ul li.stay a:after {
  content: '';
  display: none;
}

.mod_cont .list_menu ul li + li,
.flex_half .list_menu ul li + li {
  margin-top: 0;
}

.mod_cont .list_menu ul li a, .mod_cont .list_menu ul li span,
.flex_half .list_menu ul li a,
.flex_half .list_menu ul li span {
  display: block;
}

.mod_cont .list_menu ul li a,
.flex_half .list_menu ul li a {
  border-left: 4px #eb6f75 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  padding: 1.1em 2em 1em 1.5em;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .list_menu ul li a,
  .flex_half .list_menu ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .mod_cont .list_menu ul li a:hover,
  .flex_half .list_menu ul li a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: #f4e2e3;
    color: #c30e15;
  }
}

.mod_cont .list_menu ul li a:before,
.flex_half .list_menu ul li a:before {
  content: '';
  display: none;
}

.mod_cont .list_menu ul li a:after,
.flex_half .list_menu ul li a:after {
  background-color: #fff;
  border-radius: 100%;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #c30e15;
  height: .7em;
  width: .7em;
  line-height: .7em;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -.3em;
}

.mod_cont .list_menu ul li span,
.flex_half .list_menu ul li span {
  display: inline-block;
}

.mod_cont .list_menu ul li span.tag,
.flex_half .list_menu ul li span.tag {
  border: 1px #cccccc solid;
  font-size: 78.6%;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 5px 1px;
  margin-right: 1em;
}

.mod_cont .list_menu ul li span.tag + span,
.flex_half .list_menu ul li span.tag + span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod_cont .link_navi,
.flex_half .link_navi {
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  padding: 2em 1.8em;
}

.mod_cont .link_navi .mod_title,
.flex_half .link_navi .mod_title {
  margin-top: -1em;
}

.mod_cont .link_navi .link_navi_area,
.flex_half .link_navi .link_navi_area {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 900px) {
  .mod_cont .link_navi .link_navi_area,
  .flex_half .link_navi .link_navi_area {
    display: block;
  }
}

.mod_cont .link_navi .link_navi_area .link_navi_set,
.flex_half .link_navi .link_navi_area .link_navi_set {
  display: table-cell;
  padding-right: 2em;
}

@media only screen and (max-width: 900px) {
  .mod_cont .link_navi .link_navi_area .link_navi_set,
  .flex_half .link_navi .link_navi_area .link_navi_set {
    display: block;
    padding-right: 0;
  }
}

.mod_cont .link_navi .link_navi_area .link_navi_set + .link_navi_set,
.flex_half .link_navi .link_navi_area .link_navi_set + .link_navi_set {
  border-left: 1px #7f7f7f dotted;
  padding-left: 1.5em;
}

@media only screen and (max-width: 900px) {
  .mod_cont .link_navi .link_navi_area .link_navi_set + .link_navi_set,
  .flex_half .link_navi .link_navi_area .link_navi_set + .link_navi_set {
    border-top: 1px #7f7f7f dotted;
    border-left: none;
    padding-left: 0;
    padding-top: 1.5em;
    margin-top: 1.5em;
  }
}

.mod_cont .link_navi .link_navi_area .link_navi_set:last-chile,
.flex_half .link_navi .link_navi_area .link_navi_set:last-chile {
  padding-right: 0;
}

.mod_cont .link_navi .link_navi_area .link_navi_set a,
.flex_half .link_navi .link_navi_area .link_navi_set a {
  display: block;
}

.mod_cont .link_navi .link_navi_area .link_navi_set a[href^="http://"]:before, .mod_cont .link_navi .link_navi_area .link_navi_set a[href^="https://"]:before,
.flex_half .link_navi .link_navi_area .link_navi_set a[href^="http://"]:before,
.flex_half .link_navi .link_navi_area .link_navi_set a[href^="https://"]:before {
  background: none;
  content: "\f138";
  width: auto;
  height: auto;
  position: relative;
  top: 4px;
  left: 0;
}

@media only screen and (max-width: 900px) {
  .mod_cont .link_navi .link_navi_area .link_navi_set li + li,
  .flex_half .link_navi .link_navi_area .link_navi_set li + li {
    margin-top: 0;
  }
  .mod_cont .link_navi .link_navi_area .link_navi_set a,
  .flex_half .link_navi .link_navi_area .link_navi_set a {
    padding: .5em 0;
  }
  .mod_cont .link_navi .link_navi_area .link_navi_set li ul, .mod_cont .link_navi .link_navi_area .link_navi_set li ol,
  .flex_half .link_navi .link_navi_area .link_navi_set li ul,
  .flex_half .link_navi .link_navi_area .link_navi_set li ol {
    margin-top: 0;
  }
}

.mod_cont .link_navi .link_navi_area .link_navi_set > ul > li,
.flex_half .link_navi .link_navi_area .link_navi_set > ul > li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.mod_cont .link_navi .link_navi_area .link_navi_set > ul > li.under > a:before,
.flex_half .link_navi .link_navi_area .link_navi_set > ul > li.under > a:before {
  background: url(../media/images/common/icon_link_circle_open.png) no-repeat 0 top;
  content: '';
  position: relative;
  left: -1px;
  width: 11px;
  height: 11px;
}

.mod_cont .link_navi .link_navi_area .link_navi_set > ul > li > a:before,
.flex_half .link_navi .link_navi_area .link_navi_set > ul > li > a:before {
  content: "\f138";
  position: relative;
  top: 2px;
  text-indent: 0;
  height: 1.2em;
}

.mod_cont .link_navi .link_navi_area .link_navi_set > ul > li > ul,
.flex_half .link_navi .link_navi_area .link_navi_set > ul > li > ul {
  margin-left: 1.8em;
}

.mod_cont .link_navi .link_navi_area .link_navi_set > ul > li > ul > li > a:before,
.flex_half .link_navi .link_navi_area .link_navi_set > ul > li > ul > li > a:before {
  background: url(../media/images/common/side_arrow02.png);
  content: '';
  position: relative;
  width: 11px;
  height: 9px;
}

.mod_cont .anchor_navi .title,
.flex_half .anchor_navi .title {
  margin-bottom: .5em;
}

.mod_cont .anchor_navi ul,
.flex_half .anchor_navi ul {
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), color-stop(49%, #ececec), to(#fafafa));
  background: -o-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#fafafa', GradientType=0);
  border-top: 1px #bfbfbf solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.mod_cont .anchor_navi ul li,
.flex_half .anchor_navi ul li {
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), color-stop(49%, #ececec), to(#fafafa));
  background: -o-linear-gradient(top, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #ececec 49%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#fafafa', GradientType=0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  .mod_cont .anchor_navi ul li:nth-child(5) a span,
  .flex_half .anchor_navi ul li:nth-child(5) a span {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .anchor_navi ul li,
  .flex_half .anchor_navi ul li {
    width: 50%;
  }
  .mod_cont .anchor_navi ul li:nth-child(even) a span,
  .flex_half .anchor_navi ul li:nth-child(even) a span {
    border-right: none;
  }
}

.mod_cont .anchor_navi ul li + li,
.flex_half .anchor_navi ul li + li {
  margin-top: 0;
}

.mod_cont .anchor_navi ul li a,
.flex_half .anchor_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 0;
}

.mod_cont .anchor_navi ul li a:before,
.flex_half .anchor_navi ul li a:before {
  content: '';
  display: none;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .anchor_navi ul li a,
  .flex_half .anchor_navi ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .mod_cont .anchor_navi ul li a:hover,
  .flex_half .anchor_navi ul li a:hover {
    background-color: #fafafa;
    color: #d62128;
  }
}

.mod_cont .anchor_navi ul li a span,
.flex_half .anchor_navi ul li a span {
  border-right: 1px #bfbfbf solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .8em 0;
}

.mod_cont .anchor_navi ul li a span:before,
.flex_half .anchor_navi ul li a span:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #d62128;
  margin-right: .5em;
}

.mod_cont .list_col,
.flex_half .list_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .mod_cont .list_col,
  .flex_half .list_col {
    display: block;
  }
}

.mod_cont .list_col ul,
.flex_half .list_col ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  padding-right: 1em;
}

.mod_cont .list_col ul li,
.flex_half .list_col ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .list_col ul + ul,
  .flex_half .list_col ul + ul {
    margin-top: .5em;
  }
}

.mod_cont .list_col ul.end_b,
.flex_half .list_col ul.end_b {
  border-left: 1px #ccc dotted;
  padding-left: 1.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .list_col ul.end_b,
  .flex_half .list_col ul.end_b {
    border-left: none;
    padding-left: 0;
  }
}

.mod_cont.table_col2 .flex_cont,
.flex_half.table_col2 .flex_cont {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont.table_col2 .flex_cont,
  .flex_half.table_col2 .flex_cont {
    width: auto;
  }
}

.mod_cont.table_col2 ul, .mod_cont.table_col2 ol,
.flex_half.table_col2 ul,
.flex_half.table_col2 ol {
  margin-left: 1.5em;
}

.mod_cont.table_col2 ul li, .mod_cont.table_col2 ol li,
.flex_half.table_col2 ul li,
.flex_half.table_col2 ol li {
  list-style: disc;
}

.mod_cont .prof_cont:after,
.flex_half .prof_cont:after {
  content: '';
  display: block;
  clear: both;
}

.mod_cont .prof_cont .left,
.flex_half .prof_cont .left {
  float: left;
  width: 100%;
  padding-right: 260px;
  margin-right: -260px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .prof_cont .left,
  .flex_half .prof_cont .left {
    float: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.mod_cont .prof_cont .left p + p,
.flex_half .prof_cont .left p + p {
  margin-top: 0;
}

.mod_cont .prof_cont .right,
.flex_half .prof_cont .right {
  float: right;
  padding-left: 1em;
  max-width: 260px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .prof_cont .right,
  .flex_half .prof_cont .right {
    float: none;
    padding-right: 0;
    max-width: 100%;
    margin-top: 1.5em;
  }
  .mod_cont .prof_cont .right img,
  .flex_half .prof_cont .right img {
    display: block;
    margin: 0 auto;
  }
}

.mod_cont .prof_cont .title h2,
.flex_half .prof_cont .title h2 {
  font-size: 128.6%;
}

.mod_cont .prof_cont .title h2 span,
.flex_half .prof_cont .title h2 span {
  display: inline-block;
}

.mod_cont .prof_cont .title h2 span:before,
.flex_half .prof_cont .title h2 span:before {
  content: '／';
  margin: 0 .3em;
}

.mod_cont .prof_cont .img img,
.flex_half .prof_cont .img img {
  display: block;
}

.mod_cont .prof_cont .txt,
.flex_half .prof_cont .txt {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .prof_cont .txt,
  .flex_half .prof_cont .txt {
    margin-top: 1.5em;
  }
}

.mod_cont .movie,
.flex_half .movie {
  border: 1px #d5d5d5 solid;
}

.mod_cont .movie + .movie,
.flex_half .movie + .movie {
  margin-top: 1em;
}

.mod_cont .movie h3,
.flex_half .movie h3 {
  background: #e2e8ee;
  border-bottom: 1px #d5d5d5 solid;
  font-size: 114.3%;
  padding: 5px 10px;
}

.mod_cont .movie .movie_cont,
.flex_half .movie .movie_cont {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.mod_cont .border_cont,
.flex_half .border_cont {
  border: solid 1px #e1e1e1 !important;
  padding: 1.5em 2em;
}

.mod_cont .border_cont.gray,
.flex_half .border_cont.gray {
  background: #eeeeee;
}

.mod_cont .border_cont.pink,
.flex_half .border_cont.pink {
  border: solid 1px #f2d7d8 !important;
  background: #f7eeee;
}

.mod_cont .border_cont.white,
.flex_half .border_cont.white {
  background: #fff;
}

.mod_cont .border_cont .mod_cont + .mod_cont,
.flex_half .border_cont .mod_cont + .mod_cont {
  margin-top: 1em;
}

.mod_cont .voice,
.flex_half .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .mod_cont .voice,
  .flex_half .voice {
    display: block;
  }
}

.mod_cont .voice .photo,
.flex_half .voice .photo {
  width: 240px;
}

@media only screen and (max-width: 768px) {
  .mod_cont .voice .photo,
  .flex_half .voice .photo {
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .voice .photo,
  .flex_half .voice .photo {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .mod_cont .voice .photo img,
  .flex_half .voice .photo img {
    display: block;
    margin: 0 auto;
  }
}

.mod_cont .voice .photo + .info,
.flex_half .voice .photo + .info {
  padding-left: 1.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .voice .photo + .info,
  .flex_half .voice .photo + .info {
    padding-left: 0;
  }
}

.mod_cont .voice .info,
.flex_half .voice .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod_cont .voice .info .info_read,
.flex_half .voice .info .info_read {
  border-top: 3px #e5a9ab solid;
  border-bottom: 1px #e5a9ab solid;
  padding: .8em 0;
}

.mod_cont .voice .info .info_read p,
.flex_half .voice .info .info_read p {
  color: #c30e15;
  font-size: 114.3%;
  font-weight: bold;
}

.mod_cont .voice .info .info_prof,
.flex_half .voice .info .info_prof {
  margin-top: 2em;
}

.mod_cont .voice .info .info_prof p + h2,
.flex_half .voice .info .info_prof p + h2 {
  margin-top: .3em;
}

.mod_cont .voice .info .info_prof p + p,
.flex_half .voice .info .info_prof p + p {
  margin-top: 0;
}

.mod_cont .voice .info .info_prof h2,
.flex_half .voice .info .info_prof h2 {
  font-size: 128.6%;
}

.mod_cont .voice .info .info_prof h2 + p,
.flex_half .voice .info .info_prof h2 + p {
  margin-top: .5em;
}

.mod_cont .border_list.w10 .date,
.flex_half .border_list.w10 .date {
  width: 10%;
}

.mod_cont .border_list.w15 .date,
.flex_half .border_list.w15 .date {
  width: 15%;
}

.mod_cont .border_list.w20 .date,
.flex_half .border_list.w20 .date {
  width: 20%;
}

.mod_cont .border_list.w25 .date,
.flex_half .border_list.w25 .date {
  width: 25%;
}

.mod_cont .border_list.w30 .date,
.flex_half .border_list.w30 .date {
  width: 30%;
}

.mod_cont .border_list.w35 .date,
.flex_half .border_list.w35 .date {
  width: 35%;
}

.mod_cont .border_list.w40 .date,
.flex_half .border_list.w40 .date {
  width: 40%;
}

.mod_cont .border_list.w45 .date,
.flex_half .border_list.w45 .date {
  width: 45%;
}

.mod_cont .border_list.w50 .date,
.flex_half .border_list.w50 .date {
  width: 50%;
}

.mod_cont .border_list ul,
.flex_half .border_list ul {
  margin-top: 1em;
}

.mod_cont .border_list ul li,
.flex_half .border_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod_cont .border_list ul li + li,
.flex_half .border_list ul li + li {
  margin-top: 0;
}

.mod_cont .border_list ul li:first-child .date,
.flex_half .border_list ul li:first-child .date {
  border-top: 1px #e5a9ab solid;
}

.mod_cont .border_list ul li:first-child span,
.flex_half .border_list ul li:first-child span {
  border-top: 1px #d5d5d5 solid;
}

.mod_cont .border_list ul li .date, .mod_cont .border_list ul li span,
.flex_half .border_list ul li .date,
.flex_half .border_list ul li span {
  padding: .5em;
}

.mod_cont .border_list ul li .date,
.flex_half .border_list ul li .date {
  border-bottom: 1px #e5a9ab solid;
  width: 20%;
  margin-right: 1em;
}

.mod_cont .border_list ul li span,
.flex_half .border_list ul li span {
  border-bottom: 1px #d5d5d5 solid;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.mod_cont .border_list ul li span a,
.flex_half .border_list ul li span a {
  display: block;
  margin-left: .8em;
  text-indent: -.8em;
}

.mod_cont .border_list ul li span a:before,
.flex_half .border_list ul li span a:before {
  text-indent: 0;
}

.mod_cont .btn_area,
.flex_half .btn_area {
  border-top: 1px #d5d5d5 solid;
  padding-top: 1.5em;
}

.mod_cont .btn_area ul,
.flex_half .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.mod_cont .btn_area ul li,
.flex_half .btn_area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.mod_cont .btn_area ul li.w100,
.flex_half .btn_area ul li.w100 {
  width: 100%;
}

.mod_cont .btn_area ul li.w50,
.flex_half .btn_area ul li.w50 {
  width: 50%;
}

.mod_cont .btn_area ul li.wauto,
.flex_half .btn_area ul li.wauto {
  width: auto;
}

.mod_cont .btn_area ul li.wauto .btn,
.flex_half .btn_area ul li.wauto .btn {
  width: auto;
  padding: 1em 3em 1em !important;
}

@media only screen and (max-width: 800px) {
  .mod_cont .btn_area ul li,
  .flex_half .btn_area ul li {
    width: 50%;
  }
}

.mod_cont .btn_area ul li + li,
.flex_half .btn_area ul li + li {
  margin-top: 0;
}

.mod_cont .btn_area ul li .btn,
.flex_half .btn_area ul li .btn {
  border: 1px #d8d8d8 solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 85.7%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: .5em 1em .5em 2.2em;
}

.mod_cont .btn_area ul li .btn:before,
.flex_half .btn_area ul li .btn:before {
  background-color: #c30e15;
  content: "\f104";
  color: #fff;
  font-size: 76%;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -.5em;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .btn_area ul li .btn,
  .flex_half .btn_area ul li .btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .mod_cont .btn_area ul li .btn:hover,
  .flex_half .btn_area ul li .btn:hover {
    background-color: #eee;
    color: #c30e15;
  }
}

.mod_cont .btn_area ul li .btn.arrow01:before,
.flex_half .btn_area ul li .btn.arrow01:before {
  content: "\f100";
}

.mod_cont .btn_area.blank,
.flex_half .btn_area.blank {
  border-top: 0;
  padding-top: 0;
}

.mod_cont .btn_area.blank ul li,
.flex_half .btn_area.blank ul li {
  width: 50%;
}

.mod_cont .btn_area.blank ul li.w100,
.flex_half .btn_area.blank ul li.w100 {
  width: 100%;
}

.mod_cont .btn_area.blank ul li .btn,
.flex_half .btn_area.blank ul li .btn {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 50%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 50%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #f4f4f4), to(#eaeaea));
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 50%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 50%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 1em 2em 1em 1em;
}

.mod_cont .btn_area.blank ul li .btn:before,
.flex_half .btn_area.blank ul li .btn:before {
  background: url(../media/images/common/icon_link.png) no-repeat center center;
  background-size: cover;
  content: '';
  width: 14px;
  height: 14px;
  left: auto;
  right: 15px;
  margin-top: -7px;
}

.mod_cont .btn_area.blank ul li .btn.arrow:before,
.flex_half .btn_area.blank ul li .btn.arrow:before {
  content: "\f138";
  background: none;
  color: #e5232b;
  width: auto;
  height: auto;
  margin-top: -5px;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .btn_area.blank ul li .btn,
  .flex_half .btn_area.blank ul li .btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .mod_cont .btn_area.blank ul li .btn:hover,
  .flex_half .btn_area.blank ul li .btn:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #f4f4f4 50%, #ffffff 97%);
    background: -webkit-linear-gradient(top, #eaeaea 0%, #f4f4f4 50%, #ffffff 97%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(50%, #f4f4f4), color-stop(97%, #ffffff));
    background: -o-linear-gradient(top, #eaeaea 0%, #f4f4f4 50%, #ffffff 97%);
    background: linear-gradient(to bottom, #eaeaea 0%, #f4f4f4 50%, #ffffff 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
  }
}

.mod_cont .btn_area.center ul,
.flex_half .btn_area.center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod_cont .btn_area.right ul,
.flex_half .btn_area.right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mod_cont .indent,
.flex_half .indent {
  margin-left: 1.3em;
}

.mod_cont .table_title,
.flex_half .table_title {
  background-color: #e2e8ee;
  border-top: 1px #d5d5d5 solid;
  border-right: 1px #d5d5d5 solid;
  border-left: 1px #d5d5d5 solid;
  padding: .8em .8em;
}

.mod_cont .table_title h3,
.flex_half .table_title h3 {
  margin-bottom: 0;
}

.mod_cont .none table,
.flex_half .none table {
  border: none;
}

.mod_cont .none table tr:nth-child(even) td,
.flex_half .none table tr:nth-child(even) td {
  background: none;
}

.mod_cont .none table th, .mod_cont .none table td,
.flex_half .none table th,
.flex_half .none table td {
  border: none;
}

.mod_cont .movie_set + .movie_set,
.flex_half .movie_set + .movie_set {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set + .movie_set,
  .flex_half .movie_set + .movie_set {
    margin-top: 10px;
  }
}

.mod_cont .movie_set .movie_info,
.mod_cont .movie_set .movie_cont,
.flex_half .movie_set .movie_info,
.flex_half .movie_set .movie_cont {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_info,
  .mod_cont .movie_set .movie_cont,
  .flex_half .movie_set .movie_info,
  .flex_half .movie_set .movie_cont {
    display: block;
  }
}

.mod_cont .movie_set .num, .mod_cont .movie_set h2, .mod_cont .movie_set .movie_wrap, .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
.flex_half .movie_set .num,
.flex_half .movie_set h2,
.flex_half .movie_set .movie_wrap,
.flex_half .movie_set .movie_read,
.flex_half .movie_set .date {
  display: table-cell;
  vertical-align: top;
  padding: 5px 10px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .num, .mod_cont .movie_set h2, .mod_cont .movie_set .movie_wrap, .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
  .flex_half .movie_set .num,
  .flex_half .movie_set h2,
  .flex_half .movie_set .movie_wrap,
  .flex_half .movie_set .movie_read,
  .flex_half .movie_set .date {
    display: block;
    padding: 0;
  }
}

.mod_cont .movie_set .movie_wrap.img,
.flex_half .movie_set .movie_wrap.img {
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  .mod_cont .movie_set h2,
  .flex_half .movie_set h2 {
    width: calc(50% - 4em);
  }
  .mod_cont .movie_set .movie_wrap, .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
  .flex_half .movie_set .movie_wrap,
  .flex_half .movie_set .movie_read,
  .flex_half .movie_set .date {
    width: 50%;
  }
}

.mod_cont .movie_set .num,
.flex_half .movie_set .num {
  border-right: solid 1px #d5d5d5;
  width: 4em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .num,
  .flex_half .movie_set .num {
    border-right: none;
    text-align: left;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .movie_set h2, .mod_cont .movie_set .movie_wrap,
  .flex_half .movie_set h2,
  .flex_half .movie_set .movie_wrap {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set h2, .mod_cont .movie_set .movie_wrap,
  .flex_half .movie_set h2,
  .flex_half .movie_set .movie_wrap {
    width: auto;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
  .flex_half .movie_set .movie_read,
  .flex_half .movie_set .date {
    width: 50%;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
  .flex_half .movie_set .movie_read,
  .flex_half .movie_set .date {
    border-left: solid 1px #d5d5d5;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_read, .mod_cont .movie_set .date,
  .flex_half .movie_set .movie_read,
  .flex_half .movie_set .date {
    width: auto;
  }
}

.mod_cont .movie_set .movie_info,
.flex_half .movie_set .movie_info {
  background-color: #e2e8ee;
  border-top: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_info,
  .flex_half .movie_set .movie_info {
    padding: 10px;
  }
}

.mod_cont .movie_set .movie_info .num, .mod_cont .movie_set .movie_info h2, .mod_cont .movie_set .movie_info .date,
.flex_half .movie_set .movie_info .num,
.flex_half .movie_set .movie_info h2,
.flex_half .movie_set .movie_info .date {
  font-weight: bold;
}

.mod_cont .movie_set .movie_cont,
.flex_half .movie_set .movie_cont {
  border: solid 1px #d5d5d5;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_cont,
  .flex_half .movie_set .movie_cont {
    padding: 10px;
  }
}

.mod_cont .movie_set .movie_cont .movie_wrap,
.flex_half .movie_set .movie_cont .movie_wrap {
  padding: 0;
}

.mod_cont .movie_set .movie_cont .movie_wrap .frame,
.flex_half .movie_set .movie_cont .movie_wrap .frame {
  padding: 10px;
}

.mod_cont .movie_set .movie_cont .movie_wrap iframe,
.flex_half .movie_set .movie_cont .movie_wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_cont .movie_wrap .frame,
  .flex_half .movie_set .movie_cont .movie_wrap .frame {
    margin-bottom: 1em;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .mod_cont .movie_set .movie_cont .movie_wrap iframe,
  .mod_cont .movie_set .movie_cont .movie_wrap object,
  .mod_cont .movie_set .movie_cont .movie_wrap embed,
  .flex_half .movie_set .movie_cont .movie_wrap iframe,
  .flex_half .movie_set .movie_cont .movie_wrap object,
  .flex_half .movie_set .movie_cont .movie_wrap embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.mod_cont .movie_set .movie_cont .movie_wrap > p,
.mod_cont .movie_set .movie_cont .movie_wrap .mb_text,
.flex_half .movie_set .movie_cont .movie_wrap > p,
.flex_half .movie_set .movie_cont .movie_wrap .mb_text {
  border-top: solid 1px #d5d5d5;
  padding: 10px;
}

.mod_cont .movie_set .movie_cont .movie_wrap > p p,
.mod_cont .movie_set .movie_cont .movie_wrap .mb_text p,
.flex_half .movie_set .movie_cont .movie_wrap > p p,
.flex_half .movie_set .movie_cont .movie_wrap .mb_text p {
  border: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_set .movie_cont .movie_wrap > p,
  .mod_cont .movie_set .movie_cont .movie_wrap .mb_text,
  .flex_half .movie_set .movie_cont .movie_wrap > p,
  .flex_half .movie_set .movie_cont .movie_wrap .mb_text {
    border-bottom: solid 1px #d5d5d5;
    margin: 0 -10px 10px;
  }
}

.mod_cont table,
.flex_half table {
  border-bottom: 1px #d5d5d5 solid;
  border-left: 1px #d5d5d5 solid;
  width: 100% !important;
}

.mod_cont table.line_bg tr:nth-child(even) td,
.flex_half table.line_bg tr:nth-child(even) td {
  background-color: #f5f8f8;
}

@media only screen and (max-width: 640px) {
  .mod_cont table.model th, .mod_cont table.model td,
  .flex_half table.model th,
  .flex_half table.model td {
    display: block;
    width: 100% !important;
  }
}

.mod_cont table.model td img,
.flex_half table.model td img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.mod_cont table.model td a,
.flex_half table.model td a {
  display: block;
  margin: 0 auto;
}

.mod_cont table tr,
.flex_half table tr {
  /*  &:nth-child(even) {
        td {
          background-color: #f5f8f8;
        }
      } */
}

.mod_cont table th, .mod_cont table td,
.flex_half table th,
.flex_half table td {
  border-top: 1px #d5d5d5 solid;
  border-right: 1px #d5d5d5 solid;
  font-size: 85.7%;
  vertical-align: top;
  padding: .8em .8em;
}

.mod_cont table th a, .mod_cont table td a,
.flex_half table th a,
.flex_half table td a {
  /* &:before {
          content: '';
          display: none;
        } */
}

.mod_cont table th,
.flex_half table th {
  background-color: #f0f7fc;
  text-align: center;
}

.mod_cont table td a.inline_block,
.flex_half table td a.inline_block {
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .mod_cont table td a:hover,
  .flex_half table td a:hover {
    text-decoration: underline;
  }
}

.mod_cont a:not(.not_icon):before,
.flex_half a:not(.not_icon):before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e5232b;
  display: inline-block;
  vertical-align: middle;
  overflow-y: hidden;
  margin-top: -8px;
  height: 1em;
  margin-right: .5em;
}

.mod_cont a:not(.not_icon)[href^="http://"]:before, .mod_cont a:not(.not_icon)[href^="https://"]:before,
.flex_half a:not(.not_icon)[href^="http://"]:before,
.flex_half a:not(.not_icon)[href^="https://"]:before {
  background-image: url(../media/images/common/icon_link.png);
  content: '';
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -2px;
  margin-right: .1em;
}

p .mod_cont a:not(.not_icon)[href^="http://"]:before, p .mod_cont a:not(.not_icon)[href^="https://"]:before, p
.flex_half a:not(.not_icon)[href^="http://"]:before, p
.flex_half a:not(.not_icon)[href^="https://"]:before {
  left: 0;
}

.mod_cont a:not(.not_icon).icon_movie:before, .mod_cont a:not(.not_icon)[href^="http://box.chuo-u.ac.jp"]:before,
.flex_half a:not(.not_icon).icon_movie:before,
.flex_half a:not(.not_icon)[href^="http://box.chuo-u.ac.jp"]:before {
  background-image: url(../media/images/common/icon_movie.png);
  content: '';
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
}

.mod_cont a:not(.not_icon)[href^="mailto:"]:before,
.flex_half a:not(.not_icon)[href^="mailto:"]:before {
  background: none;
  content: '';
  display: none;
}

.mod_cont a:not(.not_icon).pdf:before, .mod_cont a:not(.not_icon)[href*=".pdf"]:before,
.flex_half a:not(.not_icon).pdf:before,
.flex_half a:not(.not_icon)[href*=".pdf"]:before {
  background-image: url(../media/images/common/icon_pdf_s.png);
  content: '' !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.mod_cont a:not(.not_icon)[href*=".doc"]:before, .mod_cont a:not(.not_icon)[href*=".docm"]:before, .mod_cont a:not(.not_icon)[href*=".docx"]:before, .mod_cont a:not(.not_icon)[href*=".dot"]:before, .mod_cont a:not(.not_icon)[href*=".dotx"]:before, .mod_cont a:not(.not_icon)[href*=".csv"]:before,
.flex_half a:not(.not_icon)[href*=".doc"]:before,
.flex_half a:not(.not_icon)[href*=".docm"]:before,
.flex_half a:not(.not_icon)[href*=".docx"]:before,
.flex_half a:not(.not_icon)[href*=".dot"]:before,
.flex_half a:not(.not_icon)[href*=".dotx"]:before,
.flex_half a:not(.not_icon)[href*=".csv"]:before {
  background-image: url(../media/images/common/icon_word.png);
  content: '';
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.mod_cont a:not(.not_icon)[href*=".xls"]:before, .mod_cont a:not(.not_icon)[href*=".xlsm"]:before, .mod_cont a:not(.not_icon)[href*=".xlsx"]:before, .mod_cont a:not(.not_icon)[href*=".xlt"]:before, .mod_cont a:not(.not_icon)[href*=".xltx"]:before, .mod_cont a:not(.not_icon)[href*=".xlw"]:before,
.flex_half a:not(.not_icon)[href*=".xls"]:before,
.flex_half a:not(.not_icon)[href*=".xlsm"]:before,
.flex_half a:not(.not_icon)[href*=".xlsx"]:before,
.flex_half a:not(.not_icon)[href*=".xlt"]:before,
.flex_half a:not(.not_icon)[href*=".xltx"]:before,
.flex_half a:not(.not_icon)[href*=".xlw"]:before {
  background-image: url(../media/images/common/icon_excel.png);
  content: '';
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.mod_cont a:not(.not_icon)[href*=".ppt"]:before, .mod_cont a:not(.not_icon)[href*=".pptx"]:before,
.flex_half a:not(.not_icon)[href*=".ppt"]:before,
.flex_half a:not(.not_icon)[href*=".pptx"]:before {
  background-image: url(../media/images/common/icon_ppt.png);
  content: '';
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.mod_cont p a:not(.not_icon)[href^="http://"]:before, .mod_cont p a:not(.not_icon)[href^="https://"]:before,
.flex_half p a:not(.not_icon)[href^="http://"]:before,
.flex_half p a:not(.not_icon)[href^="https://"]:before {
  left: 0;
  margin-left: .3em;
  margin-right: .3em;
}

.mod_cont ol.numbar, .mod_cont ul.numbar,
.flex_half ol.numbar,
.flex_half ul.numbar {
  counter-reset: number 0 !important;
  margin-left: 0;
}

.mod_cont ol.numbar > li, .mod_cont ul.numbar > li,
.flex_half ol.numbar > li,
.flex_half ul.numbar > li {
  margin-left: 1.8em;
  text-indent: -2.3em;
/*  text-indent: -1.8em;*/
}

.mod_cont ol.numbar > li:before, .mod_cont ul.numbar > li:before,
.flex_half ol.numbar > li:before,
.flex_half ul.numbar > li:before {
  counter-increment: number 1 !important;
  content: "(" counter(number) ")" !important;
  padding-right: 0 !important;
  margin-right: .3em !important;
}

.mod_cont ol.numbar > li a, .mod_cont ul.numbar > li a,
.flex_half ol.numbar > li a,
.flex_half ul.numbar > li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .mod_cont ol.numbar > li a:hover, .mod_cont ul.numbar > li a:hover,
  .flex_half ol.numbar > li a:hover,
  .flex_half ul.numbar > li a:hover {
    text-decoration: none;
  }
}

.mod_cont ol.numbar > li a:before, .mod_cont ul.numbar > li a:before,
.flex_half ol.numbar > li a:before,
.flex_half ul.numbar > li a:before {
  background: none;
  content: '';
  display: none;
}

.mod_cont ol.numbar > li a[href^="http://"]:before, .mod_cont ol.numbar > li a[href^="https://"]:before, .mod_cont ul.numbar > li a[href^="http://"]:before, .mod_cont ul.numbar > li a[href^="https://"]:before,
.flex_half ol.numbar > li a[href^="http://"]:before,
.flex_half ol.numbar > li a[href^="https://"]:before,
.flex_half ul.numbar > li a[href^="http://"]:before,
.flex_half ul.numbar > li a[href^="https://"]:before {
  background: none;
}

.mod_cont ol.circle_l, .mod_cont ul.circle_l,
.flex_half ol.circle_l,
.flex_half ul.circle_l {
  margin-left: 0;
}

.mod_cont ol.circle_l > li, .mod_cont ul.circle_l > li,
.flex_half ol.circle_l > li,
.flex_half ul.circle_l > li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.mod_cont ol.circle_l > li:before, .mod_cont ul.circle_l > li:before,
.flex_half ol.circle_l > li:before,
.flex_half ul.circle_l > li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  margin-right: .3em;
}

.mod_cont ol.circle_l > li a, .mod_cont ul.circle_l > li a,
.flex_half ol.circle_l > li a,
.flex_half ul.circle_l > li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .mod_cont ol.circle_l > li a:hover, .mod_cont ul.circle_l > li a:hover,
  .flex_half ol.circle_l > li a:hover,
  .flex_half ul.circle_l > li a:hover {
    text-decoration: none;
  }
}

.mod_cont ol.circle_l > li a:before, .mod_cont ul.circle_l > li a:before,
.flex_half ol.circle_l > li a:before,
.flex_half ul.circle_l > li a:before {
  background: none;
  content: '';
  display: none;
}

.mod_cont ol.circle_l > li a[href^="http://"]:before, .mod_cont ol.circle_l > li a[href^="https://"]:before, .mod_cont ul.circle_l > li a[href^="http://"]:before, .mod_cont ul.circle_l > li a[href^="https://"]:before,
.flex_half ol.circle_l > li a[href^="http://"]:before,
.flex_half ol.circle_l > li a[href^="https://"]:before,
.flex_half ul.circle_l > li a[href^="http://"]:before,
.flex_half ul.circle_l > li a[href^="https://"]:before {
  background: none;
}

.mod_cont ol.circle, .mod_cont ul.circle,
.flex_half ol.circle,
.flex_half ul.circle {
  margin-left: 1.5em;
}

.mod_cont ol.circle > li, .mod_cont ul.circle > li,
.flex_half ol.circle > li,
.flex_half ul.circle > li {
  list-style: disc;
}

.mod_cont ol.circle > li a, .mod_cont ul.circle > li a,
.flex_half ol.circle > li a,
.flex_half ul.circle > li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .mod_cont ol.circle > li a:hover, .mod_cont ul.circle > li a:hover,
  .flex_half ol.circle > li a:hover,
  .flex_half ul.circle > li a:hover {
    text-decoration: none;
  }
}

.mod_cont ol.circle > li a:before, .mod_cont ul.circle > li a:before,
.flex_half ol.circle > li a:before,
.flex_half ul.circle > li a:before {
  background: none;
  content: '';
  display: none;
}

.mod_cont ol.circle > li a[href^="http://"]:before, .mod_cont ol.circle > li a[href^="https://"]:before, .mod_cont ul.circle > li a[href^="http://"]:before, .mod_cont ul.circle > li a[href^="https://"]:before,
.flex_half ol.circle > li a[href^="http://"]:before,
.flex_half ol.circle > li a[href^="https://"]:before,
.flex_half ul.circle > li a[href^="http://"]:before,
.flex_half ul.circle > li a[href^="https://"]:before {
  background: none;
}

.mod_cont ol.circle_arrow > li a:before, .mod_cont ul.circle_arrow > li a:before,
.flex_half ol.circle_arrow > li a:before,
.flex_half ul.circle_arrow > li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #e5232b;
  display: inline-block;
  position: relative;
  top: 1px;
  text-indent: 0;
  height: 1.2em;
  margin-right: .5em;
}

.mod_cont ol.num, .mod_cont ul.num,
.flex_half ol.num,
.flex_half ul.num {
  margin-left: 1.5em;
}

.mod_cont ol.num > li, .mod_cont ul.num > li,
.flex_half ol.num > li,
.flex_half ul.num > li {
  list-style: decimal;
}

.mod_cont ol.num > li a, .mod_cont ul.num > li a,
.flex_half ol.num > li a,
.flex_half ul.num > li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .mod_cont ol.num > li a:hover, .mod_cont ul.num > li a:hover,
  .flex_half ol.num > li a:hover,
  .flex_half ul.num > li a:hover {
    text-decoration: none;
  }
}

.mod_cont ol.num > li a:before, .mod_cont ul.num > li a:before,
.flex_half ol.num > li a:before,
.flex_half ul.num > li a:before {
  background: none;
  content: '';
  display: none;
}

.mod_cont ol.num > li a[href^="http://"]:before, .mod_cont ol.num > li a[href^="https://"]:before, .mod_cont ul.num > li a[href^="http://"]:before, .mod_cont ul.num > li a[href^="https://"]:before,
.flex_half ol.num > li a[href^="http://"]:before,
.flex_half ol.num > li a[href^="https://"]:before,
.flex_half ul.num > li a[href^="http://"]:before,
.flex_half ul.num > li a[href^="https://"]:before {
  background: none;
}

.mod_cont li + li,
.flex_half li + li {
  margin-top: .5em;
}

.mod_cont .news_list .navi li a:before,
.flex_half .news_list .navi li a:before {
  color: #fff;
  height: auto;
  margin-top: 0;
}

.mod_cont .news_list .navi li + li,
.flex_half .news_list .navi li + li {
  margin-top: 0;
}

.mod_cont .news_list .list_set a:before,
.flex_half .news_list .list_set a:before {
  content: '';
  display: none;
}

.mod_cont.editor:after,
.flex_half.editor:after {
  content: '';
  display: block;
  clear: both;
}

.mod_cont.editor ol.disc li, .mod_cont.editor ul.disc li,
.flex_half.editor ol.disc li,
.flex_half.editor ul.disc li {
  list-style: disc;
  padding-left: 0;
}

.mod_cont.editor ol.disc li:before, .mod_cont.editor ul.disc li:before,
.flex_half.editor ol.disc li:before,
.flex_half.editor ul.disc li:before {
  content: '';
  display: none;
}

.mod_cont.editor ol,
.flex_half.editor ol {
  counter-reset: ol 0;
}

.mod_cont.editor ol li,
.flex_half.editor ol li {
  padding-left: 2.4em;
}

.mod_cont.editor ol li:before,
.flex_half.editor ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  float: left;
  position: relative;
  left: -2.4em;
  width: 2.0em;
  margin-right: -2.4em;
  padding-right: .4em;
  text-align: right;
  font-weight: bold;
}

.mod_cont.editor ol.brackets li:before,
.flex_half.editor ol.brackets li:before {
  content: "(" counter(ol) ")";
}

.mod_cont .gallery_block ul,
.flex_half .gallery_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.mod_cont .gallery_block ul li,
.flex_half .gallery_block ul li {
  width: 20%;
  font-size: 85.7%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.mod_cont .gallery_block ul li + li,
.flex_half .gallery_block ul li + li {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .mod_cont .gallery_block ul li,
  .flex_half .gallery_block ul li {
    width: 25%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .gallery_block ul li,
  .flex_half .gallery_block ul li {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 400px) {
  .mod_cont .gallery_block ul li,
  .flex_half .gallery_block ul li {
    width: 50%;
  }
}

.mod_cont .gallery_block ul li a,
.flex_half .gallery_block ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mod_cont .gallery_block ul li a:before,
.flex_half .gallery_block ul li a:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67.1641%;
}

.mod_cont .gallery_block ul li a img,
.flex_half .gallery_block ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.mod_cont .gallery_block ul li p,
.flex_half .gallery_block ul li p {
  font-size: 78.6%;
  margin-top: 5px;
}

.flex_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 640px) {
  .flex_half {
    margin: 0;
  }
}

.flex_half.gallery {
  margin-bottom: -20px;
}

.flex_half.gallery .flex_cont {
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .flex_half {
    display: block;
  }
}

.flex_half .flex_cont {
  overflow: hidden;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  .flex_half .flex_cont {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .flex_half .flex_cont {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  .flex_half .flex_cont + .flex_cont {
    margin: 1em 0 0;
  }
}

.flex_half ul + .border_title {
  margin-top: 2em;
}

.flex.gallery.col1,
.flex_half.gallery.col1 {
  display: block;
}

.flex.gallery.col2,
.flex_half.gallery.col2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.gallery.col2 .flex_cont,
.flex_half.gallery.col2 .flex_cont {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col2 .flex_cont,
  .flex_half.gallery.col2 .flex_cont {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col2 .flex_cont,
  .flex_half.gallery.col2 .flex_cont {
    display: block;
    padding: 0;
    margin: 1.5em 0 0;
  }
}

.flex.gallery.col3,
.flex_half.gallery.col3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.gallery.col3 .flex_cont,
.flex_half.gallery.col3 .flex_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333%;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col3 .flex_cont,
  .flex_half.gallery.col3 .flex_cont {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col3 .flex_cont,
  .flex_half.gallery.col3 .flex_cont {
    display: block;
    padding: 0;
    margin: 1.5em 0 0;
  }
}

.flex.gallery.col4,
.flex_half.gallery.col4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col4,
  .flex_half.gallery.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col4,
  .flex_half.gallery.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px -10px;
  }
}

.flex.gallery.col4 .flex_cont,
.flex_half.gallery.col4 .flex_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col4 .flex_cont,
  .flex_half.gallery.col4 .flex_cont {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col4 .flex_cont,
  .flex_half.gallery.col4 .flex_cont {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .flex.gallery.col4 .flex_cont + .flex_cont,
  .flex_half.gallery.col4 .flex_cont + .flex_cont {
    margin-top: 0;
  }
}

.flex.gallery.col5,
.flex_half.gallery.col5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col5,
  .flex_half.gallery.col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col5,
  .flex_half.gallery.col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px -10px;
  }
}

.flex.gallery.col5 .flex_cont,
.flex_half.gallery.col5 .flex_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

@media only screen and (max-width: 900px) {
  .flex.gallery.col5 .flex_cont,
  .flex_half.gallery.col5 .flex_cont {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 640px) {
  .flex.gallery.col5 .flex_cont,
  .flex_half.gallery.col5 .flex_cont {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .flex.gallery.col5 .flex_cont + .flex_cont,
  .flex_half.gallery.col5 .flex_cont + .flex_cont {
    margin-top: 0;
  }
}

.flex.gallery.fancy,
.flex_half.gallery.fancy {
  margin: 0 -5px -10px;
}

.flex.gallery.fancy .flex_cont,
.flex_half.gallery.fancy .flex_cont {
  padding: 0 5px;
  margin-bottom: 10px;
}

.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery p.cap {
  font-size: 85.7%;
  text-align: center;
  margin-top: .5em;
}

.partition {
  border-top: solid 1px #d8d8d8;
  margin: 4em 0;
}

@media only screen and (max-width: 640px) {
  .partition {
    margin: 3em 0;
  }
}

.partition:after {
  border-top: solid 1px #fff;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.partition.dot {
  border-top: dotted 1px #bfbfbf;
}

.partition.dot:after {
  border-top: dotted 1px #fff;
}

@media only screen and (max-width: 640px) {
  .table_wrap {
    margin-right: -15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap::-webkit-scrollbar {
    height: 7px;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    background: #757879;
    border-radius: 10px;
  }
  .table_wrap .table_title,
  .table_wrap table {
    width: 1020px !important;
  }
  .table_wrap .table_title th, .table_wrap .table_title td,
  .table_wrap table th,
  .table_wrap table td {
    display: table-cell;
  }
}

.tab_head.equ ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab_head ul {
  border-bottom: 9px #af0c13 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_head ul + ul {
  background: #fafafa;
  /* background: #84090e;
      background: linear-gradient(to bottom, #84090e 0%, #af0c13 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84090e', endColorstr='#af0c13', GradientType=0); */
  margin: -8px -1px 0;
}

.tab_head ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 100%;
  margin-bottom: -1px;
}

.tab_head ul li + li {
  margin-top: 0;
  margin-left: 2px;
}

.tab_head ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#b4b4b4));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #b4b4b4 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#b4b4b4', GradientType=0);
  border-top: 1px #d0d0d0 solid;
  border-left: 1px #d0d0d0 solid;
  border-right: 1px #d0d0d0 solid;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-decoration: none;
  padding: 10px 1.5em 10px 1em;
}

@media only screen and (min-width: 1025px) {
  .tab_head ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}

.tab_head ul li a:before {
  content: '';
  display: none;
}

.tab_head ul li a:after {
  border-radius: 100%;
  background-color: #fff;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #980a10;
  line-height: .8;
  position: absolute;
  width: .8em;
  height: .8em;
  top: 50%;
  right: 10px;
  margin-top: -.4em;
}

@media only screen and (min-width: 1025px) {
  .tab_head ul li a:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}

.tab_head ul li a > span {
  display: block;
}

.tab_head ul li a span.title {
  display: inline-block;
}

.tab_head ul li a span.sub {
  display: inline-block;
  font-size: 68.8%;
}

@media only screen and (max-width: 640px) {
  .tab_head ul li a span.sub {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .tab_head ul li a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-top-color: #84090e;
    border-right-color: #84090e;
    border-left-color: #84090e;
    background: #84090e;
    background: -webkit-gradient(linear, left top, left bottom, from(#84090e), to(#af0c13));
    background: -webkit-linear-gradient(top, #84090e 0%, #af0c13 100%);
    background: -o-linear-gradient(top, #84090e 0%, #af0c13 100%);
    background: linear-gradient(to bottom, #84090e 0%, #af0c13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84090e', endColorstr='#af0c13', GradientType=0);
    color: #fff;
  }
  .tab_head ul li a:hover:after {
    background: none;
    color: #fff;
    content: "\f13a";
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .tab_head ul li a:hover:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}

.tab_head ul li.active a {
  border-top-color: #84090e;
  border-right-color: #84090e;
  border-left-color: #84090e;
  background: #84090e;
  background: -webkit-gradient(linear, left top, left bottom, from(#84090e), to(#af0c13));
  background: -webkit-linear-gradient(top, #84090e 0%, #af0c13 100%);
  background: -o-linear-gradient(top, #84090e 0%, #af0c13 100%);
  background: linear-gradient(to bottom, #84090e 0%, #af0c13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84090e', endColorstr='#af0c13', GradientType=0);
  color: #fff;
}

.tab_head ul li.active a:after {
  background: none;
  color: #fff;
  content: "\f13a";
}

.tab_area {
  margin-bottom: 3em;
}

.tab_area .tab_cont {
  padding: 1em 0;
  display: none;
}

.tab_area .tab_cont:first-child {
  display: block;
}

.border_cont.gray.pdf {
  overflow: hidden;
}

.border_cont.gray.pdf .img {
  float: left;
  padding-right: 1.5em;
  margin-bottom: .5em;
}

@media only screen and (max-width: 400px) {
  .border_cont.gray.pdf .img {
    float: none;
    text-align: center;
    padding-right: 0;
  }
}

.border_cont.gray.pdf p {
  font-size: 85.7%;
}

.border_cont.gray.pdf p + p {
  margin-top: 0;
}

.border_cont.gray.pdf p a {
  color: #445588;
  text-decoration: underline;
}

.border_cont.gray.pdf p a::before {
  content: none;
}

/*                モーダル
======================================================= */
.modal_open {
  overflow: hidden;
  height: 100%;
}

.modal_open #main_d, .modal_open .main_d {
  position: static;
}

.mod_cont .modal_trigger:before {
  content: '';
  display: none;
}

.modal_open {
  overflow: hidden;
  height: 100%;
}

.modal {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
}

.modal.inline {
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .modal.inline {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.modal.inline .modal_wrap {
  height: 100%;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .modal.inline .modal_wrap {
    padding: 20px;
  }
}

.modal.inline .modal_wrap .modal_content {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .modal.inline .modal_wrap .modal_content {
    overflow: hidden;
    padding: 0 2px;
  }
}

.modal.inline .modal_wrap .modal_content .modal_area {
  height: 100%;
}

.modal .modal_wrap {
  background-color: #fff;
  position: relative;
}

.modal .modal_wrap .modal_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_width {
    padding: 0 15px;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_head {
  border-bottom: 3px #e5232b solid;
}

.modal .modal_wrap .modal_content .modal_area .modal_head .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_head .flex {
    padding: 15px 0;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_head img {
  width: auto;
  height: 40px;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_head img {
    height: 30px;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_cont {
  padding: 3em 0 5em;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont img {
  display: block;
  margin: 0 auto;
}

.modal .modal_wrap .modal_content .modal_area .modal_footer {
  border-top: 3px #e5232b solid;
  overflow: hidden;
  padding: 25px 0 30px;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_footer {
    padding: 0 0 30px;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_footer .modal_width {
  position: relative;
}

.modal .modal_wrap .modal_content .modal_area .modal_footer p {
  color: #5f5f5f;
  font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  font-weight: 400;
  font-size: 85.7%;
  text-align: center;
  padding-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_footer p {
    padding-bottom: 0;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_footer .modal_close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_footer .modal_close {
    border-bottom: 1px #e5e5e5 solid;
    position: static;
    display: block;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 1em;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_close {
  cursor: pointer;
}

.modal .modal_wrap .modal_content .modal_area .modal_close span {
  font-size: 85.7%;
}

.modal .modal_wrap .modal_content .modal_area .modal_close span:before {
  background-color: #454545;
  content: '×';
  color: #fff;
  display: inline-block;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 83.3%;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.4;
  text-align: center;
  margin-right: .8em;
}

/*                重要なお知らせ
======================================================= */
.caution {
  background-color: #f7eeee;
  border: 3px #c30e15 solid;
  padding: 12px 1.5em;
}

.caution + .caution {
  margin-top: 10px;
}

.caution + .bg_title,
.caution + .flex_cont,
.caution + .flex_news,
.caution + .main_cont,
.caution + .main_kv,
.caution + .news_list,
.caution + #sports_news {
  margin-top: 2em;
}

.caution + .cont2nd_col2 {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .caution + .cont2nd_col2 {
    margin-top: 2em;
  }
}

#home .caution:last-child {
  margin-bottom: 2em;
}

.caution dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.caution dl:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 640px) {
  .caution dl {
    display: block;
    width: auto;
  }
}

.caution dl + dl {
  margin-top: 10px;
}

.caution dl dt, .caution dl dd {
  padding-bottom: .3em;
}

.caution dl dt {
  border-bottom: 1px #e5a9ab solid;
  clear: both;
  width: 8em;
  padding: 0 .5em;
  margin-right: 1em;
}

@media only screen and (max-width: 640px) {
  .caution dl dt {
    width: 100%;
    padding-bottom: .2em;
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.caution dl dd {
  border-bottom: 1px #d5d5d5 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 640px) {
  .caution dl dd {
    display: block;
  }
}

.caution dl dd strong {
  color: #c30e15;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.caution dl dd a {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

@media only screen and (max-width: 640px) {
  .caution dl dd a {
    display: block;
  }
}

.caution dl dd a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #c30e15;
  display: inline-block;
  text-indent: 0;
  margin: 0 .3em;
}

/*                ニュース・イベント一覧
======================================================= */
.news_list {
  background: #e5e5e5 url(../media/images/common/list_bg.gif) repeat left top;
}

@media only screen and (min-width: 641px) {
  .news_list {
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .news_list {
    display: block;
    width: auto;
  }
}

.news_list + .news_list {
  margin-top: 2em;
}

.news_list .list_area {
  width: 100%;
}

.news_list .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ba0c13;
  background: -moz-linear-gradient(top, #ba0c13 0%, #780204 100%);
  background: -webkit-linear-gradient(top, #ba0c13 0%, #780204 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0c13), to(#780204));
  background: -o-linear-gradient(top, #ba0c13 0%, #780204 100%);
  background: linear-gradient(to bottom, #ba0c13 0%, #780204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0c13', endColorstr='#780204',GradientType=0 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 8px 9px 1em;
}

.news_list .title h2, .news_list .title h3 {
  color: #fff;
  font-size: 92.9%;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .news_list .title h2, .news_list .title h3 {
    font-size: 85.7%;
  }
}

.news_list .title .navi {
  background: #6f0e0f;
  background: -moz-linear-gradient(top, #6f0e0f 0%, #8e1112 1%, #3b0303 99%, #3b0303 99%, #9f1213 100%);
  background: -webkit-linear-gradient(top, #6f0e0f 0%, #8e1112 1%, #3b0303 99%, #3b0303 99%, #9f1213 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6f0e0f), color-stop(1%, #8e1112), color-stop(99%, #3b0303), color-stop(99%, #3b0303), to(#9f1213));
  background: -o-linear-gradient(top, #6f0e0f 0%, #8e1112 1%, #3b0303 99%, #3b0303 99%, #9f1213 100%);
  background: linear-gradient(to bottom, #6f0e0f 0%, #8e1112 1%, #3b0303 99%, #3b0303 99%, #9f1213 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f0e0f', endColorstr='#9f1213',GradientType=0 );
}

.news_list .title .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_list .title .navi ul li {
  color: #fff;
  border-right: 1px #4c0707 solid;
  font-size: 85.7%;
}

@media only screen and (max-width: 480px) {
  .news_list .title .navi ul li {
    font-size: 71.4%;
  }
}

.news_list .title .navi ul li + li {
  border-left: 1px #6c2828 solid;
}

.news_list .title .navi ul li:last-child {
  border-right: none;
}

.news_list .title .navi ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: .2em 1em;
}

@media only screen and (max-width: 900px) {
  .news_list .title .navi ul li a {
    padding: .2em .8em;
  }
}

.news_list .title .navi ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  font-size: 80%;
  position: relative;
  top: -1px;
  margin-right: 1em;
}

@media only screen and (min-width: 1025px) {
  .news_list .title .navi ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .news_list .title .navi ul li a:hover {
    background: #3b0303;
    background: -moz-linear-gradient(top, #3b0303 0%, #8e1112 100%);
    background: -webkit-linear-gradient(top, #3b0303 0%, #8e1112 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3b0303), to(#8e1112));
    background: -o-linear-gradient(top, #3b0303 0%, #8e1112 100%);
    background: linear-gradient(to bottom, #3b0303 0%, #8e1112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b0303', endColorstr='#8e1112',GradientType=0 );
  }
}

.news_list .title .navi ul li.rss a:before {
  content: "\f143";
  font-size: 100%;
  margin-right: .8em;
}

.news_list .list_wrap {
  padding-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .news_list .list_wrap {
    padding-bottom: 0;
  }
}

.news_list .list_wrap .list_set {
  border-bottom: 1px #cecece solid;
  overflow: hidden;
}

.news_list .list_wrap .list_set + .list_set {
  border-top: 1px #efefef solid;
}

.news_list .list_wrap .list_set a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 15px;
}

@media only screen and (min-width: 1025px) {
  .news_list .list_wrap .list_set a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .news_list .list_wrap .list_set a:hover {
    background-color: #f0f0f0;
  }
  .news_list .list_wrap .list_set a:hover h3 {
    text-decoration: underline;
  }
}

.news_list .list_wrap .list_set img {
  display: block;
  float: right;
  max-width: 96px;
  margin: 0 0 0 1em;
}

.news_list .list_wrap .list_set .cat {
  background-color: #fff;
  color: #666;
  display: table;
  font-size: 85.7%;
  font-weight: bold;
  padding: 4px 5px 3px;
  margin-bottom: 8px;
}

.news_list .list_wrap .list_set .time {
  color: #4c4c4c;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

.news_list .list_wrap .list_set h3 {
  line-height: 1.5;
}

.news_list .list_wrap .list_set dl {
  margin: 1em 0 -6px;
}

.news_list .list_wrap .list_set dl dt, .news_list .list_wrap .list_set dl dd {
  font-size: 85.7%;
  margin-bottom: 6px;
}

.news_list .list_wrap .list_set dl dt {
  border: 1px #ababab solid;
  clear: left;
  float: left;
  font-weight: bold;
  text-align: center;
  width: 3.5em;
  padding: 0 .5em;
  margin-right: .5em;
}

.news_list .list_wrap .list_set dl dd {
  overflow: hidden;
  padding-top: .1em;
}

.bnr_slide {
  clear: both;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.bnr_slide.slick-initialized {
  opacity: 1;
}

.bnr_slide {
  position: relative;
  padding: 0 25px;
  margin: 2em -2px 0;
}

@media only screen and (max-width: 640px) {
  .bnr_slide {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.bnr_slide .slick-list.draggable {
  overflow: hidden;
  padding: 0 !important;
}

.bnr_slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr_slide .slick-arrow {
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  cursor: pointer;
  font-size: 130%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 20px;
  top: 0;
}

@media only screen and (min-width: 901px) {
  .bnr_slide .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.bnr_slide .slick-arrow:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
  background: -o-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  border: 1px #fff solid;
  color: #c31118;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

.bnr_slide .slick-arrow.prev {
  left: 0;
}

.bnr_slide .slick-arrow.prev:before {
  content: "\f104";
}

.bnr_slide .slick-arrow.next {
  right: 0;
}

.bnr_slide .slick-arrow.next:before {
  content: "\f105";
}

.bnr_slide .item {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 2px;
}

.bnr_slide .item a {
  display: block;
}

.bnr_slide .item img {
  display: block;
  width: 100%;
}

/*                ニュース一覧アーカイブ
======================================================= */
.post_info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#event .post_info {
  padding-left: .5em;
}

@media only screen and (max-width: 640px) {
  .post_info {
    display: block;
  }
}

.post_info .post_number p {
  font-weight: bold;
}

.post_info .post_number p strong {
  color: #99080c;
  font-size: 142.9%;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .post_info .post_number {
    margin-bottom: .8em;
  }
}

.post_info .paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .post_info .paging ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.post_info .paging ul li + li {
  margin-left: 4px;
}

.post_info .paging ul li a, .post_info .paging ul li span {
  display: block;
  text-decoration: none;
}

.post_info .paging ul li span {
  background-color: #f6cfd1;
  color: #99080c;
}

@media only screen and (max-width: 640px) {
  .post_info .paging ul li.prev, .post_info .paging ul li.next {
    position: absolute;
    top: 50%;
    margin-top: -.7em;
  }
}

.post_info .paging ul li.prev a, .post_info .paging ul li.next a {
  text-decoration: underline;
}

.post_info .paging ul li.prev a:before, .post_info .paging ul li.prev a:after, .post_info .paging ul li.next a:before, .post_info .paging ul li.next a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e5232b;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .post_info .paging ul li.prev a, .post_info .paging ul li.next a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .post_info .paging ul li.prev a:hover, .post_info .paging ul li.next a:hover {
    text-decoration: none;
  }
}

.post_info .paging ul li.prev {
  margin-right: 1em;
}

.post_info .paging ul li.prev a:before {
  content: "\f104";
  margin-right: .3em;
}

@media only screen and (max-width: 640px) {
  .post_info .paging ul li.prev {
    left: 0;
  }
}

.post_info .paging ul li.next {
  margin-left: 1em;
}

.post_info .paging ul li.next a:after {
  content: "\f105";
  margin-left: .3em;
}

@media only screen and (max-width: 640px) {
  .post_info .paging ul li.next {
    right: 0;
  }
}

.post_info .paging ul li:not(.prev):not(.next) span,
.post_info .paging ul li:not(.prev):not(.next) a {
  border: 1px #d8d8d8 solid;
  text-align: center;
  min-width: 1.6em;
  height: 1.8em;
  line-height: 1.7em;
  padding: 0 .5em;
}

@media only screen and (min-width: 1025px) {
  .post_info .paging ul li:not(.prev):not(.next) span,
  .post_info .paging ul li:not(.prev):not(.next) a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .post_info .paging ul li:not(.prev):not(.next) span:hover,
  .post_info .paging ul li:not(.prev):not(.next) a:hover {
    background-color: #f6cfd1;
    color: #99080c;
  }
}

@media only screen and (max-width: 640px) {
  .post_info .paging ul li:not(.prev):not(.next) span,
  .post_info .paging ul li:not(.prev):not(.next) a {
    min-width: 3em;
    height: 3em;
    line-height: 2.8em;
  }
}

@media only screen and (max-width: 400px) {
  .post_info .paging ul li:not(.prev):not(.next) span,
  .post_info .paging ul li:not(.prev):not(.next) a {
    width: 2em;
    height: 2em;
    line-height: 1.8em;
  }
}

.post_list {
  margin-top: 3em;
}

.post_list + .post_info {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .post_list {
    margin-top: 2em;
  }
  .post_list + .post_info {
    margin-top: 2em;
  }
}

.post_list ul li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .post_list ul li {
    display: block;
    margin: 0 -15px;
  }
  .post_list ul li + li {
    margin-top: 1em;
  }
}

.post_list ul li .time {
  border-bottom: 1px #ef7b80 solid;
  display: block;
  width: 9em;
  padding: 12px 0 2px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .post_list ul li .time {
    border: none;
    color: #8b8b8b;
    margin: 0;
    padding: 0 15px;
  }
}

.post_list ul li a {
  border-bottom: 1px #e1e1e1 solid;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 100%;
  text-indent: -.6em;
  padding: 10px 1em 2px 1.2em;
  margin-left: .6em;
}

@media only screen and (max-width: 640px) {
  .post_list ul li a {
    padding: 1.7em 15px .8em;
    margin: -1.5em 0 0;
  }
}

.post_list ul li a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e5232b;
  content: "\f105";
  display: inline-block;
  text-indent: 0;
  margin-right: .3em;
}

#home .flex_cont,
.flex_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #home .flex_cont,
  .flex_news {
    display: block;
    overflow: visible;
  }
}

@media only screen and (min-width: 641px) {
  #home .flex_cont .cont_in,
  .flex_news .cont_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  #home .flex_cont .cont_in + .cont_in,
  .flex_news .cont_in + .cont_in {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #home .flex_cont .cont_in,
  .flex_news .cont_in {
    display: block;
    width: auto;
    margin: 0 -15px;
  }
  #home .flex_cont .cont_in + .cont_in,
  .flex_news .cont_in + .cont_in {
    margin: 2em -15px 0;
  }
}

/*                イベント一覧アーカイブ
======================================================= */
.event_list {
  margin: 1.5em 0 3em;
}

.event_list .event_set + .event_set {
  margin-top: 1.2em;
}

.event_list .event_set a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .event_list .event_set a:hover h2 {
    text-decoration: underline;
  }
}

.event_list .title,
.event_list .info {
  padding: .5em;
}

.event_list .title {
  background-color: #F4E2E3;
  border: 1px solid #D2D2D2;
  border-bottom: none;
}

.event_list .title .tag {
  font-size: 71.4%;
  background-color: #fff;
  border: 1px solid #F2D7D8;
  display: inline-block;
  margin-bottom: .5em;
  padding: 3px 6px;
}

.event_list .title h2 {
  font-weight: normal;
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.event_list .title h2:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e5232b;
  display: inline-block;
  text-indent: 0;
  margin: 0 .5em;
}

.event_list .info {
  border: 1px solid #D2D2D2;
  border-top: none;
  padding: .8em .5em;
}

.event_list .info dl {
  color: #666;
  margin-bottom: -10px;
}

.event_list .info dl dt, .event_list .info dl dd {
  margin-bottom: 10px;
}

.event_list .info dl dt {
  border: 1px #ababab solid;
  clear: left;
  font-size: 85.7%;
  float: left;
  text-align: center;
  width: 3.5em;
  padding: .2em .5em 0;
  margin-right: .8em;
}

.event_list .info dl dd {
  overflow: hidden;
  padding-top: .1em;
}

.entry_socials {
  margin-top: 3em;
}

.entry_socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.not_404 .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.4em;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .not_404 .title_wrap {
    padding-left: 0;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 640px) {
  .not_404 .title_wrap .img {
    width: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .not_404 .title_wrap .img {
    width: 30px;
  }
}

.not_404 .title_wrap .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  color: #c30e15;
  padding-top: 2px;
  padding-left: 1.4em;
}

@media only screen and (max-width: 640px) {
  .not_404 .title_wrap .title {
    padding-left: 1em;
  }
}

.not_404 .title_wrap .title h1 {
  font-size: 185.7%;
  font-weight: normal;
  margin-bottom: .7em;
}

@media only screen and (max-width: 640px) {
  .not_404 .title_wrap .title h1 {
    font-size: 142.9%;
    margin-bottom: .2em;
  }
}

@media only screen and (max-width: 400px) {
  .not_404 .title_wrap .title h1 {
    font-size: 114.3%;
  }
}

.not_404 .title_wrap .title p {
  font-size: 128.6%;
}

@media only screen and (max-width: 640px) {
  .not_404 .title_wrap .title p {
    font-size: 85.7%;
  }
}

.not_404 .read {
  padding-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .not_404 .read {
    padding-left: 0;
    margin-bottom: 1em;
  }
}

#post_detail .main_kv img {
  display: block;
  margin: 0 auto 2em;
}

#post_detail .img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#post_detail .img_col.img_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#post_detail .img_col.img_right .main_kv {
  padding-right: 0;
  padding-left: 1.5em;
}

#post_detail .img_col .main_kv {
  width: 100%;
  max-width: 50%;
  padding-right: 1.5em;
}

#post_detail .img_col #event_info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 640px) {
  #post_detail .img_col {
    display: block;
  }
  #post_detail .img_col.img_right .main_kv {
    padding-left: 0;
  }
  #post_detail .img_col .main_kv {
    max-width: none;
    padding-right: 0;
  }
}
