/*	reset
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  box-shadow: none;
  cursor: pointer;
}

#new .list-tape-01 li:after, #tape .list-tape-01 li:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'YuGothicRedifined';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: 'YuGothicRedifined';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  color: #000;
  font-size: 100%;
  font-family: 'Yu Gothic Medium', YuGothicRedifined, '\6e38\30b4\30b7\30c3\30af', YuGothic, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}
body img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  color: #418fde;
  text-decoration: none;
}

/*	module
-----------------------------------------*/
/* hdg-01 */
.hdg-01 {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: bold;
  letter-spacing: .15px;
  text-align: center;
  padding-bottom: 54px;
  background: url(/smt/coharu_mp20/images/icon-01.jpg) no-repeat center bottom;
  background-size: 50px 40px;
}
.hdg-01::after {
  content: attr(data-en);
  display: block;
  margin-top: 5px;
  letter-spacing: .1px;
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.hdg-01.none {
  background: none;
  padding-bottom: 0;
}

/* lead-01 */
.lead-01 {
  font-size: 0.75rem;
  line-height: 1.58333;
  font-weight: bold;
  letter-spacing: .1px;
  text-align: center;
  margin-top: 22px;
}

/* note-01 */
.note-01 small {
  font-size: 0.5625rem;
  line-height: 1.77778;
}

/* aright */
.aright {
  text-align: right !important;
}

/* acenter */
.acenter {
  text-align: center !important;
}

/* aleft */
.aleft {
  text-align: left !important;
}

/*	page
-----------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
}

/*	header
-----------------------------------------*/
#header {
  background: #fbfbfb;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.25);
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}
#header.scroll {
  overflow-y: auto;
  height: 100%;
}
#header .logo-01 {
  padding: 17px 42px 16px 42px;
}
#header .logo-01 img {
  max-width: 100px;
}
#header a {
  display: block;
}
#header button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 42px;
  transition: .3s all;
  will-change: transform;
}
#header button span {
  display: block;
  background: #000;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 15px;
}
#header button span > span {
  position: absolute;
  top: -999em;
  left: -999em;
}
#header button i {
  position: absolute;
  top: -999em;
  left: -999em;
}
#header button::before, #header button::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  transition: .3s all;
  will-change: transform;
}
#header button::before {
  top: 19px;
  right: 15px;
}
#header button::after {
  top: 29px;
  right: 15px;
}
#header.open button span {
  display: none;
}
#header.open button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
}
#header.open button::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 25px;
}
#header .inner {
  border-top: #c9c9c9 1px solid;
  padding: 0 27px 5px 27px;
}
#header .inner #global ul li {
  border-bottom: #c9c9c9 1px solid;
}
#header .inner #global ul li a {
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}
#header .inner #global ul li a .newIcon {
  display: inline-block;
  margin-right: 8px;
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#header .inner #global + p {
  border-bottom: #c9c9c9 1px solid;
  padding: 12px 0;
}
#header .inner #global + p img {
  max-width: 117px;
}
#header .inner .link-01 {
  display: inline-block;
  padding: 12px 0;
}
#header .inner .link-01 li {
  display: table-cell;
  padding: 0 17px;
}
#header .inner .link-01 img {
  width: 32px;
}
#header .inner .link-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
#header .inner .link-02 > li + li {
  margin-left: 34px;
}
#header .inner .link-02 > li img {
  width: 32px;
}

/*	visual
-----------------------------------------*/
.visual .img-01 img {
  vertical-align: baseline;
}

/*	main
-----------------------------------------*/
.main {
  text-align: center;
  padding: 0 17px 35px 17px;
  font-size: 0.875rem;
  line-height: 1.85714;
  padding-top: 22px;
}
.main p + p {
  margin-top: 26px;
}
.main .img-01 {
  margin-top: 24px;
  margin: 24px -17px 0 -17px;
}

/*	what
-----------------------------------------*/
#what {
  margin-top: -50px;
  padding-top: 50px;
}
#what .inner {
  border-top: #dcdcdc 1px solid;
  padding: 38px 17px 36px 17px;
}
#what .list-01 {
  text-align: center;
  margin-top: 30px;
}
#what .list-01 .hdg {
  margin: 0 -17px;
}
#what .list-01 .hdg span {
  font-size: 0.9375rem;
  line-height: 1.93333;
  font-weight: bold;
  display: inline-block;
  padding: 0 17px;
  margin-top: 7px;
}
#what .list-01 p {
  font-size: 0.875rem;
  line-height: 2.14286;
  margin-top: 8px;
}
#what .list-01 p + .hdg {
  margin-top: 50px;
}

