@charset "utf-8";

/* BASE STYLE
---------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
ol,ul,li {
  list-style: none;
}
html {
  font-size: 62.5%;
  height: 100%;
  background: #fff;
  overflow: visible;
}
body {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
* { box-sizing: border-box; }
*/


/* MAIN CONTENT
---------------------------------*/
/*.main__content { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }*/
@media all and (-ms-high-contrast: none) {
.main__content { font-family: "メイリオ", Meiryo, sans-serif; }
}
@media screen and (max-width: 667px) {
.main__content { padding: 0; }
}



/* HEADLINE -DEFAULT-
---------------------------------*/
.headline-default {
  display: table;
  width: 100%;
}

.headline-default .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-default .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}



/* HEADLINE -FIRST LETTER-
---------------------------------*/
.headline-firstletter {
  display: table;
  width: 100%;
}

.headline-firstletter .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-firstletter .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline-firstletter .headline_inner:first-letter {
  font-size: 2em;
  color: #333;
}



/* HEADLINE -UNDERLINE-
---------------------------------*/
.headline-underline {
  border-bottom-style: solid;
  display: table;
  width: 100%;
}

.headline-underline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-underline {
  border-bottom-color: #333;
  border-bottom-width: 2px;
}
.headline-underline .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-underline.background { background-color: #f6f6f6; }
.headline-underline.background .headline_inner { height: 2.4em; }

/* CUTOMISE -DOUBLE- */
.headline-underline.double {
  border-bottom: double;
  border-bottom-color: #333;
  border-bottom-width: 6px;
}

/* CUTOMISE -DOTTED- */
.headline-underline.dotted { border-bottom-style: dotted; }

/* CUTOMISE -DASHED- */
.headline-underline.dashed { border-bottom-style: dashed; }



/* HEADLINE -UNDERLINE HALF LINE-
---------------------------------*/
.headline-underline-halfline {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-halfline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headline-underline-halfline:after {
  content: "";
  position: absolute;
  display: block;
}

/* CUTOMISE */
.headline-underline-halfline { padding: 0 0 1em; }
.headline-underline-halfline .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline-underline-halfline:after {
  left: 50%;
  background-color: #333;
  margin-left: -25px;
  top: 100%;
  width: 50px;
  height: 2px;
}

/* CUTOMISE -ROUND- */
.headline-underline-halfline.round:after {
  border-radius: 100px;
  height: 4px;
}



/* HEADLINE -UNDERLINE 2COLOR-
---------------------------------*/
.headline-underline-2color {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-2color .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-underline-2color:after {
  content: "";
  position: absolute;
  left: 0;
}

/* CUTOMISE */
.headline-underline-2color { border-bottom: solid 3px #ddd; }
.headline-underline-2color:after {
  bottom: -3px;
  border-bottom: solid 3px #333;
  width: 20%;
}
.headline-underline-2color .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -UNDERLINE GRADATION-
---------------------------------*/
.headline-underline-gradation {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-gradation:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
}

.headline-underline-gradation .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-underline-gradation:after {
  background: -webkit-linear-gradient(to right, #ccc, transparent);
  background: linear-gradient(to right, #ccc, transparent);
  height: 4px;
}
.headline-underline-gradation .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -UNDERLINE ARROW-
---------------------------------*/
.headline-underline-arrow {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-arrow .headline_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.headline-underline-arrow:after,
.headline-underline-arrow .headline_inner:after {
  content: "";
  position: absolute;
  left: 0;
}

/* CUTOMISE */
.headline-underline-arrow .headline_inner {
  height: 2em;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline-underline-arrow:after {
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ccc;
}
.headline-underline-arrow .headline_inner:after {
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ccc;
}


/* HEADLINE -UNDERLINE MARKER-
---------------------------------*/
.headline-underline-marker {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-marker .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-underline-marker { background: linear-gradient(transparent 60%, yellow 70%); }
.headline-underline-marker .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -UNDERLINE STRIPE-
---------------------------------*/
.headline-underline-stripe {
  position: relative;
  display: table;
  width: 100%;
}

.headline-underline-stripe:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.headline-underline-stripe .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-underline-stripe:after {
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
}
.headline-underline-stripe .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -HORIZONTAL LINE-
---------------------------------*/
.horizontal-line {
  display: flex;
  align-items: center;
}
.horizontal-line:before,
.horizontal-line:after {
  content: "";
  flex-grow: 1;
  display: block;
}
.horizontal-line:before { margin-right: 1em; }
.horizontal-line:after { margin-left: 1em; }
.horizontal-line .horizontal-line_inner { line-height: 1; }

/* CUTOMISE */
.horizontal-line:before,
.horizontal-line:after {
  background-color: #666;
  height: 1px;
}
.horizontal-line .horizontal-line_inner {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}



/* HEADLINE -HORIZONTAL HALF LINE-
---------------------------------*/
.horizontal-halfline {
  position: relative;
  display: table;
  margin: 0 auto;
}
.horizontal-halfline:before,
.horizontal-halfline:after {
  content: "";
  position: absolute;
  display: block;
}
.horizontal-halfline:before {
  left: 0;
  margin-right: 0;
}
.horizontal-halfline:after {
  right: 0;
  margin-left: 0;
}
.horizontal-halfline .horizontal-halfline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.horizontal-halfline { padding: 0 55px; }
.horizontal-halfline:before,
.horizontal-halfline:after {
  top: 49%;
  background-color: #333;
  width: 50px;
  height: 1px;
}
.horizontal-halfline .horizontal-halfline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -HORIZONTAL ROUND-
---------------------------------*/
.horizontal-line-round {
  display: flex;
  align-items: center;
}
.horizontal-line-round:before,
.horizontal-line-round:after {
  content: "";
  flex-grow: 1;
  border-top-style: dotted;
  display: block;
}
.horizontal-line-round:before { margin-right: 1em; }
.horizontal-line-round:after { margin-left: 1em; }
.horizontal-line-round .headline_inner { line-height: 1; }

/* CUTOMISE */
.horizontal-line-round:before,
.horizontal-line-round:after {
  border-top-color: #333;
  border-top-width: 6px;
  width: 30px;
  height: 100%;
}
.horizontal-line-round .headline_inner {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}



/* HEADLINE -HORIZONTAL HALF ROUND-
---------------------------------*/
.horizontal-halfline-round {
  position: relative;
  display: table;
  margin: 0 auto;
}
.horizontal-halfline-round:before,
.horizontal-halfline-round:after {
  content: "";
  position: absolute;
  border-top-style: dotted;
  display: block;
}
.horizontal-halfline-round:before {
  left: 0;
  margin-right: 0;
}
.horizontal-halfline-round:after {
  right: 0;
  margin-left: 0;
}
.horizontal-halfline-round .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.horizontal-halfline-round { padding: 0 40px; }
.horizontal-halfline-round:before,
.horizontal-halfline-round:after {
  top: 50%;
  border-top-color: #333;
  border-top-width: 6px;
  width: 30px;
  height: 6px;
  margin-top: -3px;
}
.horizontal-halfline-round .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -DIAGONAL LINE-
---------------------------------*/
.diagonal-line {
  position: relative;
  display: table;
  margin: 0 auto;
}

.diagonal-line:before,
.diagonal-line:after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  display: block;
  width: 1px;
}
@media all and (-ms-high-contrast: none) {
.diagonal-line:before,
.diagonal-line:after { bottom: 0; }
}

.diagonal-line:before {
  left: 0;
  transform: rotate(150deg);
}

.diagonal-line:after {
  right: 0;
  transform: rotate(-150deg);
}

.diagonal-line .diagonal-line_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
  text-align: center;
}

.diagonal-line .diagonal-line_inner .span { display: block; }

/* CUTOMISE */
.diagonal-line:before,
.diagonal-line:after {
  bottom: -0.2em;
  background-color: #000;
  width: 1px;
  height: 130%;
}
@media all and (-ms-high-contrast: none) {
.diagonal-line:before,
.diagonal-line:after { height: 120%; }
}

.diagonal-line .diagonal-line_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.diagonal-line .diagonal-line_inner .span { font-size: 0.8em; }

/* CUTOMISE -DOUBLE- */
.diagonal-line.double .diagonal-line_inner:before,
.diagonal-line.double .diagonal-line_inner:after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  background-color: #000;
  display: block;
  width: 1px;
  height: 130%;
}
@media all and (-ms-high-contrast: none) {
.diagonal-line.double .diagonal-line_inner:before,
.diagonal-line.double .diagonal-line_inner:after {
  bottom: 0;
  height: 120%;
}
}
.diagonal-line.double .diagonal-line_inner:before {
  left: 5px;
  transform: rotate(150deg);
}
.diagonal-line.double .diagonal-line_inner:after {
  right: 5px;
  transform: rotate(-150deg);
}



/* HEADLINE -LEFT LINE-
---------------------------------*/
.headline-leftline {
  border-left-style: solid;
  display: table;
  width: 100%;
}

.headline-leftline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em 0 0.5em;
}

/* CUTOMISE */
.headline-leftline {
  border-left-color: #333;
  border-left-width: 4px;
}
.headline-leftline .headline_inner {
  height: 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* BACKGROUND */
.headline-leftline.background { background-color: #f6f6f6; }
.headline-leftline.background .headline_inner { height: 2.4em; }

/* UNDERLINE */
.headline-leftline.underline {
  border-bottom-color: #333;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}



/* HEADLINE -SANDWICH-
---------------------------------*/
.headline-sandwich {
  border-top-style: solid;
  border-bottom-style: solid;
  display: table;
  width: 100%;
}

.headline-sandwich .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-sandwich {
  border-top-color: #333;
  border-top-width: 2px;
  border-bottom-color: #333;
  border-bottom-width: 2px;
}
.headline-sandwich .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-sandwich.background { background-color: #f6f6f6; }



/* HEADLINE -SANDWICH DOUBLE-
---------------------------------*/
.headline-sandwich-double {
  border-top-style: double;
  border-bottom-style: double;
  display: table;
  width: 100%;
}

.headline-sandwich-double .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-sandwich-double {
  border-top-color: #333;
  border-top-width: 4px;
  border-bottom-color: #333;
  border-bottom-width: 4px;
}
.headline-sandwich-double .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-sandwich-double.background { background-color: #f6f6f6; }



/* HEADLINE -SANDWICH DOUBLE BOLD-
---------------------------------*/
.headline-sandwich-double-bold {
  border-top-style: solid;
  border-bottom-style: solid;
  display: table;
  width: 100%;
}

.headline-sandwich-double-bold .headline_inner {
  border-top-style: solid;
  border-bottom-style: solid;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-sandwich-double-bold {
  border-top-color: #333;
  border-top-width: 4px;
  border-bottom-color: #333;
  border-bottom-width: 4px;
  padding: 2px 0;
}
.headline-sandwich-double-bold .headline_inner {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-sandwich-double-bold.background { background-color: #f6f6f6; }



/* HEADLINE -SANDWICH DOTTED-
---------------------------------*/
.headline-sandwich-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
  display: table;
  width: 100%;
}

.headline-sandwich-dotted .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-sandwich-dotted {
  border-top-color: #333;
  border-top-width: 4px;
  border-bottom-color: #333;
  border-bottom-width: 4px;
}
.headline-sandwich-dotted .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-sandwich-dotted.background { background-color: #f6f6f6; }



/* HEADLINE -SANDWICH STITCH-
---------------------------------*/
.headline-sandwich-stitch {
  border-top-style: dashed;
  border-bottom-style: dashed;
  display: table;
  width: 100%;
}

.headline-sandwich-stitch .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.2em;
}

/* CUTOMISE */
.headline-sandwich-stitch {
  border-top-color: #333;
  border-top-width: 4px;
  border-bottom-color: #333;
  border-bottom-width: 4px;
}
.headline-sandwich-stitch .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -BACKGROUND- */
.headline-sandwich-stitch.background { background-color: #f6f6f6; }



/* HEADLINE -SANDWICH HALF LINE-
---------------------------------*/
.headline-sandwich-halfline {
  position: relative;
  display: table;
  width: 100%;
}

.headline-sandwich-halfline .headline_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headline-sandwich-halfline:before,
.headline-sandwich-halfline .headline_inner:after {
  content: "";
  position: absolute;
  display: block;
}

/* CUTOMISE */
.headline-sandwich-halfline .headline_inner {
  height: 4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline-sandwich-halfline:before,
.headline-sandwich-halfline .headline_inner:after {
  left: 50%;
  background-color: #333;
  margin-left: -30px;
}
.headline-sandwich-halfline:before {
  top: 0;
  width: 60px;
  height: 2px;
}
.headline-sandwich-halfline .headline_inner:after {
  bottom: 0;
  width: 60px;
  height: 2px;
}



/* HEADLINE -SANDWICH CURVE LINE-
---------------------------------*/
.headline-sandwich-curveline {
  position: relative;
  display: table;
  width: 100%;
}

.headline-sandwich-curveline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headline-sandwich-curveline:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* CUTOMISE */
.headline-sandwich-curveline .headline_inner {
  height: 72px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline-sandwich-curveline:after {
  top: 0;
  left: 50%;
  border: 5px solid #ccc;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  width: 100px;
  height: 62px;
}



/* HEADLINE -FRAME-
---------------------------------*/
.headline-frame {
  display: table;
  width: 100%;
}

.headline-frame .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame { background-color: #333; }
.headline-frame .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FRAME RADIUS-
---------------------------------*/
.headline-frame-radius {
  display: table;
  width: 100%;
}

.headline-frame-radius .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-radius {
  border-radius: 5px;
  background-color: #333;
}
.headline-frame-radius .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FRAME ROUND-
---------------------------------*/
.headline-frame-round {
  display: table;
  width: 100%;
}

.headline-frame-round .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
}

/* CUTOMISE */
.headline-frame-round {
  border-radius: 100px;
  background-color: #333;
}
.headline-frame-round .headline_inner {
  height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -STITCH-
---------------------------------*/
.headline-frame-stitch {
  position: relative;
  display: table;
  width: 100%;
}

.headline-frame-stitch .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-stitch {
  background-color: #333;
  padding: 5px;
}
.headline-frame-stitch .headline_inner {
  border: 2px dashed #fff;
  height: 3em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -STITCH RADIUS-
---------------------------------*/
.headline-frame-stitch-radius {
  position: relative;
  display: table;
  width: 100%;
}

.headline-frame-stitch-radius .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-stitch-radius {
  border-radius: 5px;
  background-color: #333;
  padding: 5px;
}
.headline-frame-stitch-radius .headline_inner {
  border-radius: 3px;
  border: 2px dashed #fff;
  height: 3em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -STITCH ROUND-
---------------------------------*/
.headline-frame-stitch-round {
  position: relative;
  display: table;
  width: 100%;
}

.headline-frame-stitch-round .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
}

/* CUTOMISE */
.headline-frame-stitch-round {
  border-radius: 100px;
  background-color: #333;
  padding: 5px;
}
.headline-frame-stitch-round .headline_inner {
  border-radius: 100px;
  border: 2px dashed #fff;
  height: 3em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FRAME BORDER-
---------------------------------*/
.headline-frame-border {
  display: table;
  width: 100%;
}

.headline-frame-border .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-border { border: 2px solid #333; }
.headline-frame-border .headline_inner {
  height: 2.15em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FRAME BORDER RADIUS-
---------------------------------*/
.headline-frame-border-radius {
  display: table;
  width: 100%;
}

.headline-frame-border-radius .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-border-radius {
  border: 2px solid #333;
  border-radius: 5px;
}
.headline-frame-border-radius .headline_inner {
  height: 2.15em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FRAME BORDER ROUND-
---------------------------------*/
.headline-frame-border-round {
  display: table;
  width: 100%;
}

.headline-frame-border-round .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-border-round {
  border: 2px solid #333;
  border-radius: 100px;
}
.headline-frame-border-round .headline_inner {
  height: 2.15em;
  padding: 0 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FRAME BORDER LEFT-
---------------------------------*/
.headline-frame-border-left {
  display: table;
  width: 100%;
}

.headline-frame-border-left .headline_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUTOMISE */
.headline-frame-border-left {
  border: 2px solid #333;
  border-left: 6px solid #333;
}
.headline-frame-border-left .headline_inner {
  height: 2.15em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FUKIDASHI-
---------------------------------*/
.headline-fukidashi {
  position: relative;
  display: table;
  width: 100%;
}

.headline-fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
}

.headline-fukidashi .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-fukidashi {
  background: #333;
  margin: 0 0 8px 0;
}
.headline-fukidashi:after {
  top: 100%;
  left: 50%;
  border-top-color: #333;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi .headline_inner {
  height: 2.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FUKIDASHI RADIUS-
---------------------------------*/
.headline-fukidashi-radius {
  position: relative;
  display: table;
  width: 100%;
}

.headline-fukidashi-radius:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
}

.headline-fukidashi-radius .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-fukidashi-radius {
  border-radius: 5px;
  background: #333;
  margin: 0 0 8px 0;
}
.headline-fukidashi-radius:after {
  top: 100%;
  left: 50%;
  border-top-color: #333;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-radius .headline_inner {
  height: 2.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FUKIDASHI ROUND-
---------------------------------*/
.headline-fukidashi-round {
  position: relative;
  display: table;
  width: 100%;
}

.headline-fukidashi-round:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
}

.headline-fukidashi-round .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

/* CUTOMISE */
.headline-fukidashi-round {
  border-radius: 100px;
  background: #333;
  margin: 0 0 8px 0;
}
.headline-fukidashi-round:after {
  top: 100%;
  left: 50%;
  border-top-color: #333;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-round .headline_inner {
  height: 2.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -FUKIDASHI BORDER-
---------------------------------*/
.headline-fukidashi-border { position: relative; }

.headline-fukidashi-border:after,
.headline-fukidashi-border:before {
  content: " ";
  position: absolute;
  top: 100%;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  pointer-events: none;
}

.headline-fukidashi-border .headline_inner {
  display: table;
  width: 100%;
}
.headline-fukidashi-border .headline_contents {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUSTOM */
.headline-fukidashi-border {
  background: #fff;
  border: 2px solid #333;
  margin: 0 0 8px 0;
}
.headline-fukidashi-border:after {
  left: 50%;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-border:before {
  left: 50%;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}
.headline-fukidashi-border .headline_contents {
  height: 2em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FUKIDASHI BORDER RADIUS-
---------------------------------*/
.headline-fukidashi-border-radius { position: relative; }

.headline-fukidashi-border-radius:after,
.headline-fukidashi-border-radius:before {
  content: " ";
  position: absolute;
  top: 100%;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  pointer-events: none;
}

.headline-fukidashi-border-radius .headline_inner {
  display: table;
  width: 100%;
}
.headline-fukidashi-border-radius .headline_contents {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUSTOM */
.headline-fukidashi-border-radius {
  border-radius: 5px;
  border: 2px solid #333;
  background: #fff;
  margin: 0 0 8px 0;
}
.headline-fukidashi-border-radius:after {
  left: 50%;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-border-radius:before {
  left: 50%;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}
.headline-fukidashi-border-radius .headline_contents {
  height: 2em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FUKIDASHI BORDER ROUND-
---------------------------------*/
.headline-fukidashi-border-round { position: relative; }

.headline-fukidashi-border-round:after,
.headline-fukidashi-border-round:before {
  content: " ";
  position: absolute;
  top: 100%;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  pointer-events: none;
}

.headline-fukidashi-border-round .headline_inner {
  display: table;
  width: 100%;
}
.headline-fukidashi-border-round .headline_contents {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUSTOM */
.headline-fukidashi-border-round {
  border-radius: 100px;
  border: 2px solid #333;
  background: #fff;
  margin: 0 0 8px 0;
}
.headline-fukidashi-border-round:after {
  left: 50%;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-border-round:before {
  left: 50%;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}
.headline-fukidashi-border-round .headline_contents {
  height: 2em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE -FUKIDASHI UNDERLINE-
---------------------------------*/
.headline-fukidashi-underline { position: relative; }

.headline-fukidashi-underline:after,
.headline-fukidashi-underline:before {
  content: " ";
  position: absolute;
  top: 100%;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  pointer-events: none;
}

.headline-fukidashi-underline .headline_inner {
  display: table;
  width: 100%;
}
.headline-fukidashi-underline .headline_contents {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em;
}

/* CUSTOM */
.headline-fukidashi-underline {
  border-bottom: 2px solid #333;
  margin: 0 0 8px 0;
}
.headline-fukidashi-underline:after {
  left: 50%;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.headline-fukidashi-underline:before {
  left: 50%;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}
.headline-fukidashi-underline .headline_contents {
  height: 2em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

/* CUTOMISE -RADIUS- */
.headline-fukidashi-underline.radius { border-radius: 5px; }

/* CUTOMISE -ROUND- */
.headline-fukidashi-underline.round { border-radius: 100px; }



/* HEADLINE -RIBBON-
---------------------------------*/
.headline-ribbon {
  position: relative;
  background-color: #333;
  box-sizing: border-box;
  margin: 0 auto;
}

.headline-ribbon .headline_inner { display: table; }

.headline-ribbon .headline_inner .headline_contents {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon:before, .headline-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon:before {
  left: 0;
  border-color: transparent transparent transparent #fff;
}

.headline-ribbon:after {
  right: 0;
  border-color: transparent #fff transparent transparent;
}

/* CUSTOM */
.headline-ribbon {
  width: 100%;
  padding: 0 30px;
}
.headline-ribbon .headline_inner { width: 100%; }
.headline-ribbon .headline_inner .headline_contents {
  height: 54px;
  padding: 0 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.headline-ribbon:before { border-width: 27px 0 27px 15px; }
.headline-ribbon:after { border-width: 27px 15px 27px 0; }



/* HEADLINE -RIBBON DOTTED-
---------------------------------*/
.headline-ribbon-border {
  position: relative;
  background-color: #333;
  box-sizing: border-box;
  margin: 0 auto;
}

.headline-ribbon-border .headline_inner { display: table; }

.headline-ribbon-border .headline_inner .headline_contents {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-border:before, .headline-ribbon-border:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon-border:before {
  left: 0;
  border-color: transparent transparent transparent #fff;
}

.headline-ribbon-border:after {
  right: 0;
  border-color: transparent #fff transparent transparent;
}

/* CUSTOM */
.headline-ribbon-border {
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-border .headline_inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 30px;
}
.headline-ribbon-border .headline_inner .headline_contents {
  height: 40px;
  padding: 0 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.headline-ribbon-border:before { border-width: 27px 0 27px 15px; }
.headline-ribbon-border:after { border-width: 27px 15px 27px 0; }



/* HEADLINE -RIBBON STITCH-
---------------------------------*/
.headline-ribbon-stitch {
  position: relative;
  background-color: #333;
  box-sizing: border-box;
  margin: 0 auto;
}

.headline-ribbon-stitch .headline_inner { display: table; }

.headline-ribbon-stitch .headline_inner .headline_contents {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-stitch:before, .headline-ribbon-stitch:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon-stitch:before {
  left: 0;
  border-color: transparent transparent transparent #fff;
}

.headline-ribbon-stitch:after {
  right: 0;
  border-color: transparent #fff transparent transparent;
}

/* CUSTOM */
.headline-ribbon-stitch {
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-stitch .headline_inner {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  width: 100%;
  padding: 0 30px;
}
.headline-ribbon-stitch .headline_inner .headline_contents {
  height: 42px;
  padding: 0 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.headline-ribbon-stitch:before { border-width: 27px 0 27px 15px; }
.headline-ribbon-stitch:after { border-width: 27px 15px 27px 0; }



/* HEADLINE -RIBBON RIGHT-
---------------------------------*/
.headline-ribbon-right {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-right .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-right:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-right {
  background-color: #333;
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-right:after {
  border-color: transparent #fff transparent transparent;
  border-width: 27px 15px 27px 0;
}
.headline-ribbon-right .headline_inner {
  height: 44px;
  padding: 0 30px 0 0.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON RIGHT BORDER-
---------------------------------*/
.headline-ribbon-right-border {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-right-border .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-right-border:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon-right-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-right-border {
  background-color: #333;
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-right-border:after {
  border-color: transparent #fff transparent transparent;
  border-width: 27px 15px 27px 0;
}
.headline-ribbon-right-border .headline_inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 44px;
  padding: 0 30px 0 0.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON RIGHT STITCH-
---------------------------------*/
.headline-ribbon-right-stitch {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-right-stitch .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-right-stitch:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

.headline-ribbon-right-stitch:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-right-stitch {
  background-color: #333;
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-right-stitch:after {
  border-color: transparent #fff transparent transparent;
  border-width: 27px 15px 27px 0;
}
.headline-ribbon-right-stitch .headline_inner {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  height: 44px;
  padding: 0 30px 0 0.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON LEFT-
---------------------------------*/
.headline-ribbon-left {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-left .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-left {
  background-color: #333;
  width: 100%;
}
.headline-ribbon-left:after {
  border-color: transparent transparent transparent #fff;
  border-width: 27px 0 27px 15px;
}
.headline-ribbon-left .headline_inner {
  height: 54px;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON LEFT BORDER-
---------------------------------*/
.headline-ribbon-left-border {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-left-border .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-left-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-left-border {
  background-color: #333;
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-left-border:after {
  border-color: transparent transparent transparent #fff;
  border-width: 27px 0 27px 15px;
}
.headline-ribbon-left-border .headline_inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 44px;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON LEFT STITCH-
---------------------------------*/
.headline-ribbon-left-stitch {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}

.headline-ribbon-left-stitch .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-left-stitch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}

/* CUSTOM */
.headline-ribbon-left-stitch {
  background-color: #333;
  width: 100%;
  padding: 5px 0;
}
.headline-ribbon-left-stitch:after {
  border-color: transparent transparent transparent #fff;
  border-width: 27px 0 27px 15px;
}
.headline-ribbon-left-stitch .headline_inner {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  height: 44px;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* HEADLINE -RIBBON FOLD-
---------------------------------*/
.headline-ribbon-fold {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

.headline-ribbon-fold .headline_inner { display: table; }

.headline-ribbon-fold .headline_inner .headline_contents {
  display: table-cell;
  vertical-align: middle;
}

.headline-ribbon-fold:before, .headline-ribbon-fold:after {
  content: "";
  position: absolute;
  top: 100%;
  border: none;
}
.headline-ribbon-fold:before { left: 0; }
.headline-ribbon-fold:after { right: 0; }

/* CUSTOM */
.headline-ribbon-fold { width: 100%; }
.headline-ribbon-fold .headline_inner {
  background-color: #333;
  width: 100%;
}
.headline-ribbon-fold .headline_inner .headline_contents {
  height: 46px;
  padding: 0 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.headline-ribbon-fold:before,
.headline-ribbon-fold:after { border-bottom: solid 15px transparent; }
.headline-ribbon-fold:before { border-right: solid 20px rgb(149, 158, 155); }
.headline-ribbon-fold:after { border-left: solid 20px rgb(149, 158, 155); }

/* CUTOMISE -BORDER- */
.headline-ribbon-fold.border .headline_inner { padding: 5px 0; }
.headline-ribbon-fold.border .headline_inner .headline_contents {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 36px;
}

/* CUTOMISE -BORDER DASHED- */
.headline-ribbon-fold.border-dashed .headline_inner { padding: 5px 0; }
.headline-ribbon-fold.border-dashed .headline_inner .headline_contents {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  height: 36px;
}



/* HEADLINE OPTION -2LINE-
---------------------------------*/
.headline_inner-2line {
  display: table-cell;
  vertical-align: middle;
  height: 2.8em;
}
.headline_inner-2line .sub-heading {
  display: block;
  padding: 0.5em 0 0.1em;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.headline_inner-2line .large-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}



/* HEADLINE OPTION -STRIPE DARK-
---------------------------------*/
.stripe-dark {
  background: -webkit-repeating-linear-gradient(-45deg, #444, #444 3px, #333 3px, #333 7px);
  background: repeating-linear-gradient(-45deg, #444, #444 3px, #333 3px, #333 7px);
}
.stripe-dark .headline_inner { color: #fff; }


/* HEADLINE OPTION -STRIPE THINE-
---------------------------------*/
.stripe-thin {
  background: -webkit-repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 3px, #eee 3px, #eee 7px);
  background: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 3px, #eee 3px, #eee 7px);
}
.stripe-thin .headline_inner { color: #333; }


/* HEADLINE OPTION -GRADATION-
---------------------------------*/
.gradation {
  background: -webkit-linear-gradient(to right, #ccc, transparent);
  background: linear-gradient(to right, #ccc, transparent);
}
.gradation .headline_inner { color: #333; }


/* HEADLINE OPTION -LATTICE DARK-
---------------------------------*/
.lattice-dark {
  background-image: linear-gradient(#555 1px, transparent 0),
                    linear-gradient(90deg, #555 1px, transparent 0);
  background-size: 4px 4px;
}
.lattice-dark .headline_inner { color: #fff; }


/* HEADLINE OPTION -LATTICE THIN-
---------------------------------*/
.lattice-thin {
  background-image: linear-gradient(#ddd 1px, transparent 0),
                    linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 4px 4px;
}
.lattice-thin .headline_inner { color: #333; }


/* HEADLINE OPTION -FOLD-
---------------------------------*/
.corner-fold-right,
.corner-fold-left { position: relative; }

.corner-fold-right:after,
.corner-fold-left:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.corner-fold-right:after { right: 0; }
.corner-fold-left:after { left: 0; }

/* CUTOMISE */
.corner-fold-left:after,
.corner-fold-right:after { border-color: #fff #fff #ccc; }
.corner-fold-left:after {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-width: 0 0 15px 15px;
  border-color: #fff #fff #ccc;
}
.corner-fold-right:after {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  border-width: 0 15px 15px 0 ;
  border-color:  #fff #fff #ccc;
}



/* HEADLINE OPTION -FOLD RADIUS-
---------------------------------*/
.corner-fold-right-radius,
.corner-fold-left-radius { position: relative; }

.corner-fold-right-radius:after,
.corner-fold-left-radius:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.corner-fold-right-radius:after { right: 0; }
.corner-fold-left-radius:after { left: 0; }

/* CUTOMISE */
.corner-fold-left-radius:after,
.corner-fold-right-radius:after { border-color: #fff #fff #ccc; }
.corner-fold-left-radius:after {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-width: 0 0 15px 15px;
  border-radius: 0 0 5px;
}
.corner-fold-right-radius:after {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  border-width: 0 15px 15px 0 ;
  border-radius: 0 0 0 5px;
}



/* HEADLINE -RIBBON 3D-
---------------------------------*/
.headline-ribbon-3d {
  position: relative;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.headline-ribbon-3d:before,
.headline-ribbon-3d:after {
  content: "";
  position: absolute;
  z-index: -2;
}

.headline-ribbon-3d .headline_inner {
  display: table;
  width: 100%;
}

.headline-ribbon-3d .headline_contents {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headline-ribbon-3d .headline_inner:before,
.headline-ribbon-3d .headline_inner:after {
  content: "";
  position: absolute;
  top: 100%;
  border: none;
}
.headline-ribbon-3d .headline_inner:before { left: 0; }
.headline-ribbon-3d .headline_inner:after { right: 0; }

/* CUSTOM */
.headline-ribbon-3d {
  background-color: #333;
  width: 80%;
  margin: 0 auto 10px;
}
.headline-ribbon-3d:before,
.headline-ribbon-3d:after {
  width: 10px;
  bottom: -10px;
  border: 23px solid #555;
}
.headline-ribbon-3d:before {
  left: -41px;
  border-left-color: transparent;
}
.headline-ribbon-3d:after {
  right: -41px;
  border-right-color: transparent;
}
.headline-ribbon-3d .headline_inner { background-color: #333; }
.headline-ribbon-3d .headline_inner:before,
.headline-ribbon-3d .headline_inner:after { border-bottom: solid 10px transparent; }
.headline-ribbon-3d .headline_inner:before { border-right: solid 15px #222; }
.headline-ribbon-3d .headline_inner:after { border-left: solid 15px #222; }
.headline-ribbon-3d .headline_contents {
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



/* BUTTON
---------------------------------*/
.button {
  position: relative;
  display: table;
  margin: 0 auto;
}

.button_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 667px) {
.button_inner {
  height: 2.5em;
  padding: 0 1em;
  font-size: 14px;
}
}

.button_inner:hover { text-decoration: none; }

/* CUSTOM */
.button { background-color: #ff9500; }

.button_inner {
  height: 3.5em;
  padding: 0 2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 667px) {
.button_inner {
  height: 2.5em;
  padding: 0 1em;
  font-size: 14px;
}
}

.button_inner:hover { text-decoration: none; }



/* BUTTON -RADIUS-
---------------------------------*/
.button-radius {
  position: relative;
  border-radius: 10px;
  display: table;
}
@media screen and (max-width: 667px) {
.button-radius { border-radius: 5px; }
}

.button-radius .button_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.button-radius .button_inner:hover {
  border-radius: 10px;
  text-decoration: none;
}

/* CUSTOM */
.button-radius {
  box-shadow: 2px 2px 2px #bbb;
  background-color: #333;
  display: table;
}
@media screen and (max-width: 667px) {
.button-radius { border-radius: 5px; }
}

.button-radius .button_inner {
  height: 3.5em;
  padding: 0 2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 667px) {
.button-radius .button_inner {
  height: 2.5em;
  padding: 0 1em;
  font-size: 14px;
}
}



/* BUTTON -BORDER RADIUS-
---------------------------------*/
.button-border-radius {
  border-style: solid;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
.button-border-radius { border-radius: 5px; }
}

.button-border-radius .button_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.button-border-radius .button_inner:hover {
  border-radius: 10px;
  text-decoration: none;
}

/* CUSTOM */
.button-border-radius {
  box-shadow: 2px 2px 2px #bbb;
  border-color: #fff;
  border-width: 2px;
  background-color: #1a5098;
  display: table;
}
@media screen and (max-width: 667px) {
.button-border-radius { border-radius: 5px; }
}

.button-border-radius:hover { background-color: #333; }

.button-border-radius .button_inner {
  height: 3.5em;
  padding: 0 2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 667px) {
.button-border-radius .button_inner {
  height: 2.5em;
  padding: 0 1em;
  font-size: 14px;
}
}



/* FLOW
-------------------------------------------------------*/
.flow { box-sizing: border-box; }

.flow_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 667px) {
.flow_inner {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
}

.flow-list {
  z-index: 3;
  padding: 0 10px;
}

.flow-list .description { padding: 10px 5px; }

.flow-list .description .sentence { margin: 0.5em 0 0; }

/* CUSTOMIZE */
.flow { margin: 0 auto; }

.flow_inner { position: relative; }



/* FLOW ARROW
-------------------------------------------------------*/
.flow-arrow {
  position: absolute;
  left: 2%;
  top: 0;
  width: 96%;
}
@media screen and (max-width: 667px) {
.flow-arrow {
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  margin: 0;
}
}

.flow-arrow_inner {
  position: relative;
  background-repeat: repeat-x;
  width: 100%;
}
@media screen and (max-width: 667px) {
.flow-arrow_inner { background-repeat: repeat; }
}

.flow-arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(90deg);
  opacity: 1;
}

/* CUSTOMIZE */
.flow-arrow {
  left: 1%;
  top: 35px;
  width: 98%;
}
@media screen and (max-width: 667px) {
.flow-arrow { top: 0; }
}

.flow-arrow_inner {
  background-color: #333;
  width: 96.6%;
  height: 53px;
}
@media screen and (max-width: 667px) {
.flow-arrow_inner {
  left: 50%;
  width: 115px;
  height: 97%;
  margin: 0 auto 0 -57px;
}
}

.flow-arrow:after {
  top: 15px;
  left: 95%;
  border-width: 0 27px 22px 27px;
  border-color: transparent transparent #333 transparent;
}
@media screen and (max-width: 667px) {
.flow-arrow:after {
  top: 100%;
  right: auto;
  left: 50%;
  bottom: auto;
  border-width: 0 57px 22px 57px;
  transform: rotate(-180deg);
  margin-left: -56px;
}
}



/* FLOW-BOX -HEADLINE UNDERLINE-
---------------------------------*/
.flow-box_headline-underline { margin: 0 auto; }

.flow-box_headline-underline .headline {
  border-bottom-width: 2px;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.flow-box_headline-underline {
  border-bottom-width: 1px;
  width: 100%;
}
}

.flow-box_headline-underline .headline .headline_inner { text-align: center; }

.flow-box_headline-underline .flow-box_contents {
  display: table;
  width: 100%;
}

.flow-box_headline-underline .flow-box_contents_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.flow-box_headline-underline .box_inner .figure-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0;
}

.flow-box_headline-underline .box_inner .figure {
  display: block;
  margin: 0 auto;
}

.flow-box_headline-underline .box_inner .figure .picture {
  display: block;
  margin: 0 auto;
}

.flow-box_headline-underline .box_inner .figure .figuration {
  margin: 0.5em 0 0;
  text-align: center;
}

/* CUSTOMIZE */
.flow-box_headline-underline {
  border: 3px solid #333;
  background-color: #fff;
  padding: 10px;
}

.flow-box_headline-underline .headline {
  border-bottom-color: #333;
  border-bottom-style: solid;
}

.flow-box_headline-underline .headline .headline_inner {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.flow-box_headline-underline .box_inner .figure { width: 100%; }

.flow-box_headline-underline .box_inner .figure .figuration {
  font-size: 15px;
  font-weight: 900;
  color: #333;
}



/* BALOON
---------------------------------*/
/* DEFAULT */
.balloon {
  position: relative;
  background: #eee;
  display: table;
  padding: 1.5em;
  margin: 50px 0 0;
}
.balloon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #eee transparent;
  width: 0;
  height: 0;
  margin: auto;
}

.balloon.bottom:after {
  right: 0;
  left: 0;
  bottom: -17px;
  transform: rotate(180deg);
}
.balloon.top:after {
  right: 0;
  left: 0;
  top: -17px;
}
.balloon.right:after {
  right: -17px;
  transform: rotate(90deg);
}
.balloon.left:after {
  left: -17px;
  transform: rotate(-90deg);
}
.balloon_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* CIRCLE */
.balloon.circle {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
}

.balloon.circle.top-right:after {
  right: 3px;
  top: 3px;
  transform: rotate(-45deg);
}
.balloon.circle.top-left:after {
  left: 3px;
  top: 3px;
  transform: rotate(-135deg);
}
.balloon.circle.bottom-right:after {
  right: 3px;
  bottom: 3px;
  transform: rotate(45deg);
}
.balloon.circle.bottom-left:after {
  left: 3px;
  bottom: 3px;
  transform: rotate(-225deg);
}

.balloon.circle .balloon_inner { text-align: center; }


/* WRAP BORDER */
.balloon.wrap-border {
  border: 3px solid #999;
  background-color: #fff;
}
.balloon.wrap-border:before {
  right: 0;
  left: 0;
  border-color: transparent transparent transparent #999;
  border-width: 10px 0 10px 17.32px;
}
.balloon.wrap-border:after{
  right: 0;
  left: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 4px 0 5px 12.32px;
}

.balloon.wrap-border.top:before {
  top: -21px;
  transform: rotate(-90deg);
}
.balloon.wrap-border.top:after {
  top: -10px;
  transform: rotate(-90deg);
  z-index: 10;
}



/* HEADLINE & BODY
---------------------------------*/
.headline-and-body { display: flex; }
@media screen and (max-width: 667px) {
.headline-and-body { flex-wrap: wrap; }
}

@media screen and (max-width: 667px) {
.headline-and-body .figure {
  width: 70%;
  margin: 0 auto;
  padding: 0 0 10px;
}
}

.headline-and-body.figure-left .figure { padding-right: 20px; }
@media screen and (max-width: 667px) {
.headline-and-body.figure-left .figure { padding-right: 0; }
}

.headline-and-body.figure-right .figure { padding-left: 20px; }
@media screen and (max-width: 667px) {
.headline-and-body.figure-right .figure { padding-left: 0 }
}

.headline-and-body .figure .picture { width: auto; }
@media screen and (max-width: 667px) {
.headline-and-body .figure .picture { width: 100%; }
}

.headline-and-body_inner .headline { display: table; }
@media screen and (max-width: 667px) {
.headline-and-body_inner .headline { display: block; }
}

.headline-and-body_inner .headline_inner {
  display: table-cell;
  vertical-align: middle;
  height: 2.5em;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 667px) {
.headline-and-body_inner .headline_inner {
  display: block;
  height: auto;
  padding: 0 0 0.5em;
  text-align: center;
  font-size: 16px;
}
}

.headline-and-body_inner .sentence {
  padding: 0 0 1em;
  line-height: 1.5;
}



/* LIST
---------------------------------*/
.li { position: relative; }

.li.disc,
.li.circle,
.li.square { padding-left: 1em; }

.li.disc:before,
.li.circle:before,
.li.square:before {
  position: absolute;
  top: 0;
  left: 0;
}
.li.disc:before { content: "・"; }
.li.circle:before { content: "●"; }
.li.square:before { content: "■"; }

.ol .li { padding-left: 1.5em; }
.ol .li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.ol .li:nth-child(1):before { content: "１." }
.ol .li:nth-child(2):before { content: "２." }
.ol .li:nth-child(3):before { content: "３." }
.ol .li:nth-child(4):before { content: "４." }
.ol .li:nth-child(5):before { content: "５." }
.ol .li:nth-child(6):before { content: "６." }
.ol .li:nth-child(7):before { content: "７." }
.ol .li:nth-child(8):before { content: "８." }
.ol .li:nth-child(9):before { content: "９." }
.ol .li:nth-child(10):before { content: "10." }
.ol .li:nth-child(11):before { content: "11." }
.ol .li:nth-child(12):before { content: "12." }
.ol .li:nth-child(13):before { content: "13." }
.ol .li:nth-child(14):before { content: "14." }
.ol .li:nth-child(15):before { content: "15." }
.ol .li:nth-child(16):before { content: "16." }
.ol .li:nth-child(17):before { content: "17." }
.ol .li:nth-child(18):before { content: "18." }
.ol .li:nth-child(19):before { content: "19." }
.ol .li:nth-child(20):before { content: "20." }



/* GENERIC COLUMN
---------------------------------*/
.generic-column {
  display: flex;
  flex-wrap: wrap;
}

.generic-column.justify-center { justify-content: center; }
.generic-column.col2 .generic-column-list { width: 49%; }
.generic-column.col3 .generic-column-list { width: 30%; }
.generic-column.col4 .generic-column-list { width: 24%; }
.generic-column.col5 .generic-column-list { width: 19%; }

.generic-column.col5 .generic-column-list a:hover { text-decoration: none; }



/* BOX -HEADLINE FRAME-
---------------------------------*/
.box_headline-frame .headline {
  display: table;
  width: 100%;
}

.box_headline-frame .headline.radius { border-radius: 10px 10px 0 0; }

.box_headline-frame .headline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.box_headline-frame .box-contents {
  display: table;
  width: 100%;
}

.box_headline-frame .box-contents.radius { border-radius: 0 0 10px 10px; }

.box_headline-frame .box-contents .box-contents_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* CUSTOM */
.box_headline-frame .headline { background-color: #333; }
.box_headline-frame .headline.radius { border-radius: 10px 10px 0 0; }
.box_headline-frame .headline .headline_inner {
  height: 2.4em;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.box_headline-frame .box-contents { background-color: #fff; }
.box_headline-frame .box-contents .box-contents_inner {
  height: 100px;
  padding: 20px 50px;
}

/* SHADOW */
.box_headline-frame .box-contents.shadow { box-shadow: 2px 2px 2px #ccc; }



/* BOX -HEADLINE LABEL LEFT-
---------------------------------*/
.box_headline-label-left .box_inner { position: relative; }

.box_headline-label-left .box_inner .box_header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.box_headline-label-left .box_inner .box_header .headline {
  display: table;
  width: 50%;
}

.box_headline-label-left .box_inner .box_header .headline.radius { border-radius: 0 5px 5px 0; }

.box_headline-label-left .box_inner .box_header .headline .headline_inner {
  display: table-cell;
  vertical-align: middle;
}

.box_headline-label-left .box_inner .box_header .figure {
  display: table;
  width: 50%;
}

.box_headline-label-left .box_inner .box_header .figure_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.box_headline-label-left .box_inner .box_header .figure_inner .picture {
  display: block;
  margin: 0 auto;
}

.box_headline-label-left .box-contents {
  display: table;
  width: 100%;
}

.box_headline-label-left .box-contents .box-contents_inner {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

/* CUSTOM */
.box_headline-label-left {
  width: 100%;
  padding-left: 7px;
}

.box_headline-label-left .box_inner {
  border: 2px solid #1a5098;
  height: 100%;
  padding: 100px 15px 15px;
}

.box_headline-label-left .box_inner .box_header {
  left: -7px;
  height: 100px;
}

.box_headline-label-left .box_inner .box_header .headline {
  background-color: #1a5098;
  width: 240px;
  height: 42px;
  margin: 29px 0 0;
}

.box_headline-label-left .box_inner .box_header .headline .headline_inner {
  height: 42px;
  padding: 0 1em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.box_headline-label-left .box_inner .box_header .figure {
  display: table;
  width: 50%;
}

.box_headline-label-left .box_inner .box_header .figure_inner { height: 100px; }



/* PRODUCT
---------------------------------*/
.product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product {
  width: 95%;
  margin: 0 auto;
}
}

.product.justify-center { justify-content: center; }
.product.col2 .product-list { width: 49%; }
.product.col3 .product-list { width: 30%; }
.product.col4 .product-list { width: 350px; }
.product.col5 .product-list { width: 19%; }
@media screen and (max-width: 667px) {
.product.col2 .product-list,
.product.col3 .product-list,
.product.col4 .product-list,
.product.col5 .product-list { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product.col2 .product-list,
.product.col3 .product-list,
.product.col4 .product-list,
.product.col5 .product-list { width: 224px; }
}

.product .product-list_inner {
  position: relative;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
.product .product-list_inner {
  border-bottom: 1px dotted #ddd;
  display: table;
  padding: 15px 1%;
}
.product .product-list:last-child .product-list_inner { border-bottom: none; }
}

@media screen and (max-width: 667px) {
.product a.product-list_inner { padding-right: 5%; }
.product a.product-list_inner:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
}

.product .product-list_inner:hover { text-decoration: none; }
.product .product-list .figure {
  border: 1px solid #ccc;
  width: 100%;
}
.product.col4 .product-list .figure {
  width: 340px;
  height: 340px;
}
@media screen and (max-width: 667px) {
.product .product-list .figure,
.product.col4 .product-list .figure {
  border: none;
  display: table-cell;
  vertical-align: top;
  width: 20%;
  height: auto;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product .product-list .figure,
.product.col4 .product-list .figure {
  width: 182px;
  height: 182px;
}
}

.product .product-list_inner:hover .figure { border: 1px solid #1a5098; }

.product .product-list .figure .picture { width: 100%; }
@media screen and (max-width: 667px) {
.product .product-list .figure .picture { border: 1px solid #ccc; }
}

.product .product-list .description {
  width: 92%;
  margin: 0 auto;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 667px) {
.product .product-list .description {
  display: table-cell;
  vertical-align: top;
  width: 80%;
  margin: 0;
  padding: 0 0 0 4%;
}
}

.product-list .description .headline {
  display: table;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product .product-list .description .headline { display: block; }
}

.product .product-list .description .headline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 4.5em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.product .product-list .description .headline .headline_inner {
  display: block;
  height: auto;
  font-size: 14px;
}
}

.product .product-list .description .price {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.product .product-list .description .price {
  margin: 0.5em 0 0;
  font-size: 12px;
}
}

.product .product-list .description .sentence {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 667px) {
.product .product-list .description .sentence { font-size: 12px; }
}

.product .product-list .description object .link-text {
  text-decoration: underline;
  color: #0098cb;
}



/* MEMO
---------------------------------*/
.memo .headline {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.memo .sentence {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 1.7;
}



/* PAGE-HEADER
---------------------------------*/
.page-header {
  max-width: 1400px;
  padding: 0 0 100px;
}
@media screen and (max-width: 667px) {
.page-header {
  border-bottom: none;
  max-width: 100%;
  padding: 0 0 30px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-header {
  border-bottom: none;
  max-width: 100%;
  padding: 0 0 50px;
}
}

.page-header > .picture { width: 100%; }

.page-header_introduction {
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 667px) {
.page-header_introduction { padding: 0 10px; }
}

.page-header_introduction .headline {
  margin: 1em 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 667px) {
.page-header_introduction .headline {
  font-size: 18px;
  line-height: 1.4;
}
}

.page-header_introduction .sentence {
  margin: 20px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 667px) {
.page-header_introduction .sentence {
  margin: 1em 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-header_introduction .sentence {
  margin: 1em 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}
}

.page-header .button { margin: 40px auto 0; }
@media screen and (max-width: 667px) {
.page-header .button { margin: 30px auto 0; }
}

.page-header .button_inner { font-size: 20px; }
@media screen and (max-width: 667px) {
.page-header .button_inner { font-size: 15px; }
}

.anchor-link .generic-column {
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 667px) {
.anchor-link .generic-column {
  width: 90%;
  padding: 20px 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.anchor-link .generic-column {
  width: 90%;
  padding: 20px 0;
}
}



/* SECTION-CONTENTS
---------------------------------*/
.section-contents { width: 100%; }

.section-contents_inner {
  width: 1400px;
  margin: 0 auto;
}

.section-contents .contents {
  width: 100%;
  padding: 0 0 80px;
}
@media screen and (max-width: 667px) {
.section-contents .contents { padding: 0 0 50px; }
}

.section-contents .contents > .contents_inner { margin: 15px 0 0; }
@media screen and (max-width: 667px) {
.section-contents .contents > .contents_inner { margin: 10px 0 0; }
}



/* SECTION-PRODUCT
---------------------------------*/
.section-product {
  display: block;
  max-width: 1400px;
  padding: 0 0 80px;
}
@media screen and (max-width: 667px) {
.section-product {
  max-width: 100%;
  padding: 0 0 40px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.section-product {
  max-width: 100%;
  padding: 0 0 40px;
}
}

.section-product > .headline {
  background-color: #1a5098;
  display: table;
  width: 100%;
  color: #fff;
}

.section-product > .headline .headline_inner {
  display: table-cell;
  vertical-align: middle;
  height: 3em;
  padding-left: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.section-product > .headline .headline_inner {
  padding: 0 0.5em;
  font-size: 16px;
  line-height: 1.2;
}
}

.section-product > .subheading {
  display: table;
  width: 100%;
  margin: 2em 0 0;
}

.section-product > .subheading .subheading_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 48px;
  padding: 0.15em 0;
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.section-product > .subheading .subheading_inner {
  font-size: 14px;
  line-height: 1.2;
}
}

.section-product_inner { margin: 30px 0 0; }
@media screen and (max-width: 667px) {
.section-product_inner {
  margin: 10px 0 0;
  padding: 0 10px;
}
}

.section-product_inner .sentence {
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 667px) {
.section-product_inner .sentence {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
}

.section-product_inner .headline-and-body { padding: 0 0 30px; }
@media screen and (max-width: 667px) {
.section-product_inner .headline-and-body { padding: 0 0 15px; }
}

.section-product .product-list { padding: 0 0 50px; }
.section-product .product.col4 .product-list { padding: 0 5px 50px; }
@media screen and (max-width: 667px) {
.product .product-list { padding: 0; }
.section-product .product.col4 .product-list { padding: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.section-product .product.col4 .product-list { padding: 0 20px 50px; }
}



/* SECTION-BUTTON
---------------------------------*/
.section-button {
  width: 1400px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 667px) {
.section-button {
  width: 100%;
  padding: 0 0 50px;
}
}



/* UNIQUE POINT
---------------------------------*/
.unique-point {
  max-width: 1400px;
  padding: 0 0 80px;
}
@media screen and (max-width: 667px) {
.unique-point {
  max-width: 100%;
  padding: 0 0 40px;
}
}

.unique-point .headline {
  background-color: #e8aa24;
  display: table;
  width: 100%;
}

.unique-point .headline_inner {
  display: table-cell;
  vertical-align: middle;
  height: 2em;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 667px) {
.unique-point .headline_inner {
  height: 2.5em;
  padding: 0 0.5em;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.unique-point .headline_inner { font-size: 16px; }
}

.unique-point .generic-column {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 80%;
  margin: 2.5em auto 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.unique-point .generic-column {
  width: 90%;
  margin: 1em auto 0;
  padding: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.unique-point .generic-column {
  width: 90%;
  margin: 1em auto 0;
  padding: 0;
}
}

.unique-point .generic-column-list {
  position: relative;
  background-color: #e8aa24;
  background-position: top 25% center;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 10px;
  display: block;
  padding: 18% 0 3%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 667px) {
.unique-point .generic-column-list {
  top: 7%;
  border-radius: 5px;
  width: 33% !important;
  padding: 23% 5px 5px;
  font-size: 12px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.unique-point .generic-column-list {
  top: 7%;
  border-radius: 5px;
  width: 33% !important;
  font-size: 12px;
  line-height: 1.2;
}
}

.unique-point .generic-column-list:before {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  border: 1px solid #fff;
  display: block;
  width: 91.5%;
  height: 91.5%;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
.unique-point .generic-column-list:before { border: none; }
}

.unique-point .generic-column .generic-column-list:nth-child(1) { background-image: url(/html/user_data/assets/img/lp/common/icon_track.png); }
.unique-point .generic-column .generic-column-list:nth-child(2) { background-image: url(/html/user_data/assets/img/lp/common/icon_cardboard.png); }
.unique-point .generic-column .generic-column-list:nth-child(3) { background-image: url(/html/user_data/assets/img/lp/common/icon_online-order.png); }
.unique-point .generic-column .generic-column-list.icon_track { background-image: url(/html/user_data/assets/img/lp/common/icon_track.png); }
.unique-point .generic-column .generic-column-list.icon_cardboard { background-image: url(/html/user_data/assets/img/lp/common/icon_cardboard.png); }
.unique-point .generic-column .generic-column-list.icon_online-order { background-image: url(/html/user_data/assets/img/lp/common/icon_online-order.png); }
.unique-point .generic-column .generic-column-list.icon_zaiko { background-image: url(/html/user_data/assets/img/lp/common/icon_zaiko.png); }
.unique-point .generic-column .generic-column-list.icon_kokunai-zaiko { background-image: url(/html/user_data/assets/img/lp/common/icon_kokunai-zaiko.png); }



/* TEXT OPTION -ICON-
---------------------------------*/
.icon_arrow-f138 {
  position: relative;
  display: block;
  padding-left: 1.3em;
}

.icon_arrow-f138:before {
  content: "\f138";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
}



/* DEVICE
---------------------------------*/
.sp-only { display: none !important; }
.tab-only { display: none !important; }
@media screen and (max-width: 667px) {
.pc-only { display: none !important; }
.sp-only { display: block !important; }
.tab-only { display: none !important; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pc-only { display: none !important; }
.sp-only { display: none !important; }
.tab-only { display: block !important; }
}
