@charset "UTF-8";
@font-face {font-family: "ハーモニアサンセリフW01セミボールド";
  src: url("56bd6cd7c8d4b467838b5b2971fd6ee5.eot"); /* IE9*/
  src: url("56bd6cd7c8d4b467838b5b2971fd6ee5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("56bd6cd7c8d4b467838b5b2971fd6ee5.woff2") format("woff2"), /* chrome、firefox */
  url("56bd6cd7c8d4b467838b5b2971fd6ee5.woff") format("woff"), /* chrome、firefox */
  url("56bd6cd7c8d4b467838b5b2971fd6ee5.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("56bd6cd7c8d4b467838b5b2971fd6ee5.svg#ハーモニアサンセリフW01セミボールド") format("svg"); /* iOS 4.1- */
}

/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
/* focus */
*:focus {
  outline: none;
}

/* ------------------------------------------------------------------
body
------------------------------------------------------------------ */
body{
  line-height: 1;
  color: #222;
  background: url("../images/bg.png") 50% 0 no-repeat;
  background-size: 100% auto;
}

/* ------------------------------------------------------------------
font
------------------------------------------------------------------ */
body{
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em !important;
}
.en{
	font-family: 'Lato', sans-serif;
}
.logo_root{
  font-size: 120%;
  font-family:"ハーモニアサンセリフW01セミボールド" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------------
font size
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:767.98px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.txtlink{
  color: #0051b6;
  text-decoration: underline;
}
a.txtlink.bold{
  font-weight: 700;
}
a.txtlink:hover{
  text-decoration: none;
}


/* ------------------------------------------------------------------
color
------------------------------------------------------------------ */
.color_green{
  color: #6cb86a;
}
.color_blue{
  color: #008ce6;
}
.bg_green{
  background-color: #6cb86a;
}
.line_green{
  background: linear-gradient(transparent 90%, #6cb86a 90%);
  padding: 0 0 5px;
}
@media only screen and (max-width:767.98px) {
  .line_green{
    background: linear-gradient(transparent 90%, #6cb86a 90%);
    padding: 0 0 2px;
  }
}

/* ------------------------------------------------------------------
display
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .sponly {
    display: none !important;
  }
  .pconly {
  }
}
@media only screen and (max-width:767.98px) {
  .sponly {
  }
  .pconly {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
separator
------------------------------------------------------------------ */
.separator{
  position: relative;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 100px 0;
}
.separator:before{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #6cb86a;
}
@media only screen and (max-width:767.98px) {
  .separator{
    margin: 50px 0;
  }
  .separator:before{
    width: 40px;
  }
}

/* ------------------------------------------------------------------
icon
------------------------------------------------------------------ */
.icon_s{
  display: inline-block;
  margin: 0 0 0 0.75em;
}
.icon_s::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 22px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  backface-visibility: #fff;
}
.icon_s.icon_pdf::before {
  content: 'PDF';
  color: #b30b00;
  border: 1px solid #b30b00;
}
.icon_s.icon_dxf::before {
  content: 'DXF';
  color: #0078c4;
  border: 1px solid #0078c4;
}
.icon_s.icon_zip::before {
  content: 'ZIP';
  color: #c56cff;
  border: 1px solid #c56cff;
}
.icon_s.icon_msi::before {
  content: 'msi';
  color: #c6710e;
  border: 1px solid #c6710e;
}
.icon_s.icon_pkg::before {
  content: 'pkg';
  color: #c6710e;
  border: 1px solid #c6710e;
}
.icon_s.icon_arr{
  margin: 0 0 0 0.6em;
  display: inline-block;
  vertical-align: middle;
}
.icon_s.icon_arr::after{
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left: 6px solid #222;
}
.icon_s.icon_arr.blue::after{
  border: 3px solid transparent;
  border-left: 6px solid #0051b6;
}
.icon_s.icon_external{
  margin: 0 0 0 0.4em;
  display: inline-block;
  vertical-align: super;
}
.icon_s.icon_external::after{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../../../wp/wp-content/themes/elmo/assets/img/common/icon_external_black.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.icon_s.icon_external.blue::after{
  background: url("../../../../wp/wp-content/themes/elmo/assets/img/common/icon_external_blue.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.btn_l .icon_s.icon_external::after{
  margin-top: -0.4em;
  width: 14px;
  height: 14px;
}
.btn_default .icon_s.icon_external::after{
  background: url("../../../../wp/wp-content/themes/elmo/assets/img/common/icon_external_white.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.btn_default.border .icon_s.icon_external::after,
.btn_default.white .icon_s.icon_external::after{
  background: url("../../../../wp/wp-content/themes/elmo/assets/img/common/icon_external_blue.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.icon_label{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  min-width: 100px;
  height: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 1;
}
.icon_label.lightblue{
  color: #222;
  background: #d7f6fe;
}
.icon_label.blue{
  color: #fff;
  background: #0051b6;
}
.icon_label.border{
  border: 1px solid #0051b6;
  color: #0051b6;
  background: #fff;
}
.icon_label.num{
  background: none;
  border: none;
  padding: 0;
  min-width: 0;
  height: auto;
  font-size: 4.8rem;
  font-weight: 700;
  color: #0051b6;
}
.icon_img_list{
  display: flex;
}
.icon_img_list .icon_img{
  display: inline-flex;
  margin: 0 0 0 0.5em;
}
.icon_img_list .icon_img img{
  height: 45px;
  width: auto;
}
@media only screen and (max-width:767.98px) {
  .icon_s::before {
    width: 32px;
    height: 16px;
    font-size: 2.9333vw;
  }
  .btn_l .icon_s.icon_external::after{
    margin-top: 0;
    width: 10px;
    height: 10px;
  }
  .icon_label{
    min-width: 80px;
    height: 18px;
    font-size: 3.2vw;
    padding: 0 10px;
  }
  .icon_label.num{
    font-size: 8vw;
  }
}

.sup{
  vertical-align: super;
  font-size: 80%;
  margin: 0 0 0 0.1em;
}

.btn_default.white a{
  background: #fff;
  color: #0051b6;
}
.btn_default.border a{
  border: 2px solid #0051b6;
  background: transparent;
  color: #0051b6;
}

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
ul.disc{
  list-style: disc;
  margin: 0 0 40px 1.5em;
  line-height: 1.8;
}
ul.decimal{
  list-style: decimal;
  margin: 0 0 40px 1.5em;
  line-height: 1.8;
}
ul.alpha{
  list-style: lower-alpha;
  margin: 0 0 40px 1.5em;
  line-height: 1.8;
}
ul.asterisk{
  margin: 0 0 40px 1em;
}
ul.asterisk li{
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 0.5em;
}
ul.asterisk li:before{
  content: "※";
  margin-left: -1em;
}
ul.waku{
  line-height: 1.8;
}
ul.waku li{
  border: 1px solid #ddd;
  padding: 20px 30px;
  margin-bottom: 20px;
}
ul.waku li:last-child{
  margin-bottom: 0;
}
.underline{
  text-decoration: underline;
}
@media only screen and (max-width:767.98px) {
  ul.disc{
    margin-bottom: 20px;
    line-height: 1.6;
  }
  ul.decimal{
    margin-bottom: 20px;
    line-height: 1.6;
  }
  ul.alpha{
    margin-bottom: 20px;
    line-height: 1.6;
  }
  ul.asterisk{
    margin-bottom: 20px;
    line-height: 1.6;
  }
}


/* ------------------------------------------------------------------
header
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  header{
    display: flex;
    background: #fff;
  }
  header .col{
    width: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  header .logo_root{
    width: 400px;
  }
  header .logo_agency{
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  header .logo_agency .education{
    width: 200px;
  }
  header .logo_agency .multiplied{
    margin: 0 15px;
  }
  header .logo_agency .elmo{
    width: 120px;
  }
  header .logo_agency .elmo span{
    display: block;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width:767.98px) {
  header{
    background: #fff;
  }
  header .col{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  header .col:last-child{
    height: 40px;
  }
  header .logo_root{
    width: 260px;
  }
  header .logo_agency{
    display: flex;
    align-items: center;
  }
  header .logo_agency .education{
    width: 80px;
  }
  header .logo_agency .multiplied{
    margin: 0 10px;
  }
  header .logo_agency .elmo{
    flex: 1;
    display: flex;
    align-items: center;
  }
  header .logo_agency .elmo img{
    display: block;
    width: 50px;
    height: auto;
  }
  header .logo_agency .elmo span{
    flex: 1;
    display: block;
    text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    margin: 0 0 0 10px;
  }
}

/* ------------------------------------------------------------------
kv
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .kv{
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 20px auto 80px;
  }
}
@media only screen and (max-width:767.98px) {
  .kv{
    width: 90%;
    margin: 20px auto 40px;
  }
}

/* ------------------------------------------------------------------
gnav
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .gnav{
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 40px auto;
  }
  .gnav ul{
    display: flex;
    justify-content: center;
  }
  .gnav li{
    border-right: 1px dotted #6cb86a;
  }
  .gnav li:first-child{
    border-left: 1px dotted #6cb86a;
  }
  .gnav a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #6cb86a;
  }
  .gnav a:hover{
    color: #222;
    text-decoration: none;
  }
}
@media only screen and (max-width:767.98px) {
  .gnav{
    width: 90%;
    margin: 30px auto;
  }
  .gnav ul{
    display: flex;
    justify-content: center;
  }
  .gnav li{
    margin: 0 1.5em 0 0;
  }
  .gnav li:last-child{
    margin: 0;
  }
  .gnav a{
    display: block;
    font-size: 4.2666vw;
    font-weight: 700;
    color: #6cb86a;
    text-decoration: underline;
  }
  .gnav a.hover{
    color: #222;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------------
overview
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .overview{
    display: flex;
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto 80px;
  }
  .overview .logo{
    width: 400px;
  }
  .overview .txt{
    flex: 1;
    margin: 0 0 0 60px;
  }
  .overview .txt p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .overview .txt p:last-child{
    margin: 0;
  }
  .products{
    text-align: center;
    margin: 0 0 40px;
  }
  .feature{
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .feature .item{
    display: flex;
    margin: 0 0 100px;
  }
  .feature .num{
    width: 60px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .feature .item_in{
    flex: 1;
  }
  .feature .item_flex{
    display: flex;
  }
  .feature .item_flex .image{
    width: 400px;
    margin: 0 0 0 40px;
  }
  .feature .item_flex .txt{
    flex: 1;
  }
  .feature h2{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  .feature h2 .super{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
  .feature p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .feature p:last-child{
    margin: 0;
  }
  .feature p.s{
    font-size: 1.4rem;
  }
  .feature .images{
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
  .feature .images li{
    margin: 0 20px;
  }
  .feature .image{
    text-align: center;
  }
  .feature img{
    border: 1px solid #ddd;
  }
  .feature .images li span{
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .coding{
    margin: 40px 0 0;
    padding: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
  }
  .coding .image{
    order: 2;
    margin: 0 0 0 40px;
  }
  .coding .txt{
    order: 1;
  }
  .coding h3{
    font-size: 2.0rem;
    margin: 0 0 0.5em;
  }
  .coding p{
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .case{
    padding: 100px 0;
    background: #f7fbf3;
    border-top: 1px solid #ddd;
  }
  .case_in{
    width: 100%;
    max-width: 980px;
    padding: 0 20px;
    margin: auto;
  }
  .case .item{
    margin: 0 0 80px;
  }
  .case .item:last-child{
    margin: 0;
  }
  .case .sub{
    margin: 0 0 40px;
  }
  .case .sub .num{
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 5px;
  }
  .case .sub h2{
    font-size: 3.6rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .case .sub .lead{
    line-height: 1.8;
  }
  .case .desc{
    margin: 0 0 60px;
  }
  .case .desc h3{
    font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 5px;
  }
  .case .desc p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .case .desc .btn a{
    display: inline-block;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px 80px 20px;
  }
  .case .desc .btn a:hover{
    background: #6cb86a;
    color: #fff;
  }
  .case .desc .btn i{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
  .case .cols{
    display: flex;
    align-items: center;
    margin: 0 0 40px;
  }
  .case .cols:last-child{
    margin: 0;
  }
  .case .cols .image{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 50%;
    height: 400px;
    margin: 0 60px 0 0;
  }
  .case .cols .image img{
    display: block;
    width: 76%;
    margin: auto;
  }
  .case .cols:last-child .image img{
    width: 56%;
  }
  .case .cols .txt{
    flex: 1;
  }
  .case .cols .txt p{
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .case .cols .txt p:last-child{
    margin: 0;
  }
  .case .row .image{
    background: #fff;
    padding: 40px 0;
    margin: 0 0 20px;
  }
  .case .row .image img{
    display: block;
    width: 60%;
    margin: auto;
  }
  .case .row p{
    line-height: 1.8;
  }
  .case .video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .case iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .case .video_item{
    border-bottom: 1px solid #ddd;
    padding: 0 0 80px;
  }
  .case .link a{
    display: block;
    margin: 20px 0 0;
    background: #6cb86a;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  .case .video_item a:hover{
    opacity: 0.75;
  }
}
@media only screen and (max-width:767.98px) {
  .overview{
    width: 90%;
    margin: 0 auto 40px;
  }
  .overview .logo{
    width: 200px;
    margin: 0 auto 20px;
  }
  .overview .txt p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .overview .txt p:last-child{
    margin: 0;
  }
  .products{
    text-align: center;
    margin: 0 0 40px;
  }
  .feature{
    width: 90%;
    margin: 0 auto;
  }
  .feature .item{
    display: flex;
    margin: 0 0 40px;
  }
  .feature .item:last-child{
    margin: 0 0 50px;
  }
  .feature .num{
    width: 40px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .feature .item_in{
    flex: 1;
  }
  .feature .item_flex .image{
  }
  .feature .item_flex .txt{
    flex: 1;
  }
  .feature h2{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .feature h2 .super{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
  .feature p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .feature p:last-child{
    margin: 0;
  }
  .feature p.s{
    font-size: 1.2rem;
  }
  .feature .image{
    margin: 20px 0 0;
  }
  .feature .images{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .feature .images li{
    width: 48%;
  }
  .feature .images li img{
    border: 1px solid #ddd;
  }
  .feature .images li span{
    display: block;
    text-align: center;
    font-size: 1.0rem;
    margin: 10px 0 0;
  }
  .coding{
    margin: 40px 0 0;
    padding: 20px;
    border: 1px solid #ddd;
  }
  .coding .image{
    width: 80px;
    margin: 0 auto 20px;
  }
  .coding .txt{
    order: 1;
  }
  .coding h3{
    font-size: 1.6rem;
    margin: 0 0 0.5em;
    line-height: 1.4;
  }
  .coding p{
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .case{
    padding: 50px 0;
    background: #f7fbf3;
    border-top: 1px solid #ddd;
  }
  .case_in{
    width: 90%;
    margin: auto;
  }
  .case .item{
    margin: 0 0 40px;
  }
  .case .item:last-child{
    margin: 0;
  }
  .case .sub{
    margin: 0 0 20px;
  }
  .case .sub .num{
    font-size: 5.4vw;
    font-weight: 700;
    margin: 0 0 5px;
  }
  .case .sub h2{
    font-size: 6.4vw;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .case .sub .lead{
    line-height: 1.8;
  }
  .case .desc{
    margin: 0 0 40px;
  }
  .case .desc h3{
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 5px;
  }
  .case .desc p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .case .desc .btn a{
    display: block;
    text-align: center;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px 0 18px;
    font-size: 3.6vw;
  }
  .case .desc .btn a.hover{
    background: #6cb86a;
    color: #fff;
  }
  .case .desc .btn i{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
  .case .cols{
    margin: 0 0 40px;
  }
  .case .cols:last-child{
    margin: 0;
  }
  .case .cols .image{
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 0 20px;
    padding: 20px;
  }
  .case .cols .image img{
    display: block;
    width: 75%;
    margin: auto;
  }
  .case .cols .txt{
    flex: 1;
  }
  .case .cols .txt p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .case .cols .txt p:last-child{
    margin: 0;
  }
  .case .row .image{
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  .case .row .image img{
    display: block;
    width: 70%;
    margin: auto;
  }
  .case .row p{
    line-height: 1.8;
  }
  .case .video_wrap{
    margin: 0 0 40px;
  }
  .case .video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .case iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .case .video_item{
    border-bottom: 1px solid #ddd;
  }
  .case .link a{
    display: block;
    margin: -20px 0 0;
    background: #6cb86a;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  .case .video_item a.hover{
    opacity: 0.75;
  }
}

/* ------------------------------------------------------------------
series
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .series{
    padding: 100px 0;
    background: #f9f9f9;
  }
  .series_in{
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .series h2{
    font-size: 3.6rem;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .compare{
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
  }
  .compare th,
  .compare td{
    padding: 20px;
    line-height: 1.6;
    border: 1px solid #ddd;
  }
  .compare .txt{
    font-size: 3.0rem;
  }
  .compare sup{
    font-size: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 0.2em;
  }
  .compare .txt{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compare .new{
    display: inline-block;
    background: #EF932D;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 10px;
    line-height: 1;
    margin: 0.2em 0.8em 0 0;
  }
  .compare td{
    text-align: center;
  }
  .compare .label{
    width: 250px;
    text-align: left;
  }
  .compare .heading{
    background: #f3f3f3;
  }
  .compare .heading td{
    font-weight: 700;
  }
}
@media only screen and (max-width:767.98px) {
  .series{
    padding: 50px 0;
    background: #f9f9f9;
  }
  .series_in{
    width: 90%;
    margin: auto;
  }
  .series h2{
    font-size: 6.4vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .compare{
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
  }
  .compare th,
  .compare td{
    padding: 10px;
    font-size: 3.2vw;
    line-height: 1.6;
    border: 1px solid #ddd;
  }
  .compare th:nth-of-type(1){
    width: 30%;
  }
  .compare th:nth-of-type(2){
    width: 35%;
  }
  .compare th:nth-of-type(3){
    width: 35%;
  }
  .compare .txt{
    font-size: 4.8vw;
  }
  .compare sup{
    font-size: 50%;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 0.2em;
  }
  .compare .txt{
  }
  .compare .new{
    display: inline-block;
    background: #EF932D;
    color: #fff;
    font-size: 2.6666vw;
    padding: 4px 10px;
    line-height: 1;
    margin: 0 0 0.2em;
  }
  .compare td{
    text-align: center;
  }
  .compare .label{
    text-align: left;
  }
  .compare .heading{
    background: #f3f3f3;
  }
  .compare .heading td{
    font-weight: 700;
  }
}

/* ------------------------------------------------------------------
worksheet
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .worksheet{
    padding: 100px 0 0;
  }
  .worksheet_in{
    width: 100%;
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .worksheet h2{
    font-size: 3.6rem;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .worksheet .cols{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .worksheet .col{
    display: flex;
    flex-direction: column;
    width: 48.5%;
    margin: 0 3% 40px 0;
    border: 1px solid #ddd;
    padding: 35px;
  }
  .worksheet .col:nth-of-type(2n){
    margin: 0 0 40px;
  }
  .worksheet ul{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .worksheet li{
    display: flex;
  }
  .worksheet li span{
    width: 6em;
  }
  .worksheet .btm{
    margin-top: auto;
  }
  .worksheet .btn{
    margin: 0 0 15px;
  }
  .worksheet .btn:last-child{
    margin: 0;
  }
  .worksheet .btn a{
    display: block;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px;
  }
  .worksheet .btn a:hover{
    background: #6cb86a;
    color: #fff;
  }
  .worksheet .btn i{
    margin: 0 0.6em 0 0;
  }
  .worksheet p{
    margin: 20px 0 0;
  }
  .worksheet p a{
    color: #6cb86a;
    text-decoration: underline;
  }
  .worksheet p i{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
}
@media only screen and (max-width:767.98px) {
  .worksheet{
    padding: 50px 0 0;
  }
  .worksheet_in{
    width: 90%;
    margin: auto;
  }
  .worksheet h2{
    font-size: 6.4vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .worksheet .col{
    margin: 0 0 20px;
    border: 1px solid #ddd;
    padding: 20px;
  }
  .worksheet .col:last-child{
    margin: 0;
  }
  .worksheet ul{
    line-height: 1.6;
    margin: 0 0 15px;
  }
  .worksheet li{
    display: flex;
  }
  .worksheet li span{
    width: 6em;
  }
  .worksheet .btn{
    margin: 0 0 10px;
  }
  .worksheet .btn:last-child{
    margin: 0;
  }
  .worksheet .btn a{
    display: block;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px;
  }
  .worksheet .btn a:hover{
    background: #6cb86a;
    color: #fff;
  }
  .worksheet .btn i{
    margin: 0 0.6em 0 0;
  }
  .worksheet p{
    margin: 20px 0 0;
  }
  .worksheet p a{
    color: #6cb86a;
    text-decoration: underline;
  }
  .worksheet p i{
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 0 0 0.2em;
  }
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
  }
  footer .logo_elmo{
    width: 200px;
    margin: 0 0 20px;
  }
	footer address{
		font-size: 1.2rem;
		font-style: normal;
	}
}
@media only screen and (max-width:767.98px) {
  footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  footer .logo_elmo{
    width: 120px;
    margin: 0 0 15px;
  }
	footer address{
		font-size: 2.0vw;
		font-style: normal;
	}
}

/* ------------------------------------------------------------------
floatmenu
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .float_contact{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    z-index: 9999;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .float_contact .ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #6cb86a;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
  .float_contact .cont{
    padding: 20px 30px;
    background: #fff;
  }
  .float_contact .txt{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
  }
  .float_contact .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    background: #da5f40;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
  }
  .float_contact a:hover .btn{
    opacity: 0.5;
  }
  .float_contact .btn i{
    margin: 0 10px 0 0;
  }
  .float_move{
    opacity: 1;
    right: 0;
  }
  .float_move.is_hide{
    right: -50px;
    opacity: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .float_contact{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .float_contact .ttl{
    display: none;
  }
  .float_contact .cont{
    padding: 10px 15px;
    background: #fff;
  }
  .float_contact .txt{
    font-size: 3.0vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 10px;
  }
  .float_contact .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 44px;
    background: #da5f40;
    font-size: 4.8vw;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
  }
  .float_contact a:hover .btn{
    opacity: 0.5;
  }
  .float_contact .btn i{
    margin: 0 10px 0 0;
  }
  .float_move{
    opacity: 1;
    bottom: 0;
  }
  .float_move.is_hide{
    opacity: 0;
    bottom: -50px;
  }
}

/* ------------------------------------------------------------------
int
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .int_wrap{
    width: 1160px;
    padding: 0 20px;
    margin: 80px auto;
  }
  .int_header{
    margin: 0 0 60px;
  }
  .int_desc{
    display: flex;
    align-items: center;
    margin: 0 0 60px;
  }
  .int_desc_image{
    width: 210px;
  }
  .int_desc_image_txt{
    margin-top: 10px;
    text-align: center;
    line-height: 1.6;
  }
  .int_desc_txt{
    flex: 1;
    margin: 0 40px 0 0;
  }
  .int_desc_ttl{
    font-size: 3.8rem;
    line-height: 1.4;
    margin-right: 40px;
    margin: 0 0 20px;
  }
  .int_desc_head{
    margin: 0 0 40px;
  }
  .int_catch{
    display: flex;
    margin: 0 0 20px;
  }
  .int_catch_txt{
    font-size: 3.8rem;
    line-height: 1.4;
    margin-right: 40px;
  }
  .int_catch_image{
    width: 150px;
  }
  .int_desc_txt h2{
    font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_desc_txt h3{
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_desc_txt ul{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_desc_txt p{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_txt *:last-child{
    margin-bottom: 0;
  }
  .int_heading{
    background: #6cb86a;
    color: #fff;
    font-size: 4.0rem;
    line-height: 1.4;
    padding: 20px;
    text-align: center;
    margin: 0 0 40px;
  }
  .int_message{
    margin: 0 0 60px;
  }
  .int_message h3{
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .int_message span{
    font-size: 90%;
  }
  .int_message p{
    margin: 15px 0 0;
  }
  .int_message p:first-child{
    margin: -15px 0 0;
    text-align: right;
  }
  .int_col{
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: 1px solid #ddd;
  }
  .int_col:last-child{
    padding: 0;
    border: none;
  }
  .int_bnr{
    position: absolute;
    top: -30px;
    right: 0;
    width: 360px;
  }
  h1.int_ttl{
    font-size: 4.8rem;
    line-height: 1.4;
    margin: 0 0 40px;
    text-align: center;
  }
  h2.int_ttl{
    display: flex;
    font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 2px solid #6cb86a;
  }
  h3.int_ttl{
    display: flex;
    font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  h3.int_ttl::before {
    content: "";
    flex: 0 0 6px;
    width: 4px;
    height: 30px;
    background: #222;
    margin-top: 0.25em;
    margin-right: 0.6em;
  }
  h4.int_ttl{
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_ttl .time{
    flex: 0 0 140px;
    margin: 4px 15px 0 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    background: #6cb86a;
    color: #fff;
  }
  .int_ttl .step{
    flex: 0 0 140px;
    margin: -3px 15px 0 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    background: #6cb86a;
    color: #fff;
  }
  .ttl_icons{
    display: flex;
  }
  .int_ttl_icon{
    width: 80px;
    margin: -40px 0 0 10px;
  }
  .int_imgtxt{
    display: flex;
  }
  .int_imgtxt.ir .image,
  .int_imgtxt.il .txt{
    order: 2;
  }
  .int_imgtxt.ir .txt,
  .int_imgtxt.il .image{
    order: 1;
  }
  .int_imgtxt.ir .txt{
    margin-right: 40px;
  }
  .int_imgtxt.il .txt{
    margin-left: 40px;
  }
  .int_imgtxt .image{
    position: relative;
    width: 40%;
  }
  .int_imgtxt.w15 .image{
    width: 15%;
  }
  .int_imgtxt.w50 .image{
    width: 50%;
  }
  .int_imgtxt .agui_qr{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 200px;
    z-index: 2;
  }
  .int_imgtxt .txt{
    flex: 1;
    margin-right: 40px;
  }
  .int_imgtxt .txt p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .int_imgtxt .txt p:last-child{
    margin: 0;
  }
  .int_txt p{
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .int_txt p:last-child{
    margin: 0;
  }
  .int_txt,.int_img,.int_imgtxt{
    margin-bottom: 40px;
  }
  .int_txt:last-child,.int_img:last-child,.int_imgtxt:last-child{
    margin-bottom: 0;
  }
  .int_data{
    border: 1px solid #ddd;
    line-height: 1.8;
    padding: 30px;
  }
  .int_data dl{
    display: flex;
  }
  .int_data dt{
    width: 120px;
  }
  .int_data dd{
    flex: 1;
  }
  .int_img{
    text-align: center;
  }
  .int_item{
    margin: 0 0 60px;
    text-align: center;
  }
  .int_btns{
    margin: 40px 0 0;
    text-align: center;
  }
  .int_btns a{
    display: block;
    width: 400px;
    margin: auto;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px 0px;
  }
  .int_btns a:hover{
    background: #6cb86a;
    color: #fff;
  }
  .int_step_head{
    margin: 0 0 40px;
  }
  .int_step{
    display: flex;
    border: 2px solid #777;
    margin: 0 0 40px;
  }
  .int_step:last-child{
    margin: 0;
  }
  .int_step_image{
    width: 320px;
    padding: 30px;
  }
  .int_step_txt{
    flex: 1;
  }
  .int_step_ttl{
    display: flex;
    align-items: center;
  }
  .int_step_icon{
    width: 60px;
    margin-right: 20px;
  }
  .int_step_ttl h4{
    font-size: 2.4rem;
  }
  .int_step_txt p{
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 20px 0 0 30px;
  }
  .int_good{
    display: flex;
    justify-content: space-between;
  }
  .good_list{
    width: 48%;
  }
  .good_list li{
    list-style: disc;
    margin-left: 1.4em;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .good_list li:last-child{
    margin-bottom: 0;
  }
  .good_wrap{
    display: flex;
  }
  .good_txt{
    flex: 1;
  }
  .good_image{
    width: 46%;
    margin-left: 20px;
  }
  .good_3 .good_image{
    width: 66%;
  }
  .good_3 .good_image img{
    width: 80px;
    height: auto;
    margin-top: -10px;
  }
}
@media only screen and (max-width:767.98px) {
  .int_wrap{
    width: 90%;
    margin: 40px auto;
  }
  .int_header{
    margin: 0 0 40px;
  }
  .int_desc{
    margin: 0 0 40px;
  }
  .int_desc_image{
    width: 100%;
    text-align: center;
  }
  .int_desc_image img{
    width: 120px;
    height: auto;
  }
  .int_desc_image_txt{
    margin-top: 10px;
    text-align: center;
    line-height: 1.6;
  }
  .int_desc_txt{
    flex: 1;
    margin: 0 0 20px;
  }
  .int_desc_ttl{
    font-size: 5.3333vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_desc_head{
    margin: 0 0 20px;
  }
  .int_catch{
    margin: 0 0 20px;
  }
  .int_catch_txt{
    font-size: 5.3333vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_catch_image{
    width: 150px;
  }
  .int_catch_image{
    display: block;
    width: 40vw;
    margin: 20px auto 0;
  }
  .int_desc_txt h2{
    font-size: 4.8vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_desc_txt h3{
    font-size: 3.7333vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .int_desc_txt ul{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_desc_txt p{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_txt *:last-child{
    margin-bottom: 0;
  }
  .int_heading{
    background: #6cb86a;
    color: #fff;
    font-size: 	5.3333vw;
    line-height: 1.4;
    padding: 15px;
    text-align: center;
    margin: 0 0 20px;
  }
  .int_message{
    margin: 0 0 40px;
  }
  .int_message h3{
    font-size: 4.8vw;
    line-height: 1.4;
    font-weight: 400;
  }
  .int_message span{
    font-size: 90%;
  }
  .int_message p{
    margin: 15px 0 0;
  }
  .int_message p:first-child{
    margin: -10px 0 0;
    text-align: right;
  }
  .int_col{
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ddd;
  }
  .int_col:last-child{
    padding: 0;
    border: none;
  }
  .int_bnr{
    margin: 0 0 20px;
  }
  h1.int_ttl{
    font-size: 5.8666vw;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
  }
  h2.int_ttl{
    font-size: 5.2vw;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 6px;
    border-bottom: 2px solid #6cb86a;
  }
  h3.int_ttl{
    display: flex;
    font-size: 4.8vw;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  h3.int_ttl::before {
    content: "";
    flex: 0 0 5px;
    width: 4px;
    height: 20px;
    background: #222;
    margin-top: 0.20em;
    margin-right: 0.6em;
  }
  h4.int_ttl{
    font-size: 4.2666vw;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .int_ttl .time{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 28px;
    margin: 0 0 5px;
    font-size: 3.7333vw;
    background: #6cb86a;
    color: #fff;
  }
  .int_ttl .step{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 28px;
    margin: 0 0 5px;
    font-size: 3.7333vw;
    background: #6cb86a;
    color: #fff;
  }
  .ttl_icons{
    display: flex;
  }
  .int_ttl_icon{
    width: 50px;
    margin: -25px 0 0 10px;
  }
  .int_imgtxt{
    display: flex;
    flex-direction: column;
  }
  .int_imgtxt .txt{
    order: 2;
  }
  .int_imgtxt .image{
    position: relative;
    order: 1;
    margin: 0 0 20px;
  }
  .int_imgtxt.w15 .image{
    width: 40vw;
    margin: 0 auto 20px;
  }
  .int_imgtxt .agui_qr{
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 160px;
    z-index: 2;
  }
  .int_imgtxt .txt p{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_imgtxt .txt p:last-child{
    margin: 0;
  }
  .int_txt p{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .int_txt p:last-child{
    margin: 0;
  }
  .int_txt,.int_img,.int_imgtxt{
    margin-bottom: 40px;
  }
  .int_txt:last-child,.int_img:last-child,.int_imgtxt:last-child{
    margin-bottom: 0;
  }
  .int_data{
    border: 1px solid #ddd;
    line-height: 1.8;
    padding: 20px;
  }
  .int_data dl{
    margin: 0 0 10px;
  }
  .int_data dl:last-child{
    margin: 0;
  }
  .int_data dt{
    font-size: 3.2vw;
    color: #777;
  }
  .int_data dd{
    word-break: break-all;
  }
  .int_img{
    text-align: center;
  }
  .int_item{
    margin: 0 0 30px;
    text-align: center;
  }
  .int_btns{
    margin: 20px 0 0;
    text-align: center;
  }
  .int_btns a{
    display: block;
    margin: auto;
    border: 4px solid #6cb86a;
    color: #6cb86a;
    text-decoration: underline;
    padding: 15px 0px;
  }
  .int_btns a.hover{
    background: #6cb86a;
    color: #fff;
  }
  .int_step_head{
    margin: 0 0 40px;
  }
  .int_step{
    border: 2px solid #777;
    margin: 0 0 20px;
  }
  .int_step:last-child{
    margin: 0;
  }
  .int_step_image{
    width: 320px;
    padding: 20px;
  }
  .int_step_ttl{
    display: flex;
    align-items: center;
  }
  .int_step_icon{
    width: 60px;
    margin-right: 10px;
  }
  .int_step_ttl h4{
    font-size: 4.0vw;
    line-height: 1.4;
  }
  .int_step_txt p{
    line-height: 1.6;
    margin: 20px 20px 0 20px;
  }
  .good_list{
    margin-bottom: 20px;
  }
  .good_list:last-child{
    margin-bottom: 0;
  }
  .good_list li{
    list-style: disc;
    margin-left: 1.4em;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .good_list li:last-child{
    margin-bottom: 0;
  }
  .good_wrap{
    display: flex;
  }
  .good_txt{
    flex: 1;
  }
  .good_image{
    width: 40%;
    margin-left: 15px;
  }
  .good_3 .good_image img{
    width: 50px;
    height: auto;
    margin-top: -5px;
  }
}

/* ------------------------------------------------------------------
btn
------------------------------------------------------------------ */
.btn_default{
  text-align: center;
}
.btn_default a{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 400px;
  height: 50px;
  background: #0051b6;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 30px;
  margin: auto;
}
.btn_default.btn_l a{
  min-width: 480px;
  height: 80px;
  font-size: 2.4rem;
}
.btn_default.white a{
  background: #fff;
  color: #0051b6;
}
.btn_default.border a{
  border: 2px solid #0051b6;
  background: transparent;
  color: #0051b6;
}
.btn_default span{
  display: block;
  text-align: center;
}
.btn_default .s{
  font-size: 1.4rem;
}
.btn_default .icp_box_middle{
  padding-right: 50px;
}
.txtlink_line{
  position: relative;
  color: #0051b6;
  border-bottom: 1px solid #0051b6;
  padding: 0 0 12px;
}
@media print,screen and (min-width:768px) {
  .btn_default a:hover{
    opacity: 0.75;
  }
}
@media only screen and (max-width:767.98px) {
	.btn_default a{
    min-width: 240px;
    height: 44px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .btn_default.btn_l a{
    min-width: 280px;
    height: 54px;
    font-size: 4.2666vw;
  }
  .btn_default a.hover{
    opacity: 0.75;
  }
  .btn_default .s{
    font-size: 3.2vw;
  }
  .btn_default .icp_box_middle{
    padding-right: 30px;
  }
  .txtlink_line{
    padding: 0 0 10px;
  }
}

/* ------------------------------------------------------------------
article_comp
------------------------------------------------------------------ */
.article_comp{
  margin: 0 0 60px;
}
.comp_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.comp_btn.tl{
  justify-content: flex-start;
}
.comp_btn .comp_btn_txt{
  width: 100%;
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 20px;
}
.comp_btn .btn_default{
  margin: 0 40px 0 0;
}
.comp_btn .btn_default:last-child{
  margin: 0;
}
.comp_btn .comp_btn_txt_footer{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 0;
}
@media only screen and (max-width:767.98px) {
  .article_comp{
    margin: 0 0 40px;
  }
  .comp_btn{
    margin-top: 40px;
  }
  .comp_btn .comp_btn_txt{
    font-size: 4.2666vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 15px;
  }
  .comp_btn .btn_default{
    margin: 0 0 20px;
  }
  .comp_btn .btn_default:last-child{
    margin: 0;
  }
  .comp_btn .comp_btn_txt_footer{
    font-size: 3.2vw;
    margin: 5px 0 0;
  }
}

/* ------------------------------------------------------------------
hover
------------------------------------------------------------------ */
.hover_arrow {
  position: relative;
  display: block;
}
.hover_arrow::after{
  content: "";
  display: block;
}
.hover_arrow:hover::after {
  -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_down:hover::after {
  -webkit-animation: anim_arrowslide_down 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_down 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_up:hover::after {
  -webkit-animation: anim_arrowslide_up 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_up 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_list::after{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hover_arrow.icp_list.icp_down{
  top: 0.1em;
}
.hover_arrow.icp_list.icp_up{
  top: -0.1em;
}
.hover_arrow.icp_next,
.hover_arrow.icp_prev{
  display: inline-flex;
  align-items: center;
}
.hover_arrow.icp_next::after{
  margin: 0.2em 0 0 0.8em;
}
.hover_arrow.icp_prev::after{
  display: none;
}
.hover_arrow.icp_prev::before{
  content: "";
  display: block;
}
.hover_arrow.icp_prev::before{
  margin: 0.2em 0.8em 0 0;
}
.hover_arrow.icp_prev:hover::before {
  -webkit-animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
@media print,screen and (min-width:768px) {
  .hover_arrow::after{
    border: 4.5px solid transparent;
    border-left: 9px solid #0051b6;
  }
  .hover_arrow.icp_down::after{
    border: 4.5px solid transparent;
    border-top: 9px solid #0051b6;
  }
  .hover_arrow.icp_up::after{
    border: 4.5px solid transparent;
    border-bottom: 9px solid #0051b6;
  }
  .hover_arrow.ics_s::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.ics_s.icp_down::after{
    border: 3px solid transparent;
    border-top: 6px solid #0051b6;
  }
  .hover_arrow.ics_s.icp_up::after{
    border: 3px solid transparent;
    border-bottom: 6px solid #0051b6;
  }
  .hover_arrow.icp_box::after{
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
  .hover_arrow.icp_down.icp_box::after{
    bottom: 15px;
  }
  .hover_arrow.icp_up.icp_box::after{
    bottom: 15px;
  }
  .hover_arrow.icp_box_middle::after{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4.5px;
  }
  .hover_arrow.icp_prev::before{
    border: 4.5px solid transparent;
    border-right: 9px solid #0051b6;
  }
  .hover_arrow.icp_external::after{
    position: absolute;
    bottom: 20px;
    right: 15px;
    border: none;
    width: 12px;
    height: 12px;
    background: url("../img/common/icon_external_black.svg");
    background-size: 100% auto;
  }
}
@media only screen and (max-width:767.98px) {
  .hover_arrow::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.icp_down::after{
    border: 3px solid transparent;
    border-top: 6px solid #0051b6;
  }
  .hover_arrow.icp_up::after{
    border: 3px solid transparent;
    border-bottom: 6px solid #0051b6;
  }
  .hover_arrow.ics_s::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.icp_box::after{
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  .hover_arrow.icp_down.icp_box::after{
    bottom: 10px;
  }
  .hover_arrow.icp_up.icp_box::after{
    bottom: 10px;
  }
  .hover_arrow.icp_box_middle::after{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .hover_arrow.icp_prev::before{
    border: 3px solid transparent;
    border-right: 6px solid #0051b6;
  }
  .hover_arrow.icp_external::after{
    position: absolute;
    bottom: 15px;
    right: 10px;
    border: none;
    width: 10px;
    height: 10px;
    background: url("../img/common/icon_external_black.svg");
    background-size: 100% auto;
  }
}
.hover_arrow.icc_black::after{
  border-left-color: #222;
}
.hover_arrow.icc_white::after{
  border-left-color: #fff;
}

.hover_shadow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .hover_shadow:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  }
}
@media only screen and (max-width:767.98px) {
  .hover_shadow.hover {
    -webkit-box-shadow: 0 1.25vw 5.0vw 0 rgba(0,0,0,0.1);
    box-shadow: 0 1.25vw 5.0vw 0 rgba(0,0,0,0.1);
  }
}

.txtlink_line::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: 3px solid transparent;
  border-left: 6px solid #0051b6;
}
a:hover .txtlink_line::after{
  -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}

/* ------------------------------------------------------------------
animation
------------------------------------------------------------------ */
@-webkit-keyframes anim_arrowslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes anim_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}