/*	use
-----------------------------------------*/
#use {
  margin-top: -50px;
  padding-top: 50px;
}
#use .inner {
  border-top: #dcdcdc 1px solid;
  padding: 31px 17px 0 17px;
}
#use .movei-01 {
  margin-top: 34px;
  position: relative;
  padding-top: 56.25%;
}
#use .movei-01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#use .img-01 {
  margin-top: 34px;
}
#use .step-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
  margin: 18px -17px 0 -17px;
}
#use .step-01 li {
  width: 50%;
  margin-top: 19px;
}
#use .step-01 li:nth-child(odd) {
  padding-right: 5px;
  padding-left: 15px;
}
#use .step-01 li:nth-child(even) {
  padding-left: 5px;
  padding-right: 15px;
}
#use .step-01 li span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin-top: 15px;
  letter-spacing: -.5px;
}
#use .note-01 {
  margin: 20px 2px 0 2px;
  background: #f8f8f8;
  padding: 13px 22px;
}
#use .note-01 small {
  display: block;
}
#use .note-01 small + small {
  margin-top: 10px;
}
#use .box-01 .img-02 {
  position: relative;
  margin: 22px -17px 0 -17px;
}
#use .box-01 .img-02 .icon {
  font-size: 0.875rem;
  line-height: 2.28571;
  display: block;
  overflow: hidden;
  border-radius: 120px;
  background: #fff;
  font-weight: bold;
  font-style: italic;
  font-family: Roboto, sans-serif;
  padding: 11px 10px;
  border: #000 1px dashed;
  letter-spacing: 1.6px;
  width: 55px;
  position: absolute;
  bottom: -27px;
  right: 23px;
}
#use .box-01 dt {
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: bold;
  padding-right: 62px;
  margin-top: 15px;
}
#use .box-01 dd {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 7px;
}

/*	new
-----------------------------------------*/
#new {
  margin-top: 25px;
  background: #d8dee0;
}
#new .inner {
  padding: 25px 17px 30px;
}
#new .lead {
  margin-top: 30px;
  padding: 0 23px;
}
#new .lead dt {
  position: relative;
  display: block;
  max-width: 89px;
  min-height: 107px;
}
#new .lead dt::after {
  position: absolute;
  top: 0;
  left: 95px;
  display: block;
  width: 107px;
  height: 107px;
  content: "";
  background: url(/smt/coharu_mp20/images/icon-02.png) no-repeat top left;
  background-size: 100%;
}
#new .lead dd {
  font-size: 0.75rem;
  line-height: 1.58333;
  margin-top: 25px;
  text-align: center;
}
#new .lead dd span {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  padding: 0 45px;
}
#new .lead dd .box {
  position: relative;
  margin-top: 5px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
#new .lead dd .box::after {
  position: absolute;
  bottom: 15px;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent;
}
#new .lead dd .box:nth-child(odd) {
  margin-right: 30px;
  margin-left: 20px;
}
#new .lead dd .box:nth-child(odd)::after {
  right: 100%;
  margin-right: -1px;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  border-width: 6px 15px 6px 0;
  border-right-color: #fff;
}
#new .lead dd .box:nth-child(even) {
  margin-right: 20px;
  margin-left: 30px;
}
#new .lead dd .box:nth-child(even)::after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  border-width: 6px 0 6px 15px;
  border-left-color: #fff;
}
#new .box-01 {
  margin-top: 43px;
  padding: 10px 35px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
