@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJPs , "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
}

a {
  text-decoration: none;
}
a, a:hover, a:visited, a:active {
  color: #555;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

hr {
  border: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B8B8B8;
  margin: 0;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.m1 {
  margin: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.p1 {
  padding: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.m2 {
  margin: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.p2 {
  padding: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.m3 {
  margin: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.p3 {
  padding: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.m4 {
  margin: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.m6 {
  margin: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.p6 {
  padding: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.m7 {
  margin: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.p7 {
  padding: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.m8 {
  margin: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.m9 {
  margin: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.p9 {
  padding: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.m11 {
  margin: 11px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.p11 {
  padding: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.m12 {
  margin: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.m13 {
  margin: 13px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.p13 {
  padding: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.m14 {
  margin: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.p14 {
  padding: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.m16 {
  margin: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.m17 {
  margin: 17px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.p17 {
  padding: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.m18 {
  margin: 18px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.p18 {
  padding: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.m19 {
  margin: 19px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.p19 {
  padding: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.mr21 {
  margin-right: 21px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.ml21 {
  margin-left: 21px !important;
}

.m21 {
  margin: 21px !important;
}

.pt21 {
  padding-top: 21px !important;
}

.pr21 {
  padding-right: 21px !important;
}

.pb21 {
  padding-bottom: 21px !important;
}

.pl21 {
  padding-left: 21px !important;
}

.p21 {
  padding: 21px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.m22 {
  margin: 22px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pr22 {
  padding-right: 22px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pl22 {
  padding-left: 22px !important;
}

.p22 {
  padding: 22px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mr23 {
  margin-right: 23px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.ml23 {
  margin-left: 23px !important;
}

.m23 {
  margin: 23px !important;
}

.pt23 {
  padding-top: 23px !important;
}

.pr23 {
  padding-right: 23px !important;
}

.pb23 {
  padding-bottom: 23px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.p23 {
  padding: 23px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.m24 {
  margin: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.p24 {
  padding: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m25 {
  margin: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mr26 {
  margin-right: 26px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.ml26 {
  margin-left: 26px !important;
}

.m26 {
  margin: 26px !important;
}

.pt26 {
  padding-top: 26px !important;
}

.pr26 {
  padding-right: 26px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pl26 {
  padding-left: 26px !important;
}

.p26 {
  padding: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.m27 {
  margin: 27px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pl27 {
  padding-left: 27px !important;
}

.p27 {
  padding: 27px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.m28 {
  margin: 28px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.p28 {
  padding: 28px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.mr29 {
  margin-right: 29px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.ml29 {
  margin-left: 29px !important;
}

.m29 {
  margin: 29px !important;
}

.pt29 {
  padding-top: 29px !important;
}

.pr29 {
  padding-right: 29px !important;
}

.pb29 {
  padding-bottom: 29px !important;
}

.pl29 {
  padding-left: 29px !important;
}

.p29 {
  padding: 29px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m30 {
  margin: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.mr31 {
  margin-right: 31px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.ml31 {
  margin-left: 31px !important;
}

.m31 {
  margin: 31px !important;
}

.pt31 {
  padding-top: 31px !important;
}

.pr31 {
  padding-right: 31px !important;
}

.pb31 {
  padding-bottom: 31px !important;
}

.pl31 {
  padding-left: 31px !important;
}

.p31 {
  padding: 31px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.m32 {
  margin: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.p32 {
  padding: 32px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.m33 {
  margin: 33px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.p33 {
  padding: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mr34 {
  margin-right: 34px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.ml34 {
  margin-left: 34px !important;
}

.m34 {
  margin: 34px !important;
}

.pt34 {
  padding-top: 34px !important;
}

.pr34 {
  padding-right: 34px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

.pl34 {
  padding-left: 34px !important;
}

.p34 {
  padding: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m35 {
  margin: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.m36 {
  margin: 36px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.p36 {
  padding: 36px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.mr37 {
  margin-right: 37px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.ml37 {
  margin-left: 37px !important;
}

.m37 {
  margin: 37px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pr37 {
  padding-right: 37px !important;
}

.pb37 {
  padding-bottom: 37px !important;
}

.pl37 {
  padding-left: 37px !important;
}

.p37 {
  padding: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.m38 {
  margin: 38px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.p38 {
  padding: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.mr39 {
  margin-right: 39px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.ml39 {
  margin-left: 39px !important;
}

.m39 {
  margin: 39px !important;
}

.pt39 {
  padding-top: 39px !important;
}

.pr39 {
  padding-right: 39px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

.pl39 {
  padding-left: 39px !important;
}

.p39 {
  padding: 39px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.mr41 {
  margin-right: 41px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.ml41 {
  margin-left: 41px !important;
}

.m41 {
  margin: 41px !important;
}

.pt41 {
  padding-top: 41px !important;
}

.pr41 {
  padding-right: 41px !important;
}

.pb41 {
  padding-bottom: 41px !important;
}

.pl41 {
  padding-left: 41px !important;
}

.p41 {
  padding: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.m42 {
  margin: 42px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.p42 {
  padding: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.m43 {
  margin: 43px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.p43 {
  padding: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mr44 {
  margin-right: 44px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.ml44 {
  margin-left: 44px !important;
}

.m44 {
  margin: 44px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pl44 {
  padding-left: 44px !important;
}

.p44 {
  padding: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m45 {
  margin: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mr46 {
  margin-right: 46px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.ml46 {
  margin-left: 46px !important;
}

.m46 {
  margin: 46px !important;
}

.pt46 {
  padding-top: 46px !important;
}

.pr46 {
  padding-right: 46px !important;
}

.pb46 {
  padding-bottom: 46px !important;
}

.pl46 {
  padding-left: 46px !important;
}

.p46 {
  padding: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.m47 {
  margin: 47px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.p47 {
  padding: 47px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.m48 {
  margin: 48px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.p48 {
  padding: 48px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.mr49 {
  margin-right: 49px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.ml49 {
  margin-left: 49px !important;
}

.m49 {
  margin: 49px !important;
}

.pt49 {
  padding-top: 49px !important;
}

.pr49 {
  padding-right: 49px !important;
}

.pb49 {
  padding-bottom: 49px !important;
}

.pl49 {
  padding-left: 49px !important;
}

.p49 {
  padding: 49px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m50 {
  margin: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.mt51 {
  margin-top: 51px !important;
}

.mr51 {
  margin-right: 51px !important;
}

.mb51 {
  margin-bottom: 51px !important;
}

.ml51 {
  margin-left: 51px !important;
}

.m51 {
  margin: 51px !important;
}

.pt51 {
  padding-top: 51px !important;
}

.pr51 {
  padding-right: 51px !important;
}

.pb51 {
  padding-bottom: 51px !important;
}

.pl51 {
  padding-left: 51px !important;
}

.p51 {
  padding: 51px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mr52 {
  margin-right: 52px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.m52 {
  margin: 52px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pr52 {
  padding-right: 52px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pl52 {
  padding-left: 52px !important;
}

.p52 {
  padding: 52px !important;
}

.mt53 {
  margin-top: 53px !important;
}

.mr53 {
  margin-right: 53px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.ml53 {
  margin-left: 53px !important;
}

.m53 {
  margin: 53px !important;
}

.pt53 {
  padding-top: 53px !important;
}

.pr53 {
  padding-right: 53px !important;
}

.pb53 {
  padding-bottom: 53px !important;
}

.pl53 {
  padding-left: 53px !important;
}

.p53 {
  padding: 53px !important;
}

.mt54 {
  margin-top: 54px !important;
}

.mr54 {
  margin-right: 54px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.ml54 {
  margin-left: 54px !important;
}

.m54 {
  margin: 54px !important;
}

.pt54 {
  padding-top: 54px !important;
}

.pr54 {
  padding-right: 54px !important;
}

.pb54 {
  padding-bottom: 54px !important;
}

.pl54 {
  padding-left: 54px !important;
}

.p54 {
  padding: 54px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m55 {
  margin: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.m56 {
  margin: 56px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.p56 {
  padding: 56px !important;
}

.mt57 {
  margin-top: 57px !important;
}

.mr57 {
  margin-right: 57px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.ml57 {
  margin-left: 57px !important;
}

.m57 {
  margin: 57px !important;
}

.pt57 {
  padding-top: 57px !important;
}

.pr57 {
  padding-right: 57px !important;
}

.pb57 {
  padding-bottom: 57px !important;
}

.pl57 {
  padding-left: 57px !important;
}

.p57 {
  padding: 57px !important;
}

.mt58 {
  margin-top: 58px !important;
}

.mr58 {
  margin-right: 58px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.ml58 {
  margin-left: 58px !important;
}

.m58 {
  margin: 58px !important;
}

.pt58 {
  padding-top: 58px !important;
}

.pr58 {
  padding-right: 58px !important;
}

.pb58 {
  padding-bottom: 58px !important;
}

.pl58 {
  padding-left: 58px !important;
}

.p58 {
  padding: 58px !important;
}

.mt59 {
  margin-top: 59px !important;
}

.mr59 {
  margin-right: 59px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.ml59 {
  margin-left: 59px !important;
}

.m59 {
  margin: 59px !important;
}

.pt59 {
  padding-top: 59px !important;
}

.pr59 {
  padding-right: 59px !important;
}

.pb59 {
  padding-bottom: 59px !important;
}

.pl59 {
  padding-left: 59px !important;
}

.p59 {
  padding: 59px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m60 {
  margin: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.mt61 {
  margin-top: 61px !important;
}

.mr61 {
  margin-right: 61px !important;
}

.mb61 {
  margin-bottom: 61px !important;
}

.ml61 {
  margin-left: 61px !important;
}

.m61 {
  margin: 61px !important;
}

.pt61 {
  padding-top: 61px !important;
}

.pr61 {
  padding-right: 61px !important;
}

.pb61 {
  padding-bottom: 61px !important;
}

.pl61 {
  padding-left: 61px !important;
}

.p61 {
  padding: 61px !important;
}

.mt62 {
  margin-top: 62px !important;
}

.mr62 {
  margin-right: 62px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.ml62 {
  margin-left: 62px !important;
}

.m62 {
  margin: 62px !important;
}

.pt62 {
  padding-top: 62px !important;
}

.pr62 {
  padding-right: 62px !important;
}

.pb62 {
  padding-bottom: 62px !important;
}

.pl62 {
  padding-left: 62px !important;
}

.p62 {
  padding: 62px !important;
}

.mt63 {
  margin-top: 63px !important;
}

.mr63 {
  margin-right: 63px !important;
}

.mb63 {
  margin-bottom: 63px !important;
}

.ml63 {
  margin-left: 63px !important;
}

.m63 {
  margin: 63px !important;
}

.pt63 {
  padding-top: 63px !important;
}

.pr63 {
  padding-right: 63px !important;
}

.pb63 {
  padding-bottom: 63px !important;
}

.pl63 {
  padding-left: 63px !important;
}

.p63 {
  padding: 63px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.m64 {
  margin: 64px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.p64 {
  padding: 64px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m65 {
  margin: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.mr66 {
  margin-right: 66px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.ml66 {
  margin-left: 66px !important;
}

.m66 {
  margin: 66px !important;
}

.pt66 {
  padding-top: 66px !important;
}

.pr66 {
  padding-right: 66px !important;
}

.pb66 {
  padding-bottom: 66px !important;
}

.pl66 {
  padding-left: 66px !important;
}

.p66 {
  padding: 66px !important;
}

.mt67 {
  margin-top: 67px !important;
}

.mr67 {
  margin-right: 67px !important;
}

.mb67 {
  margin-bottom: 67px !important;
}

.ml67 {
  margin-left: 67px !important;
}

.m67 {
  margin: 67px !important;
}

.pt67 {
  padding-top: 67px !important;
}

.pr67 {
  padding-right: 67px !important;
}

.pb67 {
  padding-bottom: 67px !important;
}

.pl67 {
  padding-left: 67px !important;
}

.p67 {
  padding: 67px !important;
}

.mt68 {
  margin-top: 68px !important;
}

.mr68 {
  margin-right: 68px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

.ml68 {
  margin-left: 68px !important;
}

.m68 {
  margin: 68px !important;
}

.pt68 {
  padding-top: 68px !important;
}

.pr68 {
  padding-right: 68px !important;
}

.pb68 {
  padding-bottom: 68px !important;
}

.pl68 {
  padding-left: 68px !important;
}

.p68 {
  padding: 68px !important;
}

.mt69 {
  margin-top: 69px !important;
}

.mr69 {
  margin-right: 69px !important;
}

.mb69 {
  margin-bottom: 69px !important;
}

.ml69 {
  margin-left: 69px !important;
}

.m69 {
  margin: 69px !important;
}

.pt69 {
  padding-top: 69px !important;
}

.pr69 {
  padding-right: 69px !important;
}

.pb69 {
  padding-bottom: 69px !important;
}

.pl69 {
  padding-left: 69px !important;
}

.p69 {
  padding: 69px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m70 {
  margin: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.mt71 {
  margin-top: 71px !important;
}

.mr71 {
  margin-right: 71px !important;
}

.mb71 {
  margin-bottom: 71px !important;
}

.ml71 {
  margin-left: 71px !important;
}

.m71 {
  margin: 71px !important;
}

.pt71 {
  padding-top: 71px !important;
}

.pr71 {
  padding-right: 71px !important;
}

.pb71 {
  padding-bottom: 71px !important;
}

.pl71 {
  padding-left: 71px !important;
}

.p71 {
  padding: 71px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.m72 {
  margin: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.p72 {
  padding: 72px !important;
}

.mt73 {
  margin-top: 73px !important;
}

.mr73 {
  margin-right: 73px !important;
}

.mb73 {
  margin-bottom: 73px !important;
}

.ml73 {
  margin-left: 73px !important;
}

.m73 {
  margin: 73px !important;
}

.pt73 {
  padding-top: 73px !important;
}

.pr73 {
  padding-right: 73px !important;
}

.pb73 {
  padding-bottom: 73px !important;
}

.pl73 {
  padding-left: 73px !important;
}

.p73 {
  padding: 73px !important;
}

.mt74 {
  margin-top: 74px !important;
}

.mr74 {
  margin-right: 74px !important;
}

.mb74 {
  margin-bottom: 74px !important;
}

.ml74 {
  margin-left: 74px !important;
}

.m74 {
  margin: 74px !important;
}

.pt74 {
  padding-top: 74px !important;
}

.pr74 {
  padding-right: 74px !important;
}

.pb74 {
  padding-bottom: 74px !important;
}

.pl74 {
  padding-left: 74px !important;
}

.p74 {
  padding: 74px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m75 {
  margin: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.mt76 {
  margin-top: 76px !important;
}

.mr76 {
  margin-right: 76px !important;
}

.mb76 {
  margin-bottom: 76px !important;
}

.ml76 {
  margin-left: 76px !important;
}

.m76 {
  margin: 76px !important;
}

.pt76 {
  padding-top: 76px !important;
}

.pr76 {
  padding-right: 76px !important;
}

.pb76 {
  padding-bottom: 76px !important;
}

.pl76 {
  padding-left: 76px !important;
}

.p76 {
  padding: 76px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.mr77 {
  margin-right: 77px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.ml77 {
  margin-left: 77px !important;
}

.m77 {
  margin: 77px !important;
}

.pt77 {
  padding-top: 77px !important;
}

.pr77 {
  padding-right: 77px !important;
}

.pb77 {
  padding-bottom: 77px !important;
}

.pl77 {
  padding-left: 77px !important;
}

.p77 {
  padding: 77px !important;
}

.mt78 {
  margin-top: 78px !important;
}

.mr78 {
  margin-right: 78px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.ml78 {
  margin-left: 78px !important;
}

.m78 {
  margin: 78px !important;
}

.pt78 {
  padding-top: 78px !important;
}

.pr78 {
  padding-right: 78px !important;
}

.pb78 {
  padding-bottom: 78px !important;
}

.pl78 {
  padding-left: 78px !important;
}

.p78 {
  padding: 78px !important;
}

.mt79 {
  margin-top: 79px !important;
}

.mr79 {
  margin-right: 79px !important;
}

.mb79 {
  margin-bottom: 79px !important;
}

.ml79 {
  margin-left: 79px !important;
}

.m79 {
  margin: 79px !important;
}

.pt79 {
  padding-top: 79px !important;
}

.pr79 {
  padding-right: 79px !important;
}

.pb79 {
  padding-bottom: 79px !important;
}

.pl79 {
  padding-left: 79px !important;
}

.p79 {
  padding: 79px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m80 {
  margin: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.mt81 {
  margin-top: 81px !important;
}

.mr81 {
  margin-right: 81px !important;
}

.mb81 {
  margin-bottom: 81px !important;
}

.ml81 {
  margin-left: 81px !important;
}

.m81 {
  margin: 81px !important;
}

.pt81 {
  padding-top: 81px !important;
}

.pr81 {
  padding-right: 81px !important;
}

.pb81 {
  padding-bottom: 81px !important;
}

.pl81 {
  padding-left: 81px !important;
}

.p81 {
  padding: 81px !important;
}

.mt82 {
  margin-top: 82px !important;
}

.mr82 {
  margin-right: 82px !important;
}

.mb82 {
  margin-bottom: 82px !important;
}

.ml82 {
  margin-left: 82px !important;
}

.m82 {
  margin: 82px !important;
}

.pt82 {
  padding-top: 82px !important;
}

.pr82 {
  padding-right: 82px !important;
}

.pb82 {
  padding-bottom: 82px !important;
}

.pl82 {
  padding-left: 82px !important;
}

.p82 {
  padding: 82px !important;
}

.mt83 {
  margin-top: 83px !important;
}

.mr83 {
  margin-right: 83px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.ml83 {
  margin-left: 83px !important;
}

.m83 {
  margin: 83px !important;
}

.pt83 {
  padding-top: 83px !important;
}

.pr83 {
  padding-right: 83px !important;
}

.pb83 {
  padding-bottom: 83px !important;
}

.pl83 {
  padding-left: 83px !important;
}

.p83 {
  padding: 83px !important;
}

.mt84 {
  margin-top: 84px !important;
}

.mr84 {
  margin-right: 84px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.m84 {
  margin: 84px !important;
}

.pt84 {
  padding-top: 84px !important;
}

.pr84 {
  padding-right: 84px !important;
}

.pb84 {
  padding-bottom: 84px !important;
}

.pl84 {
  padding-left: 84px !important;
}

.p84 {
  padding: 84px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.m85 {
  margin: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.mt86 {
  margin-top: 86px !important;
}

.mr86 {
  margin-right: 86px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}

.ml86 {
  margin-left: 86px !important;
}

.m86 {
  margin: 86px !important;
}

.pt86 {
  padding-top: 86px !important;
}

.pr86 {
  padding-right: 86px !important;
}

.pb86 {
  padding-bottom: 86px !important;
}

.pl86 {
  padding-left: 86px !important;
}

.p86 {
  padding: 86px !important;
}

.mt87 {
  margin-top: 87px !important;
}

.mr87 {
  margin-right: 87px !important;
}

.mb87 {
  margin-bottom: 87px !important;
}

.ml87 {
  margin-left: 87px !important;
}

.m87 {
  margin: 87px !important;
}

.pt87 {
  padding-top: 87px !important;
}

.pr87 {
  padding-right: 87px !important;
}

.pb87 {
  padding-bottom: 87px !important;
}

.pl87 {
  padding-left: 87px !important;
}

.p87 {
  padding: 87px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.m88 {
  margin: 88px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pr88 {
  padding-right: 88px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pl88 {
  padding-left: 88px !important;
}

.p88 {
  padding: 88px !important;
}

.mt89 {
  margin-top: 89px !important;
}

.mr89 {
  margin-right: 89px !important;
}

.mb89 {
  margin-bottom: 89px !important;
}

.ml89 {
  margin-left: 89px !important;
}

.m89 {
  margin: 89px !important;
}

.pt89 {
  padding-top: 89px !important;
}

.pr89 {
  padding-right: 89px !important;
}

.pb89 {
  padding-bottom: 89px !important;
}

.pl89 {
  padding-left: 89px !important;
}

.p89 {
  padding: 89px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.m90 {
  margin: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.mt91 {
  margin-top: 91px !important;
}

.mr91 {
  margin-right: 91px !important;
}

.mb91 {
  margin-bottom: 91px !important;
}

.ml91 {
  margin-left: 91px !important;
}

.m91 {
  margin: 91px !important;
}

.pt91 {
  padding-top: 91px !important;
}

.pr91 {
  padding-right: 91px !important;
}

.pb91 {
  padding-bottom: 91px !important;
}

.pl91 {
  padding-left: 91px !important;
}

.p91 {
  padding: 91px !important;
}

.mt92 {
  margin-top: 92px !important;
}

.mr92 {
  margin-right: 92px !important;
}

.mb92 {
  margin-bottom: 92px !important;
}

.ml92 {
  margin-left: 92px !important;
}

.m92 {
  margin: 92px !important;
}

.pt92 {
  padding-top: 92px !important;
}

.pr92 {
  padding-right: 92px !important;
}

.pb92 {
  padding-bottom: 92px !important;
}

.pl92 {
  padding-left: 92px !important;
}

.p92 {
  padding: 92px !important;
}

.mt93 {
  margin-top: 93px !important;
}

.mr93 {
  margin-right: 93px !important;
}

.mb93 {
  margin-bottom: 93px !important;
}

.ml93 {
  margin-left: 93px !important;
}

.m93 {
  margin: 93px !important;
}

.pt93 {
  padding-top: 93px !important;
}

.pr93 {
  padding-right: 93px !important;
}

.pb93 {
  padding-bottom: 93px !important;
}

.pl93 {
  padding-left: 93px !important;
}

.p93 {
  padding: 93px !important;
}

.mt94 {
  margin-top: 94px !important;
}

.mr94 {
  margin-right: 94px !important;
}

.mb94 {
  margin-bottom: 94px !important;
}

.ml94 {
  margin-left: 94px !important;
}

.m94 {
  margin: 94px !important;
}

.pt94 {
  padding-top: 94px !important;
}

.pr94 {
  padding-right: 94px !important;
}

.pb94 {
  padding-bottom: 94px !important;
}

.pl94 {
  padding-left: 94px !important;
}

.p94 {
  padding: 94px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.m95 {
  margin: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.m96 {
  margin: 96px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pr96 {
  padding-right: 96px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pl96 {
  padding-left: 96px !important;
}

.p96 {
  padding: 96px !important;
}

.mt97 {
  margin-top: 97px !important;
}

.mr97 {
  margin-right: 97px !important;
}

.mb97 {
  margin-bottom: 97px !important;
}

.ml97 {
  margin-left: 97px !important;
}

.m97 {
  margin: 97px !important;
}

.pt97 {
  padding-top: 97px !important;
}

.pr97 {
  padding-right: 97px !important;
}

.pb97 {
  padding-bottom: 97px !important;
}

.pl97 {
  padding-left: 97px !important;
}

.p97 {
  padding: 97px !important;
}

.mt98 {
  margin-top: 98px !important;
}

.mr98 {
  margin-right: 98px !important;
}

.mb98 {
  margin-bottom: 98px !important;
}

.ml98 {
  margin-left: 98px !important;
}

.m98 {
  margin: 98px !important;
}

.pt98 {
  padding-top: 98px !important;
}

.pr98 {
  padding-right: 98px !important;
}

.pb98 {
  padding-bottom: 98px !important;
}

.pl98 {
  padding-left: 98px !important;
}

.p98 {
  padding: 98px !important;
}

.mt99 {
  margin-top: 99px !important;
}

.mr99 {
  margin-right: 99px !important;
}

.mb99 {
  margin-bottom: 99px !important;
}

.ml99 {
  margin-left: 99px !important;
}

.m99 {
  margin: 99px !important;
}

.pt99 {
  padding-top: 99px !important;
}

.pr99 {
  padding-right: 99px !important;
}

.pb99 {
  padding-bottom: 99px !important;
}

.pl99 {
  padding-left: 99px !important;
}

.p99 {
  padding: 99px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.m100 {
  margin: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.f8 {
  font-size: 8px !important;
  font-size: 0.8rem !important;
}

.f9 {
  font-size: 9px !important;
  font-size: 0.9rem !important;
}

.f10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.f11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.f21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.f31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.f34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.f35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.f36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.f37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.f38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.f39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.f40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.f41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.f42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.color_red {
  color: #C60E3B;
}

.color_gray {
  color: #555;
}

.color_black {
  color: #333;
}

.color_white {
  color: #FFF;
}

.t_danger {
  color: #C60E3B;
}

.en {
  font-family: Roboto;
}

.tac {
  text-align: center !important;
}

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

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.display_none {
  display: none;
}

.bg_gray, .concept .material_wrapper {
  background-color: #f0f0f0;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.note {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.note:before {
  content: "●";
  color: #C60E3B;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 5px;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container-full {
  width: 100%;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.grid_1 {
  width: 4.16667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_1 {
  padding-left: 4.16667%;
  padding-right: 4.16667%;
}

.grid_1_pull {
  margin-right: 4.16667%;
}

.grid_1_push {
  margin-left: 4.16667%;
}

.grid_2 {
  width: 8.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_2 {
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.grid_2_pull {
  margin-right: 8.33333%;
}

.grid_2_push {
  margin-left: 8.33333%;
}

.grid_3 {
  width: 12.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_3 {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.grid_3_pull {
  margin-right: 12.5%;
}

.grid_3_push {
  margin-left: 12.5%;
}

.grid_4 {
  width: 16.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_4 {
  padding-left: 16.66667%;
  padding-right: 16.66667%;
}

.grid_4_pull {
  margin-right: 16.66667%;
}

.grid_4_push {
  margin-left: 16.66667%;
}

.grid_5 {
  width: 20.83333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_5 {
  padding-left: 20.83333%;
  padding-right: 20.83333%;
}

.grid_5_pull {
  margin-right: 20.83333%;
}

.grid_5_push {
  margin-left: 20.83333%;
}

.grid_6 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_6 {
  padding-left: 25%;
  padding-right: 25%;
}

.grid_6_pull {
  margin-right: 25%;
}

.grid_6_push {
  margin-left: 25%;
}

.grid_7 {
  width: 29.16667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_7 {
  padding-left: 29.16667%;
  padding-right: 29.16667%;
}

.grid_7_pull {
  margin-right: 29.16667%;
}

.grid_7_push {
  margin-left: 29.16667%;
}

.grid_8 {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_8 {
  padding-left: 33.33333%;
  padding-right: 33.33333%;
}

.grid_8_pull {
  margin-right: 33.33333%;
}

.grid_8_push {
  margin-left: 33.33333%;
}

.grid_9 {
  width: 37.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_9 {
  padding-left: 37.5%;
  padding-right: 37.5%;
}

.grid_9_pull {
  margin-right: 37.5%;
}

.grid_9_push {
  margin-left: 37.5%;
}

.grid_10 {
  width: 41.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_10 {
  padding-left: 41.66667%;
  padding-right: 41.66667%;
}

.grid_10_pull {
  margin-right: 41.66667%;
}

.grid_10_push {
  margin-left: 41.66667%;
}

.grid_11 {
  width: 45.83333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_11 {
  padding-left: 45.83333%;
  padding-right: 45.83333%;
}

.grid_11_pull {
  margin-right: 45.83333%;
}

.grid_11_push {
  margin-left: 45.83333%;
}

.grid_12 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_12 {
  padding-left: 50%;
  padding-right: 50%;
}

.grid_12_pull {
  margin-right: 50%;
}

.grid_12_push {
  margin-left: 50%;
}

.grid_13 {
  width: 54.16667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_13 {
  padding-left: 54.16667%;
  padding-right: 54.16667%;
}

.grid_13_pull {
  margin-right: 54.16667%;
}

.grid_13_push {
  margin-left: 54.16667%;
}

.grid_14 {
  width: 58.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_14 {
  padding-left: 58.33333%;
  padding-right: 58.33333%;
}

.grid_14_pull {
  margin-right: 58.33333%;
}

.grid_14_push {
  margin-left: 58.33333%;
}

.grid_15 {
  width: 62.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_15 {
  padding-left: 62.5%;
  padding-right: 62.5%;
}

.grid_15_pull {
  margin-right: 62.5%;
}

.grid_15_push {
  margin-left: 62.5%;
}

.grid_16 {
  width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_16 {
  padding-left: 66.66667%;
  padding-right: 66.66667%;
}

.grid_16_pull {
  margin-right: 66.66667%;
}

.grid_16_push {
  margin-left: 66.66667%;
}

.grid_17 {
  width: 70.83333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_17 {
  padding-left: 70.83333%;
  padding-right: 70.83333%;
}

.grid_17_pull {
  margin-right: 70.83333%;
}

.grid_17_push {
  margin-left: 70.83333%;
}

.grid_18 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_18 {
  padding-left: 75%;
  padding-right: 75%;
}

.grid_18_pull {
  margin-right: 75%;
}

.grid_18_push {
  margin-left: 75%;
}

.grid_19 {
  width: 79.16667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_19 {
  padding-left: 79.16667%;
  padding-right: 79.16667%;
}

.grid_19_pull {
  margin-right: 79.16667%;
}

.grid_19_push {
  margin-left: 79.16667%;
}

.grid_20 {
  width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_20 {
  padding-left: 83.33333%;
  padding-right: 83.33333%;
}

.grid_20_pull {
  margin-right: 83.33333%;
}

.grid_20_push {
  margin-left: 83.33333%;
}

.grid_21 {
  width: 87.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_21 {
  padding-left: 87.5%;
  padding-right: 87.5%;
}

.grid_21_pull {
  margin-right: 87.5%;
}

.grid_21_push {
  margin-left: 87.5%;
}

.grid_22 {
  width: 91.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_22 {
  padding-left: 91.66667%;
  padding-right: 91.66667%;
}

.grid_22_pull {
  margin-right: 91.66667%;
}

.grid_22_push {
  margin-left: 91.66667%;
}

.grid_23 {
  width: 95.83333%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_23 {
  padding-left: 95.83333%;
  padding-right: 95.83333%;
}

.grid_23_pull {
  margin-right: 95.83333%;
}

.grid_23_push {
  margin-left: 95.83333%;
}

.grid_24 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid_wrap_24 {
  padding-left: 100%;
  padding-right: 100%;
}

.grid_24_pull {
  margin-right: 100%;
}

.grid_24_push {
  margin-left: 100%;
}

.grid_row {
  margin-left: 10px;
  margin-right: 10px;
}

.pc_show {
  display: block;
}

.sp_show {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_show {
    display: none;
  }

  .sp_show {
    display: block;
  }
}
/*
    title
*/
.title_lv1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 1px;
}
.title_lv1.title_border {
  position: relative;
  padding-bottom: 16px;
}
.title_lv1.title_border:after {
  display: block;
  content: "";
  position: absolute;
  width: 110px;
  height: 0;
  border-bottom: 5px solid #C60E3B;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title_lv2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.title_lv2.title_border {
  border-left: 7px solid #C60E3B;
  padding-left: 17px;
  height: 36px;
  line-height: 36px;
}
.title_lv2.red_block {
  color: #fff;
  background-color: #C60E3B;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 32px;
  border-radius: 3px;
}

.title_lv3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.title_lv4 {
  display: inline-block;
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
}

.title_lv5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 11px;
  letter-spacing: 1px;
}
.title_lv5.title_border {
  border-left: 4px solid #C60E3B;
  padding-left: 10px;
  height: 18px;
  line-height: 18px;
}

.title_lv6 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.4;
}

.title_fs16 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.title_fs18 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.9px;
  line-height: 1.5;
}

.title_fs30 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3.1px;
  line-height: 1.5;
}

.title_fs36 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/*
    subtitle
*/
.subtitle_fs3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

/*
    lead
*/
.lead_fs16 {
  font-size: 1.6rem;
  letter-spacing: 1.7px;
  line-height: 2;
}

/*
    text
*/
.text_fs12, .lifeathlete_list .d_flex .grid_8 .text, .lifeathlete_list .flex_box_wrap .grid_8 .text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.text_fs14 {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 1.4;
}

.text_fs16 {
  font-size: 1.6rem;
  letter-spacing: 1.7px;
}

.text_fs20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.text_fs24 {
  font-size: 2.4rem;
  letter-spacing: 2.5px;
  letter-spacing: 1.2;
}

.text_fs28 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.6px;
}

/*
    btn
*/
.btn, .btn_red, .btn_gray, .btn_white {
  transition: .3s;
}
.btn a, .btn_red a, .btn_gray a, .btn_white a,
.btn .btn_inner,
.btn_red .btn_inner,
.btn_gray .btn_inner,
.btn_white .btn_inner {
  display: block;
  height: 100%;
  letter-spacing: 1px;
}
.btn.btn_border, .btn_border.btn_red, .btn_border.btn_gray, .btn_border.btn_white {
  border: 1px solid #979797;
  padding-left: 10px;
  padding-right: 10px;
}
.btn:hover, .btn_red:hover, .btn_gray:hover, .btn_white:hover {
  opacity: .6;
}

.btn_red {
  background-color: #C60E3B;
  height: 40px;
  line-height: 40px;
}
.btn_red a,
.btn_red .btn_inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
}
.btn_red a i,
.btn_red .btn_inner i {
  padding-right: 11px;
}
.btn_red.btn_arrow_right a {
  position: relative;
}
.btn_red.btn_arrow_right a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.btn_gray {
  background-color: #CCC;
  height: 40px;
  line-height: 40px;
}
.btn_gray a,
.btn_gray .btn_inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
}
.btn_gray a i,
.btn_gray .btn_inner i {
  padding-right: 11px;
}
.btn_gray.btn_arrow_right a {
  position: relative;
}
.btn_gray.btn_arrow_right a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.btn_white {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}
.btn_white a,
.btn_white .btn_inner {
  color: #555;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
}
.btn_white a i,
.btn_white .btn_inner i {
  padding-right: 11px;
  color: #C60E3B;
}
.btn_white.btn_border {
  border: 1px solid #979797;
}
.btn_white.btn_border a {
  padding-left: 10px;
  padding-right: 10px;
}
.btn_white.btn_arrow_left a {
  position: relative;
}
.btn_white.btn_arrow_left a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: #C60E3B;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.link_border {
  border-bottom: 1px solid #555;
}

.link_arrow {
  font-weight: bold;
  margin-right: 10px;
}
.link_arrow i {
  padding-right: 6px;
  color: #C60E3B;
}

.more_btn {
  text-align: right;
  margin-top: 5px;
}
.more_btn .text {
  color: #555555;
  font-size: 1.4rem;
  letter-spacing: 0.127rem;
}
.more_btn a {
  transition: 0.3s;
  display: block;
}
.more_btn a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  color: #C60E3B;
  font-size: 2rem;
  padding-right: 7px;
  position: relative;
  top: 2px;
  font-weight: 900;
}
.more_btn a:hover {
  opacity: .6;
}

.btn_close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  /* border: 1px solid #CCC; */
  text-indent: -9999px;
}
.btn_close a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn_close a span:before, .btn_close a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  width: 84%;
  height: 3px;
  margin: -8% 0 0 -42%;
  background: #666;
}
.btn_close a span:before {
  transform: rotate(-45deg);
}
.btn_close a span:after {
  transform: rotate(45deg);
}

/*
    list
*/
.list .item:not(:last-child) {
  margin-bottom: 8px;
}
.list.cube_red .item {
  position: relative;
  padding-left: 14px;
  letter-spacing: 1.7px;
  line-height: 1.5;
}
.list.cube_red .item:before {
  content: "●";
  color: #C60E3B;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 5px;
}

/*
    table
*/
.table table {
  width: 100%;
}
.table th,
.table td {
  border: 1px solid #B8B8B8;
}
.table thead {
  height: 55px;
  background-color: #F2F2F2;
}
.table thead th,
.table thead td {
  text-align: center;
  font-weight: bold;
  padding: 12px 14px;
}
.table tbody th,
.table tbody td {
  text-align: left;
  padding: 12px 16px;
}
.table tbody td .section {
  margin-bottom: 16px;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}
.table tbody td .section .title {
  margin-bottom: 8px;
  font-weight: bold;
}
.table tbody td .section .text {
  line-height: 1.4;
}
.table.table_2 tbody th {
  font-weight: bold;
  border-right: none;
  background-color: #F2F2F2;
  width: 260px;
}
.table.table_2 tbody td {
  border-left: none;
}
.table.table_list tbody th {
  font-weight: bold;
  border-left: none;
  border-right: none;
  width: 140px;
}
.table.table_list tbody td {
  border-left: none;
  border-right: none;
}

/*
    wrap
*/
.d_flex, .flex_box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.d_flex.flex_center, .flex_center.flex_box_wrap {
  justify-content: center;
}
.d_flex.col_2, .col_2.flex_box_wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.d_flex.col_2 .item, .col_2.flex_box_wrap .item {
  flex-basis: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.d_flex.col_3, .col_3.flex_box_wrap {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -13px;
}
.d_flex.col_3 .item, .col_3.flex_box_wrap .item {
  flex-basis: 33.3%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 13px;
}
.d_flex.col_5, .col_5.flex_box_wrap {
  margin-left: -12px;
  margin-right: -12px;
}
.d_flex.col_5 .item, .col_5.flex_box_wrap .item {
  flex-basis: 20%;
  padding-left: 12px;
  padding-right: 12px;
}

.flex_box_wrap .item .box {
  height: 100%;
  border: 2px solid #B8B8B8;
  padding: 7px;
}
.flex_box_wrap .item .box .img {
  text-align: center;
  background-color: #F2F2F2;
  margin-bottom: 5px;
}

.menu_btn_wrap {
  background-color: #F2F2F2;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.box_red {
  background-color: #FFEAEB;
  padding: 24px;
}
.box_red .title {
  margin-bottom: 15px;
}

.img_info_wrap .img {
  margin-bottom: 15px;
}
.img_info_wrap .lead {
  font-weight: bold;
  letter-spacing: 1.7px;
  line-height: 1.6;
  margin-bottom: 19px;
}
.img_info_wrap .caption {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: 1.7;
}

.section_mb0 .section {
  margin-bottom: 0;
}

.section_mb16 .section {
  margin-bottom: 16px;
}

.section_mb24 .section {
  margin-bottom: 24px;
}

.section_mb32 .section {
  margin-bottom: 32px;
}

.section_mb40 .section {
  margin-bottom: 40px;
}

.section_mb52 {
  margin-bottom: -52px;
}
.section_mb52 .section {
  margin-bottom: 52px;
}

.section_mb80 {
  margin-bottom: -80px;
}
.section_mb80 .section {
  margin-bottom: 80px;
}

.section_mb110 {
  margin-bottom: -110px;
}
.section_mb110 .section {
  margin-bottom: 110px;
}

.section .title {
  margin-bottom: 8px;
}
.section .img_wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.section .img_wrap .img_col {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.img_text_wrap {
  height: 100%;
  position: relative;
}
.img_text_wrap .img img {
  width: 100%;
}
.img_text_wrap .img_text {
  max-width: 724px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_text_wrap .img_text .title {
  text-align: center;
  margin-bottom: 22px;
}

/*
    bread_clumb
*/
.bread_clumb {
  background-color: #F2F2F2;
  height: 30px;
  color: #555;
  margin-bottom: 40px;
}
.bread_clumb .item_wrap {
  font-size: 1.2rem;
  padding-top: 4px;
}
.bread_clumb .item {
  display: inline-block;
}
.bread_clumb .item:not(:last-child):after {
  content: ">";
}
.bread_clumb .item:not(:last-child) a {
  margin-right: 5px;
}
.bread_clumb .item.active {
  color: #000;
}

/*
    content
*/
.content_head {
  margin-bottom: 40px;
}
.content_head .sub_title {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.content_head .lead {
  line-height: 2;
}

.content_main {
  padding-bottom: 100px;
}
.content_main .main_head .lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.8px;
}

.flex_section_wrap {
  display: flex;
}
.flex_section_wrap .section_main {
  flex-basis: 710px;
  margin-right: 25px;
}
.flex_section_wrap .section_side {
  flex-basis: 215px;
}
.flex_section_wrap .section_side .lead {
  font-weight: bold;
  letter-spacing: 1.7px;
  line-height: 1.6;
  margin-bottom: 19px;
}
.flex_section_wrap .section_side .caption {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: 1.7;
}

/*
    page_type_2
*/
.page_type_2 {
  color: #333;
}
.page_type_2 .title_lv1 {
  font-size: 3.6rem;
  margin-top: 60px;
  margin-bottom: 40px;
}
.page_type_2 .title_lv1.title_border:after {
  width: 223px;
}
.page_type_2 .content_head {
  margin-bottom: 50px;
}
.page_type_2 .content_head .lead {
  font-size: 1.4rem;
  line-height: 1.4;
}

.burger {
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: .2s all;
  border: none;
  width: 38px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  padding-left: 5px;
}
.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 100%;
  border-radius: 0.25em;
  background-color: #000;
  height: 0.25em;
  position: absolute;
  transform: rotate(0);
}
.burger .burger-lines:after {
  left: 0;
  top: -1em;
}
.burger .burger-lines:before {
  left: 0em;
  top: 1em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
}
.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  width: 100%;
}
.burger.burger-squeeze.dl-active .burger-lines, .burger.burger-squeeze.dl-active .burger-lines:after, .burger.burger-squeeze.dl-active .burger-lines:before {
  transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
}
.burger.burger-squeeze.dl-active .burger-lines {
  background-color: transparent;
}
.burger.burger-squeeze.dl-active .burger-lines:before, .burger.burger-squeeze.dl-active .burger-lines:after {
  left: 0em;
  top: 0px;
}
.burger.burger-squeeze.dl-active .burger-lines:before {
  transform: rotate(-45deg);
}
.burger.burger-squeeze.dl-active .burger-lines:after {
  transform: rotate(45deg);
}

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li .search {
  padding: 10px 20px;
}
.dl-menuwrapper li .search input {
  width: 90%;
}
.dl-menuwrapper li .search img {
  vertical-align: middle;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #555;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  /* background: rgba(0,0,0,0.1); */
  background: #000;
  color: #FFF;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  /* color: rgba(212,204,198,0.3); */
  color: #C60E3B;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  /* color: rgba(0,0,0,0.15); */
  color: #C60E3B;
}

.dl-menuwrapper .dl-menu {
  /* margin: 5px 0 0 0; */
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  /* top: 50px; */
  top: 45px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

/* Colors for demos */
@media screen and (min-width: 768px) {
  body:not(.fs-body-top) {
    padding-top: 90px;
  }
}
#top {
  position: absolute;
  top: 0;
  left: 0;
}

.fs-body-top header.topof {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: none;
}

header {
  padding-top: 10px;
  background-color: white;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: background-color ease 0.3s;
  /* -- -- */
}
header .sp_menu {
  display: none;
}
header .sp_menu .logo_sp {
  width: 75px;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -40px;
}
header .dl-menuwrapper {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 0px;
  }
  header .pc_menu {
    display: none;
  }
  header .sp_menu {
    display: block;
    position: relative;
    z-index: 99;
  }
}
header .logo {
  float: left;
  width: 138px;
}
header .logo img {
  width: 100%;
}
header .header_content {
  float: right;
  letter-spacing: 1px;
  padding-top: 10px;
}
header .header_content .nav_wrap {
  font-size: 1.2rem;
  padding-left: 60px;
  margin-bottom: 20px;
}
header .header_content .nav_wrap .nav {
  float: right;
}
header .header_content .nav_wrap .nav .nav_item {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
}
header .header_content .nav_wrap .nav .nav_item:first-child {
  margin-left: 0;
}
header .header_content .nav_wrap .nav .nav_item a {
  transition: all ease 0.3s;
}
header .header_content .nav_wrap .nav .nav_item a:hover {
  color: #C60E3B;
}
header .header_content .nav_wrap .search {
  float: right;
  margin-left: 25px;
  margin-right: 25px;
  width: 154px;
  position: relative;
  margin-top: -3px;
}
header .header_content .nav_wrap .search .search_input {
  border: 0;
  border-bottom: 1px solid #979797;
  width: 154px;
  font-size: 100%;
  outline: 0;
  background-color: transparent;
}
header .header_content .nav_wrap .search .search_btn {
  border: 0;
  position: absolute;
  right: 0;
  top: -2px;
  background: transparent;
}
header .header_content .nav_wrap .search .search_btn img {
  width: 14px;
  height: auto;
}
header .header_content .nav_wrap .icon {
  float: right;
}
header .header_content .nav_wrap .icon .item {
  float: left;
}
header .header_content .nav_wrap .icon .item:first-child {
  margin-right: 10px;
}
header .header_content .nav_wrap .icon .item a {
  transition: all ease 0.3s;
}
header .header_content .nav_wrap .icon .item a:hover {
  color: #C60E3B;
}
header .header_content .main_menu {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
header .header_content .main_menu .main_menu_list {
  display: flex;
  justify-content: right;
}
header .header_content .main_menu .main_menu_item {
  line-height: 15px;
}
header .header_content .main_menu .main_menu_item > a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
header .header_content .main_menu .main_menu_item > a:after {
  content: "";
  background-color: #ccc;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
header .header_content .main_menu .main_menu_item > a .underline {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
header .header_content .main_menu .main_menu_item > a .underline:before, header .header_content .main_menu .main_menu_item > a .underline:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #C60E3B;
  transition: 0.3s;
}
header .header_content .main_menu .main_menu_item > a .underline:before {
  left: 50%;
}
header .header_content .main_menu .main_menu_item > a .underline:after {
  right: 50%;
}
header .header_content .main_menu .main_menu_item > a .underline:hover:before, header .header_content .main_menu .main_menu_item > a .underline:hover:after {
  width: calc(50% - 15px);
}
header .header_content .main_menu .main_menu_item.last > a:after {
  content: none;
}


/*************20220127追記****************/
header .header_content .main_menu .main_menu_item .triangle_img {
  position: absolute;
  bottom: 15px;
  right: 5px;
  width: 10px;
}
header .header_content .main_menu .main_menu_item.last .triangle_img {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 10px;
}
header .header_content .main_menu .main_menu_item .submenu_wrap {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0;
  z-index: 9999;
  padding-top: 40px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 2px 1px 1px rgba(100, 100, 100, 0.5);
}
header .header_content .main_menu .main_menu_item:hover .submenu_wrap {
  visibility: visible;
  opacity: 1;
}
header .header_content .main_menu .main_menu_item:hover .submenu_wrap.submenu_wrap_series {
  height: 280px;
  height: 350px;/*20211202*/
}
header .header_content .main_menu .main_menu_item:hover .submenu_wrap.submenu_wrap_category {
  height: 220px;
}
header .header_content .main_menu .main_menu_item:hover .submenu_wrap.submenu_wrap_size {
  height: 250px;
}
header .header_content .main_menu .main_menu_item:hover .submenu_wrap.submenu_wrap_project {
  height: 132px;
  padding-top: 20px;
}
header .header_content .main_menu .main_menu_item .submenu {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
header .header_content .main_menu .main_menu_item .submenu .submenu_item {
  box-sizing: border-box;
}
header .header_content .main_menu .main_menu_item .submenu .submenu_item a {
  display: block;
}
header .header_content .main_menu .main_menu_item .submenu.series .submenu_item {
  padding: 0 10px;
  width: 20%;
}
header .header_content .main_menu .main_menu_item .submenu.series .submenu_item .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
header .header_content .main_menu .main_menu_item .submenu.series .submenu_item .pic {
  text-align: center;
}
header .header_content .main_menu .main_menu_item .submenu.series .submenu_item .pic img {
  width: 100%;
}
header .header_content .main_menu .main_menu_item .submenu.series .submenu_item .description {
  padding-top: 20px;
  line-height: 1.4;
}
header .header_content .main_menu .main_menu_item .submenu.category .submenu_item {
  padding: 0 10px;
}
header .header_content .main_menu .main_menu_item .submenu.category .submenu_item .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
header .header_content .main_menu .main_menu_item .submenu.category .submenu_item .pic {
  text-align: center;
  margin-bottom: 20px;
}
header .header_content .main_menu .main_menu_item .submenu.category .submenu_item .description {
  padding-top: 20px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item {
  padding: 0 20px;
  width: auto;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic {
  text-align: center;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image {
  border: 1px solid #979797;
  background-color: #d8d8d8;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.ss80 {
  width: 70px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.ss90 {
  width: 75px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.single {
  width: 80px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.semi-double {
  width: 90px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.double {
  width: 110px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.queen {
  width: 130px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image.king {
  width: 140px;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image .size_initial {
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
header .header_content .main_menu .main_menu_item .submenu.size .submenu_item .pic .size_image .size_name {
  display: block;
  font-size: 1.2rem;
}
header .header_content .main_menu .main_menu_item .submenu.project .submenu_item {
  width: 14.28%;
  padding-left: 10px;
  padding-right: 10px;
}
header .header_content .main_menu .main_menu_item .submenu.project .submenu_item .pic {
  text-align: center;
  margin-bottom: 5px;
}
header .header_content .main_menu .main_menu_item .submenu.project .submenu_item .title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
header .header_content .nav_wrap .icon .item:first-child {
  position: relative;
  z-index: 9999;
}
header .mypageMenu {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  position: absolute;
  left: -60px;
  top: 0px;
  padding-top: 40px;
  z-index: 9999999;
  overflow: hidden;
  height: 0;
  transition: all ease 0.2s;
}
header .mypage:hover .mypageMenu,
header .mypage .mypageMenu:hover {
  visibility: visible;
  height: auto;
  opacity: 1;
}
header .mypageMenu::before,
header .mypageMenu::after {
  content: "";
  display: block;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ccc;
  border-left: 15px solid transparent;
  position: absolute;
  top: 20px;
  left: 85px;
}
header .mypageMenu::after {
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-left: 15px solid transparent;
  top: 22px;
}
header .mypageMenu ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
}
header .mypageMenu ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
header .mypageMenu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header .mypageMenu ul li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
}
header .mypageMenu ul li a:hover {
  text-decoration: underline;
}
header .mypageMenuSp {
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 200px;
  position: absolute;
  top: 60px;
  right: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0px #ccc;
}
header .mypageMenuSp.active {
  display: block;
}
header .mypageMenuSp::before,
header .mypageMenuSp::after {
  content: "";
  display: block;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ccc;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 31px;
}
header .mypageMenuSp::after {
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-left: 15px solid transparent;
  top: -18px;
}
header .mypageMenuSp ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
header .mypageMenuSp ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
header .mypageMenuSp ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header .mypageMenuSp ul li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
}
header .mypageMenuSp ul li a:hover {
  text-decoration: underline;
}
header .sp_menu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
header .sp_menu .icon {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 2.4rem;
}
header .sp_menu .icon .item {
  float: left;
}
header .sp_menu .icon .item:first-child {
  margin-right: 10px;
}
header .sp_menu .dl-menuwrapper .burger.dl-active::after {
  content: "";
  display: block;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 45px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.footer {
  background-color: #fff;
}
.footer .scr_btn_wrap {
  position: relative;
}
.footer .scr_btn_wrap .scr_btn {
  width: 65px;
  height: 65px;
  background-color: #C60E3B;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 999;
}
.footer .scr_btn_wrap .scr_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 13px;
  padding-left: 2px;
}
.footer .scr_btn_wrap .scr_btn i {
  color: #fff;
  font-size: 35px;
}

footer {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #979797;
}
footer p {
  letter-spacing: 0;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
footer .inner > * {
  display: table;
}
footer .inner .footerNav {
  width: 100%;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  footer .inner .footerNav {
    padding-bottom: 31px;
  }
}
footer .inner .footerNav > li {
  display: table-cell;
  vertical-align: top;
  font-size: 1.1rem;
  padding-left: 16px;
  padding-right: 16px;
}
footer .inner .footerNav > li dt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer .inner .footerNav > li dt {
    margin-bottom: 13px;
  }
  footer .inner .footerNav > li dt.list_head_corp {
    min-width: 56px;
  }
}

@media only screen and (min-width: 768px) {
  footer .inner .footerNav > li dd.col_2 .col_num_1 {
    padding-right: 16px;
    width: 50%;
    float: left;
  }

  footer .inner .footerNav > li dd.col_2 .col_num_2 {
    padding-left: 16px;
    width: 50%;
    float: right;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  footer .inner .footerNav > li dd ul + ul {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #979797;
  }
}
@media only screen and (min-width: 768px) {
  footer .inner .footerNav > li dd li {
    margin-bottom: 4px;
  }

  footer .inner .footerNav > li dd li.list_head {
    border-left: 3px solid #000;
    padding-left: 5px;
    line-height: 1.1rem;
    margin-bottom: 12px;
  }

  footer .inner .footerNav > li dd li.list_head_2 {
    margin-top: 20px;
  }

  footer .inner .footerNav > li dd li.list_item_history {
    min-width: 132px;
  }

  footer .inner .footerNav > li dd li.list_item_kouhanpatu {
    min-width: 110px;
  }

  footer .inner .footerNav > li dd li.list_item_media {
    min-width: 88px;
  }
}
@media only screen and (max-width: 767px) {
  footer .inner .footerNav > li dd li.list_head {
    font-weight: bold;
    font-size: 14px;
    padding: 12px 5px 12px 20px;
    border-bottom: 1px solid #EEE;
  }
}
@media only screen and (min-width: 768px) {
  footer .inner .footerNav > li dd {
    display: block !important;
  }

  footer .inner .footerNav > li dd + dt {
    margin-top: 10px;
  }
}
footer .inner .footerNav > li .subNavi {
  font-size: 1.0rem;
  text-indent: 1em;
}

footer .footer_bottom {
  padding-bottom: 34px;
}

@media only screen and (min-width: 768px) {
  footer .footer_bottom {
    background: #F3F3F3;
    padding-top: 32px;
  }
}
footer .footer_bottom .inner {
  position: relative;
}

footer .footer_bottom .inner .footerNav {
  margin-left: 200px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .inner .footerNav {
    margin-left: 0;
  }
}
footer .footer_bottom .inner .otherNav {
  position: absolute;
  top: 0;
  left: 20px;
  min-width: 200px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .inner .otherNav {
    position: static;
  }
}
footer .footer_bottom .inner .otherNav .head {
  font-size: 18px;
}

footer .footer_bottom .inner .otherNav .address {
  font-size: 12px;
  margin-bottom: 34px;
}

footer .footer_bottom .inner .otherNav .sns a {
  display: inline-block;
  margin-right: 8px;
}

footer .copyright {
  padding: 5px 0;
  background: #2F2F2F;
  color: #FFF;
  font-size: 1.0rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }

  footer .inner {
    display: block;
    padding: 0;
  }

  footer .inner > * {
    display: block;
  }

  footer .inner .footerNav > li {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }

  footer .inner .footerNav > li a,
  footer .inner .footerNav > li dt {
    position: relative;
    display: block;
    padding: 12px 5px 12px 20px;
    border-bottom: 1px solid #EEE;
    font-weight: normal;
  }

  footer .inner .footerNav > li > ul > li > a:before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #ef9898;
    content: '';
  }

  footer .inner .footerNav > li dt {
    cursor: pointer;
  }

  footer .inner .footerNav > li dt:before,
  footer .inner .footerNav > li dt:after {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #9a9a9a;
    content: '';
    transition: .2s;
  }

  footer .inner .footerNav > li dt:after {
    transform: rotate(90deg);
  }

  footer .inner .footerNav > li dt.active:before {
    opacity: 0;
  }

  footer .inner .footerNav > li dt.active:after {
    transform: rotate(0);
  }

  footer .inner .footerNav > li dd {
    display: none;
    font-size: 1.1rem;
  }

  footer .inner .otherNav {
    max-width: none;
    margin-top: 20px;
    text-align: center;
  }

  footer .inner .otherNav .tel {
    font-size: 1.4rem;
  }

  footer .inner .otherNav .tel a {
    font-size: 1.6rem;
  }

  footer .inner .otherNav .logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .shop_list .shop .d_flex.col_2, .shop_list .shop .col_2.flex_box_wrap {
    display: block;
  }
}
.shop_list .shop .d_flex.col_2 .item, .shop_list .shop .col_2.flex_box_wrap .item {
  margin-bottom: 40px;
}
.shop_list .shop .d_flex.col_2 .item .title, .shop_list .shop .col_2.flex_box_wrap .item .title {
  margin-bottom: 5px;
}
.shop_list .shop .d_flex.col_2 .item .address, .shop_list .shop .col_2.flex_box_wrap .item .address {
  line-height: 1.5;
  margin-bottom: 15px;
}
.shop_list .shop .d_flex.col_2 .item .link, .shop_list .shop .col_2.flex_box_wrap .item .link {
  margin-bottom: 18px;
}
.shop_list .shop .d_flex.col_2 .item .info, .shop_list .shop .col_2.flex_box_wrap .item .info {
  margin-bottom: 16px;
}
.shop_list .shop .d_flex.col_2 .item .tag_wrap, .shop_list .shop .col_2.flex_box_wrap .item .tag_wrap {
  margin-left: -2px;
  margin-right: -2px;
}
.shop_list .shop .d_flex.col_2 .item .tag_wrap .tag_col, .shop_list .shop .col_2.flex_box_wrap .item .tag_wrap .tag_col {
  float: left;
  font-size: 1.2rem;
  height: 18px;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
}
.shop_list .shop .d_flex.col_2 .item .tag_wrap .tag_col.oasis, .shop_list .shop .col_2.flex_box_wrap .item .tag_wrap .tag_col.oasis {
  background-color: #5F8FF1;
}
.shop_list .shop .d_flex.col_2 .item .tag_wrap .tag_col.magic, .shop_list .shop .col_2.flex_box_wrap .item .tag_wrap .tag_col.magic {
  background-color: #D948CB;
}
.shop_list .shop .d_flex.col_2 .item .tag_wrap .tag_col.pillow, .shop_list .shop .col_2.flex_box_wrap .item .tag_wrap .tag_col.pillow {
  background-color: #82CD6F;
}
.shop_list .shop:last-child {
  margin-bottom: -40px;
}

.lifeathlete_list .d_flex, .lifeathlete_list .flex_box_wrap {
  margin-bottom: -40px;
}
.lifeathlete_list .d_flex.grid_row, .lifeathlete_list .grid_row.flex_box_wrap {
  margin-left: -6px;
  margin-right: -6px;
}
.lifeathlete_list .d_flex .grid_8, .lifeathlete_list .flex_box_wrap .grid_8 {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lifeathlete_list .d_flex .grid_8, .lifeathlete_list .flex_box_wrap .grid_8 {
    width: 100%;
  }
}
.lifeathlete_list .d_flex .grid_8 .genre, .lifeathlete_list .flex_box_wrap .grid_8 .genre,
.lifeathlete_list .d_flex .grid_8 .text,
.lifeathlete_list .flex_box_wrap .grid_8 .text {
  padding-left: 115px;
}
.lifeathlete_list .d_flex .grid_8 .genre, .lifeathlete_list .flex_box_wrap .grid_8 .genre {
  color: #C60E3B;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.lifeathlete_list .d_flex .grid_8 .name_wrap, .lifeathlete_list .flex_box_wrap .grid_8 .name_wrap {
  color: #fff;
  background-color: #C60E3B;
  height: 45px;
  border-radius: 27px;
  margin-left: 20px;
  padding-left: 103px;
}
.lifeathlete_list .d_flex .grid_8 .name_wrap .kana, .lifeathlete_list .flex_box_wrap .grid_8 .name_wrap .kana {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 5px;
}
.lifeathlete_list .d_flex .grid_8 .name_wrap .name, .lifeathlete_list .flex_box_wrap .grid_8 .name_wrap .name {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 4px;
}
.lifeathlete_list .d_flex .grid_8 .text, .lifeathlete_list .flex_box_wrap .grid_8 .text {
  margin-top: 6px;
}
.lifeathlete_list .d_flex .grid_8 .img, .lifeathlete_list .flex_box_wrap .grid_8 .img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 16px;
}
.lifeathlete_list .d_flex .grid_8 .modal, .lifeathlete_list .flex_box_wrap .grid_8 .modal {
  opacity: 0;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 38px;
}
.lifeathlete_list .d_flex .grid_8 .modal .text, .lifeathlete_list .flex_box_wrap .grid_8 .modal .text {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lifeathlete_list .d_flex .grid_8:hover .modal, .lifeathlete_list .flex_box_wrap .grid_8:hover .modal, .lifeathlete_list .d_flex .grid_8.hover .modal, .lifeathlete_list .flex_box_wrap .grid_8.hover .modal {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
}

.page_campaign .list_wrap,
.page_special .list_wrap {
  max-width: 1000px;
  margin: auto;
  margin-bottom: -20px;
}
.page_campaign .list_wrap .item,
.page_special .list_wrap .item {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_campaign .list_wrap .item,
  .page_special .list_wrap .item {
    width: 100%;
  }
}
.page_campaign .list_wrap .item a,
.page_special .list_wrap .item a {
  transition: .3s;
}
.page_campaign .list_wrap .item a:hover,
.page_special .list_wrap .item a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .page_guide .col_3.flex_box_wrap .item {
    flex-basis: 50%;
  }
  .page_guide .btn_red {
    height: auto;
    line-height: unset;
  }
  .page_guide .btn_red a {
    font-size: 1.4rem;
  }
}
.page_corp_custmers .content_main {
  padding-bottom: 40px;
}
.page_corp_custmers .content_main .introduction_list {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .page_corp_custmers .content_main .introduction_list .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page_corp_custmers .content_main .introduction_list .item .img {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page_corp_custmers .content_main .introduction_list .item .img {
    margin-bottom: 10px;
  }
}
.page_corp_custmers .content_main .introduction_list .item .img img {
  width: 100%;
}
.page_corp_custmers .content_main .introduction_list .item .title {
  line-height: 29px;
  margin-bottom: 20px;
}
.page_corp_custmers .content_main .btn_red {
  max-width: 341px;
  margin: auto;
}
.page_corp_custmers .content_main .btn_red a {
  text-align: center;
  padding-left: 0;
}
.page_corp_custmers .content_main .btn_red a:after {
  right: 20px;
}
.page_corp_custmers .content_footer .contact_box_wrap {
  border-top: 1px solid #B8B8B8;
  max-width: 980px;
  width: 100%;
  padding-top: 40px;
  padding-left: 44px;
  padding-right: 44px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page_corp_custmers .content_footer .contact_box_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.page_corp_custmers .content_footer .contact_box {
  background-color: #F2F2F2;
  border-radius: 4px;
  text-align: center;
  padding: 32px 10px;
}
.page_corp_custmers .content_footer .contact_box .catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.page_corp_custmers .content_footer .contact_box .btn_red {
  max-width: 608px;
  height: 80px;
  margin: auto;
  margin-bottom: 40px;
}
.page_corp_custmers .content_footer .contact_box .btn_red a {
  font-size: 2.4rem;
  line-height: 80px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page_corp_custmers .content_footer .contact_box .btn_red a {
    font-size: 1.8rem;
  }
}
.page_corp_custmers .content_footer .contact_box .btn_red a:after {
  right: 42px;
}
@media screen and (max-width: 767px) {
  .page_corp_custmers .content_footer .contact_box .btn_red a:after {
    right: 15px;
  }
}
.page_corp_custmers .content_footer .contact_box .tel {
  margin-bottom: 16px;
}

.series {
  /*
  * -------------------
  * itembox part
  * -------------------
  */
}
.series .parallax {
  height: 50vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .series .parallax {
    height: 30vh;
  }
}
.series .parallax .series_info {
  font-weight: bold;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all ease 1s;
}
.series .parallax .series_info.pos_l {
  left: 100px;
}
.series .parallax .series_info.pos_l.active {
  left: 0;
  opacity: 1;
}
.series .parallax .series_info.pos_r {
  right: 100px;
}
.series .parallax .series_info.pos_r.active {
  right: 0;
  opacity: 1;
}
.series .parallax .series_info .series_name {
  font-size: 1.8rem;
  line-height: 1;
}
.series .parallax .series_info .series_catch {
  font-size: 3.6rem;
  line-height: 1.4;
}
.series .parallax .series_info .series_subcatch {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .series .parallax .series_info .series_name {
    font-size: 1.4rem;
  }
  .series .parallax .series_info .series_catch {
    font-size: 2.2rem;
  }
  .series .parallax .series_info .series_subcatch {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 575px) {
  .series .parallax .series_info {
    padding: 10px;
  }
}
.series .parallax .parallax_bg {
  height: 100%;
  position: relative;
  top: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.series .parallax .parallax_bg.series01_bg {
  background-image: url("../images/series/main_oasis.jpg");
}
.series .parallax .parallax_bg.series01_bg.landscape {
  background-image: url("../images/series/main_oasis_sp.jpg");
}
.series .parallax .parallax_bg.series02_bg {
  background-image: url("../images/series/main_magic.jpg");
}
.series .parallax .parallax_bg.series02_bg.landscape {
  background-image: url("../images/series/main_magic_sp.jpg");
}
.series .parallax .parallax_bg.series03_bg {
  background-image: url("../images/series/main_entry.jpg");
}
.series .parallax .parallax_bg.series03_bg.landscape {
  background-image: url("../images/series/main_entry_sp.jpg");
}
.series .parallax .parallax_bg.series04_bg {
  background-image: url("../images/series/main_k18.jpg");
}
.series .parallax .parallax_bg.series04_bg.landscape {
  background-image: url("../images/series/main_k18_sp.jpg");
}
.series .itembox {
  box-sizing: border-box;
  color: #555;
  background-color: #fff;
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
@media screen and (max-width: 1079px) {
  .series .itembox {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}
.series .itembox .series_title {
  font-size: 3.6rem;
  line-height: 1.4;
}
.series .itembox .series_title .subtitle {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .series .itembox .series_title {
    font-size: 2.4rem;
  }
  .series .itembox .series_title .subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.series .itembox .series_description {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .series .itembox .series_description {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.series .itembox .item_list {
  display: flex;
  flex-wrap: wrap;
}
.series .itembox .item_list .item {
  width: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .series .itembox .item_list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.series .itembox .item_list .item .item_image {
  float: left;
  width: 30%;
}
.series .itembox .item_list .item .item_image img {
  width: 100%;
}
.series .itembox .item_list .item .item_info {
  float: right;
  width: 70%;
  padding-left: 20px;
  box-sizing: border-box;
}
.series .itembox .item_list .item .item_info .item_series {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
.series .itembox .item_list .item .item_info .item_name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .series .itembox .item_list .item .item_info .item_name {
    font-size: 1.6rem;
  }
}
.series .itembox .item_list .item .item_info .variation {
  padding-top: 10px;
}
.series .itembox .item_list .item .item_info .variation li {
  float: left;
  margin-right: 5px;
}
.series .itembox .item_list .item .item_info .variation li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  border: 1px solid #CCC;
  transition: all ease .3s;
}
.series .itembox .item_list .item .item_info .variation li a .fas {
  margin-right: 3px;
  color: #C60E3B;
  transition: color ease .3s;
}
.series .itembox .item_list .item .item_info .variation li a:hover {
  background-color: #C60E3B;
  color: #FFF;
  border-color: #C60E3B;
}
.series .itembox .item_list .item .item_info .variation li a:hover .fas {
  color: #FFF;
}

/*固定する背景*/
@media screen and (max-width: 767px) {
  .page_series_sleep_yokomuki .product-confirm-box__photo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page_series_sleep_yokomuki .jc-between .img,
  .page_series_sleep_yokomuki .yokomuki-feature01-box .img {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page_series_oasis_pillow #detail .detailList figure {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page_series_sleepwear_natural .item-block .items-box {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_series_sleepwear_natural .item-block .items-box .items-box__photo,
  .page_series_sleepwear_natural .item-block .items-box .items-box__photo--02 {
    text-align: center;
  }
}

.page_concept .content_footer,
.page_concept_manufacturing .content_footer,
.page_concept_high_repulsion .content_footer {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page_concept .content_footer,
  .page_concept_manufacturing .content_footer,
  .page_concept_high_repulsion .content_footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_concept .content_footer .grid_wrap_1,
  .page_concept_manufacturing .content_footer .grid_wrap_1,
  .page_concept_high_repulsion .content_footer .grid_wrap_1 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_concept .content_footer .grid_wrap_1 .d_flex.row, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap,
  .page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row,
  .page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap,
  .page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row,
  .page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_concept .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap,
  .page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap,
  .page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap,
  .page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap,
  .page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.page_concept .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a .img, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a .img,
.page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a .img,
.page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a .img,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a .img,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a .img {
  transition: 0.3s;
}
.page_concept .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a:hover .img, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a:hover .img,
.page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a:hover .img,
.page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a:hover .img,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap a:hover .img,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap a:hover .img {
  opacity: 0.6;
}
.page_concept .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text,
.page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text,
.page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text {
  color: #ffffff;
  font-size: 2.4rem;
}
.page_concept .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text .title, .page_concept .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text .title,
.page_concept_manufacturing .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text .title,
.page_concept_manufacturing .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text .title,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .d_flex.row .img_text_wrap .img_text .title,
.page_concept_high_repulsion .content_footer .grid_wrap_1 .row.flex_box_wrap .img_text_wrap .img_text .title {
  margin-bottom: 0;
}

.concept a {
  transition-property: all;
  transition: 0.3s linear;
}
.concept a:hover {
  color: #c60e3b;
}
.concept.kenkosuimin .main_image {
  background-image: url("../images/concept/concept01.jpg");
  background-size: cover;
  background-position: center top;
  height: 50vh;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .main_image {
    height: auto;
    margin-bottom: 10px;
  }
}
.concept.kenkosuimin .main_image .concept_text {
  padding: 30px 40px 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .main_image .concept_text {
    display: block;
    position: static;
    transform: none;
  }
}
.concept.kenkosuimin .main_image .concept_text h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .main_image .concept_text h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.concept.kenkosuimin .c_wrapper {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .c_wrapper {
    margin-bottom: 10px;
  }
}
.concept.kenkosuimin .c_wrapper .link_wrapper {
  margin-top: 20px;
}
.concept.kenkosuimin .c_wrapper .link_wrapper p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #c60e3b;
  border-right: 2px solid #c60e3b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
.concept.kenkosuimin .c_wrapper img {
  display: block;
}
.concept.kenkosuimin .c_wrapper .c_textWrapper {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .c_wrapper .c_textWrapper {
    position: static;
    transform: none;
    width: 100%;
    background-color: transparent;
    color: #555;
    padding: 10px;
  }
}
.concept.kenkosuimin .c_wrapper .c_textWrapper h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .c_wrapper .c_textWrapper h3 {
    font-size: 2rem;
  }
}
.concept.kenkosuimin .c_wrapper .c_textWrapper a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .c_wrapper .c_textWrapper a {
    color: #555;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    font-size: 1.4rem;
    display: block;
  }
}
.concept.kenkosuimin .c_wrapper .c_textWrapper .description {
  width: 50%;
  float: right;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .concept.kenkosuimin .c_wrapper .c_textWrapper .description {
    width: 100%;
    float: none;
  }
}
.concept.kenkosuimin .c_wrapper .c_textWrapper .description a {
  word-break: break-all;
  font-size: 1.2rem;
}
.concept.kenkosuimin .c_wrapper.right .c_textWrapper {
  right: 0;
}
.concept.kenkosuimin .c_wrapper.left .c_textWrapper {
  left: 0px;
}
.concept.kenkosuimin .c_wrapper.left img {
  margin-left: auto;
  margin-right: 0px;
}
.concept.kenkosuimin .part2 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.concept.kenkosuimin .part2 p {
  line-height: 2;
}
.concept.kenkosuimin .part2 .pic_wrapper {
  display: flex;
  justify-content: center;
}
.concept.kenkosuimin .part2 .pic_wrapper .pic {
  padding: 0 10px;
  width: 33.3333%;
}
.concept.kenkosuimin .part2 .pic_wrapper .pic img {
  width: 100%;
}
.concept .material_wrapper .material_list {
  display: flex;
  justify-content: center;
  max-width: 675px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}
.concept .material_wrapper .material_list .material {
  padding: 0 10px;
  width: 33.3333%;
}
.concept .material_wrapper .material_list .pic {
  line-height: 0;
  margin-bottom: 10px;
}
.concept .material_wrapper .material_list .pic img {
  width: 100%;
}
.concept .material_wrapper .material_list .material_name {
  text-align: center;
  font-size: 1.4rem;
}

.page_concept_high_repulsion .content_head {
  margin-bottom: 80px;
}
.page_concept_high_repulsion .content_head .content_head_inner {
  border-bottom: 1px solid #979797;
  max-width: 973px;
  padding-bottom: 80px;
  margin: auto;
}
.page_concept_high_repulsion .content_head .lead {
  max-width: 795px;
  margin: auto;
}
.page_concept_high_repulsion .content_main {
  padding-bottom: 65px;
}
.page_concept_high_repulsion .content_main .section .title {
  text-align: center;
  font-weight: bold;
}
.page_concept_high_repulsion .content_main .section .section_head {
  max-width: 910px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
.page_concept_high_repulsion .content_main .section .section_head .title {
  color: #C60E3B;
  font-size: 2.8rem;
  margin-bottom: 48px;
}
.page_concept_high_repulsion .content_main .merit_block .merit_list .item {
  padding-bottom: 257px;
  position: relative;
}
.page_concept_high_repulsion .content_main .merit_block .merit_list .item:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.page_concept_high_repulsion .content_main .merit_block .merit_list .item .title {
  font-size: 1.8rem;
}
.page_concept_high_repulsion .content_main .merit_block .merit_list .item .text {
  max-width: 250px;
  font-size: 1.6rem;
  margin: auto;
}
.page_concept_high_repulsion .content_main .merit_block .merit_list .item .img {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_concept_high_repulsion .content_main .function_block {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page_concept_high_repulsion .content_main .function_block .section_head {
  margin-bottom: 48px;
}
.page_concept_high_repulsion .content_main .function_block .section_contents {
  max-width: 910px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
.page_concept_high_repulsion .content_main .function_block .function_list .item .item_inner {
  max-width: 395px;
}
.page_concept_high_repulsion .content_main .function_block .function_list .item .img {
  margin-bottom: 13px;
}
.page_concept_high_repulsion .content_main .suggestion_block .section_head {
  margin-bottom: 42px;
}
.page_concept_high_repulsion .content_main .suggestion_block .section_contents .note {
  text-align: right;
}
.page_concept_high_repulsion .content_main .suggestion_block .section_contents .note:before {
  display: none;
}
.page_concept_high_repulsion .content_main .suggestion_block .suggestion_list .item .title {
  font-size: 1.8rem;
}
.page_concept_high_repulsion .content_main .suggestion_block .suggestion_list .item .title .title_inner {
  display: inline-block;
  text-align: left;
}
.page_concept_high_repulsion .content_main .suggestion_block .suggestion_list .item .img {
  margin-bottom: 24px;
}
.page_concept_high_repulsion .content_main .suggestion_block .suggestion_list .item .more_btn {
  text-align: left;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .manufacturing {
    padding-bottom: 20px;
  }
}
.manufacturing .manufacturing_mov_wrapper {
  height: calc(100vh - 90px);
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -100;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_mov_wrapper {
    display: none;
  }
}
.manufacturing .manufacturing_mov_wrapper .manufacturing_mov {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.manufacturing .manufacturing_mov_wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-image: url("../images/concept/overlays/06.png");
  z-index: -1;
}
.manufacturing .manufacturing_mov_caption_wrapper {
  position: relative;
  height: calc(100vh - 121px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_mov_caption_wrapper {
    background-image: url("../images/concept/sp_manufacturing_main.jpg");
    height: auto;
    background-size: cover;
  }
}
.manufacturing .manufacturing_mov_caption_wrapper .manufacturing_mov_caption {
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.manufacturing .manufacturing_mov_caption_wrapper .manufacturing_mov_caption h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_mov_caption_wrapper .manufacturing_mov_caption {
    font-size: 1.6rem;
    padding: 5%;
    position: static;
    transform: none;
  }
  .manufacturing .manufacturing_mov_caption_wrapper .manufacturing_mov_caption h2 {
    font-size: 2.8rem;
  }
}
.manufacturing .manufacturing_main {
  background-size: cover;
  background-position: center center;
  height: 730px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_main {
    height: auto;
  }
}
.manufacturing .manufacturing_main.main_image1 {
  background-image: url("../images/concept/main_manufacturing.png");
}
.manufacturing .manufacturing_main.main_image2 {
  background-image: url("../images/concept/concept03.png");
}
.manufacturing .manufacturing_main.main_image3 {
  background-image: url("../images/concept/concept04.png");
}
.manufacturing .manufacturing_main .manufacturing_title {
  max-width: 770px;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
}
.manufacturing .manufacturing_main .manufacturing_title h2 {
  font-size: 4.2rem;
  font-weight: bold;
}
.manufacturing .manufacturing_main .manufacturing_title p.ml {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_main .manufacturing_title {
    font-size: 1.6rem;
    width: 100%;
    position: static;
    transform: none;
    padding: 20px;
  }
  .manufacturing .manufacturing_main .manufacturing_title h2 {
    font-size: 2.8rem;
  }
}
.manufacturing .manufacturing_part4 {
  margin-top: 80px;
  background-color: #f0f0f0;
  max-width: 1080px;
  margin: 80px auto 0;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_part4 {
    margin-top: 0px;
    padding: 20px;
  }
}
.manufacturing .manufacturing_part4 .manufacturing_design {
  line-height: 2;
  margin-top: 0px;
  max-width: 1080px;
  margin-bottom: 0;
}
.manufacturing .manufacturing_part4 h2 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_part4 h2 {
    font-size: 2.4rem;
  }
}
.manufacturing .manufacturing_part4 .wrapper {
  display: flex;
}
.manufacturing .manufacturing_part4 .wrapper .manufacturing_part4_caption {
  width: 66.6%;
}
.manufacturing .manufacturing_part4 .wrapper .pic {
  padding: 0 30px;
  width: 33.3333%;
}
.manufacturing .manufacturing_part4 .wrapper .pic img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing_part4 .wrapper {
    display: block;
  }
  .manufacturing .manufacturing_part4 .wrapper .manufacturing_part4_caption {
    width: 100%;
    padding: 0 0 20px;
  }
  .manufacturing .manufacturing_part4 .wrapper .pic {
    width: 100%;
  }
}

.contact_form_page .max800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact_form_page .main_head h3 {
    height: auto;
  }
}
.contact_form_page .contact_tel_block {
  background-color: #F2F2F2;
  padding: 32px 20px;
}
.contact_form_page .contact_tel_block .tel_title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form_page .contact_tel_block .tel_title {
    font-size: 18px;
  }
}
.contact_form_page .contact_tel_block .tel {
  max-width: 338px;
  margin-right: auto;
  margin-left: auto;
}
.contact_form_page .contact_tel_block .tel img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form_page .contact_tel_block .tel_text span {
    display: block;
  }
}
.contact_form_page .iframe_form iframe {
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .contact_form_page .iframe_form iframe {
    height: 1800px;
  }
}
.contact_form_page.corporate .iframe_form iframe {
  height: 1950px;
}
@media screen and (max-width: 767px) {
  .contact_form_page.corporate .iframe_form iframe {
    height: 2600px;
  }
}

.page_top .area_title {
  color: #999;
  font-size: 3.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_top .area_title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.page_top .area_lead {
  color: #666;
  font-size: 1.4rem;
  line-height: 2;
  display: block;
}
.page_top .btn, .page_top .btn_red, .page_top .btn_gray, .page_top .btn_white {
  height: 42px;
  border: 1px solid #979797;
  background-color: #ffffff;
}
.page_top .btn a, .page_top .btn_red a, .page_top .btn_gray a, .page_top .btn_white a {
  color: #666666;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_top .btn, .page_top .btn_red, .page_top .btn_gray, .page_top .btn_white {
    height: 35px;
  }
  .page_top .btn a, .page_top .btn_red a, .page_top .btn_gray a, .page_top .btn_white a {
    font-size: 1.4rem;
    line-height: 30px;
  }
}
.page_top .img_cover {
  position: relative;
}
.page_top .img_cover:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.page_top .serch_area {
  background-color: #f6f5f3;
}
.page_top .serch_area .text_block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_top .serch_area .text_block {
    width: 100%;
  }
}
.page_top .serch_area .text_block .text_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_top .serch_area .text_block .text_wrap {
    position: static;
    transform: none;
    text-align: center;
  }
  .page_top .serch_area .text_block .text_wrap .btn, .page_top .serch_area .text_block .text_wrap .btn_red, .page_top .serch_area .text_block .text_wrap .btn_gray, .page_top .serch_area .text_block .text_wrap .btn_white {
    display: inline-block;
  }
}
.page_top .serch_area .text_block .lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page_top .serch_area .text_block .lead {
    margin-bottom: 15px;
  }
}
.page_top .serch_area .text_block .btn, .page_top .serch_area .text_block .btn_red, .page_top .serch_area .text_block .btn_gray, .page_top .serch_area .text_block .btn_white {
  width: 251px;
}
.page_top .main_img {
  display: block;
  width: 100%;
  height: 576px;
  background-image: url(../images/campaign/aogaku/main_img_ekiden_pc_bg.jpg);
  background-position: top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  height: 100vh;
  transition: opacity ease .2s;
}
@media screen and (min-width: 992px) {
  .page_top .main_img {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .page_top .main_img {
    margin-bottom: 0px;
    background-image: url(../images/campaign/aogaku/main_img_ekiden_sp_bg.jpg);
  }
}
.page_top .main_img:hover {
  opacity: .5;
}
.page_top .main_img .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page_top .main_img .text_wrap .main_img_fg_pc {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page_top .main_img .text_wrap .main_img_fg_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_top .main_img .text_wrap {
    width: 100%;
  }
  .page_top .main_img .text_wrap .main_img_fg_sp {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .page_top .main_img .text_wrap .main_img_fg_pc {
    display: none;
  }
}
.page_top .main_img .title {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .page_top .main_img .title {
    font-size: 2.8rem;
  }
}
.page_top .main_img .lead {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .page_top .main_img .lead {
    font-size: 1.6rem;
  }
}
.page_top .main_img .fs-p-messageBoard {
  margin: 20px 10px;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
}
.page_top .main_img .fs-p-messageBoard .messageBoard-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_top .main_img .fs-p-messageBoard .messageBoard-title {
    font-size: 1.4rem;
  }
}
.page_top .main_img .fs-p-messageBoard .messageBoard-content {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page_top .main_img .fs-p-messageBoard .messageBoard-content {
    font-size: 12px;
  }
}
.page_top .category_area {
  margin-bottom: 80px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .page_top .category_area {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_top .category_area.serch_area .d_flex, .page_top .category_area.serch_area .flex_box_wrap {
    padding-top: 20px;
  }
  .page_top .category_area.serch_area .d_flex .img_block, .page_top .category_area.serch_area .flex_box_wrap .img_block {
    padding-top: 40px;
    width: 100%;
  }
}
.page_top .category_area.serch_area .img_block {
  padding-top: 53px;
  padding-bottom: 24px;
}
.page_top .concept_area {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_top .concept_area {
    margin-bottom: 0px;
  }
}
.page_top .concept_area .area_head {
  text-align: center;
  margin-bottom: 21px;
}
.page_top .concept_area .concept_menu .item {
  height: 470px;
  background-position: center;
  background-size: cover;
  padding: 0;
  position: relative;
  transition: 0.3s;
}
.page_top .concept_area .concept_menu .item.img_cover:before {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .page_top .concept_area .concept_menu .item {
    height: 200px;
    background-position: center 20%;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
.page_top .concept_area .concept_menu .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_top .concept_area .concept_menu .item .text_wrap {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page_top .concept_area .concept_menu .item .title {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_top .concept_area .concept_menu .item .title {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
}
.page_top .concept_area .concept_menu .item .lead {
  font-size: 1.4rem;
  margin-top: -10px;
}
.page_top .concept_area .concept_menu .item:hover {
  opacity: 0.6;
}
.page_top .concept_area .concept_menu .item.helth {
  background-image: url(https://rise.itembox.design/item/images/top/img_2_1.png);
}
.page_top .concept_area .concept_menu .item.manufacturing {
  background-image: url(https://rise.itembox.design/item/images/top/img_2_2.png);
}
.page_top .concept_area .concept_menu .item.commitment {
  background-image: url(https://rise.itembox.design/item/images/top/img_2_3.png);
}
.page_top .comparison_area {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_top .comparison_area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_top .comparison_area.serch_area .text_block {
    padding-top: 20px;
  }
  .page_top .comparison_area.serch_area .text_block .area_title {
    margin-bottom: 20px;
  }
}
.page_top .comparison_area.serch_area .text_block .area_title {
  margin-bottom: 15px;
  line-height: 1.4;
}
.page_top .comparison_area.serch_area .text_block .btn, .page_top .comparison_area.serch_area .text_block .btn_red, .page_top .comparison_area.serch_area .text_block .btn_gray, .page_top .comparison_area.serch_area .text_block .btn_white {
  width: 287px;
}
.page_top .comparison_area.serch_area .img_block {
  padding-top: 74px;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .page_top .comparison_area.serch_area .img_block {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_top .project_area {
  margin-bottom: 57px;
}
.page_top .project_area .area_head {
  text-align: center;
  margin-bottom: 36px;
}
.page_top .project_area .project_menu {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .page_top .project_area .project_menu {
    padding: 0 10px;
  }
}
.page_top .project_area .project_menu .item {
  width: 33.3%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .page_top .project_area .project_menu .item {
    padding: 0 5px;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.page_top .project_area .project_menu .item .title_wrap {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .page_top .project_area .project_menu .item .title_wrap {
    width: 70%;
    box-sizing: border-box;
  }
}
.page_top .project_area .project_menu .item .title_wrap .title {
  color: #666666;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #333333;
}
.page_top .project_area .project_menu .item .title_wrap .lead {
  color: #555555;
  font-size: 1.2rem;
  letter-spacing: 1.09px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page_top .project_area .project_menu .item .img {
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
.page_top .project_area .project_menu .item img {
  max-width: 100%;
}
.page_top .project_area .project_menu .item a {
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page_top .project_area .project_menu .item a {
    display: flex;
    align-items: center;
  }
}
.page_top .project_area .project_menu .item a:hover {
  opacity: 0.6;
}
.page_top .project_area .area_footer .btn, .page_top .project_area .area_footer .btn_red, .page_top .project_area .area_footer .btn_gray, .page_top .project_area .area_footer .btn_white {
  width: 315px;
  margin: auto;
}
.page_top .info_area {
  margin-bottom: 80px;
}
.page_top .info_area .btn_wrap .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_top .info_area .btn_wrap .item {
    padding: 0 0 1px;
    width: 100%;
  }
}
.page_top .info_area .btn_wrap .item .text_wrap {
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page_top .info_area .btn_wrap .item .title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.page_top .info_area .btn_wrap .item .title:after {
  display: block;
  content: "";
  height: 2px;
  width: 89px;
  background-color: #ffffff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.page_top .info_area .btn_wrap .item .lead {
  font-size: 1.4rem;
  margin-top: 13px;
}
.page_top .info_area .btn_wrap .item .img_cover:before {
  opacity: 0.4;
}
.page_top .info_area .btn_wrap .item a {
  display: block;
  transition: 0.3s;
}
.page_top .info_area .btn_wrap .item a:hover {
  opacity: 0.6;
}
.page_top .news_area {
  margin-bottom: 62px;
}
.page_top .news_area .area_head {
  text-align: center;
  margin-bottom: 28px;
}
.page_top .news_area .news_list {
  margin: auto;
}
.page_top .news_area .news_list .item {
  border-bottom: 1px dashed #979797;
}
.page_top .news_area .news_list .item .date {
  display: table-cell;
  width: 115px;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
}
.page_top .news_area .news_list .item .text {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page_top .news_area .news_list .item a {
  display: table;
  transition: 0.3s;
}
.page_top .news_area .news_list .item a:hover {
  opacity: 0.6;
}

.page_about_member-agreement .btn_block .text_wrap,
.page_member-no-agreement .btn_block .text_wrap {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.page_about_member-agreement .btn_block .btn_wrap,
.page_member-no-agreement .btn_block .btn_wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
.page_about_member-agreement .btn_block .btn_wrap .btn_red, .page_about_member-agreement .btn_block .btn_wrap .btn_gray,
.page_member-no-agreement .btn_block .btn_wrap .btn_red,
.page_member-no-agreement .btn_block .btn_wrap .btn_gray {
  width: 300px;
  position: relative;
  margin: 0 10px 10px;
}

.page_about_member-agreement .container {
  max-width: 1000px;
}
.page_about_member-agreement iframe {
  border: 1px solid #B8B8B8;
}
.page_about_member-agreement .btn_block .btn_wrap .btn_red i, .page_about_member-agreement .btn_block .btn_wrap .btn_gray i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.page_group_size_top .size_list {
  margin-bottom: -42px;
}
@media screen and (max-width: 767px) {
  .page_group_size_top .size_list {
    margin-bottom: -20px;
  }
}
.page_group_size_top .size_list .item {
  height: 148px;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .page_group_size_top .size_list .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page_group_size_top .size_list .item a {
  display: block;
  height: 100%;
  border: 1px solid #979797;
  color: #1D1D1D;
  transition: .3s;
}
.page_group_size_top .size_list .item a:hover {
  opacity: .6;
}
.page_group_size_top .size_list .item .cap,
.page_group_size_top .size_list .item .text {
  display: inline-block;
}
.page_group_size_top .size_list .item .cap {
  color: #1D1D1D;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 148px;
}
.page_group_size_top .size_list .item .text {
  text-align: left;
  padding-left: 7px;
}
.page_group_size_top .size_list .item .text .e {
  font-size: 1.2rem;
}
.page_group_size_top .size_list .item .text .j {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.page_group_size .item_list .title {
  border-bottom: 1px solid #000;
}
.page_group_size .item_list .hr {
  height: 0;
  background-color: transparent;
  border-bottom: 1px dashed #979797;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .page_group_size .item_list .hr {
    display: none;
  }
}
.page_group_size .item_list .item {
  color: #333333;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_group_size .item_list .item {
    width: 50%;
    padding-bottom: 120px;
  }
}
.page_group_size .item_list .item a {
  color: #333333;
  transition: .3s;
}
.page_group_size .item_list .item a:hover {
  opacity: .6;
}
.page_group_size .item_list .item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_group_size .item_list .item .img {
    text-align: center;
  }
}
.page_group_size .item_list .item .name {
  font-size: 1.4rem;
  line-height: 1.4;
}
.page_group_size .item_list .item .price_wrap {
  text-align: center;
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.page_group_size .item_list .item .price_wrap .price {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page_group_size .item_list .item .price_wrap .price,
  .page_group_size .item_list .item .price_wrap .tax {
    display: block;
  }
}
.page_group_size .item_list .item .btn, .page_group_size .item_list .item .btn_red, .page_group_size .item_list .item .btn_gray, .page_group_size .item_list .item .btn_white {
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_group_size .item_list .item .btn a:hover, .page_group_size .item_list .item .btn_red a:hover, .page_group_size .item_list .item .btn_gray a:hover, .page_group_size .item_list .item .btn_white a:hover {
  opacity: 1;
}

.page_category_top .content_head .title {
  text-align: center;
  margin-bottom: 32px;
}
.page_category_top .content_head .text {
  max-width: 724px;
  margin: auto;
}
.page_category_top .category_list .img {
  margin-bottom: 18px;
}
.page_category_top .category_list .img img {
  width: 100%;
}
.page_category_top .category_list .title {
  text-align: center;
  margin-bottom: 10px;
}
.page_category_top .category_list .text {
  padding-left: 40px;
  padding-right: 40px;
}

.page_group_category .content_head {
  margin-bottom: 40px;
  height: 400px;
  width: 100%;
}
.page_group_category .content_head .img_text_wrap {
  height: 100%;
  width: 100%;
}
.page_group_category .content_head .img_text_wrap .img {
  height: 100%;
  width: 100%;
  background-image: url("../images/category/dummy.png");
  background-size: cover;
  background-position: center center;
}
.page_group_category .content_head.mattress .img_text_wrap .img {
  background-image: url("../images/category/mattress.jpg");
}
.page_group_category .content_head.bedmattress .img_text_wrap .img {
  background-image: url("../images/category/bedmattress.jpg");
}
.page_group_category .content_head.mattresspad .img_text_wrap .img {
  background-image: url("../images/category/mattresspad.jpg");
}
.page_group_category .content_head.pillow .img_text_wrap .img {
  background-image: url("../images/category/pillow.jpg");
}
.page_group_category .content_head.kake-futon .img_text_wrap .img {
  background-image: url("../images/category/kake-futon.jpg");
}
.page_group_category .content_head.cover .img_text_wrap .img {
  background-image: url("../images/category/cover.jpg");
}
.page_group_category .content_head.mobile .img_text_wrap .img {
  background-image: url("../images/category/mobile.jpg");
}
.page_group_category .content_head.cushion .img_text_wrap .img {
  background-image: url("../images/category/cushion.jpg");
}
.page_group_category .content_head.kids .img_text_wrap .img {
  background-image: url("../images/category/kids.jpg");
}
.page_group_category .content_head.natural .img_text_wrap .img {
  background-image: url("../images/category/natural.jpg");
}
.page_group_category .content_head.set .img_text_wrap .img {
  background-image: url("../images/category/set.jpg");
}
.page_group_category .content_head.other_products .img_text_wrap .img {
  background-image: url("../images/category/other_products.jpg");
}
.page_group_category .content_head .img_text {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 70px;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page_group_category .content_head .img_text {
    background-color: transparent;
    color: #555;
  }
}
.page_group_category .content_head .img_text .title {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3px;
}
.page_group_category .content_head .img_text .lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_group_category .content_head .img_text {
    position: static;
    transform: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_group_category .content_main {
    padding-top: 50px;
  }
}
.page_group_category .category_list .item .cat {
  margin-top: 53px;
}
.page_group_category .category_list .item .text {
  margin-bottom: 30px;
}
.page_group_category .category_list .item .price {
  margin-bottom: 14px;
}
.page_group_category .category_list .item .size .btn, .page_group_category .category_list .item .size .btn_red, .page_group_category .category_list .item .size .btn_gray, .page_group_category .category_list .item .size .btn_white {
  margin-right: 10px;
}
.page_group_category .category_list .item .size .btn_white {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  font-size: 1.6rem;
}
.page_group_category .category_list .item .size .btn_white a {
  font-weight: normal;
  padding-left: 20px;
  font-size: 1.6rem;
}
.page_group_category .category_list .item .size .btn_white a:after {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page_group_category .category_list .item .img {
    text-align: center;
  }
  .page_group_category .category_list .item .grid_9 {
    width: 100%;
    order: 1;
  }
  .page_group_category .category_list .item .grid_15 {
    width: 100%;
    order: 2;
  }
}

.page_product_details {
  color: #000;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page_product_details {
    padding-top: 0;
  }
}
.page_product_details button {
  background: transparent;
}
.page_product_details .grid_13 {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .page_product_details .grid_13 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page_product_details .grid_11 {
    width: 100%;
  }
}
.page_product_details .fs-c-productCarouselMainImage__thumbnailList {
  margin-bottom: 37px;
  flex-wrap: wrap;
  overflow-x: auto;
}
.page_product_details .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.page_product_details .fs-c-button--addToWishList--icon {
  width: 17px;
  height: 15px;
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.page_product_details .fs-c-productNameHeading {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.page_product_details .fs-p-productDescription {
  margin-bottom: 20px;
}
.page_product_details .size {
  margin-bottom: 20px;
}
.page_product_details .size .btn, .page_product_details .size .btn_red, .page_product_details .size .btn_gray, .page_product_details .size .btn_white {
  margin-right: 10px;
}
.page_product_details .size .btn_white {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  font-size: 1.6rem;
  padding: 0;
}
.page_product_details .size .btn_white a {
  font-weight: normal;
  padding-left: 20px;
  font-size: 1.6rem;
  padding-left: 10px;
  padding-right: 10px;
}
.page_product_details .size .btn_white a:after {
  display: none;
}
.page_product_details .size .btn_white.active {
  border: 3px solid #C60E3B;
}
.page_product_details .size .btn_white.active a {
  line-height: 22px;
}
.page_product_details .fs-c-productPrice__main__price {
  display: inline-block;
  color: #1D1D1D;
  font-size: 3rem;
  font-weight: bold;
}
.page_product_details .fs-c-productPrice__addon__labe {
  color: #1D1D1D;
  font-size: 1.8rem;
}
.page_product_details .fs-c-productNumber {
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page_product_details .fs-c-variationList__item__cart {
  padding-bottom: 25px;
}
.page_product_details .fs-c-variationList__item__cart li {
  border-top: 1px solid #979797;
  grid-template-columns: auto 1fr 2em 216px;
}
.page_product_details .fs-c-variationList__item__cart li .fs-c-button--addToCart--variation {
  width: 216px;
  height: 41px;
  background-color: #C60E3B;
  border: none;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.page_product_details .fs-c-variationList__item__cart li .fs-c-button--addToCart--variation .fs-c-button__label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 41px;
}
.page_product_details .fs-c-variationList__item__cart li:last-child {
  border-bottom: 1px solid #979797;
}
.page_product_details .fs-c-productQuantityAndWishlist {
  width: calc(100% - 216px);
  height: 65px;
  line-height: 65px;
  float: left;
  padding-right: 25px;
  text-align: right;
}
.page_product_details .fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail {
  border: none;
}
.page_product_details .fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.page_product_details .fs-c-productQuantityAndWishlist .fs-c-quantity {
  display: inline-block;
}
.page_product_details .fs-c-productActionButton .fs-c-button--addToCart--detail {
  width: 216px;
  height: 41px;
  background-color: #C60E3B;
  border: none;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.page_product_details .fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 41px;
}
.page_product_details .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:before,
.page_product_details .fs-c-productReview .fs-c-button--addReview--detail:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: left;
  vertical-align: top;
  font-family: "Font Awesome 5 Free";
  color: #555;
  font-size: 2.5rem;
  line-height: 30px;
}
.page_product_details .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct .fs-c-button__label,
.page_product_details .fs-c-productReview .fs-c-button--addReview--detail .fs-c-button__label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
}
.page_product_details .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  border: none;
  padding: 0;
}
.page_product_details .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:before {
  content: "\f0e0";
}
.page_product_details .fs-c-productReview .fs-c-productReview__aggregateRating,
.page_product_details .fs-c-productReview .fs-c-productReview__reviewList,
.page_product_details .fs-c-productReview .fs-c-buttonContainer--viewAllReviews {
  display: none;
}
.page_product_details .fs-c-productReview .fs-c-button--addReview--detail {
  color: #000;
}
.page_product_details .fs-c-productReview .fs-c-button--addReview--detail:before {
  content: "\f044";
  font-size: 2.4rem;
}
.page_product_details .fs-c-featuredProduct {
  background-color: #EFEFEF;
  padding-top: 38px;
  padding-bottom: 53px;
  margin-bottom: 49px;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 35px;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem {
  max-width: 194px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__productName {
  font-size: 1.4rem;
  line-height: 1.4;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__productName a {
  color: #000;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice__main__price,
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice__addon {
  font-size: 1.4rem;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice__main__price {
  color: #C60E3B;
}
.page_product_details .fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListItem .fs-c-productListItem__control {
  display: none;
}
.page_product_details .product_details_faq_block {
  margin-bottom: 53px;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item {
  border-bottom: 1px dashed #979797;
  padding-top: 19px;
  padding-bottom: 19px;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .q,
.page_product_details .product_details_faq_block .product_details_faq_list .item .a {
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 32px;
  padding-left: 50px;
  position: relative;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .q:before,
.page_product_details .product_details_faq_block .product_details_faq_list .item .a:before {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 5px;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .q .text,
.page_product_details .product_details_faq_block .product_details_faq_list .item .a .text {
  display: inline-block;
  vertical-align: middle;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .q {
  margin-bottom: 10px;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .q:before {
  content: "Q";
  background-color: #0061AC;
}
.page_product_details .product_details_faq_block .product_details_faq_list .item .a:before {
  content: "A";
  background-color: #C60E3B;
}
.page_product_details .product_details_review_block .title {
  margin-bottom: 22px;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item {
  border-bottom: 1px dashed #979797;
  font-size: 1.4rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name a {
  color: #000;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__name .fs-c-reviewer__name__nickname:after {
  padding-left: 2px;
  content: 'さん';
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__status {
  display: none;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewer__profile {
  display: none;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dt,
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dd {
  display: inline-block;
}
.page_product_details .product_details_review_block .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dt:after {
  content: "：";
}
.page_product_details .product_details_review_block .fs-c-buttonContainer--viewAllReviews a {
  color: #000;
  font-size: 1.4rem;
}
.page_product_details .specList p {
  margin-bottom: 10px;
}
.page_product_details .specList .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page_product_details .specList .row dl {
  display: flex;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .page_product_details .specList .row dl {
    width: 100%;
  }
}
.page_product_details .specList .row dl dt,
.page_product_details .specList .row dl dd {
  padding: 15px 10px;
  border-top: 1px solid #979797;
}
.page_product_details .specList .row dl dt {
  width: 100px;
}
.page_product_details .specList .row dl dd {
  width: 100%;
}
.page_product_details .specList .row dl:nth-last-child(2) dt,
.page_product_details .specList .row dl:nth-last-child(2) dd, .page_product_details .specList .row dl:last-child dt,
.page_product_details .specList .row dl:last-child dd {
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .page_product_details .specList .row dl:nth-last-child(2) dt,
  .page_product_details .specList .row dl:nth-last-child(2) dd {
    border-bottom: none;
  }
}

.page_comparison .section_head .title:before, .page_comparison .section_head .title:after {
  display: inline-block;
  content: "";
  max-width: 300px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #B8B8B8;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  top: -7px;
}
@media screen and (max-width: 767px) {
  .page_comparison .section_head .title:before, .page_comparison .section_head .title:after {
    width: 10%;
  }
}
.page_comparison .comparison_section .comparison_list {
  position: relative;
}
.page_comparison .comparison_section .comparison_list .person_arr {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_list .person_arr {
    display: block;
    position: absolute;
    right: 10px;
    z-index: 99;
    padding: 10px;
    border-radius: 50%;
  }
  .page_comparison .comparison_section .comparison_list .person_arr.person1 {
    top: 280px;
  }
  .page_comparison .comparison_section .comparison_list .person_arr.person2 {
    top: 500px;
  }
  .page_comparison .comparison_section .comparison_list .person_arr.person3 {
    top: 720px;
  }
}
.page_comparison .comparison_section .comparison_list .list_head {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_list .list_head {
    padding-left: 10px;
    width: 30%;
  }
}
.page_comparison .comparison_section .comparison_list .list_head .item {
  height: 205px;
  padding-top: 35px;
}
.page_comparison .comparison_section .comparison_list .list_body {
  margin-left: 180px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_list .list_body {
    margin-left: 110px;
  }
}
.page_comparison .comparison_section .comparison_list .list_body table {
  width: 880px;
}
.page_comparison .comparison_section .comparison_list .list_body td {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  position: relative;
}
.page_comparison .comparison_section .comparison_list .list_body thead .img {
  height: 90px;
  position: relative;
}
.page_comparison .comparison_section .comparison_list .list_body thead .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_comparison .comparison_section .comparison_list .list_body tbody .balloon {
  background-color: #FFFFFF;
  width: 189px;
  border: 1px solid #B8B8B8;
  border-radius: 8px;
  padding: 8px 10px;
  position: absolute;
  bottom: 100px;
  left: 16px;
}
.page_comparison .comparison_section .comparison_list .list_body tbody .balloon:before, .page_comparison .comparison_section .comparison_list .list_body tbody .balloon:after {
  content: "";
  position: absolute;
}
.page_comparison .comparison_section .comparison_list .list_body tbody .balloon:before {
  border: 5px solid transparent;
  border-top: 8px solid #B8B8B8;
  border-right: 5px solid #B8B8B8;
  bottom: -13px;
  left: 57px;
}
.page_comparison .comparison_section .comparison_list .list_body tbody .balloon:after {
  border: 4px solid transparent;
  border-top: 7px solid #fff;
  border-right: 4px solid #fff;
  bottom: -11px;
  left: 58px;
}
.page_comparison .comparison_section .comparison_list .list_body tbody .img {
  padding-top: 100px;
}
.page_comparison .comparison_section .comparison_comment {
  background-color: #F4F4F4;
}
.page_comparison .comparison_section .comparison_comment .comment_list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_comment .comment_list.grid_wrap_2 {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_comment .comment_list .item {
    padding-bottom: 40px;
  }
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .balloon_wrap {
  padding-top: 40px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_comment .comment_list .item .balloon_wrap {
    padding-top: 0;
  }
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .balloon {
  background-color: #FFFFFF;
  width: 493px;
  border: 2px solid #B8B8B8;
  border-radius: 8px;
  padding: 15px 25px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_comment .comment_list .item .balloon {
    width: 100%;
    padding: 5px 10px;
  }
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .balloon:before, .page_comparison .comparison_section .comparison_comment .comment_list .item .balloon:after {
  content: "";
  position: absolute;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .balloon:before {
  border: 15px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .balloon:after {
  border: 13px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .img_inner {
  text-align: center;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .img_inner .img {
  margin-bottom: 10px;
  position: relative;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .img_inner .img .goods_img {
  position: absolute;
  bottom: 5px;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .page_comparison .comparison_section .comparison_comment .comment_list .item .img_inner .img .goods_img {
    right: -5px;
    bottom: -5px;
    width: 60px;
  }
}
.page_comparison .comparison_section .comparison_comment .comment_list .item .img_inner .name {
  font-weight: bold;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n+1) .balloon {
  float: right;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n+1) .balloon:before {
  border-left: 32px solid #B8B8B8;
  right: -47px;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n+1) .balloon:after {
  border-left: 28px solid #fff;
  right: -41px;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n+1) .img_inner {
  float: right;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n) .balloon {
  float: left;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n) .balloon:before {
  border-right: 32px solid #B8B8B8;
  left: -47px;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n) .balloon:after {
  border-right: 28px solid #fff;
  left: -41px;
}
.page_comparison .comparison_section .comparison_comment .comment_list .item:nth-child(2n) .img_inner {
  float: left;
}
.page_comparison .filling_section {
  margin-bottom: 88px;
}
.page_comparison .filling_section .section_head .title {
  margin-bottom: 45px;
}
.page_comparison .filling_section .graph_img {
  margin-bottom: 98px;
}
.page_comparison .filling_section .filling_list .item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_comparison .filling_section .filling_list .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.page_comparison .filling_section .filling_list .item .title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page_comparison .filling_section .filling_list .item .title {
    margin-bottom: 5px;
  }
}
.page_comparison .filling_section .filling_list .item .img {
  margin-bottom: 20px;
}
.page_comparison .filling_section .filling_list .item .more_btn {
  text-align: center;
  font-size: 1.4rem;
}
.page_comparison .filling_section .filling_list .item .more_btn a:before {
  font-size: 1.5rem;
}
.page_comparison .product_section .section_head {
  margin-bottom: 50px;
}
.page_comparison .product_section .product_list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page_comparison .product_section .product_list table {
  width: 1300px;
}
.page_comparison .product_section .product_list td,
.page_comparison .product_section .product_list th {
  padding-left: 10px;
  padding-right: 10px;
}
.page_comparison .product_section .product_list td {
  text-align: center;
}
.page_comparison .product_section .product_list td.cell_1 {
  width: 200px;
  text-align: left;
}
.page_comparison .product_section .product_list td.cell_2 {
  width: 340px;
  text-align: left;
}
.page_comparison .product_section .product_list td.cell_3 {
  width: 40px;
}
.page_comparison .product_section .product_list td.cell_4 {
  width: 100px;
}
.page_comparison .product_section .product_list td.cell_5 {
  width: 70px;
}
.page_comparison .product_section .product_list td.cell_6 {
  width: 90px;
}
.page_comparison .product_section .product_list td.cell_7 {
  width: 130px;
}
.page_comparison .product_section .product_list td.cell_8 {
  width: 180px;
}
.page_comparison .product_section .product_list thead {
  font-weight: bold;
  border-bottom: 3px solid #979797;
  font-size: 1.8rem;
}
.page_comparison .product_section .product_list tbody {
  font-size: 1.2rem;
}
.page_comparison .product_section .product_list tbody tr {
  border-bottom: 1px dashed #979797;
}
.page_comparison .product_section .product_list tbody th {
  padding-top: 10px;
}
.page_comparison .product_section .product_list tbody th .img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page_comparison .product_section .product_list tbody td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_comparison .product_section .product_list tbody td a {
  text-decoration: underline;
}
.page_comparison .product_section .product_list tbody td .a_wrap {
  margin-top: 8px;
}
.page_comparison .product_section .product_list tbody .tr_border {
  border-bottom: 1px solid #979797;
}
.page_comparison .product_section .product_list tbody .title {
  font-weight: bold;
  text-align: left;
}
.page_comparison .product_section .product_list tbody .more_btn {
  text-align: left;
}
.page_comparison .product_section .product_list tbody .more_btn a:before {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .page_company_profile table,
  .page_company_profile tbody,
  .page_company_profile tr,
  .page_company_profile th,
  .page_company_profile td {
    display: block;
  }
  .page_company_profile tr {
    margin-bottom: 10px;
  }
  .page_company_profile .table th, .page_company_profile .table td {
    border: none;
  }
  .page_company_profile .table tbody th, .page_company_profile .table tbody td {
    padding: 5px 0;
  }
  .page_company_profile .table.table_2 tbody th {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #B8B8B8;
  }
}

@media screen and (max-width: 767px) {
  .page_company_message .flex_section_wrap {
    display: block;
  }
  .page_company_message .flex_section_wrap .section_main {
    margin-right: 0;
  }
  .page_company_message .flex_section_wrap .section_main .tar {
    margin-bottom: 40px;
  }
  .page_company_message .flex_section_wrap .section_side .img {
    text-align: center;
  }
}
.page_company_information .section_main .img_wrap .img_col {
  margin: 0;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .page_company_information .flex_section_wrap {
    display: block;
  }
  .page_company_information .flex_section_wrap .section_main {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page_company_information .flex_section_wrap .section_side {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page_company_information .flex_section_wrap .section_side > div {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*# sourceMappingURL=style.css.map */