#new .box-01 p {
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-top: 20px;
}
#new .box-01 .img {
  margin: 0 -25px;
}
#new .box-01 .hdg {
  font-size: 1.0625rem;
  line-height: 1.47059;
  font-weight: bold;
  margin: 25px -25px 0;
  text-align: center;
}
#new .box-01 .hdg + * {
  margin-top: 18px;
}
#new .box-01 + .box-01 {
  margin-top: 20px;
}
#new .hdg-02 {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: bold;
  position: relative;
  margin-top: 35px;
  padding: 3px 0 3px 55px;
}
#new .hdg-02::before {
  font-size: 0.625rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  content: attr(data-en);
  letter-spacing: 1px;
}
#new .hdg-02 .icon {
  font-size: 0.75rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  overflow: hidden;
  width: 45px;
  margin-top: -23px;
  padding: 15px 5px 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  border: #000 1px dashed;
  border-radius: 23px;
  background: #fff;
}
#new .date {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.69231;
  margin-top: 15px;
  padding-top: 15px;
  text-align: right;
  border-top: #666 1px solid;
}
#new .list-01 {
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin-top: 12px;
}
#new .list-01 li {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  margin-right: 25px;
  padding-left: 16px;
}
#new .list-01 li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 22px;
  background: #000;
}
#new .list-tape-01 {
  font-size: 0.8125rem;
  line-height: 1.69231;
  margin-top: 25px;
  padding-top: 5px;
  border-top: #666 1px solid;
}
#new .date + .list-tape-01 {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}
#new .list-tape-01 li {
  margin-top: 20px;
}
#new .list-tape-01 li img {
  display: block;
  margin-top: 6px;
}
#new .list-tape-01 li span {
  display: inline-block;
  margin-left: 15px;
  padding: 1px 5px 0 5px;
  color: #666;
  border-radius: 2px;
  background: #fff;
}
#new .new-box-layout {
  margin-top: 45px;
}
#new .new-box-layout + .new-box-layout {
  margin-top: 20px;
}
#new .new-box-layout > .box_item {
  padding: 25px 35px;
  background-color: #fff;
}
#new .new-box-layout > .box_item-v2 {
  background-color: #fff;
}
#new .new-box-layout > .box_item + .box_item,
#new .new-box-layout > .box_item-v2 + .box_item-v2 {
  margin-top: 20px;
}
#new .new-box-layout > .box_item > *:first-child,
#new .new-box-layout > .box_item-v2 > *:first-child {
  margin-top: 0 !important;
}
#new .new-box-layout .box_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#new .new-box-layout .box_title + * {
  margin-top: 15px !important;
}
#new .new-box-layout .box_media {
  margin-top: 20px;
}
#new .new-box-layout .box_media .box_media_image {
  margin-bottom: 20px;
}
#new .new-box-layout .box_media .box_media_detail > *:first-child {
  margin-top: 0 !important;
}
#new .new-box-layout .box_media .box_media_detail p {
  font-size: 14px;
  line-height: 1.75;
}
#new .new-box-layout .box_media-v2 {
  margin-top: 20px;
}
#new .new-box-layout .box_media-v2 .box_media_image {
   margin-bottom: 20px;
}
#new .new-box-layout .box_media-v2 .box_media_detail > *:first-child {
  margin-top: 0 !important;
}
#new .new-box-layout .box_media-v2 .box_media_detail p {
  font-size: 14px;
  line-height: 1.75;
}
#new .new-lead {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
#new .new-heading {
  margin-top: 30px;
}
#new .new-heading + * {
  margin-top: 10px !important;
}
#new .new-heading .heading_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
#new .new-heading .heading_subtitle {
  font-size: 12px;
  line-height: 1.75;
}
#new .new-introduction {
  margin-top: 20px;
  font-size: 14px;
}
#new .new-introduction dt {
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
#new .new-introduction dt::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
#new .new-introduction dd {
  margin-top: 10px;
}
#new .new-introduction dd > *:first-child {
  margin-top: 0 !important;
}
#new .box_detail {
  padding: 18px 20px;
}
#new .box_lead {
  line-height: 1.6;
  font-size: 14px;
}
#new .newNotes {
  margin-top: 20px;
  font-size: 10px;
}

/*	case
-----------------------------------------*/
#case {
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 47px;
}
#case .inner {
  padding: 43px 17px 0 17px;
}
#case .js-carousel {
  margin-top: 25px;
}
#case .js-carousel .content li img {
  display: block;
}
#case .js-carousel .content li .caption {
  padding: 26px 17px 22px 17px;
  display: block;
  width: 100%;
}
#case .js-carousel .content li .caption b {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 11px;
}
#case .js-carousel .content li .caption span {
  font-size: 0.75rem;
  line-height: 1.41667;
}
#case .js-carousel .content .item-01 {
  background: #e8e9eb;
}
#case .js-carousel .content .item-02 {
  background: #f4f5e6;
}
#case .js-carousel .content .item-03 {
  background: #eae6de;
}
#case .js-carousel .content .item-04 {
  background: #d1d9eb;
}
#case .js-carousel .content .item-05 {
  background: #ebdad1;
}
#case .js-carousel .content .item-06 {
  background: #e1f0e4;
}
#case .js-carousel .content .item-07 {
  background: #dfeaf0;
}

/* carousel castom */
#case .js-carousel .bx-wrapper {
  box-shadow: none;
  margin: 0;
  border: 0;
  background: none;
}
#case .js-carousel .bx-wrapper .bx-viewport {
  left: 0;
  border-width: 0;
  box-shadow: none;
}
#case .js-carousel .bx-controls {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#case .js-carousel .bx-wrapper .bx-controls-auto {
  position: static;
}
#case .js-carousel .bx-pager {
  width: 100%;
  padding-top: 0;
  display: table;
  position: static;
  margin-top: 20px;
}
#case .js-carousel .bx-pager .bx-pager-item {
  font-size: 0.625rem;
  line-height: 1;
  display: inline-block;
  padding: 0 12px;
}
#case .js-carousel .bx-pager .bx-pager-item button {
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  background: #e6e6e6;
  color: #e6e6e6;
}
#case .js-carousel .bx-pager .bx-pager-item .active {
  background: #ecda1d;
  color: #ecda1d;
}
#case .js-carousel .bx-controls-direction {
  width: 100%;
  margin: 0 auto;
}
#case .js-carousel .bx-controls-direction p {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 32px;
  height: 32px;
  margin-top: -64px;
}
#case .js-carousel .bx-controls-direction p + p {
  left: auto;
  right: 8px;
}
#case .js-carousel .bx-controls-direction p button {
  background: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  top: 0;
  overflow: hidden;
}
#case .js-carousel .bx-controls-direction p button::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
#case .js-carousel .bx-controls-direction p button span {
  display: block;
  position: absolute;
  top: -999em;
  left: -999em;
}
#case .js-carousel .bx-controls-direction .bx-next {
  right: 0;
}
#case .js-carousel .bx-controls-direction .bx-next::before {
  left: 50%;
  margin-left: -7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#case .js-carousel .bx-controls-direction .bx-prev {
  left: 0;
}
#case .js-carousel .bx-controls-direction .bx-prev::before {
  right: 50%;
  margin-right: -7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*	me
-----------------------------------------*/
#me {
  margin-top: -50px;
  padding-top: 50px;
}
#me .inner {
  border-top: #dcdcdc 1px solid;
  padding: 29px 17px 0 17px;
}
#me .box-01 {
  margin-top: 32px;
  padding-bottom: 37px;
  padding: 0 26px 37px 26px;
}
#me .box-01 + .box-01 {
  border-top: #9f9f9f 1px dashed;
  padding-top: 26px;
  padding-bottom: 55px;
  margin-top: 0;
}
#me .box-01 .img-01 {
  margin: 0 -26px;
}
#me .box-01 .box-name-01 {
  position: relative;
}
#me .box-01 .box-name-01 .photo {
  height: 90px;
  width: 90px;
  border-radius: 180px;
  overflow: hidden;
  position: absolute;
  top: -44px;
  right: 0;
  margin-top: 0;
}
#me .box-01 .box-name-01 .photo img {
  width: 90px;
  border-radius: 180px;
}
#me .box-01 .box-name-01 dl {
  margin-top: 22px;
}
#me .box-01 .box-name-01 dl dt {
  font-size: 0.75rem;
  line-height: 1.33333;
  padding-right: 90px;
}
#me .box-01 .box-name-01 dl dt .name {
  display: block;
  font-size: 0.75rem;
  line-height: 2.5;
  margin-top: 4px;
}
#me .box-01 .box-name-01 dl dt .name b {
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: bold;
  padding-right: 6px;
  letter-spacing: .1px;
}
#me .box-01 .box-name-01 dl dt .name::after {
  content: attr(data-en);
  font-size: 0.625rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  display: block;
}
#me .box-01 .box-name-01 dl dd {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 14px;
}
#me .box-01 p {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.57143;
}
#me .box-01 .lead-02 {
  font-size: 0.9375rem;
  line-height: 1.26667;
  font-weight: bold;
  margin-top: 24px;
}
#me .box-01 .lead-02 img {
  width: 117px;
  vertical-align: middle;
  padding: 0 8px;
}

/*	font
-----------------------------------------*/
#font {
  margin-top: -50px;
  padding-top: 50px;
}
#font .inner {
  border-top: #dcdcdc 1px solid;
  padding: 22px 17px 27px 17px;
}
#font .box-01 {
  margin-top: 35px;
}
#font .box-01 + .box-01 {
  margin-top: 20px;
}
#font .box-01 .hdg-02 {
  display: table;
  width: 100%;
  border-left: #000 4px solid;
  padding-left: 14px;
}
#font .box-01 .hdg-02 b {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.625rem;
  line-height: 1;
}
#font .box-01 .hdg-02 b::before {
  font-size: 1.125rem;
  line-height: 1.22222;
  letter-spacing: 1px;
  content: attr(data-en);
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
#font .box-01 .hdg-02 span {
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#font .box-01 p {
  margin-top: 17px;
}

/*	js-more
-----------------------------------------*/
#font .js-more .js-more-btn {
  font-family: YuGothicRedifined, '\6e38\30b4\30b7\30c3\30af', YuGothic, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
  display: block;
  width: 100%;
  color: #418fde;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 46px;
}
#font .js-more .js-more-btn span {
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
}
#font .js-more .js-more-btn span::before {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  border-left: #418fde 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
#font .js-more .box-01 {
  position: relative;
  padding-bottom: 46px;
}
#font .js-more .box-01.none {
  padding-bottom: 0;
}
#font .js-more .box-01.close {
  overflow: hidden;
}
#font .js-more .box-01.close .js-more-btn::before {
  content: "";
  height: 50px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, white 100%);
  position: absolute;
  top: -49px;
  left: 0;
}
#font .js-more .box-01.close .js-more-btn span::before {
  border-bottom: #418fde 3px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;
}
#font .js-more .box-01.open .js-more-btn span::before {
  border-top: #418fde 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

/*	tape
-----------------------------------------*/
#tape {
  margin-top: -50px;
  padding-top: 50px;
}
#tape > .inner {
  padding: 22px 17px 0 17px;
}
#tape > .inner:first-child {
  border-top: #dcdcdc 1px solid;
}
#tape > .inner p {
  font-size: 0.875rem;
  line-height: 1.57143;
}
#tape p b {
  font-weight: bold;
}
#tape .box-01 {
  padding: 26px 17px 0 17px;
}
#tape .box-01 + .box-01 {
  margin-top: 30px;
  border-top: #b3b3b3 1px solid;
}
#tape .hdg-02 {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: bold;
  padding-top: 6px;
}
#tape .hdg-02::before {
  content: attr(data-en);
  font-size: 0.625rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
#tape .hdg-02.film {
  background: url(/smt/coharu_mp20/images/tape-img-13.jpg) no-repeat top right;
  background-size: 71px 59px;
  padding-bottom: 12px;
}
#tape .hdg-02.masking {
  background: url(/smt/coharu_mp20/images/tape-img-14.jpg) no-repeat top right;
  background-size: 73px 61px;
  padding-bottom: 14px;
}
#tape .lead-02 {
  font-size: 0.6875rem;
  line-height: 1.63636;
  font-weight: bold;
  margin-top: 10px;
}
#tape .list-01 {
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin-top: 12px;
}
#tape .list-01 li {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  margin-right: 25px;
  margin-top: 7px;
}
#tape .list-01 li::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}
#tape .note-01 {
  margin-top: 7px;
}
#tape .box-01 .list-tape-01 {
  font-size: 0.8125rem;
  line-height: 1.69231;
}
#tape .box-01 .list-tape-01 li {
  margin-top: 20px;
}
#tape .box-01 .list-tape-01 li img {
  display: block;
  margin-top: 6px;
}
#tape .box-01 .list-tape-01 li span {
  border-radius: 2px;
  background: #e5e5e5;
  color: #666;
  padding: 1px 5px 0 5px;
  display: inline-block;
  float: right;
}
#tape .btn-01 {
  padding: 0 23px 28px 23px;
  margin-top: 18px;
}
#tape .btn-01 a {
  display: block;
  color: #fff;
  font-weight: bold;
  background: #ecda1d;
  border-radius: 2px;
  width: 100%;
  padding: 16px 15px 12px 15px;
}
#tape .btn-02 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 28px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#tape .btn-03 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 28px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 9999px;
  color: #333 !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#tape .column-layout {
  display: flex;
  margin-top: 25px;
}
#tape .lead-02 + .column-layout {
  margin-top: 20px;
}
#tape .column_head {
  flex: 1;
}
#tape .column_body {
  margin-left: 10px;
}
#tape .column_head > *:first-child,
#tape .column_body > *:first-child {
  margin-top: 0 !important;
}
#tape .column_head > .list-01:first-child > *:first-child {
  margin-top: 0 !important;
}

/*	spec
-----------------------------------------*/
#spec {
  margin-top: -50px;
  padding-top: 50px;
}
#spec .inner {
  padding: 41px 17px 0 17px;
  border-top: #dcdcdc 1px solid;
}
#spec .img-01 {
  margin-top: 19px;
}
#spec .table-01 {
  margin-top: 44px;
  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;
  width: 100%;
  border-top: #b5b5b5 1px solid;
  font-size: 0.75rem;
  line-height: 1.66667;
}
#spec .table-01 th {
  border-bottom: #b5b5b5 1px solid;
  border-right: #b5b5b5 1px solid;
  text-align: left;
  padding: 3px 11px;
  vertical-align: middle;
  width: 33%;
}
#spec .table-01 td {
  border-bottom: #b5b5b5 1px solid;
  padding: 3px 10px;
}
#spec .table-01 small {
  display: block;
  font-size: 0.625rem;
  line-height: 2;
}
#spec .note-01 {
  margin-top: 17px;
}
#spec .list-01 {
  font-size: 0.6875rem;
  line-height: 1.63636;
  margin-top: 17px;
}
#spec .list-01 li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 20px;
  margin-right: 5px;
}
#spec .list-01 li + li {
  margin-top: 10px;
}
#spec .btn-01 {
  display: inline-block;
  width: 69px;
  height: 28px;
  margin: 4px 0 4px 8px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 9999px;
  vertical-align: middle;
  color: #333 !important;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
}

/*	sub
-----------------------------------------*/
#sub {
  margin-top: 32px;
}
#sub .link-01 {
  background: #f8f8f7;
  padding: 16px 17px;
  text-align: center;
  width: 100%;
}
#sub .link-01 ul {
  display: inline-block;
}
#sub .link-01 li {
  display: table-cell;
}
#sub .link-01 li:first-child {
  padding-right: 35px;
  border-right: #bcbcbb 1px solid;
}
#sub .link-01 li:first-child img {
  max-width: 116px;
}
#sub .link-01 li:last-child {
  border-left: #f8f8f7 1px solid;
  padding-left: 35px;
}
#sub .link-01 li:last-child img {
  max-width: 131px;
}
#sub .inner {
  padding: 0 17px;
  text-align: center;
  margin-top: 45px;
}
#sub .inner .sns-txt img {
  width: 261px;
}
#sub .inner .sns-list-01 {
  display: inline-block;
  margin-top: 25px;
}
#sub .inner .sns-list-01 li {
  display: table-cell;
  padding: 0 21px;
}
#sub .inner .sns-list-01 li img {
  width: 47px;
}

/*	pagetop
-----------------------------------------*/
.pagetop {
  position: absolute;
  right: 17px;
  top: -21px;
}
.pagetop a {
  display: block;
  position: relative;
  height: 42px;
  width: 42px;
  background: #ecda1d;
  border-radius: 106px;
  overflow: hidden;
}
.pagetop a::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 13px;
}
.pagetop a span {
  position: absolute;
  top: -999em;
  left: -999em;
}

/*	footer
-----------------------------------------*/
#footer {
  margin-top: 33px;
  padding: 30px 17px 18px 17px;
  background: #e5e5e5;
  text-align: center;
  position: relative;
}
#footer img {
  width: 119px;
}
#footer .copy {
  margin-top: 18px;
}
#footer .copy small {
  font-size: 0.6875rem;
  line-height: 2;
}
