@charset "utf-8";
/* #f4901e; テキスト文字 */
/* #F49F00; テキスト文字（大太字） */
/* #e4aa36; テキスト背景 */
/* var(--act_color); アクティブボタン   #F8DB02 */
/* #F8BA5E; アイコン */

:root {
  /*--ems_top_title_product_name_new: #F25E69;*/
  --ems_top_title_product_name_new: #009fff;
/*  --ems_top_title_product_name_new: #ff3600;*/
/*  --ems_top_title_product_name_new: #51b794;*/
/*  --ems_top_title_product_name_new: #a7cf5d;*/
/*  --ems_top_title_product_name_new: #EB6EA5;*/ /* 春色 */
  --act_color: #F4AB33;
}

::selection {
    background-color: rgba(121, 146, 203, 0.2);
}
* html body {
  background: url(https://www.easy-myshop.jp/column/css/null) fixed;
}
@font-face {
  font-family: YuGothicM;
  src: local('Yu Gothic Medium');
  font-display: swap;
}
html {
}
body,
.body {
  margin: 0;
  /*min-width: 980px;*/
  height: 100%;
  color: #1d1b19;
  background: #fff;
  background-attachment: fixed;

  font-size: 16px;
  /*line-height: 1.6;*/
  line-height: 1.7;
  /*line-height: 1.44em;*/
  /*font-family: verdana, Avenir,"Helvetica Neue", Helvetica, Arial, verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ','ＭＳ Ｐゴシック',sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

  word-spacing: -1px;
  -webkit-text-size-adjust: 100%;
}
a {
  position: relative;  z-index: 0; /* .ems_section_text_h1 直前のリンクがリクックできなくなるため */
  text-underline-offset: 0.1em;
}
a:hover img {
    /* opacity: 0.85; */
  filter: brightness(105%);
  -webkit-animation: flash .7s;
  animation: flash .7s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.b {
  font-weight: bold;
}
del {
  opacity: 0.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.strong {
  font-weight: bold;
  /*color: #fd6f40;*/
  /*color: #D53077;*/
  color: #F49F00;
}
.strong:before {
  content: open-quote;
}
.strong:after {
  content: close-quote;
}

.ems_top_title {
  position: relative;
  margin: 0 auto 0;
  z-index: 0;
}
.ems_top_title .swiper-container {
  /*height: 40vw;*/
  height: 60vw;
  max-width: 1900px;
  max-height: 620px;
}
.ems_top_title .ems_logo {
  display: block;
  margin: 10px 0 20px;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 736px) {
  .ems_top_title .swiper-container {
    height: auto;
    max-height: none;
  }
  .ems_top_title .ems_logo {
    max-width: 100%;
  }
}

.ems_top_title .ems_form_trial {
  position: absolute;
  width: 42%;
  /*top: 390px;*/
  top: 430px;
  left: 0;
  padding: 0 30px;
  z-index: 3;
  box-sizing: border-box;
}
.ems_form_trial:empty {
  height: 130px;
  background: rgba(255,255,255,0.5);
}
.entry_input_area2 .ems_form_trial {
    /* width: 100%; */
    display:flex;
    justify-content: center;
    gap: 16px;
}

@media screen and (min-width: 1100px) {
  .entry_input_area2 .ems_form_trial {
   margin-left: calc(80 / 1920 * 100vw);
  }
}
span.trial_title1,
span.trial_title2 {
    position: absolute;
    display: inline-block;
    background: #ffffff;
    color:#01a5ff;
    padding: 2px 40px;
    z-index: 10;
    border: solid 2px #01a5ff;
    border-radius: 22px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}
span.trial_title2 {
    border: solid 2px #FD3067;
    color: #FD3067;
}
.trial_box{
  text-align:center;
}
.trial_box > span {
  display: block;
  position: relative;
}
.entry_input_area2 { /* トップ */
    display: block;
}
.entry_input_area2 a.submit{ /* トップ */
  border-radius:100px;
  margin-bottom:10px;
}
.entry_input_area2 a.submit:hover,
.entry_input_area2 a.submit:focus {
  text-decoration: none;
  opacity: 1;
}

@media only screen and (max-device-width: 736px), only screen and (max-width: 736px){
 .entry_input_area2 { /* トップ */
   flex-direction: column;
 }

 .entry_input_area2 a.submit{
  margin-bottom:20px;
  font-size:18px;
  text-align: center;
  width:70%;
 }
}
@media only screen and (max-width: 1100px) {
  .ems_top_title .ems_form_trial,
  .ems_form_trial {
    position: static;
    margin: 30px 0;
    padding: 0 30px;
    width: auto;
  }
  .ems_top_title .ems_form_trial:empty {
    height: 208px;
    background: #ffeec0;
  }
}

.form_entry .ems_entry_mail {
  margin: 0 0 15px;
  padding: 16px 3ex;
  font-size: 15px;
  border-width: 2px;
  /*border-radius: 4px;*/
  border-radius: 100px;
}

.small-title {
  font-size: 20px;
  font-weight: bold;
  /*color: #F7B52C;*/
  color: #d89e26;
}
.ems_top_title_text_wrap {
    position: absolute;
    top: 50px;
    /*top: min(50px, 3.33vw);*/
    top: min(10px, 3.33vw);
    left: 0;
    padding: 0 30px;
    width: 42%;
    max-width: 100%;
    line-height: 1.8em;
    color: #444;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 2;
}
.ems_top_title .ems_top_title_text_wrap .cm_icon {
  position: absolute;
  top: 0px;
  right: -60px;
  width: 90px;
  filter: drop-shadow(1px 7px 4px rgba(0,0,0,0.2));
}
.ems_top_title .ems_top_title_text_wrap .cm_icon:hover {
  /*filter: brightness(120%) drop-shadow(0 3px 5px rgba(0,0,0,0.4));*/
  filter: brightness(120%);
}
.ems_top_title_text,
.ems_top_title .entry_input_area {
  max-width: 360px;
  /* margin: auto; */
  margin: 0 auto 4vw;
}
.entry_input_area { /* エントリーページ */
  display: flex;
  flex-direction: column;
  max-width: 360px;
}

.ems_top_title_text img {
  max-width: 100%;
  }

.ems_top_title_text h2 {
  margin: 0;
  padding: 20px 0 10px;
  font-size: 48px;
  /*font-size: min(4.4vw, 48px);*/
  font-size: min(4.4vw, 47px);
  font-weight: bold;
  /*letter-spacing: 0.3em;*/
  letter-spacing: 0.1em;
  line-height: 1.6;
  white-space: nowrap;
  color: inherit;
  color: #68a;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.ems_top_title_product_name {
 /* margin: 60px 0 50px;*/
  text-shadow: none;
/*  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4),
               -1px 1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4),
               0px 1px 0 rgba(255, 255, 255, 0.4), 0-1px 0 rgba(255, 255, 255, 0.4),
               -1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.4);*/
}
.ems_top_title_product_name .name {
  display: block;
  font-size: 65px;
  font-weight: bold;
  color: #FCBD38;
  line-height: 1;
  /*letter-spacing: 4px;*/
  /*text-align-last: justify;*/
  /*text-justify: inter-ideograph;*/
}
.ems_top_title_product_name .ver{
  color: #999;
}
.ems_top_title_product_name .new{
  padding: 0 0.4em;
  color: #fff;
  text-shadow: none;
  background-color: var(--ems_top_title_product_name_new);
  border-radius: 8px;
  border: 2px solid #fff;
/*  box-shadow: 0px 0px 3px #999;*/
}

.ems_top_title_product_name .release{
  color: var(--ems_top_title_product_name_new);
}

.ems_top_title_text_p {
  margin: 20px 0;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 2.0em;
  text-shadow: none;
  /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4),
              -1px 1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4),
              0px 1px 0 rgba(255, 255, 255, 0.4),  0-1px 0 rgba(255, 255, 255, 0.4),
              -1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.4);*/
}
.ems_top_title_text .form_trial {
 position: absolute;
  top: 145px; left: 50px;
}
.ems_top_title_text .form_trial_title {
  margin: 0.6em 0;
  font-size: 32px;
  font-weight: bold;
  color: #454545;
  line-height: 1.6em;
}
.y_shoping_link {
  display: block;
  margin: auto;
  width: 420px;
}
.y_shoping_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.swiper-container {
  position: relative;
  /*width: 100%;*/
  /*height: 100%;*/
  /*height: 500px;*/
  max-width: 1900px;
  height: 620px;
}
.swiper-wrapper {
  margin: 0;
  padding: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  background-position: center;
  background-size: cover;
}
.ems_top_title .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide .img.for_pc {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .img.for_sp {
  display: block;
  width: 100%;
}

a .fa-external-link {
  margin: 0 5px;
  font-size: 90%;
}
.img_link {
  text-decoration: none!important;
}
.ems_campaign_top {
/*
  position:absolute;
  margin-top: -226px;
  margin-left: 615px;
  z-index: 8990;
*/
  margin: 0 auto 0;
  width: 377px;
}

.ems_logo {
  width: 206px;
}
.ems_inner_logo {
  width: 206px;
}

.search_and_login{
  display: flex;
  align-items: center;
  margin: 9px 0 0px;
}
.ems_google_search{  /* googleカスタム検索 */
  margin: 0;
  padding: 0px 5px 0 0;
  /*max-width: 168px;*/
  max-width: 230px;
  line-height: initial;
  vertical-align: middle;
}
@media print {
  .ems_google_search{
    display: none;
  }
}
table.gssb_c{
  z-index: 9001;
}
.ems_google_search .gsc-control-cse{
  padding: 0;
  background: none;
  border: 0;
}
.ems_google_search table.gsc-search-box {
width: auto;
}
.ems_google_search div#gsc-iw-id1 {
  margin-top: -3px;
  height: auto;
}
.ems_google_search .input.gsc-input,
.ems_google_search .gsc-input-box,
.ems_google_search .gsc-input-box-hover,
.ems_google_search .gsc-input-box-focus {
  border: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ems_google_search .cse .gsc-search-button input.gsc-search-button-v2,
.ems_google_search input.gsc-search-button-v2 {
  padding: 4px 10px;
}
.ems_google_search input.gsc-search-button {
  border-color: #BDBDBD;
  /*border-radius: 25px;*/
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.ems_google_search input.gsc-search-button:hover {
  border-color: #3FC3C3;
  background: #01a5ff;
}
.ems_google_search form.gsc-search-box,
.ems_google_search table.gsc-search-box {
  margin: 0;
}
.ems_google_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 21px 0 0;
}
.ems_google_search .gsc-search-box-tools .gsc-search-box input.gsc-input {
  padding: 2px 9px 2px!important;
  /*background: none!important;*/
  border: solid 1px #eee!important;
  border-radius: 8px 0 0 8px;
}
.ems_google_search .gsib_a {
  width: 100%;
  padding: 2px 0 0;
}
.ems_google_search .gsib_b {
  position: absolute;
  padding: 0;
}
.ems_google_search .gsst_a .gscb_a {
  margin: 2px 0 0 -14px;
  vertical-align: middle;
}

.ems_login {
}
.ems_login_btn {
  display: inline-block;
  margin: 0 8px 0;
  padding: 2px 10px;
  height: 23px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  color: rgba(255,255,255,0.85);
  border-radius: 3px;
  background: var(--act_color);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.ems_login_btn:hover {
  /*text-decoration: none;*/
  color: var(--act_color);
  border-color: var(--act_color);
  background: #fff;
}


.top_title {
position: fixed;
top: 7px;
left: 239px;
font-size: 12px;
color: #999;
z-index: 9001;
}
@media print {
  .top.shadow { /* top menu bar */
    animation: none;
  }
  .top_title {
    position: absolute;
  }
}
/*#top_shadow{
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
  -webkit-mask-box-image-source: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  height: 0px;
  opacity: 0;
  z-index: 300;
}*/

.sec_entry_wrap {
  position: relative;
}
.sec_entry_wrap:after {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: url("https://www.easy-myshop.jp/column/images/index/slide_pc01.png") center;
   background-size: cover;
   filter: blur(3px);
   z-index: -1;
   opacity: 0.3;
}
.sec_entry_wrap .ems_logo {
  width: 320px;
}


a, .h, h1, h2, h3, .h1, .h2, .h3, dt,
.ems_section_text_h1, .ems_section_text_h2, .ems_section_text_h3,
.submit {
  font-family: verdana, "Oswald", "century gothic", "Avenir","Helvetica Neue", Helvetica, Arial, verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
a, a h2 {
/*  color: #01a5c8;*/
  color: #01a5ff;
  word-wrap: break-word;
  cursor: pointer;
  text-decoration: none;
  /*-webkit-transition: all 150ms ease-in-out;*/
  /*transition: all 150ms ease-in-out;*/
}
sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-weight: normal;
}
a:active, a:hover ,a:hover h2 {
  color: #1cf;
  text-decoration: underline;
}

/* アンダーラインアニメーション
a {
position: relative;
color: tomato;
text-decoration: none;
}
a:hover:after {
width: 100%;
}
a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: tomato;
-webkit-transition: width .1s;
-moz-transition: width .1s;
-o-transition: width .1s;
transition: width .1s;
}
*/

p {
  margin: 2em 0;
}

b {
  font-weight: bold;
}

textarea{
  overflow: auto;
}
input, select, textarea {
  margin: 5px 5px 5px 10px;
  padding : 10px 10px;
  outline: none;
  font-size: 12px;
  font-family: arial, sans-serif;
  border: 1px solid #aaa;
  /*box-shadow: inset 0 1px 2px #ddd;*/
  border-radius: 15px;

}
select {
    padding: 7px 10px 6px;
}
label.updnWatermark {  /* googleカスタム検索 */
  display: none !important;
  /*font-size: 75%;*/
  /*color: #999;*/
}
.label {
  border: 1px solid #ebe4c2;
  padding: 1px;
  padding-right: 10px;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
}
.label:hover {
  border: 1px solid #FF7F00;
}
input:focus, select:focus, textarea:focus {
/*    outline: 0;  /* 自動フォーカスを切る */
  border: 1px solid #aae472;
  /*background-color: #fffff5;*/
  border-color: #19a9f5;
}
input[type=radio], input[type=checkbox] {
  border: 0px solid #8b8462;
  padding: 0px;
  box-shadow: none;
}
input[type=radio]:focus, input[type=checkbox]:focus {
  outline: #aae472 solid 2px;
}
input[type=radio]:checked + span {
  color: #000;
  color: #F8860C;
  text-decoration:underline;
}

.tbl_cmn {
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_cmn > tbody > tr {
  border-bottom: 1px solid #dcdcdc;
}
.tbl_cmn > tbody > tr > th,
.tbl_cmn > tbody > tr > td {
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}
.tbl_cmn > tbody > tr > th{
  font-size: 13px;
  /*   font-weight: normal; */
  text-align: left;
  /* background: #f5f5f5; */
}
.tbl_cmn > tbody > tr > td {
}
@media only screen and (max-width: 736px) {
  .tbl_cmn > tbody > tr > th,
  .tbl_cmn > tbody > tr > td {
    display: block;
  }
  .tbl_cmn > tbody > tr > th {
    padding-bottom: 0;
    font-size: 1em;
  }
  .tbl_cmn > tbody > tr > td {
    padding-left: 20px;
  }
}


table.ems_outline {
  position: relative;
  margin: auto;
  max-width: 980px;
  border: 0px;
  border-collapse: collapse;/* cellspacing=0 cellpadding=0 */
}
table.ems_outline tr td {
  padding: 0;
}

table.ems_gr thead tr {
  height: 5px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_top.png);
  background-repeat: repeat-y;
}
table.ems_gr tfoot tr {
  height: 11px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_bottom.png);
  background-repeat: repeat-y;
}
table.ems_gr tbody tr {
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_body.png);
  background-repeat: repeat-y;
}


table.ems_white thead tr {
  height: 5px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_top.png);
  background-repeat: repeat-y;
}
table.ems_white tfoot tr {
  height: 11px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_bottom.png);
  background-repeat: repeat-y;
}
table.ems_white tbody tr {
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_body.png);
  background-repeat: repeat-y;
}


table.ems_pwhite thead tr {
  height: 5px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_top.png);
  background-repeat: repeat-y;
}
table.ems_pwhite tfoot tr {
  height: 11px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_bottom.png);
  background-repeat: repeat-y;
}
table.ems_pwhite tbody tr {
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_body.png);
  background-repeat: repeat-y;
}


table.ems_gr tr tr, table.ems_white tr tr, table.ems_pwhite tr tr { background-image: none;}

/*
a.scroll {display: none;}
*/

div.ems_hr {
  white-space: nowrap;
  height: 1px;
  width: 100%;
  background-image: url(https://www.easy-myshop.jp/column/images/sns_border.png);
}

.h1 {
  white-space: nowrap;
  margin: 0;
  font-size: 48.0px;
  line-height: 1.3;
  color: #060606;
  font-weight: normal;
/*  text-shadow: 1px 1px 5px #444; */
  letter-spacing: -0.05em;
}

h1, .h1, h2, .h2 {
  white-space: nowrap;
  margin: 0 ;
  font-size: 32px;
  color: #312d23;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: none;
  /*text-shadow: 0px 3px 6px #E2E2E2;*/
}

h3, .h3 {
  white-space: nowrap;
  margin: 0;
  font-size: 20.0px;
font-size: 31px;
  line-height: 1.3;
  /*color: #060606;*/
/*color: #28606D;*/
/*  font-weight: bold; */
  font-weight: normal;
  text-shadow: none;
  /*text-shadow: 0px 0px 1px #bbb;*/
}

h4, .h4 {
  white-space: nowrap;
  margin: 0;
  font-size: 15.0px;
  line-height: 1.1;
  color: #060606;
/*  font-weight: bold; */
  font-weight: normal;
}

h5, .h5 {
  white-space: nowrap;
  margin: 0;
  font-size: 13.0px;
  line-height: 1.1;
  color: #060606;
/*  font-weight: bold; */
  font-weight: normal;
}

h6, .h6 {
  white-space: nowrap;
  margin: 0;
  font-size: 10.0px;
  line-height: 1.1;
  color: #060606;
  font-weight: normal;
}

hr {
  margin: 0;
}
/*
ul {
  font-size: 11.0px;
  line-height: 1.18;
  color: #a0a0a0;
}
li {
  font-size: 12.5px;
  line-height: 1.6;
  color: #000000;
}
/**/

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
em {
  display: inline-block;
  margin: 1px 0 0 1em;
  /* color: #AF6058; */
  color: #a87;
  font-style: normal;
  font-size: 11.5px;
  line-height: 1.65;
  /* padding-left: 1em; */
  text-indent: -1ex;
}

.hr_gradient { /* ie不可 */
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}
.hr_gradient_dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #eee;
}

.top {
  width: 100%;
  position: sticky;
  top: 0px;
/*  background: #fafafa;*/
  opacity: 0.95;
  z-index: 2;
}
.shadow {
  -webkit-animation: shadow 0.3s ease-in-out 0s 1 alternate both;
  animation: shadow 0.3s ease-in-out 0s 1 alternate both;
}
@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
  }
}

@media print {
  .top {
    position: relative;
    top: 0;
  }
}
.top_space {
  /*margin-top: 136px;*/
}
.ems_topicPath {
  float:right;
  font-size: 0.75rem;
  color: #bbb;
}
.ems_topicPath li {
    float:left;
    list-style-type:none;
    margin-right:5px;
    /*padding-right:10px;*/
    /*background:url(../images/ui/topic_path.gif) no-repeat right center;*/
}
.ems_topicPath li:after {
content: "\f054";
content: "\f105";
display: inline-block;
margin-left: 5px;
font-family: "Font Awesome\ 5 Free",FontAwesome; font-weight: 900;
font-style: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ems_topicPath li:last-child{
    color: #888;
    background: none;
}
.ems_topicPath li:last-child:after{
content: "";
}
#PageHeader{
  line-height: 8px;
  background: #fafafa;
}
#PageHeader:empty {
  height: 49px;
}
#menu-list:empty {
  height: 100px;
}
@media only screen and (max-width: 736px) {
  height: 100px;
  #PageHeader:empty {
    height: 49px;
  }
  #menu-list:empty {
    height: 120px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0 5px;
}
/* ヘッダーの無料でおためしボタン(スマホ時のみ表示) */
.ems_header_btn_trial a {
  background: #FD3067;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 8px 20px;
  margin-right: 54px;
}
.ems_header_btn_trial a:active,
.ems_header_btn_trial a:hover {
  text-decoration: none;
}
@media screen and (min-width:737px) {
  .ems_header_btn_trial a {
    display: none;
  }
}
@media screen and (max-width:736px) {
  /* スマホ時ヘッダー位置固定 */
  .header {
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 5px;
    height: 50px;
    position: relative;
    z-index: 1002;
  }
  /* .header.fixed {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1002; 
  } */
  /* PC用メニュー非表示 */
  .menu_for-pc {
    display: none;
  }
  /* ロゴ上のタイトル非表示 */
  h1.top_title {
    display: none;
  }
  /* ヘッダーのログインボタン非表示 */
  .header .ems_login {
    display: none;
  }
  /* TOPのFVの余白調節 */
  .ems_top_title_text h2 {
    padding-top: 0;
  }
}

/* ハンバーガーボタン */
@media screen and (min-width:737px) {
  .sp_menu_icon {
    display: none;
  }
}
.menu_for-sp > * {
  box-sizing: border-box;
}
.sp_menu_icon {
  /* リセット用 */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  width: 38px;
  height: 34px;
  padding: 8px;
  position: fixed;
  top: 8px;
  right: 8px;
}
.sp_menu_icon span {
  display: block;
  height: 2px;
  width: 22px;
  background: #1d1b19;
  border-radius: 3px;
  margin: 0;
  transition: 0.3s;
  position: absolute;
  left: 8px;
}
.sp_menu_icon span:nth-child(1) {
  top: 8px;
}
.sp_menu_icon span:nth-child(2) {
  top: 16px;
}
.sp_menu_icon span:nth-child(3) {
  top: 24px;
}
/* ×ボタン へ変形 */
.sp_menu_icon.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.sp_menu_icon.active span:nth-child(2) {
  opacity: 0;
}
.sp_menu_icon.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/* オーバーレイ背景 */
.sp_menu_overlay {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(102,102,102,0.6);
  opacity: 0; 
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.sp_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}
/* メニュー */
.menu_for-sp {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  width: 350px;
  height: 100%;
  background: #fafafa;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  padding: 20px 40px 50px;
  transition: right 0.3s ease;
  overflow-y: auto; /* 縦スクロール */
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
  margin-top: 50px;
  z-index: 1001;
}
.menu_for-sp.active {
  right: 0;
}
@media screen and (max-width: 349px) {
  .menu_for-sp {
    width: 90%;
  }
}
/* リセット用 */
.menu_sp_list,
.menu_sp_item,
.menu_sp_sub {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_sp_item a {
  display: block;
  color: #777;
  text-decoration: none;
}
.menu_sp_item .fa-home {
  font-size: 17px;
}
/* メインメニュー */
.menu_sp_main {
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.menu_sp_main.selected {
  color: #1d1b19;
}
.menu_sp_item:first-child .menu_sp_main {
  border-bottom: none;
  padding: 10px 0;
}
.menu_sp_item:first-child .menu_sp_main::after {
  content: none;
}
.menu_sp_main::after {
  content: '';
  display: block;
  width: 16px;
  height: 10px;
  background-image: url(../images/sp-menu-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.menu_sp_main.selected::after {
  transform: translateY(-50%) rotate(180deg);
}
.menu_sp_main .menu_bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  transform: translateX(100%);
  transition: all .3s;
}
.menu_sp_main.selected .menu_bg {
  background: var(--act_color);
  transform: translateX(0);
}
.menu_sp_item a.menu_order:active,
.menu_sp_item a.menu_order:hover {
  color: var(--act_color);
}
/* サブメニュー */
.menu_sp_sub {
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.menu_sp_sub.open {
  visibility: visible;
}
.menu_sp_sub li {
  font-size: 14px;
}
.menu_sp_sub li:first-child {
  margin-top: 16px;
}
.menu_sp_sub li:last-child {
  margin-bottom: 16px;
}
.menu_sp_sub a {
  display: block;
  padding: 12px 0 12px 32px;
}
.menu_sp_sub a.selected {
  background: #f4f4f4;
  color: #1d1b19;
  position: relative;
}
.menu_sp_sub a.selected::before {
  content: '';
  position: absolute;
  width: calc(1em * 0.6);
  height: 1em;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-image: url(../images/sp-sub-menu-arrow.svg);
}
/* ログインボタン */
.menu_for-sp .ems_login_btn {
  font-size: 15px;
  width: 100%;
  height: auto;
  padding: 16px;
  text-align: center;
  margin: 32px 0;
}
.menu_for-sp .ems_login_btn:active, 
.menu_for-sp .ems_login_btn:hover {
  color: #fff;
  background: var(--act_color);
  text-decoration: none;
}
#menu_open{
 display: none;
}
.menu_root_outline {
  /*padding: 0 0 0 10px;*/
  background: #fafafa;
}
.menu_sub_outline {
  /*background: url(../images/header/bg_menu_sub.png);*/
  background: rgba(0, 0, 0, 0.85);
  background-image: radial-gradient(#453f39 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.85;
}
@media print {
  .menu_sub_outline {
    background: #111;
    opacity: 0.85;
  }
}
#menu_root ul,
#menu_sub ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu_sub ul {
  padding: 0px 15px;
}
.menu_root_outline li,
.menu_sub_outline li {
  margin: 0;
  padding: 1px 0;
  min-height: 27px;
  display: block;
  list-style: none;
  white-space: nowrap;
}
.menu_root_outline a,
.menu_root_outline a:link,
.menu_root_outline a:visited {
  position: relative;
  display: block;
  margin: 7px 15px;
  padding: 5px 0;
  font-size: 14px;
  font-family: verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo UI', Meiryo, 'MS PGothic', 'Segoe UI', Tahoma, Helvetica, Osaka, Sans-Serif;
  color: #777;
  text-decoration: none;
  overflow: hidden;
}
.menu_root_outline a:active,
.menu_root_outline a:hover {
  color: #01a5ff;
}
.menu_root_outline a .menu_bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6821e;
  border-radius: 10px;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all .3s;
}

.menu_root_outline a.selected .menu_bg {
  background: var(--act_color);
  transform: translateX(0);
}

.menu_root_outline a:hover .menu_bg {
  opacity: 0.75;
}

.menu_sub_outline a:before{
  padding-right: 0.4em;
  content: "\f105";

  display: inline-block;
  font-family: "Font Awesome\ 5 Free",FontAwesome; font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.menu_sub_outline a,
.menu_sub_outline a:link,
.menu_sub_outline a:visited {
  padding: 10px 15px;
  font-size: 15px;
  font-family: verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo UI', Meiryo, 'MS PGothic', 'Segoe UI', Tahoma, Helvetica, Osaka, Sans-Serif;
  display: block;
  /*  color: #000; */
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.menu_sub_outline a:active,
.menu_sub_outline a:hover {
  color: #fff;
  background: #000;
  border-bottom-color: #f5af3d;
}
a#menu_home i {
font-size: 18px;
}
.menu_home_text {
}
a.menu_order,
a.menu_order:link,
a.menu_order:visited {
  color: #f4901e;
  color: var(--act_color);
  font-weight: bold;
}
a.menu_order:active,
a.menu_order:hover {
  color: #ff3a8a;
}

.sub_title_bar {
  padding: 10px;
  font-size: 18px;
  color: #444;
  background: #ddd;
}


.menu_root_outline a.selected {
  color: #000;
  cursor: default;
}
.menu_sub_outline a.selected {
  color: var(--act_color);
  background: #000;
  border-bottom-color: var(--act_color);
  cursor: default;
}

.ems_top_news {
  margin-top: 0px;
  padding: 30px 0 30px;
  /*color: #fffefe;*/
  background: #F6F6F6;
}
.ems_footer {
  margin: 0;
  padding: 60px 0 30px;
  font-size: 11.0px;
  text-align: center;
  color: #fffefe;
  background: #f4ab33;


}
.ems_footer a,
.ems_footer a:link,
.ems_footer a:visited {
  color: #feffff;
}
.ems_footer a:active,
.ems_footer a:hover {
  color: #ffedd0;
}

.ems_sect {
  padding: 30px 0 30px;
}
.ems_sect:nth-child(2n+1) {
  /* background: #fcf4e4; */
  background: #fff8e8;
}

.ems_section {
  position: relative;
  padding: 80px 0 61px;
  padding: 120px 0 61px;
  zoom: 1;
  background: url(https://www.easy-myshop.jp/column/images/ui/hr.png) no-repeat 50% 0; /* ie7 */
  background-image: radial-gradient(circle closest-corner at center top, #fDfDfD 0%, rgba(255,255,255,0) 100%);
}
.ems_section:nth-child(2n+1) {
background-image: radial-gradient(circle closest-corner at center top, #f2f2f2 0%, rgba(255,255,255,0) 100%),
 radial-gradient(circle closest-corner at center bottom, #f5f5f5 0%, rgba(255,255,255,0) 100%);
}
.ems_section:before {
  /*content: "";*/
  /*position: absolute;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*display: block;*/
  /*width: 980px;*/
  /*max-width: 100%;*/
  /*height: 50px;*/
  /*background-size:contain;*/
  /*vertical-align:middle;*/
  /*overflow: hidden;*/
}
.ems_section:nth-child(4n+2):before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 45%;
  height: 90%;
  max-height: 150vh;
  background: #68ff69;
  border-radius: 60% 110% 50% 230%;
  /* box-shadow: 80px -20px 0px #33c933 inset; */
  opacity: 0.08;
  z-index: -1;
}
.ems_section:nth-child(4n+3):before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 65%;
  height: 90%;
  max-height: 150vh;
  background: #feba0c;
  border-radius: 50% 300% 50% 100%;
  opacity: 0.08;
  z-index: -1;
}
.ems_section:nth-child(4n):before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 65%;
  height: 90%;
  max-height: 150vh;
  background: #ffb0ff;
  border-radius: 400% 30% 200% 100%;
  opacity: 0.08;
  z-index: -1;
}
.ems_section:nth-child(4n+1):before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 35%;
  height: 90%;
  max-height: 150vh;
  background: #50daff;
  border-radius: 90% 10% 90% 10%;
  opacity: 0.08;
  z-index: -1;
}

.ems_section:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ems_section_text_box_full {
  padding: 0px 45px 0 55px;
  /*padding: 65px 45px 0 55px;*/
  width: 100%;
  box-sizing: border-box;
}
.ems_section_text_box,
.ems_section_text_left .ems_section_text_box {
/* padding: 65px 0 0 50px; */
  padding: 0px 45px 0 55px;
  width: 440px;
  float: left;
  font-size: 18px;
}
.ems_section_text_box p {
  /*margin-top:25px;*/
  margin: 25px 0 0;
}
.ems_section_text_right .ems_section_text_box {
  float: right;
}
.ems_section_text_full .ems_section_text_box {
  width: auto;
  float: none;
}
.ems_section_img,
.ems_section_text_left .ems_section_img {
  width: 440px;
  max-width: 100%;
  float: right;
  text-align: center;
}
.ems_section_text_right .ems_section_img {
  float: left;
}
.ems_section_text_full .ems_section_img {
  width: auto;
  float: none;
}
.ems_section_img img{
  max-width: 100%;
}

.ems_section_text_h_center {
  margin-top: -150px; /* ヘッダ固定部分 マージン */
  padding-top: 150px; /* ヘッダ固定部分 マージン */
  margin-bottom: 20px;
  font-size:43px;
  font-weight: normal;
  color:#363636;
  line-height: 1.24;
  text-align: center;

}
.ems_id_link,
.ems_section_text_h1 {
  font-weight: normal;
}
@media only screen and (max-width: 700px){
  .ems_id_link,
  .ems_section_text_h1 {
    margin-top: 0; /* ヘッダ固定部分 マージン */
    padding-top: 0; /* ヘッダ固定部分 マージン */
  }
}
.ems_section_text_h2 {
  font-size: 16px;
  font-weight: bold;
}
.ems_section_text_h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #505050;
  line-height: 1.8em;
}
.ems_section_text {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6em;
}
.ems_section_catch {
  margin-top: 40px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6em;
}
.ems_section_text_dl {
  margin: 0;
  padding: 16px 0 0 8px;
  line-height: 1.3em;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ems_section_text_dl dt {
  margin: 10px 0px 4px;
  padding: 3px 5px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  /*color: rgba(255,255,255,0.9);*/
  font-size: 17px;
  /*font-weight: bold;*/
  /*background: #e4aa36;*/
  background: #a0cccc;
  border-radius: 3px;
}
.ems_section_text_dl dt:before {
/*content: "\f007";*/
content: "\f075";
/*content: "\f0e0";*/
display: inline-block;
margin: 3px 7px;
font-family: "Font Awesome\ 5 Free",FontAwesome; font-weight: 900;
/*top: 2px;
left: 2px;
width: 8px;
height: 8px;
border: 1px solid #aaa;
background: transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
*/
}
.ems_section_text_dl dd {
  margin-left: 18px;
  padding: 6px 0;
  font-size: 13.0px;
  color: #777;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.ems_section_text_dl_comment {
  font-size: 13.0px;
  line-height: 1.0;
  color: #777;
  letter-spacing: 0.05em;
}
.comment_name {
  /*color: #454545;*/
  font-size: 80%;
  font-weight: normal;
}

.section_ttl {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.ems_template_point_dl {
  margin: 0;
  padding: 16px 0 0 8px;
  line-height: 1.3em;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ems_template_point_dl dt {
margin: 10px 0px 4px;
padding: 3px 5px;
border-bottom: 1px solid #ccc;
color: #28606D;
font-size: 24px;
font-weight: bold;
}
.ems_template_point_dl dt:before {
content: "\f091";
display: inline-block;
margin: 3px 7px;
/*color: #DFC127;*/
font-family: "Font Awesome\ 5 Free",FontAwesome; font-weight: 900;

/*content: '';
margin-right: 7px;
display: inline-block;
top: 2px;
left: 2px;
width: 8px;
height: 8px;
border: 1px solid #aaa;
background: transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;*/
}

.form_table {
  border-collapse: collapse;
}
.form_table>tbody>tr {
  background-color: #FeFeee;
  border-bottom: 1px solid #F3F3F3;
}
.form_table>tbody>tr:nth-of-type(2n) {
  background-color: #F8F8e8;
}


.bounceIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.fadeInDown {
  -webkit-animation: fadeInDown 1s ease-in-out 0s 1 alternate both;
  animation: fadeInDown 1s ease-in-out 1s 1 alternate both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ems_contents_logo {
height: 45px;
vertical-align: middle;
}
.ems_contents_logo_right_text {
display: inline-block;
margin: 4px 8px 0;
vertical-align: middle;
}

table.form_table tr td {
  padding: 1ex;
  font-weight: bold;
}
table.regfm th, /* for bbs_cgi */
.form_table th{
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
/*  border: #000 0px solid;
  background: url(../images/bg_table_l.png) repeat-x bottom #fff; */
/*  border-bottom: #e5e5e5 1px solid; */
}
/*
table.regfm td, /* for bbs_cgi */
/*
.form_table td{
  border: #000 0px solid;
  background: url(../images/bg_table_l.png) repeat-x bottom #ffffcc;
  background-color: #ffdfaa;
  background-color: #ffffcc;

  text-align: left;
  padding: 2px 8px !important;
} */
.price_list_table {
  margin: 12px auto;
  width: 100%;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
/*  border-collapse: collapse;*/
border-spacing: 1px;
border-collapse: separate;
border-top: 1px solid #ece9d8;
border-right: 1px solid #aca899;
border-bottom: 1px solid #aca899;
border-left: 1px solid #ece9d8;
}
.price_list_table th {
  padding: 3px 5px;
  width: 110px;
  text-align: left;
  font-family: 'ＭＳ Ｐゴシック', Arial, sans-serif;
  font-weight: normal;
  color: #333366;
  border: 1px solid #99CCE2;
  background-color: #D5E6F5;
}
.price_list_table td{
  padding: 3px 5px;
  background: #F8F8F8;
border-top: 1px solid #aca899;
border-right: 1px solid #ece9d8;
border-bottom: 1px solid #ece9d8;
border-left: 1px solid #aca899;
}
.price_list_table tfoot th,
.price_list_table tfoot td {
  padding: 6px 8px;
  border-top: #888 2px solid;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #d832a2;
  border-bottom: 0;
}
.price_list_table tfoot td {
  color: #d832a2;
  background: #fff;
}
.input_title { /* 入力フォームタイトル */
  text-align: right;
  padding: 0 15px 0 0 !important;
  white-space: nowrap;
}
.input_table {  /* 入力フォーム table */
  margin: auto;
  padding: 0 10px;
}
.input_table td {
  position: relative; /* for validationEngine */
}
@media only screen and (max-width: 700px){
  .input_table,  /* 入力フォーム table */
  .input_table tbody,
  .input_table tr,
  .input_table td {
    display: block;
    text-align: left;
  }
  .input_table .input_title { /* 入力フォーム table td */
    margin-top: 10px;
  }
}

.must {
  font-weight: bold;
  color: #EA68A2;
}

.ems_free_campaign {  /* 無料キャンペーン */
  visibility: hidden;
  display: none;
}

.ems_how_to_ems_logo {
  width: 100% ;
  margin: 0px auto;
  font-size: 160%;
  text-align: center;
/*  padding-top: 230px;*/
/*  background: url(../images/how_to_ems_logo.png) no-repeat;*/
  background-position: top center;
}
a .ems_ios_title {
  color: #454545;
}
a:hover .ems_ios_title,
a:focus .ems_ios_title {
  color: #24D9E0;
}
.ems_ios {
  display: inline-block;
  margin: 0 10px;
  width: 80px;
  height: 107px;
  text-align: center;
}
.ems_ios img,
.ems_section_text_box header img,
.ems_section_text_box_full header img {
  width: 70px;
  /*filter: hue-rotate(223deg) saturate(540%) contrast(140%);*/
  /*filter: hue-rotate(206deg) saturate(100%) brightness(153%);*/
/*  filter: hue-rotate(307deg) saturate(40%) brightness(120%);*/
  filter: hue-rotate(8deg) saturate(40%) brightness(120%);
}
.ems_ios_title {
  /*margin-top: -12px;*/
  font-size: 14px;
  white-space: nowrap;
}

.ems_border_shadow {
  width: 100%;
  /*background: url(../images/_border_shadow.png) no-repeat;*/
  /*background-image: radial-gradient(circle closest-corner at center top, #f2f2f2 0%, rgba(255,255,255,0) 100%), radial-gradient(circle closest-corner at center bottom, #f5f5f5 0%, rgba(255,255,255,0) 100%);*/
  background-position: top;
}


#page_fade {
    position: absolute;/* ie6 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
  text-indent: inherit;
  z-index: 9990;
}

#page_fade .loading {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
  margin-top: 25%;
  background: url(https://www.easy-myshop.jp/column/images/loading.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

.section_banner {
  /*padding: 1.7ex 0;*/
  /* color: #fff; */
  /*color: #575655;*/
}
.section_h,
.section_h_sub {
  position: relative;
  text-align: center;
  font-size: 40px;
  color: inherit;
  /*text-shadow: 0px 3px 6px #E2E2E2;*/
  text-shadow: none;
  /*text-shadow: 0px 3px 6px rgba(226, 226, 226, 0.5);*/
}
.section_h_sub {
  font-size: 20px;
  margin: 15px 0;
}
/*.section_h_sub:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid;
  opacity: .3;
}*/
.ems_top_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;

  margin: 48px auto 48px;
  padding: 0px;
  width: 100%;
  max-width: 1440px;
  font-size: 16px;
  /*line-height: 25px;*/
  letter-spacing: 1px;
  /*  overflow: hidden;*/
  /*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;*/
  list-style-type: none;
  text-align: center;
}
.ems_top_thumbnail.main * {
  box-sizing: border-box;
}
.ems_top_thumbnail.main > li {
  display: flex;
  flex: 0 1 calc(25% - 20px);
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .ems_top_thumbnail.main > li {
    flex: 0 1 calc(50% - 20px);
  }
}
.ems_top_thumbnail.main > li > a.ems_img_arrow {
  margin-top: auto;
  margin-bottom: 2em;
}
.ems_top_thumbnail > li {
  position: relative;
  flex: 1 1 31%;
  margin: 10px 8px;
  padding: 22px 0px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  transition: all 0.15s;
  z-index: 1;
}
.ems_top_thumbnail li.ems_non_border {
  border: none!important;
  box-shadow: none!important;
}

.ems_top_thumbnail.main,
.ems_top_thumbnail.casestud{
  /* flex-wrap: nowrap; */
}
.ems_top_thumbnail.performance{
  justify-content: flex-start;
  margin: 0 auto;
  gap: 24px;
}
.ems_top_thumbnail.performance > li {
  display: flex;
  /* flex: 0 1 31%; */
  flex: 0 1 calc((100% - 24px * 2) / 3);
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}
.ems_top_thumbnail.performance li:has([href*="ai_assistant.html"]){
  position: relative;
}
.ems_top_thumbnail.performance li:has([href*="ai_assistant.html"])::before{
  content: 'NEW';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f46a33;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  transform: rotate(-8deg);
  box-shadow: 1px 1px #b7b7b7;
  line-height: 1em;
}
@media (max-width: 960px) {
  .ems_top_thumbnail.performance{
    width: calc(100% - 16px*2);
  }
  .ems_top_thumbnail.performance > li {
    /* flex: 0 1 47%; */
    flex: 0 1 calc((100% - 24px*1)/2);
  }
}
@media screen and (max-width: 768px) {
  .ems_top_thumbnail.performance{
    width: 100%;
  }
  .ems_top_thumbnail.performance > li {
    margin-bottom: 16px;
  }  
}
.ems_top_thumbnail li h4 {
  white-space: normal;
}
.display_ib {
  display: inline-block;
}
.ems_top_thumbnail_icon_frame {
  position: relative;
  margin: 8px auto -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 190px;*/
  /*height: 190px;*/
  width: 250px;
  height: 250px;
  /*text-shadow: 0px 3px 6px #E2E2E2;*/
  /*background: #f1f0ed;*/
  /*border-radius: 100px;*/
  z-index: -1;
}
.ems_top_thumbnail_svg_frame {
  position: absolute;
  margin: auto;
  top: -25px; bottom: -25px; left: -25px; right: -25px;
  width: 300px;
  height: 300px;
  z-index: -1;
}
.ems_top_thumbnail_svg_frame > svg {
  width: 100%;
  height: 100%;
}
.ems_top_thumbnail_icon {
  margin: 8px 0;
  font-size: 480%;
  /*text-shadow: 0px 3px 6px #E2E2E2;*/
}
.ems_top_thumbnail_photo {
  margin: 0 auto 10px;
  width: 240px;
  height: 160px;
  /*border: 1px solid #ddd;*/
  border-radius: 7px;
  overflow: hidden;
}
.ems_top_thumbnail_body {
  margin: 0 auto;
  padding: 10px 0.5em 0;
  max-width: 390px;
  min-height: 120px;
  text-align: left;
}
.ems_top_thumbnail_frame {
  display: block;
  position: absolute;
width: 100%; /* for ie8 */
height: 200px; /* for ie8 */
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-right: solid 2px #fff;
}
.ems_top_thumbnail_frame img {
  position: absolute;
  /*z-index: 1;*/
  left: 50%;
  width: 364px; height: 200px;
  margin-left: -182px;
  opacity: 0.3;
  filter:blur(2px) sepia(40%);
  -webkit-filter:blur(2px) sepia(0%) contrast(100%)  brightness(95%);
  transition: all 150ms ease-in-out;
   -webkit-transition: all 150ms ease-in-out;
   -moz-transition: all 150ms ease-in-out;
   -o-transition: all 150ms ease-in-out;
}
.ems_next_btn,
.bbs_btn, input[type="reset"], input[type="button"], input[type="submit"],
.ems_top_thumbnail li .ems_img_arrow {
  display: inline-block;
  margin: 2px 0px;
  padding: 19px 0;
  font-size: 14px;
  /* font-size: 16px; */
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: var(--act_color);
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  -webkit-appearance: none;
}
.ems_top_thumbnail li .ems_img_arrow {
  width: 90%;
  max-width: 500px;
  margin-bottom: auto;
  font-size: 17px;
}

@media only screen and (max-device-width: 736px), only screen and (max-width: 736px) {
  .ems_top_thumbnail li .ems_img_arrow {
    font-size: 17px;
  }
}
.ems_top_thumbnail li:hover .ems_img_arrow {
  transform: scale(0.95);
}

.ems_next_btn:hover,
.bbs_btn:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover,
.ems_top_thumbnail li .ems_img_arrow:hover,
.bbs_btn:hover, input[type="reset"]:focus, input[type="button"]:focus, input[type="submit"]:focus,
.ems_top_thumbnail li .ems_img_arrow:focus {
  text-decoration: none;
  color: #fff;
  background: var(--act_color);
  opacity: 1;
  -webkit-transition: transform 0.65s;
  transition: transform 0.65s;
}

.ems_top_thumbnail_1 .ems_top_thumbnail_icon,
.ems_top_thumbnail_2 .ems_top_thumbnail_icon,
.ems_top_thumbnail_3 .ems_top_thumbnail_icon,
.ems_top_thumbnail_4 .ems_top_thumbnail_icon,
.ems_top_thumbnail_1 .h2,
.ems_top_thumbnail_2 .h2,
.ems_top_thumbnail_3 .h2,
.ems_top_thumbnail_4 .h2
{
  /*text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);*/
}

.ems_top_thumbnail_1 .ems_top_thumbnail_body,
.ems_top_thumbnail_2 .ems_top_thumbnail_body,
.ems_top_thumbnail_3 .ems_top_thumbnail_body,
.ems_top_thumbnail_4 .ems_top_thumbnail_body
{
  min-height: 175px;
}
@media print{
  .ems_top_thumbnail_1 .ems_top_thumbnail_body, .ems_top_thumbnail_2 .ems_top_thumbnail_body, .ems_top_thumbnail_3 .ems_top_thumbnail_body, .ems_top_thumbnail_4 .ems_top_thumbnail_body {
    min-height: 126px;
  }
  .ems_top_thumbnail_4 .ems_top_thumbnail_body {
    min-height: 108px;
  }
}
.ems_top_thumbnail_4 .ems_top_thumbnail_body
{
  /* min-height: 62px; */
}
.ems_top_thumbnail_1, .ems_top_thumbnail_2, .ems_top_thumbnail_3, .ems_top_thumbnail_4
{
  /* color: #fff; */
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
/*.ems_top_thumbnail_1:hover, .ems_top_thumbnail_2:hover, .ems_top_thumbnail_3:hover, .ems_top_thumbnail_4:hover*/
.ems_top_thumbnail > li:hover
{
  box-shadow: 0 3px 15px -4px #aaa;
}

.ems_top_thumbnail_1 .ems_top_thumbnail_icon {
  font-size: 130px;
  color: #fff;
  /*color: #4AC059;*/
}
.ems_top_thumbnail_1 .ems_img_arrow {
  color: #fff;
  /*background: #4AC059;*/
  background: #72B8B8;
}
.ems_top_thumbnail_2 .ems_top_thumbnail_icon {
  font-size: 130px;
  color: #fff;
  /*color: #ea5c54;*/
}
.ems_top_thumbnail_2 .ems_img_arrow {
  color: #fff;
  /*background: #fcb900;*/
  background: #FF5E5E;
}
.ems_top_thumbnail_3 .ems_top_thumbnail_icon {
  font-size: 100px;
  color: #fff;
  /*color: #0099CC;*/
}
.ems_top_thumbnail_3 .ems_img_arrow {
  color: #fff;
  /*background: #8ed1fc;*/
  background: #FFCC00;
}
.ems_top_thumbnail_4 .ems_top_thumbnail_icon {
  font-size: 80px;
  color: #fff;
  /*color: #654a43;*/
}
.ems_top_thumbnail_4 .ems_img_arrow {
  color: #fff;
  /*background: rgba(153, 0, 239, 1);*/
  background: #1E9F75;
  display: inline-block;
}
.ems_top_thumbnail.main li:hover .ems_img_arrow {
  opacity: 0.8;
}

.ems_top_thumbnail i,
.ems_top_thumbnail .h2 {
  color: inherit;
}
.ems_top_thumbnail .h2 {
  /*font-weight: bold;*/
  margin: 15px 0;
}
.underline-1 {
  /*font-size: 1.14em;*/
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  /*background-image: linear-gradient(transparent 70%, #00d4ff 30%);*/
  /*background: linear-gradient(transparent 80%, #F8DB02 80%,#F8DB02 95%,transparent 95%);*/
  /*background: linear-gradient(transparent 82%, #f6bc5c 80%,#f6bc5c 95%,transparent 95%);*/
}
.underline-2 {
  font-size: 1.14em;
  font-weight: bold;
  white-space: nowrap;
  background-image: linear-gradient(transparent 70%,#f6bc5c 30%);
}


/* iPhone 3G/3GS/4/4S 縦横向き共通*/
/*@media only screen and (max-device-width: 480px) { */
/* iPad/iPad2 縦横向き共通*/
/*@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {} */
/* iPad/iPad2 縦向き時 */
/*@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {} */
/* iPad/iPad2 横向き時 */
/*@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {} */
/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-device-width: 1024px) {
  .ems_top_thumbnail_frame img {
    opacity: 1.0;
    filter:blur(0px) sepia(0%);
/*    -webkit-filter:blur(0px) sepia(0%) contrast(100%) brightness(100%); */
    -webkit-filter:blur(0px) sepia(0%) contrast(100%); /* brightness非対応 */
  }
}
/* / iPad */
.ems_top_thumbnail_frame img:hover {
  opacity: 1.0;
  filter:blur(0px) sepia(0%);
  -webkit-filter:blur(0px) sepia(0%) contrast(130%) brightness(100%);;
}
.ems_top_thumbnail_title {
  position: absolute;
  left: 0; /* ie7 */
/*  top: 10px;*/
  bottom: 50px;
  width: 100%;
  font-size: 17px;
  white-space: nowrap;
  line-height: 1.44em;
  pointer-events: none;
  /*text-shadow: 0px 1px 2px #E2E2E2;*/
}
.ems_top_thumbnail_comment {
  position: absolute;
  left: 0; /* ie7 */
/*  top: 36px; */
  bottom: 10px;
  width: 100%;
  font-size: 11.5px;
/*  white-space: nowrap; */
  color: #555;
  line-height: 1.44em;
  pointer-events: none;
}

.ems_campaign {
  width: 377px;
  height: 239px;
  background: url(https://www.easy-myshop.jp/column/images/plan_campaign/campaign_cart.png?v=2);
}


.ems_outline_white {
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.ems_outline_top, .ems_outline_middle, .ems_outline_bottom {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  box-sizing: border-box;
}


.ems_white .ems_outline_top {
  height: 5px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_top.png);
}
.ems_white .ems_outline_middle {
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_body.png);
  background-repeat: repeat-y;
}
.ems_white .ems_outline_bottom {
  height: 11px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w_bottom.png);
}

.ems_pwhite2 {
  /*background-image: linear-gradient(60deg, rgba(193, 241, 225, 0.5) 0%, rgba(251, 241, 179, 0.5) 100%);*/
  background: #fafafa;
}
.ems_pwhite_box {
  /*background: url(../images/table_bg_w2_body.png) repeat-y;*/
  background: #f1f1f1;
  border-radius: 4px;
  box-sizing: border-box;
  /*box-shadow: 0px 10px 22px -15px rgb(44, 25, 78);*/
}

.ems_pwhite .ems_outline_top {
  height: 5px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_top.png);
}
.ems_pwhite .ems_outline_middle {
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_body.png);
  background-repeat: repeat-y;
}
.ems_pwhite .ems_outline_bottom {
  height: 11px;
  background-image: url(https://www.easy-myshop.jp/column/images/table_bg_w2_bottom.png);
}

.contents_pwhite {
margin: 0 auto;
max-width: 980px;

background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F1F1F1), color-stop(0.25, #FFFFFF), color-stop(0.75, #FFFFFF), color-stop(1, #F1F1F1));
background-image: -webkit-linear-gradient(left, #F1F1F1 0%, #FFFFFF 25%, #FFFFFF 75%, #F1F1F1 100%);
background-image: linear-gradient(to right, #F1F1F1 0%, #FFFFFF 25%, #FFFFFF 75%, #F1F1F1 100%);

border: 1px solid #E2E2E2;
border-radius: 6px;
box-shadow: 0px 10px 22px -15px rgb(44, 25, 78);
}

table, img {
  border-style: none;
  border: 0;
  border-width: 0;
}
.ems_contents {
  margin: 0 auto 50px;
  padding: 30px 0;
  /*max-width: 1024px;*/
  max-width: 1280px;
}
.contents {
  max-width: 980px;
  margin: 0 auto;
}

.ems_sample_link_box {
  /*width: 200px;
  height: 60px;
  background: #01a5ff;
  padding: 20px 30px;*/
    margin: 12px 0 24px 12px;

}
.ems_img_arrow {
  margin: 0 5px;
  /*font-size: 22px;*/
  display: inline-block;
}
.ems_img_arrow:after {
  /* content: "\f04b"; */
   content: "\f105";
  /* content: "\f054"; */
  display: inline-block;
  margin: -5px 0px 0px 0.5em;
  font-family: "Font Awesome\ 5 Free",FontAwesome;
  font-style: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-shadow: none;
}
.ems_img_arrow:hover:after,
a.ems_img_arrow:hover:after {
  text-decoration: none;
}

.ems_new_function {
  margin:0px 10px;
/*  width: 293px; */
/*  width: 129px; */
  width: 240px;
/*  height:146px; */
  float: left;
}

.ems_news_title {
margin-top: 5px;
padding: 10px 12px;
white-space: normal;
color: #FFFFFF;
color: rgba(255,255,255,0.9);
font-size: 15px;
font-weight: bold;
line-height: 1.6;
text-shadow: none;
background: #3C3D47;
border-radius: 4px;
}

.ems_index_how_box_frame {
  width: 490px;
  float: left;
}
.ems_index_how_box {
  position: relative;
  width: 245px;
  float: left;
}
.ems_index_how_box_top {
  font-size: 8.0px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  height: 94px;
  padding: 10px 0px;
  background: url(https://www.easy-myshop.jp/column/images/top_bg3.png) no-repeat top center;
}
.ems_index_how_box_title {
  white-space: nowrap;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 19px;
  font-weight: normal; /* */
  line-height: 1.3;
  color: #c83;
  /*text-shadow: -1px -1px 1px #c83;*/

}
.ems_index_how_box_icon {
  position:absolute; left: -2px; top: -10px;
  width: 40px;  height: 50px;
/*  float: left; */
}
.ems_index_how_box_comment {
  font-size: 11.0px;
  line-height: 1.3;
  line-height: 1.618;
/*  color: #aaa;
  color: #d95; */
  color: #c84;
}
.ems_index_how_box_bottom {
  width: 100%;
  height: 30px;
  background: url(https://www.easy-myshop.jp/column/images/top_bg3.png) no-repeat bottom center;
}


.ems_index_box {
  position: relative;
  float: left;
}
.ems_index_box_top {
  font-size: 12.0px;
  line-height: 1.4;
  width: 245px;
  height: 151px;
  padding: 15px 0px;
  background: url(https://www.easy-myshop.jp/column/images/_bg3.png) no-repeat top center;
}
.ems_index_box_title {
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #c83;
  /*text-shadow: -1px -1px 1px #c83;*/
}
.ems_index_box h2 {
  position: relative;top: 1px;
  font-size: 21.0px;
  font-weight: normal;
  line-height: 1.3;
  height: 65px;
}

.ems_index_box_comment {
  position:absolute; left: 10px; top: 90px;
  font-size: 12.0px;
  line-height: 1.618;
}
.ems_index_box_link {
  display:block;
  position:absolute; left:0; top:0;
  padding-top: 15px;
  width:100%;
  height:100%;
  text-decoration: none;
}
.ems_index_box_bottom {
  width: 245px;
  height: 30px;
  background: url(https://www.easy-myshop.jp/column/images/top_bg3.png) no-repeat bottom center;
}

.ems_index_title {
  text-align: center;

}
.ems_index_comment {
  text-align: center;
  color: #888;
}
.position{
  text-align: right;
}
.to-small{
  font-size: 15px;
}
.ems_index_info_box {
  margin: 12px auto;
  padding: 0 12px;
  width: 50%;
  min-width: 300px;
  box-sizing: border-box;
  float: left;
}
.ems_index_info_title {
  margin: 0 0 12px;
  padding: 0;
  height: 290px;
  font-size: 15px;
  line-height: 1.3;
  overflow: auto;
  list-style-type: none;
}
.ems_index_info_title dt,
.ems_index_info_title dd{
  padding: 6px 0 3px;
  color: #01a5ff;
}
.ems_index_info_title dt{
  padding-left: 0.6em;
  /*width: 7em;*/
/*  color: #272727;*/
  float: left;
  clear : both;
}
.ems_index_info_title dd{
  margin: 0;
  padding-left: 6.8em;
  border-bottom: 1px dotted #ddd;
}
.ems_index_info_title dd:after{
  content: '';
  display: block;
  clear: both;
}
.ems_promo_small {
  font-size: 12px;
  color: #666;
  line-height: 1.25em;
}
.ems_promo_small .ems_section_text_box{
  padding: 45px 15px 0 35px;
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.ems_unique_section_bar {
  height:294px;
  background: #fbf6e2;
  margin: 0;
}
.ems_unique_section_title {
  font-size: 55px;
/*  color: #b48900;
  color: #f33;
  color: #cc6666;
  color: #08c;
  color: #ff1769; */
  color: #fff;
  text-shadow: none;
}
.ems_unique_section_comment {
  font-size: 17px;
  color: #424007;
  padding: 25px 0;
}

.ems_unique_box_area {
  display: flex;
  flex-wrap: wrap;
  /* padding: 30px 0; */
}
.ems_unique_box {
position: relative;
margin: 5px 5px;
box-sizing: border-box;
width: 230px;
/*height: 325px;*/
/*height: 380px;*/
height: 395px;
background: #fdfdfd;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 4px 0px #C6C7B3 inset;
border-radius: 4px;
overflow: hidden;
float: left;
margin-bottom:30px;
}
.ems_unique_box header{
color: #fff;
/*color: rgba(255, 255, 255, 0.85);*/
padding: 12px 15px;
/*background: #96b92e;*/
background: #3cb183;
}
.ems_unique_box.admin header {
background: #c46159;
}
.ems_unique_box.sp header {
background: #38a4b7;
}

.ems_unique_box .ems_comment {
margin: 0px;
/*text-align: right;*/
font-size: 11px;
line-height: 1;
}

.ems_unique_box_w {
  margin: 20px 20px 0;
  width: 600px;
  height: 330px;
  float: left;
}
.ems_unique_box_big {
  margin: 20px 20px 0;
  width: 940px;
  height: 330px;
  float: left;
}
.ems_unique_box_title {
margin: 0;
padding: 0;
font-size: 20px;
color: inherit;
font-weight: bold;
line-height: 1;
/*text-shadow: 0px 4px 3px rgba(0,0,0,0.1), 0px 7px 10px rgba(0,0,0,0.1), 0px 11px 18px rgba(0,0,0,0.1);
text-shadow: none;*/
}
.ems_unique_box_title .ems_comment {
  color: #fff;
}
.ems_unique_box_sub_title {
  margin: 0 0 1ex;
  font-size: 12px;
}
.ems_unique_box_body {
margin: 17px 0 0;
padding: 0 15px;
font-size: 12px;
line-height: 1.7em;
}
.ems_unique_box_img {
    padding: 3px;
    padding-left: 15px;
    display: block;
    width: 370px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
}
.ems_unique_box_img_w {
  margin: 5px 0;
  width: 600px; height: 173px;
}
.ems_unique_box_img_big {
  margin: 5px 0;
  /*width: 940px; */
  max-width: 100%;
  max-height: 173px;
}


.ems_price_table {
  margin: 40px auto 80px;
  padding: 0;
  background: #fff;
  border-collapse: collapse;
  border-width: 0;
  border-spacing: 0;
  table-layout: auto;
}
.ems_price_table > thead {
  position: sticky;
  top: 115px;
  /*top: 50px;*/
  background: rgba(255,255,255,.9);
  box-shadow: 0 3px 0 #ddd;
  z-index: 1;
}
.ems_price_table p {
  margin: 0.5ex 0;
}
.sticky_act .ems_price_title_logo,
.sticky_act .ems_price_title_comment {
  margin: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.sticky_act .ems_price_title_plan,
.sticky_act .ems_price1 .ems_price_notice{
  margin: 0;
  padding: 0;
  margin: 0px 5px 10px;
  padding: 4px 7px;
}
@media only screen and (max-width: 700px){
  .plan_table_wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ems_price_table > thead {
    top: 0;
  }
}

/*.ems_price_table thead tr {*/
.ems_price_table tbody tr:first-child {
  border-top: 3px solid #ddd;
}
.ems_price_table thead tr td {
  /* color: #555; */
}
.ems_price_table tr {
  border-bottom: 1px solid #ddd;
}
.ems_price_table td {
  padding: 20px 10px 20px;
}
.ems_price_table tbody tr:nth-child(2n+1) {
  background: rgba(240, 240, 240, 0.1);
}
.ems_price_table tbody td:not(.ems_price_title) {
}

.ems_price_table ul {
  margin: 8px 0;
  padding: 0 0 0 18px;
  font-size: 11px;
}
.ems_price_free, .ems_price_cart, .ems_price1, .ems_price2 {
  /* position: relative; */
  width: 18%;
  min-height: 51px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.ems_price_title_logo {
  margin: 6px 0;
}
.ems_price_title_logo,
.ems_price_title_logo img {
  height: 20px;
}
.ems_price_title_plan {
    /*margin: 22px auto;*/
    margin: 0px auto 19px;
    /*height: 34px;*/
    font-size: 24px;
    font-weight: bold;
}
.ems_price_title_plan_ruby {
  font-size: 11px;
  font-weight: normal;
}
.ems_plan_recommended {
  position: relative;
  display: block;
  margin: 1ex 0;
  padding: 2px 0;
  height: 30px;
  color: #fff;
  background: #00D7CC;
}
.ems_plan_recommended > span {
  display: block;
  padding: 0 30px;
  line-height: 25px;
  border-top: dashed 1px rgba(255, 255, 255, 0.64);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.64);
}
.ems_plan_recommended:before, .ems_plan_recommended:after {
  position: absolute;
  top: 0;
  content: '';
  width: 0px;
  height: 0px;
}
.ems_plan_recommended:before {
  left: 0;
  border-width: 17px 0px 17px 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ems_plan_recommended:after {
  right: 0;
  border-width: 17px 6px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.ems_price_table .fa {
  font-size: 46px;
}
.ems_price_table .ems_price_title .fa {
  font-size: inherit;
}

.ems_price_comment {
margin: 1em 0;
font-size: 13px;
font-weight: normal;
color: #333;
line-height: 1.2em;
}
.ems_price_title .ems_price_comment li {
  padding: 0
}
.ems_price_pickup {
  font-size: 22px;
  font-weight: bold;
  /* color: #000; */
  /* color: #EE7608; */
}
.ems_price {
  /* font-size: 31px; */
  font-size: 24px;
  /* color: #f69; */
  color: #555;
  font-family: "century gothic","Helvetica Neue",Helvetica, Arial,"Oswald","Avenir",Meiryo,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", sans-serif;
}
.ems_price_yen {
  margin-left: 1px;
  font-size: 60%;
}
.ems_price_tax {
  font-size: 60%;
  font-weight: normal;
}
.ems_price_disabled {
  color: #888;
}
thead .ems_price_free, thead .ems_price_cart, thead .ems_price1, thead .ems_price2 {
  /*font-size: 24px;*/
  /*font-weight: normal;*/
}
thead .ems_price_notice_tr .ems_price_free,
thead .ems_price_notice_tr .ems_price_cart,
thead .ems_price_notice_tr .ems_price1,
thead .ems_price_notice_tr .ems_price2 {
  padding: 0;
  vertical-align: bottom;
}

.ems_price_table tbody th,
tbody .ems_price_title {
  padding: 4px 0 4px 6px;
  width: 20%;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  /*color: #777;*/
  background-color: #f7f7f7;
}
tbody tr:nth-child(2n+1) .ems_price_title {
  /* background: #F0F0F0; */
  text-align: left;
}

.ems_price_title a {
/*  color: #DFF8FF;*/
}
.ems_price_table thead tr.ems_price_notice_tr {
  border: 0;
  text-align: center;
}
.ems_price1 .ems_price_notice {
    margin: 10px 5px;
    padding: 14px 10px;
    border-width: 2px;
}
.ems_price_notice {
display: inline-block;
margin: 30px 5px 10px;
/*margin: 20px 5px;*/
padding: 4px 7px;
min-width: 160px;
/*height: 75px;*/
/*height: 124px;*/
white-space: nowrap;
font-size: 14px;
line-height: 1.4em;
border: 1px solid;
border-radius: 4px;
vertical-align: middle;
}
.ems_price_title_comment {
  min-height: 43px;
  /*color: #555;*/
}
.ems_price_free {
  /*color: #FBBB36;*/
  color: #FF8E6B;
}
tbody tr:nth-child(2n+1) .ems_price_free {
}
.ems_price1 {
color: #00D7CC;
}
.ems_price2 {
    /*color: #67AA7E;*/
    color: #AE7300;
    /* color: #448D5D; */
}
tbody tr:nth-child(2n+1) .ems_price2 {
}
.ems_price_cart {
/*color: #8BAABE;*/
  color: #9F559C;
  color: #757575;
}
tbody tr:nth-child(2n+1) .ems_price_cart {
}
.ems_price_table .unit{
  font-size: 60%
}
.ems_plan_recommend {
display: inline-block;
padding: 4px 12px;
font-size: 10px;
color: #FF6698;
background: #fff;
border: 1px solid #FF6698;
border-radius: 4px;
}
.ems_plan_recommend.mini {
  padding: 3px 5px;
  line-height: 1;
}

ul.ems_plan_caution {
    line-height: 1.4em;
}
.ems_plan_caution li {
    padding: 0.20em 0;
}

.ems_on_free {
  display: none;
  color: #f00;
}
.ems_not_free {
  display: none;
  color: #00f;
}

.balloon_box {
  position: relative;
  display: inline-block;
  margin: auto auto 15px 20px;
  padding: 15px 10px;
  font-size: 1rem;
  color: #fff;
  background: #09c;
  background: #FF8E6B;
  border-radius: 4px;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0.9;
}
.balloon_box:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -16px;
  left: 35px;
  border: 13px #0000 solid;
  border-right-width: 0;
  border-left-color: #09c;
  border-left-color: #FF8E6B;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  /* z-index: 1; */
}

.free_campaign{
  max-width:1200px;
  /* max-height:630px; */
  margin:auto;
}
@media screen(max-width:700px) {
  .free_campaign{
    max-width:100%;
    max-height:auto;
  }
}

@media screen(max-width:1400px){
  section.ems_sect{
    margin: 150px 0 0px;
    padding: 150px 0 0px;
  }
}

.ems_pay_calc_ex{
    margin: 1em 0 2em 1em;
    line-height: 1.8em;
}
.ems_pay_calc_ex dt {
    padding-left: 0.8em;
    font-weight: bold;
    width: 104px;
    text-align: right;
    float: left;
    clear: both;
}
.ems_pay_calc_ex dd {
  margin: 0;
  padding-left: 114px;
  width: 370px;
}
.ems_pay_calc_ex_plice {
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  white-space: nowrap;
  text-align: right;
}
.ems_pay_calc_ex dd:before {
  /*content: ":";*/
}
.ems_pay_calc_ex dt:last-child,
.ems_pay_calc_ex dd:last-child {
  border-top: 1px solid #999;
}

.ems_comment_bloc {
  margin: 40px 0 40px;
  padding: 40px 43px 25px 50px;
  box-sizing: border-box;
  /*font-size: 12.5px;*/
  line-height: 1.4;
  /*border-radius: 4px;*/
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: linear-gradient(to top, #fcfcfc 0%, #fafafa 100%);
  box-shadow: inset rgba(0,0,0,.3) 0 1px 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
}

.link_order {
  text-align: center;
  margin: 64px auto;
}

.ems_check_list {
  padding: 7px 17px 0 65px;
  font-size: 18px;
  color: #666;
  line-height: 1.3;letter-spacing: 0.1em;
  /*list-style-image: url(../images/open/check_mark.png);*/
  list-style: none;
}
.ems_check_list > li {
  position: relative;
  padding: 0 0 9px 0;
}
.ems_check_list > li:after {
  content: '';
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  display: block;
  width: 15px;
  height: 6px;
  border-left: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ems_open_price_table {
  width: 680px;
  margin:0 auto;
  border-collapse:collapse;
  border:0px;
  vertical-align: middle;
}
.ems_open_price_table {
  height: 28px;
}
.ems_open_price_table thead td {
  height: 70px;
}
.ems_open_price_table thead tr td.ems_open_price_title {
  background: none;
}
.ems_open_price_table tfoot td {
  height: 70px;
  font-size: 36px;
}
.ems_open_price_table tfoot td.ems_open_price_title {
  font-size: 21px;
  text-align: center;
}

.ems_open_price_table tr {
  height: 33px;
}
thead .ems_open_price_bc, thead .ems_open_price_ds, thead .ems_open_price_fb {
  border-radius: 75px 8px 0 0;
}
.ems_open_price_bc, .ems_open_price_ds, .ems_open_price_fb {
  /*width: 26%;*/
  width: 33%;
  white-space: nowrap;
  font-size: 23px;
  color: #fff;
  color: rgba(255,255,255,0.95);
  font-weight: bold;
  text-align: center;
  /*text-shadow: 1px 1px 3px #000;*/
  vertical-align: middle;
/*  border-right: solid 1px #eeeeee;*/
/*  padding: 10px 0px;*/
}
.ems_open_price_title, .ems_open_price_title_fb {
  font-weight: bold; /* */
  font-size: 13px;
  line-height: 1.25; /**/
  color: #34495e;
  background: #F5F5F5;
  border-bottom: 1px solid #BDC3C7;
  padding: 4px 0;
  padding: 4px 0 4px 7px;
/*  text-align: center;*/
}
tr:nth-child(2n+2) .ems_open_price_title {
  background: #ecf0f1;
}
.ems_open_price_title ul {
padding: 0 0 0 20px;
margin: 0px;
font-size: 10px;
text-align: left;
}
.ems_open_price_title_fb {
  background: #BDC3C7;
  background: #d8dfea;
  color: #fff;
  color: rgba(255,255,255,0.85);
  background: #3b5998;
  border-bottom: 1px solid #7890d1;
}
tr:nth-child(2n+1) .ems_open_price_title_fb {
  background: #738bcc;
}
.ems_open_price_bc {
  border-bottom: 1px solid #2980B9;
  background: #44A8EB;
}
tr:nth-child(2n+2) .ems_open_price_bc, thead .ems_open_price_bc {
  background: #3498db;
}
.ems_open_price_ds {
  border-bottom: 1px solid #10A587;
  background: #43C9AE;
}
tr:nth-child(2n+2) .ems_open_price_ds, thead .ems_open_price_ds {
  background: #1abc9c;
}
.ems_open_price_fb {
  width: 66%;
  border-bottom: 1px solid #7890d1;
  background: #7890d1;
}
tr:nth-child(2n+2) .ems_open_price_fb, thead .ems_open_price_fb {
  background: #475f8f;
}
.ems_open_price_pickup {
  color: #F1C40F;
  color: #fff;
  /*text-shadow: 0 0 #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 100px #fff;*/
  /*text-shadow:
  0px 0px 1px #fff,
  0px 0px 5px #fff,
  0px 0px 5px #fff,
  0px 0px 5px #fff,
  0px 0px 5px #fff,
  0px 0px 5px #fff,
  0px 0px 20px #fff;*/
}
.ems_open_ul_list li {
  padding: 0 0 7px;
  line-height: 1.35;
}


.ems_faq_bloc {
  margin:60px auto 0;
  padding: 20px;
  max-width: 640px;
  /*width:65%;*/
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.2em;
  /*border-radius: 8px;*/
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: linear-gradient(to top, #fcfcfc 0%, #fafafa 100%);
  box-shadow: inset rgba(0,0,0,.3) 0 1px 4px;
  overflow: hidden;
}
.ems_faq_bloc_head {
  font-weight: normal;
  font-size: 20.0px;
  padding: 5px;
  color: #fff;
/*  color: rgba(255,255,255,0.95); */
  text-align:center;
  padding: 5px;
}
.faq {
  width: 95%;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.3;letter-spacing: 0.1em;
}
.faq dt {
  border-bottom: 1px dotted #34495E;
  border-bottom: 1px dashed #34495E;
  color: #2980B9;
  font-size: 17px;
  font-weight: bold;
  padding-left: 24px;
}
.faq_q {
  font-size: 32px;
  padding-right: 4px;
}
.faq_a {
  color: #C0392B;
  font-size: 32px;
  padding: 0 3px;
}
.faq dd {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 24px;
  padding-left: 24px;
}

.ems_em {
font-size: 110%;
font-weight: bold;
/*color: #fd6f40;*/
/*color: #D53077;*/
/*color: #fd6f40;*/
color: #F49F00;
}

a.owner_voice_link {
margin: 0 3px;
padding: 0 9px;
color: #fff;
border: 2px solid #fff;
border-radius: 20px;
}
a.owner_voice_link:focus,
a.owner_voice_link:hover {
color: #5EC8DD;
background: #fff;
}

div.owner_voice_link {
  display: block;
  padding: 16px 0;
  color: #fff;
  /*background: #08B9D4;*/
  /*background: #5A5C4F;*/
  background: #f4ab33;
  border-radius: 4px;
}
.owner_voice_link a {
margin: 0 3px;
padding: 0 9px;
color: #fff;
font-size: 120%;
font-weight: bold;
text-decoration: none;
border: 2px solid #fff;
border-radius: 20px;
}
.owner_voice_link a:focus,
.owner_voice_link a:hover {
  color: #fff;
  background: var(--act_color);
  border-color: var(--act_color);
  text-decoration: underline;
}

.ems_spec_title1 {
padding: 32px 40px;
}
.ems_spec_title_front,
.ems_spec_title_manage {
  margin-top: 5px;
  padding: 0 0 0 8px;
  white-space: normal;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  background: #0db0d6;
  text-shadow: none;
}
.ems_spec_title_manage {
  background: #6f03bf;
}
.ems_spac_list_box {
  width: 280px;
  margin-left: 40px;
  display: inline;/* IE6のCSSハック（float指定した時のmarginバグ回避） */
  float: left;
}
.ems_spec_list {
  margin-block-start: 1ex;
  margin-block-end: 1ex;
}
.ems_spec_list dt {
margin: 12px 0 6px 8px;
padding: 0 0 0 8px;
font-size: 12.5px;
line-height: 1.6;
color: #000000;
background: #eee;
}
.ems_spec_list_comment {
  margin: 0 0 0 22px;
  font-size: 11.0px;
  line-height: 1.18;
  color: #a0a0a0;
}

.fa.ems_icon_square  {
  margin-right: 18px;
  width: 80px;
  height: 80px;
  color: #fff;
  float: left;
  font-size: 60px;
  text-align: center;
  text-shadow: none;
  line-height: 80px;
  /* background: #e4aa36; */
  background: #F8BA5E;
  border-radius: 50%;
}

.movie {
  margin: 0 30px;
  position: relative;
  float: left;
  font-size: 13.0px;
  text-align: center;
}
.movie img {
  width: 160px;
}
.movie p,
.movie h2
 {
  position: relative;top: -20px;left: 0px;
  color: #01a5ff;
  font-size: 18px;
  white-space: normal;
  font-weight: normal;
  text-shadow: none;
}
.play-btn {
  position: absolute;top: 27px;left: 60px;
  width: 47px;height: 47px;
  background: url(https://www.easy-myshop.jp/column/images/movie/play_btn.png) center center no-repeat;
}
.movie a:hover .play-btn {
  background: url(https://www.easy-myshop.jp/column/images/movie/play_btn_hover.png) center center no-repeat;
}

.ems_template_list {
  position: relative;
  background-image: none;
}
.ems_template_list_header {
  margin: 32px 30px 0;
}
.ems_template_pc,
.ems_template_sp {
  position: relative;
  width: 270px;
  font-size: 13px;
  white-space:nowrap;
  text-align: center;
  margin: 30px 0 0 40px;
  float: left;
}
.ems_template_responsive {
  position: relative;
/*  width: 270px; */
  height: 300px;
  font-size: 13px;
  white-space:nowrap;
  margin: 30px 0 0 40px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.ems_template_responsive a {
margin-left: 50px;
}
.ems_template_responsive img {
vertical-align: top;
}
.ems_template_new_icon {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  height: 20px;
  line-height: 18px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background-color: #FF6B6B;
  border: 1px solid transparent;
}
.ems_template_new_icon:after {
  content: "NEW";
}
.ems_temp_name{
  margin: 10px;
  font-size: 20px;
}
.ems_template_pc img {
/*  width: 270px;*/
  height: 300px;
}

.ems_template_sp img {
/*  width: 270px;*/
  height: 300px;
}


.ems_shop_image_list {
  text-align: center;
}
.ems_shop_image_frame {
  position: relative;
  margin: 30px 5px;
  padding: 10px 0 10px;
  display: inline-block;
  width: 310px;
  max-width: 95%;
  text-align: center;
  font-size: 13px;
  white-space:nowrap;
  background-color: #ffffff;
  /*float: left;*/
  -webkit-box-shadow: 0px 0px 20px #bfbfbd;
  box-shadow: 0px 0px 20px #bfbfbd;
  border-radius: 5px;
}
.ems_shop_image {
  width: 300px;
  height: 270px;
  margin: 0 5px 5px;
  box-shadow: 0px 0px 0px #fff;
  transition: all 1s ease;
}
.ems_shop_image:hover {
  border-radius: 4px;
  transform: scale(1.08);
  box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.05s ease;
}
.ems_demoshop_image_list .ems_shop_image_frame {
  width: 230px;
}
.ems_demoshop_image_list .ems_shop_image {
   max-width: 220px;
   height: auto;
}

.ems_form_btn_area {
  margin: 30px auto;
  text-align: center;
}

.bbs_btn,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  margin: 5px;
  padding: 4px 16px;
  vertical-align: middle;
  -webkit-appearance: none;
}

.bbs_btn:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  /* color: #fff; */
  /* color: rgba(255, 255, 255, 0.85); */
  /* background: #3E3E3E; */
  /* border-color: #3E3E3E; */
}
button.run_btn,
input.run_btn,
input[type="button"].run_btn,
input[type="submit"].run_btn {
  margin: 5px;
  padding: 1em 3em;
  min-width: 200px;
  height: 56px;
  font-size: 17px;
}
button.run_btn:hover,
input.run_btn:hover,
input[type="button"].run_btn:hover,
input[type="submit"].run_btn:hover {
  /*box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
  /*opacity: 0.7;*/
}

form[name="search_form"] {
  display: flex;
}
input.input_keyword{
  margin: 0 -1px 0 0;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
button.search_btn{
  margin: 0;
  width: 45px;
  font-size: 14px;
  color: #fff;
  background: #c0c0c0;
  border-color: #c0c0c0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
button.search_btn:hover {
  color: #fff;
  background: #3E3E3E;
  border-color: #3E3E3E;
}

.form_entry input[type=text]
.form_entry input.ems_entry_mail {
  margin: 0;
  padding: 12px 7px;
  width: 280px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 16px;
  outline: none;
}
.form_entry input.ems_entry_id{
  margin: 0;
  padding: 12px 128px 12px 58px;
  width: 108px;
  font-size: 16px;
  border-radius: 12px;
}
.ems_entry_id_t,
.ems_entry_id_b {
  position: absolute;
  top:  0px;
  left: 8px;
  font-size: 14px;
  color: #87c;
}
.ems_entry_id_b {
  left: 170px;
}
.ems_id_check_message {
  display: none;
  margin-left: 145px;
  padding: 4px 8px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
/*  background: rgba(255,255,255,0.8); */
  white-space: nowrap;
}

#ems_loading {
  position:fixed;
  padding-top: 200px;
  width:100%;
  height:100%;
  left:0;
  top:0;
  color: #fff;
  background:#000;
  filter:alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
  z-index:10000;
}
.ems_loading_mark {
position: relative;
margin: auto;
line-height: 100px;
width: 100px;
height: 100px;
font-weight: bold;
font-size: 20px;
box-sizing: border-box;
text-align: center;
}
.ems_loading_mark_min {
position: relative;
display: inline-block;
margin: auto;
line-height: 10px;
width: 10px;
height: 10px;
font-weight: bold;
font-size: 10px;
box-sizing: border-box;
text-align: center;
}
.ems_loading_mark_min:after,
.ems_loading_mark:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
box-sizing: border-box;
border: 4px dotted #fff;
-webkit-animation: spinAround 4s linear infinite;
animation: spinAround 4s linear infinite;
}
.ems_loading_mark_min:after{
border: 3px dotted #6f9;
-webkit-animation: spinAround 1s linear infinite;
animation: spinAround 1s linear infinite;
}
.spinAround {
  position: relative;
  display: inline-block;
  padding: 30px 0 0;
  padding: 18px 0 0;
  line-height: 1.6;
  line-height: 1.4;
  width: 107px;
  height: 107px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  background: #5EC8DD;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form_entry .spinAround {
  display: none;
}
#ems_loading .ems_loading_title{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
#ems_loading .ems_loading_message{
margin: auto;
padding: 12px 12px;
width: 380px;
text-align: center;
font-size: 20px;
line-height: 1.7;
background: rgba(0,0,0,1);
border: 1px solid #fff;
border-radius: 12px;
}
.id_check_mess_wait,
.id_check_mess_ok,
.id_check_mess_ng {
display: inline-block;
position: relative;
padding: 4px 20px;
font-size: 13px;
font-weight: bold;
color: #D8D2D2;
background: #585757;
border-radius: 4px;
z-index: 1;
opacity: 0.8;
}
.id_check_mess_wait {
background: #fff;
color: #6e7;
border: 1px solid #6e7;
}
.id_check_mess_ok {
background: #B4F1C8;
color: #090;
}
.id_check_mess_ng {
background: #FFE5E5;
color: #E67171;
border: 1px solid #E67171;
}
.id_check_mess_err {
background: #fff;
color: #E67171;
border: 1px solid #fff;
}
input#shop_id {
  width: 140px;
  font-size: 18px;
  font-weight: bold;
}
input.through {
  margin:0px;
  padding:0px;
  width: 1px;
  height: 1px;
  border:none;
  border-width: 0px;
  border-style: None;
  box-shadow: none;
  background: #fff;
  color: #999;
  background-color:transparent;
}
.input_label {
  position: absolute;
  margin: 0 0 0 20px;
  padding: 0 1ex;
  line-height: 1;
  font-size: .75rem;
  font-weight: bold;
  color: #3f4345;
  background-color: #fff;
}
.auth_code_input_label {
  display: block;
  margin: 10px 0;
  text-align: center;
  /*font-size: .75rem;*/
  font-weight: bold;
}
.auth_code_wrap{
  position: relative;
}
.auth_code_wrap .input_label{
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
}
input.auth_code {
  /*width: 100%;*/
  /*height: 40px;*/
  /*text-indent: 1em;*/
  /*vertical-align: middle;*/
  /*font-size: 30px;*/
  /*letter-spacing: 20px;*/
  /*border: 2px solid #aaa;*/
  /*border-radius: 20px;*/
}
input.auth_code {
  position: relative;
  left: 18px;
  margin: auto;
  padding: 0;
  display: block;
  width: 230px;
  height: 60px;
  font-family: Menlo,Monaco,Courier New,monospace;
  font-size: 28px;
  text-indent: 0px;
  letter-spacing: 39px;
  border: none;
  outline: 0;
  background: none;
  overflow: hidden;
}
.auth_code_frame_wrap {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.auth_code_frame {
  width: 44px;
  height: 60px;
  display: block;
  border-radius: 10px;
  border: 1px solid #aaa;
  background: #fff;
  margin-right: 10px;
}

.submit,
a.submit,
input.submit {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 18px;
  padding: 14px 30px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  color: rgba(255,255,255,0.95);
  background: #FD3067;        background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
-webkit-transition: all 0.15s;
transition: all 0.15s;

  -webkit-animation: submit 3s ease-out 0s infinite normal;
  animation: submit 3s ease-out 0s infinite normal;
}

.ems_btn_mail_entry{
  margin: 0;
  padding: 15px 40px;
  font-size: 22px;
  text-align-last: justify;
  /*letter-spacing: 0.3em;*/
  outline: none;
  border-radius: 100px;
}

.entry_input_area2 .submit,
.entry_input_area2 a.submit,
.entry_input_area2 input.submit{
  border: 2px solid rgba(255, 0, 0, 0.5);
  padding: 13px 30px 10px;
}

.entry_input_area2 .submit2,
.entry_input_area2 a.submit2,
.entry_input_area2 input.submit2{
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.submit2,
a.submit2,
input.submit2 {
  background: #01a5ff;
  animation: submit2 3s ease-out 0s infinite normal;
}
.entry_input_area2 .ems_btn_mail_entry{
  text-align-last:auto;
  width: 18%;
  min-width:240px;
  text-align: center;
}

@media only screen and (max-width: 700px){
  .ems_top_title .form_entry .ems_entry_mail,
  .form_entry input.ems_entry_mail{
    width: 100%;
    font-size: 15px;
  }
  .ems_btn_mail_entry{
    margin: 10px 0;
    padding: 14px 10px;
    text-align-last: auto;
    letter-spacing: 0.3em;
  }
}
@-webkit-keyframes submit {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    /*66% {box-shadow: 0px 0px 0px rgba(31, 218, 251, 0.35);}*/
    /*100% {box-shadow: 0px 0px 20px 20px rgba(31, 218, 251, 0.00);}*/
    66% {box-shadow: 0px 0px 0px rgba(253, 48, 103, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(253, 48, 103, 0.0);}
}
@keyframes submit {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    66% {box-shadow: 0px 0px 0px rgba(253, 48, 103, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(253, 48, 103, 0.0);}
}

@-webkit-keyframes submit2 {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    66% {box-shadow: 0px 0px 0px rgba(0, 122, 255, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(0, 122, 255, 0.0);}
}

@keyframes submit2 {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    66% {box-shadow: 0px 0px 0px rgba(0, 122, 255, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(0, 122, 255, 0.0);}
}

.submit:focus,
.submit:hover,
a.submit:focus,
a.submit:hover,
input.submit:focus,
input.submit:hover {
  box-shadow: 0px 1px 6px #fff,1px 1px 26px #fff inset;
  /*color: #1FDAFB;*/
  color: #FD3067;
  /*border: 2px solid #1FDAFB;*/
  border: 2px solid #FD3067;  background: #fff;
  opacity: 0.85;

  -webkit-animation: submit_hover 1s ease-out 0s 1 normal;
  animation: submit_hover 1s ease-out 0s 1 normal;
}

.submit2:focus,
.submit2:hover,
a.submit2:focus,
a.submit2:hover,
input.submit2:focus,
input.submit2:hover {
  color: #01a5ff;
  border: 2px solid #01a5ff;  
  background: #fff;
  -webkit-animation: submit_hover2 1s ease-out 0s 1 normal;
  animation: submit_hover2 1s ease-out 0s 1 normal;
}
.entry_input_area2 .submit2:hover + .trial_title1 {
  color: #fff;
  background: #01a5ff;
}
.entry_input_area2 .submit:hover + .trial_title2 {
  color: #fff;
  background: #FD3067;
}

@-webkit-keyframes submit_hover {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    /*50% {box-shadow: 0px 0px 0px rgba(31, 218, 251, 0.6);}*/
    /*100% {box-shadow: 0px 0px 20px 20px rgba(31, 218, 251, 0.00);}*/
    50% {box-shadow: 0px 0px 0px rgba(253, 48, 103, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(253, 48, 103, 0.0);}
}
@keyframes submit_hover {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    /*50% {box-shadow: 0px 0px 0px rgba(31, 218, 251, 0.6);}*/
    /*100% {box-shadow: 0px 0px 20px 20px rgba(31, 218, 251, 0.00);}*/
    50% {box-shadow: 0px 0px 0px rgba(253, 48, 103, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(253, 48, 103, 0.0);}
}

@-webkit-keyframes submit_hover2 {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    50% {box-shadow: 0px 0px 0px rgba(0, 122, 255, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(0, 122, 255, 0.0);}
}
@keyframes submit_hover2 {
    0% {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);}
    50% {box-shadow: 0px 0px 0px rgba(0, 122, 255, 0.6);}
    100% {box-shadow: 0px 0px 20px 20px rgba(0, 122, 255, 0.0);}
}

section .submit {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.95);
}
section .submit:focus,
section .submit:hover {
  border: 2px solid #fff;
}
@-webkit-keyframes submit_btn {
 from {
    -webkit-transform: translate(0px,0px);
 }
 to {
    -webkit-transform: translate(2px,2px);
 }
}
@keyframes submit_btn {
 from {
    transform: translate(0px,0px);
 }
 to {
    transform: translate(2px,2px);
 }
}
.submit i {
margin: -7px 0 0 6px;
vertical-align: middle;
}.submit.disabled,
a.submit.disabled,
input.submit.disabled {
  border-width: 0!important;
  color: #ddd!important;
  background: #ccc!important;
}

.btn_jump_trial {
  margin: 64px 0;
  text-align: center;
}
.btn_jump_trial i{
  margin: -6px 6px 0;
  vertical-align: middle;;
}

.btn_jump_trial a{
  display: inline-block;
  margin: 0;
  padding: 26px 0;
  width: 520px;
  max-width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  color: rgba(255,255,255,0.95);
  /* background: #FD3067; */
  /*background: #D13A3F;*/
  background: var(--act_color);
  /* box-shadow: 0px 3px 9px rgba(0,0,0,0.3); */
  box-shadow: 8px 8px 23px -10px #555, -8px -8px 23px -10px #fafeff;
  border-radius: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.btn_jump_trial a .btn_jump_trial_arrow {
-webkit-transition: all 0.15s;
transition: all 0.15s;
}
.btn_jump_trial a:focus .btn_jump_trial_arrow,
.btn_jump_trial a:hover .btn_jump_trial_arrow {
    margin-left: 10px;
}
.btn_jump_trial a:focus,
.btn_jump_trial a:hover {
  color: #1d1b19;
  background: #f2f0eb;
  border-color: #dedede;
}

.apply_form_wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px rgb(163 163 163 / 20%);
  border-radius: 10px;
  margin: 0 1em;
  padding: 2em 1.5em;
  position: relative;
}
.apply_form_title {
  font-size: clamp(13px, calc(13 / 375 * 100vw), 14px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
}
.apply_form_title_mark {
  color: var(--act_color);
  font-weight: bold;
  margin-right: 6px;
  font-size: 120%;
}
.apply_form_wrapper .ems_form_trial {
  margin: 16px 0 0;
  padding: 0;
}
.apply_form_wrapper .ems_btn_mail_entry {
  font-size: clamp(20px, calc(20 / 390 * 100vw), 22px); 
  padding: 0 40px;
  height: 53px;
}
.apply_form_wrapper .entry_input_area {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .apply_form_wrapper {
    padding: 2em;
    margin: 0 2em;
  }
}
@media only screen and (max-width: 700px) {
  .apply_form_wrapper .ems_btn_mail_entry {
    margin: 0;
  }
}

.ems_agreement {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}
.ems_form_trial .ems_agreement {
  color: #5EC8DD;
}

.ems_yahoo_link_title {position: relative;margin: 24px auto 0;padding: 0.2em 0 0.3em 2em;box-sizing: border-box;width: 14em;max-width: 100%;line-height: 1;font-size: 45px;font-weight: bold;color: #09a;/*background: #FFD8E0;
border: 4px solid #FF9899;*/background: #F8F8F8;border: 4px solid #E7E7E7;border-radius: 16px;}
.ems_yahoo_link_title .ems_yahoo_link_title_badge {position: absolute;top: -15%;left: -4%;padding: 25px 0 0;font-size: 50%;background: #F8BA5E;}
.ems_yahoo_logo_1{
  font-family: 'Georgia'; font-size: 191%; color: #F03;
}
.ems_yahoo_logo_2{
  color: #585858;
}
.ems_yahoo_logo_3{
  float: left;
}
.ems_yahoo_link_title_label {
position: absolute;
padding: 3px 0.7em 5px;
right: -4px;
bottom: 1.8em;
background: #f03;
font-size: 90%;
color: #fff;
/*text-shadow: 1px -1px 1px #DBAFB8;*/
box-shadow: 2px 1px 2px #885F5F;
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
}
.ems_google_link_title {
position: relative;
margin: 24px auto 0;
padding: 0.2em 0 0.3em 2em;
box-sizing: border-box;
width: 30em;
line-height: 1;
/*font-size: 45px;*/
/*font-size: 16px;*/
font-size: 22px;
color: #09a;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
/*border: 4px solid #f03;*/
border-radius: 16px;
}
.ems_google_link_title .ems_google_link_title_badge {
position: absolute;
top: -15%;
left: -8%;
padding: 0.8em 0 0;
/* width: 4.3em; */
/* height: 4.3em; */
font-size: 32px;
line-height: 1.05;
background: #4173c9;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8ee4), color-stop(100%,#4173c9));
background: -webkit-linear-gradient(top, #5e8ee4 0%,#4173c9 100%);
background: linear-gradient(to bottom, #5e8ee4 0%,#4173c9 100%);
}
.ems_google_logo_1{
    /*font-family: 'Georgia';*/
    font-family: "century gothic", Sans-Serif;
    font-size: 370%;
    color: #F49F00;
    white-space: nowrap;
}
.ems_google_logo_2{
  font-family: "century gothic", Sans-Serif;
  color: #F49F00;
  font-size: 200%
}
.ems_google_logo_3{
  font-family: "century gothic", Sans-Serif;
  color: #F49F00;
  font-size: 200%
}
.ems_google_able,
.ems_yahoo_able{
  margin: 42px 0;
  text-align: center;
  font-size: 39px;
  line-height: 1.3em;
}
.ems_epayment_bg {
  background: rgb(234,224,205);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,224,205,1)), color-stop(50%,rgba(234,224,205,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(234,224,205,1) 0%,rgba(234,224,205,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(234,224,205,1) 0%,rgba(234,224,205,1) 50%,#fdf6f0 51%,#fdf6f0 100%);
  background-size: 40px 40px;
}
.ems_epayment_link_title {
  position: relative;
  margin: 24px auto 0;
  box-sizing: border-box;
  width: 680px;
  /*height: 380px;*/
  /*line-height: 1;*/
  /*font-size: 22px;*/
  /*color: #09a;*/
  background: #faf9b1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  border: 4px solid #ebc41e;
  border-radius: 16px;
  overflow: hidden;
}
.easypayment_PCbnr,
.easypayment_SPbnr {
  display: block;
}

/*
.ems_epayment_link_title .ems_section_text_h3 {
  padding: 14px 27px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  color: #585858;
}
.ems_epayment_link_title_bottom{
  position: absolute;
  bottom: 6px;
  padding: 0 36px 0;
}
*/

.ems_epayment_feature_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding: 0;
  font-size: 20px;
}
.ems_epayment_feature_row li {
  display: block;
  margin: 0 5px 20px;
  padding: 0 0;
  flex: 1 0 180px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 900px) {
  .ems_epayment_feature_row li {
    min-width: 25%;
    max-width: 30%;
  }
}
.ems_epayment_feature_row a {
  display: block;
  padding: 30px 0 10px;
  height: 100%;
  color: #2361c4;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.ems_epayment_feature_row a:hover {
  text-decoration: none;
  background: #eef0f6;
  border: 1px solid #ddd;
}

.ems_epayment_feature_row .fa {
  font-size: 56px;
}
.ems_epayment_feature_row .comment {
  padding: 13px 0;
  line-height: 1em;
  font-size: 15px;
  color: #555;
}
.ems_faq_title {
  margin: 32px 0 0;
  padding: 10px 12px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: normal;
  border-bottom: 4px solid #000000;
  border-radius: 3px;
}
.ems_dl,
.ems_faq_dl {
margin: 0 0 40px;
padding: 16px 0 0 8px;
line-height: 1.3em;
line-height: 1.3;
letter-spacing: 0.05em;
}
.ems_dl dt,
.ems_faq_dl dt {
  margin: 30px 0px 4px;
  padding: 3px 5px;
  border-bottom: 1px solid #ccc;
  color: #1D649C;
  font-size: 1.07rem;
  font-weight: bold;
}
.ems_faq_dl dt:before,
.ems_faq_dl dd:before {
  content: 'Q.';
  margin-right: .75rem;
  font-family: serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #666;
}
.ems_faq_dl dd:before {
  content: 'A.';
  display: inline-block;
  margin-left: -10px;
  margin-bottom: -1ex;
  color: #c74444;
}
.ems_dl_marker {
  margin-right: 5px;
  padding: 0px 5px 1px;
  display: inline-block;
  top: 2px;
  left: 2px;
  font-size: 85%;
  font-weight: normal;
  color: #fff;
  /*background: #0B7CD5;*/
  background: #0B7CD5;
  border-radius: 4px;
}
.ems_pay_dl .ems_dl_marker {
  display: block;
  /*margin: 0 20px;*/
  padding: 4px 1px;
  min-width: 140px;
  text-align: center;
}
.ems_dl_marker span{
  font-size: 150%;
}

.ems_dl dd,
.ems_faq_dl dd {
  margin-left: 13px;
  padding: 6px 5px;
  /*font-size: 13.0px;*/
  color: #444;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.ems_pay_dl {
  margin: auto;
  padding: 16px 0 0 0;
  width: 560px;
  line-height: 1.3em;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ems_pay_dl dt {
  position: absolute;
  /*margin: 21px 0 0 49px;*/
  margin: 10px 0 0 10px;
  width: 160px;
  color: #1D649C;
  font-size: 16px;
  font-weight: bold;
  /*border-bottom: 1px solid #ccc;*/
}
.ems_pay_dl dd {
  margin: 0;
  padding: 0px 0px 0px 190px;
  border-bottom: 1px solid #ccc;
}
.ems_pay_dl dd .ems_em {
  font-size: 321%;
}
.ems_pay_dl dd .ems_comment {
  margin-left: 10px;
  font-size: 0.9em;
}

.ems_payment_service_dl {
margin: auto;
padding: 16px 0 0 8px;
width: 95%;
line-height: 1.3em;
font-size: 14px;
line-height: 1.3;
letter-spacing: 0.05em;
}
.ems_payment_service_dl dt {
position: absolute;
margin: 30px 0 0 22px;
width: 160px;
color: #1D649C;
font-size: 16px;
font-weight: bold;
}
.ems_payment_service_dl dd {
  margin: 0;
  padding: 10px 0px 10px 190px;
  font-size: 13.0px;
color: #777;
line-height: 1.5;
letter-spacing: 0.01em;

  border-bottom: 1px solid #ccc;
}
.ems_payment_service_dl dd .ems_em {
font-size: 36px;
font-size: 321%;
}

/* オーダーメイド */
.ems_ordermade_title_outside {
  position: relative;
  margin: 24px auto 0;
  /*padding: 1.3em 0.3em 2em;*/
  /*width: 27em;*/
  width: 90%;
}
.ems_ordermade_title {
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  text-align: center;
  color: #000;
  /*color: #502315;*/
  /*background: #FCF5ED;*/
  /*background: #FBF5EE;*/
  /*background: #684107 url("../images/ordermade/banner_bg.jpg") repeat;*/
  background: #BBAC8A url("https://www.easy-myshop.jp/column/images/ordermade/banner_bg2.jpg") 50%;
  background-size:cover;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  border: 4px solid #4C331A;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 700px){
  .ems_ordermade_title {
    font-size: 22px;
  }
}
.ems_ordermade_feature_row {
  display: table;
  margin: 48px auto;
  padding: 0;
  font-size: 20px;
}
.ems_ordermade_feature_row li {
    display: table-cell;
    padding: 24px 0.3em 8px;
    padding: 0 0.3em 8px;
    width: 180px;
    text-align: center;
    background: rgba(255,255,255,0.45);
    box-sizing: border-box;
}
.ems_ordermade_feature_row .feature_box {
  display: block;
  padding: 10px 0;
  min-height: 135px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ems_ordermade_feature_row .icon {
  margin: 0.8em 0;
}
.ems_ordermade_feature_row .fa,
.ems_ordermade_feature_row .fas {
  font-size: 56px;
  color: #e4aa36;
}
.ordermade h2,
.ordermade .ems_section_text_h_center,
.ordermade .ems_section_text_h1,
.ordermade .ems_section_text_h3 {
 /*font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;*/
}
.ordermade .ems_em {
  font-size: 160%;
  font-weight: bold;
  color: inherit;
}
.ordermade .ems_section_text_h1 .fa,
.ordermade .ems_section_text_h1 .fas {
  /*background: #4C331A;*/
}
@media only screen and (max-device-width: 736px), only screen and (max-width: 736px) {
  .ems_ordermade_title {
    font-size: 15px;
  }
  .ordermade .ems_badge {
    display: none;
  }
  .ems_ordermade_feature_row {
    display: table;
    margin: 48px auto;
    padding: 0;
    font-size: 15px;
  }
  .ems_ordermade_feature_row .fa {
    font-size: 36px;
  }
}


/* KEEP */
.ems_keep_title_outside {
  position: relative;
}
.ems_keep_title_outside .ems_badge {
  padding: 6px 0 0;
  background: #40100b;
  background: -webkit-linear-gradient(top, #a28480 0%,#40100b 100%);
  background: linear-gradient(to bottom, #a28480 0%,#40100b 100%);
}
@media only screen and (max-width: 736px) {
  .ems_keep_title_outside .ems_badge {
    top: -70px;
    left: 0;
  }
}
.ems_keep_title {
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  text-align: center;
  color: #462e1d;
  background: #BBAC8A url("https://www.easy-myshop.jp/column/images/keep/keepbnr.png") 50%;
  background-size:cover;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  border: 4px solid #bfab96;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
.ems_keep_subttle {
  margin: 1.6em 0 1.6em min(9vw,100px);
  text-align: left;
  font-weight: bold;
}
.ems_keep_title_main {
  margin: 0 0 350px 100px;
  margin: 0 0 min(50vw,350px) min(9vw,100px);
  font-weight: bold;
  text-align: left;
  font-size: 128px;
  font-size: min(11.4vw,128px);
  line-height: 0.8em;
}
.ems_keep_subttle02 {
  margin: 0.8em 0;
  /*background: rgba(255,255,255,.45);*/
}

/* recruit */
.recruit,
.recruit .ems_section_text_h1,
.recruit h2 {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.type1_ul {
  margin: 30px 10px 0;
  padding: 0;
  list-style: none;
}
.type1_ul > li {
}
.default_dl > dt {
  font-weight: bold;
}
.default_dl > dd {
  margin: .5ex 0 1.5ex 2ex;
}
.list_dl {
  margin: 1ex 0;
}
.list_dl > dt {
  margin-left: 4ex;
  display: list-item;
  font-weight: bold;
}
.list_dl > dd {
  margin-bottom: 1ex;
}
.recruit_job_a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 -1px;
  padding: 1ex;
  color: inherit;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.recruit_job_a:hover {
  text-decoration: none;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}

.text_batch_ul {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.text_batch_ul > li {
  margin: 0 5px 5px 0;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #777777;
  border-radius: 3px;
}

/* 定期購入・頒布会 */
.ems_regular_title_bg {
/*  background: rgb(234,224,205);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff3dd), color-stop(50%,#fff3dd), color-stop(51%,#fff), color-stop(100%,#fff));
  background: -webkit-linear-gradient(left, #fff3dd 0%,#fff3dd 50%,#fff 51%,#fff 100%);
  background: linear-gradient(to right, #fff3dd 0%,#fff3dd 50%,#fff 51%,#fff 100%);
  background-size: 40px 40px;
*/
  background: #fdfdfd;
}
.ems_regular_title_outside {
  position: relative;
  margin: 24px auto 0;
  /*padding: 1.3em 0.3em 2em;*/
  /*width: 27em;*/
  width: 90%;
}
.ems_regular_title {
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  text-align: center;
  color: #000;
  /*color: #502315;*/
  /*background: #FCF5ED;*/
  /*background: #FBF5EE;*/
  background: #BBAC8A url("https://www.easy-myshop.jp/column/images/regular/banner_bg.jpg") 50%;
  /*background: #BBAC8A url("../images/regular/banner_bg2.jpg") 50%;*/
  /*background: #BBAC8A url("../images/regular/banner_bg3.jpg") 50%;*/
  background-size:cover;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  border: 4px solid #4C331A;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
.ems_regular_title_main {
  margin: 290px 0 0;
  padding: 33px 0 13px;
  font-weight: bold;
  font-size: 180%;
  line-height: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.57);
}
@media only screen and (max-width: 700px){
  .ems_ordermade_title {
    font-size: 22px;
  }
}
.regular .ems_em {
  font-size: 160%;
  font-weight: bold;
  color: inherit;
}
.regular .ems_badge,
.regular .ems_section_text_h1 .fa,
.regular .ems_section_text_h1 .fas {
  /*background: #7c6f66;*/
}



.order_plan_select { /* 申し込み プラン選択 */
  padding: 0;
  display: table;
  width: 100%;
}
.order_plan_select li { /*  */
  display: table-cell;
  font-size: 22px;
  color: #333;
  width: 24%;
  text-align: center;
}
.order_plan_select input[type=radio] { /*  */
  display: block;
  margin: 0 auto;
}
.order_plan_select input[type=radio]:checked + span { /*  */
/*  font-size: 17px;
  font-weight: bold;
  color: #333; */
}

.order_plan_label {
/* position: relative; */
padding: 8px 0;
min-width: 160px;
/*display: inline-block;*/
/* background: #FFFBCB; */
}
.order_plan_price {
  font-size:12px;
  font-weight: normal;
  color:#87c;
/*  text-align: right;*/
}
.ems_cart_in_btn {
display: inline-block;
margin: 0 0.4em;
padding: 2px 6px;
font-size: 12px;
color: #fff;
background: #ffa631;
background: -webkit-gradient(linear, left top, left bottom, from(#FDA737), to(#F59C27));
background: -webkit-linear-gradient(top, #FDA737 0%, #f49b26 100%);
background: linear-gradient(to bottom, #FDA737, #f49b26);
box-shadow: inset 0 2px 0 #ffb656;
white-space: nowrap;
border-radius: 4px;
}
.ems_cart_in_btn .fa {
margin-right: 0.5em;
font-size: 12px;
}

.none_display { display: none;}

.title_bar {
  margin-bottom: 10px;
  padding: 5px 24px;
/*  border-radius: 6px; */
  background: #666;
  font-weight: bold;
  color: #eee;
}
.ems_conjunction {
  display: inline-block;
  /*padding: 0.15em;*/
  padding: 0.1em;
  font-size: 75%;
}
.ems_comment {
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: -0.02em;
  /*line-height: 1.3;*/
  color: #555;
  /*margin: 0px;*/
}
ul.ems_comment.asterisk {
  padding-left: 30px;
}
ul.ems_comment.asterisk > li {
  list-style-type: none;
  text-indent: -1em;
}
ul.ems_comment.asterisk > li:before {
  display: inline;
  content: "※ ";
}
.ems_spec_list_comment .ems_comment {
padding-left: 4px;
font-size: 10.0px;
color: inherit;
}

.shop_id_input_block,
.contact_plan_info,
.contact_plan_cancel_info { /* 問合せフォーム プラン情報 */
  color:#a87;
}

/* ユーザーコメント文字用 */
.ems_comment0, .ems_comment1, .ems_comment2, .ems_comment3, .ems_comment4, .ems_comment5
 {
  white-space: normal;
  font-size: 15.0px;
  font-weight: normal;
  line-height: 1.6;
  color: #555;
  margin: 0;
  display: inline;
  text-shadow: none;
}

.ems_comment1 {
  font-size: 23.0px;
  font-weight: bold;
  line-height: 1.6;
  color: #999;
}
.ems_comment2 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.6;
  color: #b00;
}
.ems_comment3 {
  font-size: 20.0px;
  font-weight: bold;
  line-height: 1.6;
  color: #666;
}
.ems_comment4 {
  font-size: 12.0px;
  font-weight: bold;
  line-height: 1.6;
  color: #888;
}
.ems_comment5 {
  font-size: 10.0px;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

.ems_hover_zoom {
}
.ems_hover_zoom:hover {
  /*-webkit-transform: scale( 1.2 );*/
  /*transform: scale( 1.2 );*/
  /*-webkit-filter: blur(0px) sepia(0%) contrast(130%) brightness(100%);*/
  /*opacity: 0.75;*/
  box-shadow: 3px 5px 13px 0px #bdbdbd;
  transition: all 250ms;
}

.info h3 {
  padding-left: 25px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #ddd;
  font-size: 1rem;
  font-weight: normal;
  /*font-weight: bold;*/
  text-shadow: none;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info h3:before {
  margin-top: 15px;
  margin-right: 1ex;
  display: inline-block;
  font-family: "Font Awesome\ 5 Free",FontAwesome; font-weight: 900;
  font-size: inherit;
  color: #9e8c65;
  transition: all 250ms;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
}
.info h3.open:before {
  color: var(--act_color);
  transform: rotate(90deg);
}

.info_body_frame {
  display: block;
  overflow: hidden;
  background-color: #FDFDFC;
  box-shadow: 1px 1px 6px rgba(87, 87, 87, 0.3) inset;
  font-size: 0.9rem;
}
.info_body_contents {
  display: block;
  margin: 10px 10px 10px 25px;
  padding: 10px 0;
}

.info_body_contents > dt {
  display: list-item;
  margin-top: 1em;
  padding-left: 1ex;
  list-style: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.8;
  border-bottom: solid 1px #cccccc;
  border-left: solid 6px #f7b937;
  border-left: solid 6px var(--act_color);
}
.info_body_contents dd {
  padding: 0.2em 1em;
  margin-left: 0em;
}
.info_body_contents > dd > ul ul {
  /* font-size: 0.95rem; */
  /* font-weight: bold; */
  margin-bottom: 1em;
}

.info_title {
  margin: 0;
  padding: 0;
  list-style-type:none;
}
/*
.info_title li.active {
  margin: 0px;
  padding-top: 3px;
  padding-left: 25px;
  padding-bottom: 2px;
  background: url("../images/info/arrows.png") no-repeat 0 7px;
  border-bottom: 1px dotted #ddd;
  font-weight: bold;
  text-shadow: none;
  color: #01a5c8;
  text-decoration: none;
}
.ems_top_news .info_title li.active {
  font-weight: normal;
}
*/

.ems_footer_ul {
  display: block;
  margin: 1em 0 0;
  padding: 0;
}
.ems_footer_ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .ems_footer_ul{
    margin: 1em auto 0;
    max-width: 250px;
  }
}

.side_link { /* サイドリンク */
  position: fixed;
  bottom: -10px;
  right: 0px;
  /*width: 64px;*/
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.side_link.show{
  bottom:  0px;
  opacity: 1;
  pointer-events: auto;
}
.side_link a {
  font-size: 36px;
  color: #303030;
  opacity: 0.5;
}
.side_link a:hover {
  opacity: 0.85;
}

.radius {
  border:3px solid #d5d5d5;
  border-radius: 4px;
}

.ems_section_text_h1 .fa,
.ems_section_text_h1 .fas {
  margin-right: 15px;
  min-width: 64px;
  /*width: 64px;*/
  width: auto;
  height: 64px;
  font-size: 64px;
  line-height: 66px;
  /*color: #e4aa36;*/
  float: left;
}

.bg_plan_campaign {
  background: url(https://www.easy-myshop.jp/column/images/plan_campaign/bg_body.png) repeat-x center bottom;
  background-attachment:fixed;
  color: #743636;
}
.bg_plan_campaign .h2 {
  font-size: 42px;
  font-weight: bold;
  color: #D53077;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}


.spinAround {
  position: relative;
  display: inline-block;
  padding: 14px 0 0;
  /* padding: 7px 0 0; */
  /*line-height: 1.4;*/
  line-height: 1.1;
  width: 114px;
  height: 114px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  /*background: #5EC8DD;*/
/* background: #94D60A; */
  background: #54ADC0;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.spinAround:after {
  /*content: '';*/
  content: url('https://www.easy-myshop.jp/column/images/cgi/dot_circle.png');
  position: absolute;
  top: 0;
  left: 0;
/*  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px dotted #fff;*/
  -webkit-animation: spinAround 4s linear infinite;
  animation: spinAround 4s linear infinite;
}
@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8.1deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(8.1deg);
  }
}

.ems_badge {
position: absolute;
top: -32px;
left: -47px;
padding: 0.8em 0 0;
/* width: 4.3em; */
/* height: 4.3em; */
font-size: 32px;
line-height: 1.05;
background: #4173c9;
background: -webkit-linear-gradient(top, #5e8ee4 0%,#4173c9 100%);
background: linear-gradient(to bottom, #5e8ee4 0%,#4173c9 100%);
background: #454544;
background: -webkit-linear-gradient(top, #747470 0%,#454544 100%);
background: linear-gradient(to bottom, #747470 0%,#454544 100%);
}

.ems_top_thumbnail.user_voice_list {
  max-width: 680px;
  text-align: left;
  color: #63a1a1;
}

.ems_top_thumbnail.ems_blowoff{
  margin-bottom: 48px;
  max-width: 680px;
}
.ems_top_thumbnail.ems_blowoff li{
  flex: none;
  background: #fafafa;
  background-size: cover;
  padding: 40px 70px;
  border: 2px solid #EFEFEF;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
}
.ems_blowoff_right,
.ems_blowoff_left {
  position: relative;
  display: inline-block;
  margin: 0px 30px 4px 20px;
  padding: 11px 15px;
  width: auto;
  /*text-align: center;*/
  word-wrap: break-word;
  line-break: strict;
  font-size: 17px;
  /*font-weight: bold;*/
  color: #fff;
  border-radius: 20px;
  background: #8373da;
  background: #a0cccc;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ems_blowoff_left{
  margin: 0px 20px 4px 30px;
  color: #fff;
  /*background: #fbdb76 ;*/
  background: #a0cccc;
}
.ems_blowoff_right:before {
content: "";
position: absolute;
display: block;
margin-left: 0;
right: -14px;
bottom: 0px;
width: 30px;
height: 30px;
background: #8373da;
  background: #a0cccc;
border-radius: 0 30px 0 30px;
z-index: -1;
}
.ems_blowoff_right:after {
content: "";
position: absolute;
display: block;
margin-left: 0;
bottom: 5px;
right: -24px;
width: 30px;
height: 30px;
background: #FAFAFA;
border-radius: 0 30px 0 30px;
z-index: -1;
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
.ems_blowoff_left:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: -6px;
  margin-left: 0;
  width: 30px;
  height: 30px;
  background: #a0cccc;
  border-radius: 0 30px 0 30px;
  z-index: -1;
}
.ems_blowoff_left:after {
  content: "";
  position: absolute;
  display: block;
  top: -17px;
  left: -18px;
  margin-left: 0;
  width: 30px;
  height: 30px;
  background: #FAFAFA;
  border-radius: 0 30px 0 30px;
  transform: rotate(-30deg);
  z-index: -1;
}

.user_voice_list .fa.fa-user {
  margin: 0 10px 5px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  /*background: #ABB;*/
  background: #63a1a1;
  border-radius: 30px;
}

.epsilon_link {
  display: block;
  margin: auto;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #0b83fd;
  border: 4px double #CEE238;
  border-radius: 24px;
  overflow: hidden;
}
.epsilon_link span {
  font-size: 90%;
  font-weight: normal;
  color: #D82A46;
}

.ems_debug {
  font-size: 12px;
/*  color: #888; */
  color: #53B64F;
  word-break: break-all;
}
dl.ems_debug dt {
  font-weight: bold;
}
dl.ems_debug dd {
  line-height: 1em;
}

@media print {
  .non_print {
    display: none !important;
  }
  .btn_jump_trial {
    opacity: 0.15 !important;
  }
}
@media screen {
  .print_only {
    display: none;
  }
}
@media screen, print {
}

.cf:after {
content: "";
display: block;
clear: both;
}

.body_font {
  font-family: "Oswald", "century gothic", "Avenir","Helvetica Neue", Helvetica, Arial, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  word-spacing: -1px;
}

.ems_base {
  margin: 0 auto;
  /*width: 90%;*/
  min-width: 1015px;
  max-width: 1370px;
  height: 460px;
  box-shadow: 0 10px 22px -10px #000;
  overflow: hidden;
}
.ems_base a, .ems_base a:focus {
  text-decoration: none;
}
.ems_base ul {
  margin: 0;
  padding: 0;
}

.ems_base li {
  position: relative;
  display: block;
  width: 10%;
  max-width: 128px;
  white-space: nowrap;
  float: left;
}
.ems_base li.ems_base_default {
  /*width: 540px;*/
  width: 60%;
}
.ems_base li.ems_base_thumbnail {
  width: 40%;
}
.ems_base_thumbnail li {
  width: 25%;
  box-shadow: 0 0 26px -5px #000;

  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  /* overflow: hidden; */
}
.ems_base_thumbnail ul:hover li {
  /* padding: 10px; */
  width: 23%;
}
.ems_base_thumbnail ul:hover li:hover {
  width: 31%;
/*   -moz-transform: translateX(-40px) rotate3d(4,-4,10,-4deg); */
/*   -webkit-transform: translateX(-40px) rotate3d(4,-4,10,-4deg); */
/*   transform: translateX(-70px) rotate3d(40,-24,10,-14deg); */
  -moz-transform: translateX(-70px) rotate3d(0,0,10,-2deg);
  -webkit-transform: translateX(-70px) rotate3d(0,0,10,-2deg);
  transform: translateX(-70px) rotate3d(0,0,10,-2deg);
}

.ems_base_panel_2, .ems_base_panel_3, .ems_base_panel_4, .ems_base_panel_5 {
  padding: 18px 0 0 8px;
  width: 300px;
  height: 442px;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  /* background: #fff; */
  box-shadow: 10px 0 150px -80px #000 inset;
  overflow: hidden;
}
.ems_base_panel_1 {
  width: auto;
  background: #fff;
}
.ems_base_panel_2 {
  background: #fb0000;
  background: #FE5200;
  /* background: #A01940; */
  /* background: #A81D46; */
  /* background: #BC1D45; */
  /* background: #17B5E6; */
  /* background: #50ACC8; */
  /* background: #3074DE; */
  /* background: #1E83EB; */
}
.ems_base_panel_3 {
  /* background: #FE5200; */
  /* background: #CA532B; */
  /* background: #C81417; */
  /* background: #BC1D45; */
  background: #E51F0F;
}
.ems_base_panel_4 {
  /* margin-top: -10px; */
  /* height: 452px; */
  background: #89CE41;
  /* background: #4BA90A; */
  /* background: #029604; */
  /* background: #01A300; */
}
.ems_base_panel_5 {
  background: #009840;
  /* background: #4BA90A; */
  /* background: #5235AC; */
  /* background: #BC1D45; */
  /* background: #FE5200; */
  /* background: #CA532B; */
  /* background: #DA512D; */
  /* background: #E77E23; */
  /* background: #FDD503; */

  /* background: #EC9E12; */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffff00), color-stop(100%,#fdd503));
  /* background: -webkit-radial-gradient(center, ellipse cover,  #ffff00 0%,#fdd503 100%); */
  /* background: radial-gradient(ellipse at center,  #ffff00 0%,#fdd503 100%); */
  /* background: radial-gradient(ellipse at center, #ffff00 0%,#EC9E12 100%); */
}
.ems_base_panel_index {
  width: 135px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  color: inherit;
}
.ems_base_panel_index_sub {
  margin-top: 12px;
  padding-left: 0.5em;
  font-size: 11px;
  white-space: nowrap;
  line-height: 1.8em;
  /* color: #fff; */
  border-bottom: 1px solid;
}
.ems_base_panel_contents {
  position: absolute;
  padding: 10px;
  left: 10px;
  bottom: 10px;
  width: 180px;
  height: 341px;
  font-size: 12px;
  color: #898989;
  background: #fff;
  overflow: hidden;
}
.ems_base_panel_2 .ems_base_panel_contents,
.ems_base_panel_4 .ems_base_panel_contents {
height: 351px;
}
.ems_base_panel_1 {
    height: 460px;
    background-image: url("https://www.easy-myshop.jp/column/images/slide01-460.jpg");
    background-repeat: no-repeat;
    background-size: auto 460px;
    background-position: 0% 0%;
}
.ems_base_panel_5 .ems_base_panel_contents:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("https://www.easy-myshop.jp/column/images/how_card.png");
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: 100% 100%;
    opacity: 0.1;
}
.ems_base_img {
  position: absolute;
  left: 10px;
  bottom: 9px;
  height: 372px;
  background: #fff;
  overflow: hidden;
}
.ems_base_caption {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 900px;
  display: none;
}
.ems_base_caption a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

.err_msg {
  margin: 3em 0;
  padding: 4em;
  font-size: 14px;
  text-align: center;
  color: #796002;
  background:#FFF9E4;
  border-radius: 4px;
  border: 1px solid #8D7002;
}


.ems_right_continue {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.35em;
  text-align: right;
  letter-spacing: 0.3em;
  /*border: 2px solid #ddd;*/
  /*border-radius: 4px;*/
  cursor: pointer;

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
}

/*幅1080px→414px【iPhone 6 Plus】*/
/*幅1080px→360px【Galaxy S5】*/
/* PC/SP専用クラス */
@media only screen and (max-width: 736px) {
  .for_pc {
    display: none!important;
  }
}
@media print, screen and (min-width: 737px) {
  .for_sp{
    display: none!important;
  }
}
.sp_only { display: none; }
@media only screen and (max-device-width: 736px), only screen and (max-width: 736px) {
  .sp_off { display: none; }
  .sp_inline, .sp_only { display: inline-block; }
  .sp_block { display: block; }
  body,
  .body {
    min-width: 0;
  }
  input, select, textarea {
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .ems_section {
    padding: 57px 0 61px;
  }
  .btn_jump_trial a{
    padding: 21px 0;
    width: 90%;
    font-size: 22px;
  }

  .sp_scroll_box {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp_scroll_box::-webkit-scrollbar {
    all: unset;
    width: 12px;
    height: 16px;
    background: transparent;
  }
  .sp_scroll_box::-webkit-scrollbar-track {
    all:unset;
    -webkit-box-shadow: inset 0 1px 2px 1px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: transparent;
  }
  .sp_scroll_box::-webkit-scrollbar-thumb {
    all:unset;
    border-radius: 8px;
    background: #999;
    opacity: 0.8;
  }
  .sp_scroll_box::-webkit-scrollbar-thumb:window-inactive {
    opacity: 1;
  }
  .ems_logo {
    width: 100px;
  }
  /* ヘッダーロゴ調節 */
  .header .ems_logo_wrap {
    margin-top: 12px;
  }
  .header .ems_logo {
    width: 120px;
  }
  .search_and_login{
    position: static;
    margin: 0;
    padding: 0;
  }
  .ems_google_search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0;
  }
  .ems_google_search .gsc-search-box-tools .gsc-search-box input.gsc-input {
    padding: 8px 9px!important;
  }
  .ems_google_search .cse .gsc-search-button input.gsc-search-button-v2, .ems_google_search input.gsc-search-button-v2 {
    padding: 9px 10px;
    border-radius: 2px;
    box-sizing: content-box;
  }
  .ems_google_search .gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    overflow-y: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ems_login_btn {
    padding: 7px 8px 0;
    height: 33px;
  }
  .ems_top_thumbnail > li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .ems_top_title {
    margin: 0 auto;
    width: 100%;
  }
  .ems_top_title .ems_top_title_text_wrap {
    position: relative;
    margin-bottom: -30px;
    top: 0;
    width: auto;
    z-index: 2;
  }
  .ems_top_title .ems_top_title_text_wrap .cm_icon {
    top: unset;
    bottom: -50px;
    right: 0;
  }
  .youtube_video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    padding: 56.25% 0 0;
    overflow: hidden;
  }
  .youtube_video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ems_top_title_text, .entry_input_area {
    max-width:  none;
  }
  .ems_top_title .ems_form_trial {
    position: static;
    display: block;
    margin: 0;
    padding: 30px 20px;
    width: auto;
    /*background: #FEC92E;*/
    /* background: #ffeec0; */
  }

  .entry_input_area2 .ems_form_trial {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 40px;
  }

  h1.top_title {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 10px;
  }
  h1, .h1, h2, .h2,
  h3, .h3 {
  white-space: normal;
  }
  .ems_top_title_text h2 {
    font-size: 36px;
    /*font-size: 8vw;*/
    font-size: 7.2vw;
    white-space: nowrap;
    /*letter-spacing: 0.1em;*/
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .ems_top_title_product_name {
    margin: 0;
  }
  .ems_top_title_product_name .name {
    white-space: normal;
    font-size: 40px;
    text-align: center;
  }
  .ems_top_title_product_name .ver {
    /*display: block;*/
    /*text-align: center;*/
  }
  .ems_top_title_text_p {
    font-size: 12px;
  }
  .ems_conjunction {
    padding: initial;
    /*padding: 0.1em;*/
    font-size: 85%;
  }
  .ems_top_thumbnail{
    /* margin: 0; */
  }
  .ems_index_info_box {
    padding: 0;
    width: 100%;
    min-width: auto;
  }
  .ems_index_info_title {
    margin: 0 0 12px;
    padding: 0;
    /*height: auto;*/
    /*overflow: visible;*/
  }
  .owner_voice_link a{
    display: inline-block;
  }
  .ems_shop_image {
    margin: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;  /* スマホでメニューの前面に出てしまう為 */
    transform: none;
  }

  .ems_section_text_box_full,
  .ems_section_text_box,
  .ems_section_text_left .ems_section_text_box,
  .ems_section_text_right .ems_section_text_box {
    padding: 65px 1em 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ems_section_img{
    width: 100%;
  }
  .section_h {
    font-size: 33px;
  }
  .ems_top_thumbnail {
    display: block;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .ems_top_thumbnail li {
    display: block;
    margin: 10px 0;
    height: auto;
    border-bottom: 1px solid #E2E2E2;
  }
  .ems_comment_bloc {
    padding: 1.8em 0;
  }
  .top {
      position: sticky;
      opacity: 1;
      z-index: 3;
  }
  .top_space {
    margin-top: 20px;
  }
  .menu_root_outline {
    padding: 0;
  }
  .menu_root_outline li{
    display: table;
    margin: 0 -2px -1px 0;
    /* padding: 10px 0px 6px; */
    padding: 0;
    width: 20%;
    background-color: #FAFAFA;
    border: 1px solid #ddd;
  }
  .menu_sub_outline li {
    margin: 0;
    padding: 10px 0 10px 20px;
    flex: 1 1 50%;
    box-sizing: border-box;
  }
  .menu_root_outline a, .menu_root_outline a:link, .menu_root_outline a:visited{
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 59px;
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    box-sizing: border-box;
  }
  .menu_root_outline a .menu_bg {
    bottom: -2px;
  }

  .menu_sub_outline {
  }
  .menu_sub_outline a, .menu_sub_outline a:link, .menu_sub_outline a:visited {
    padding: 0;
  }

  #menu_sub ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .ems_top_title_text .spinAround {
    display: none;

    -webkit-transform: rotate(-11deg) scale(0.70);
    transform: rotate(-11deg) scale(0.70);
    margin-right: -40px;
  }
  .ems_top_thumbnail.ems_blowoff li{
    padding: 40px 0px;
  }
/* easy payment */
  .ems_epayment_link_title {
    width: 100%;
    font-size: 14px;
    background-position: 0 50px;
    background-size: contain;
  }
  .ems_epayment_link_title .ems_section_text_h3 {
    font-size: 14px;
  }
  .ems_epayment_link_title_bottom{
    padding: 0;
  }
  .ems_pay_dl{
    width: 100%;
    text-align: center;
  }
  .ems_pay_dl dt {
    position: static;
    margin: 11px 0 0 0;
    width: auto;
    text-align: center;
  }
  .ems_pay_dl dd {
    margin: 0;
    padding: 0px 0px 0px 0px;
  }
  .ems_payment_service_dl dt{
    position: static;
    width: auto;
    margin: 10px 0;
  }
  .ems_payment_service_dl dd{
    padding: 0 0 0 1em;
  }
/* yahoo */
  .ems_yahoo_link_title{
    padding: 0.2em 0 0.3em;
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .ems_yahoo_link_title .ems_yahoo_link_title_badge{
    top: -80px;
    left: 0%;
  }
  .ems_yahoo_logo_1{
    display: block;
  }
  .ems_yahoo_logo_2{
    display: block;
    margin: -5px 0 10px;
    font-size: 85%;
  }
  .ems_yahoo_logo_3{
    margin: 20px 0;
    float: none;
    font-size: 85%;
  }
  .ems_yahoo_link_title_label {
    position: relative;     right: auto;    bottom: auto;
    margin: 0 0 12px;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
  }
  .ems_google_able,
  .ems_yahoo_able{
    padding: 42px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
  }
/* google */
  .ems_google_link_title{
    padding: 0.2em 0 0.3em;
    width: 100%;
    font-size: 19px;
    text-align: center;
  }
  .ems_google_link_title .ems_google_link_title_badge{
    top: -35%;
    left: 0%;
  }
  .ems_google_logo_1{
    display: block;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 20%;
  }
  .ems_google_logo_2{
    display: block;
    margin-top: 5px;
    text-align: left;
    padding-left: 20%;
  }
  .ems_google_logo_3{
    display: block;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 20%;
  }
/* open */
  .ems_open_price_frame {
/*    overflow: auto;
    -webkit-overflow-scrolling:touch;
*/  }
  .ems_open_price_table tfoot td {
      /*font-size: 23px;*/
  }
  /* plan */
  .ems_pay_calc_ex{
    margin: 1em 0 2em 0;
    line-height: 1.8em;
  }
  .ems_pay_calc_ex dt {
    text-align: left;
    width: auto;
    float: none;
  }
  .ems_pay_calc_ex dd {
    display: block;
    margin: 0 0 0.5em 0;
    padding-left: 34px;
    width: auto;
  }
  /* spec */
  .ems_spec_title1 {
    padding: 32px 0;
  }
  .ems_spac_list_box {
    display: block;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  /* template */
  .ems_template_list_header {
    /*margin: 32px 30px 0;*/
    margin: 32px 0 0;
  }
  .ems_template_responsive {
    height: auto;
    white-space: normal;
    margin: 30px 0 0 00px;
  }
  .ems_template_responsive a {
    display: block;
    margin: 0 auto 32px;
    max-width: 90%;
    max-height: 300px;
    text-align: center;
    overflow: hidden;
  }
  .ems_template_responsive img {
    max-width: 100%;
  }
  .ems_template_pc, .ems_template_sp {
    margin: 30px 0;
    width: 100%;
    float: none;
  }

  /* how_ems */
  .ems_promo_small .ems_section_text_box{
    padding: 45px 0 35px;
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  .ems_unique_box {
    margin: 10px auto;
    padding-bottom: 10px;
    width: 95%;
    height: auto;
    float: none;
  }
  /* example */
  .ems_shop_image:hover {
    box-shadow: none;
    transform: none;
  }
  /* おたすけマイショップ */
  table.regfm,
  table.regfm tbody,
  table.regfm tr,
  table.regfm th,
  table.regfm td
   {
    display: block;
    text-align: left;
  }
}


.rule_h3 {
  margin: 40px 0 10px;
  padding: 2px 0 2px 9px;
  font-size: 1.4rem;
  border-left: 6px solid #51656f;
  white-space: normal;
}
.rule_ul > li {
  margin-bottom: 20px;
  list-style: decimal;
}
.rule_ul2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rule_ul2 > li {
  margin-bottom: 1em;
}

button.gsc-search-button.gsc-search-button-v2 {  /* googleカスタム検索 */
  padding: 4px 0;
  width: 40px;
  border-color: #cacaca;
  background-color: #bdbdbd;
}
button.gsc-search-button.gsc-search-button-v2:hover {
  color: #fff;
  text-decoration: none;
  border-color: var(--act_color);
  background: var(--act_color);
}
@media only screen and (max-device-width: 736px), only screen and (max-width: 736px) {
  button.gsc-search-button.gsc-search-button-v2 {
    padding: 8px 9px!important;
  }
}
.banner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  /*background: #ffffff;*/
}
.banner01>a {
  margin: 1ex;
}
.banner01 img{
  width: 500px;
  max-width: 100%;
  height: auto;
}


.shadow01 {
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.white-shadow {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4),
               -1px 1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4),
               0px 1px 0 rgba(255, 255, 255, 0.4), 0-1px 0 rgba(255, 255, 255, 0.4),
               -1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.4);
}

.clear01 {
  overflow:hidden;
  margin-top: 80px;
}

.how-ems-title {
  padding: 15px 0;
}

.how-ems-title02 {
  line-height: 1.1em;
}

.sample-con {
  /*width: 200px;*/
}
.sample-con img{
  max-width: 100%;
}

.sample-box {
  max-width: 100%;
}

.fanction-box {
  margin:80px 0 0;
}

.background-pic01 {
  background-image: url("https://www.easy-myshop.jp/column/images/quality_pic.png");
  /*background-color:rgba(255,255,255,0.7);*/
  background-blend-mode:lighten;
  max-width: 100%;
  height: 400px;

  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #464646;*/
}

.white-text {
  margin: 45px 0 0 0;
  padding: 10px;
  background: rgba(255,255,255,0.95);
}

.background-pic02 {
  background-image: url("https://www.easy-myshop.jp/column/images/membership_pic.png");
  /*background-color:rgba(255,255,255,0.7);*/
  background-blend-mode:lighten;
  max-width: 100%;
  height: 400px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #464646;*/

}

.background-pic03 {
  background-image: url("https://www.easy-myshop.jp/column/images/security_pic.png");
  /*background-color:rgba(255,255,255,0.7);*/
  background-blend-mode:lighten;
  max-width: 100%;
  height: 400px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #464646;*/

}

.point-box,
.voice_box {
  flex: 1 1 310px;
  margin: 10px;
  padding: 12px 15px;
  color: #fff;
  background: #e4aa36;
}

.voice_box {
  /*color: #608bbf;*/
  /*background: #e2ecfd;*/

  color: #fff;
  background: #9bcdd5;
}

/* コラム事例 */
.column_recommend h4 {
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.column_recommend .ems_top_thumbnail{
  justify-content: space-evenly;
  max-width:900px;
}

.column_recommend .ems_top_thumbnail li{
  max-width:250px;
}

.column_recommend .ems_top_thumbnail img{
  max-width:90%;
  height:auto;
}

.column_recommend .ems_img_arrow{
  width: 90%;
  max-width: 500px;
  margin-bottom: auto;
  font-size: 17px;
}

.column_recommend div{
  text-align:center;
}

@media only screen and (max-device-width: 736px), only screen and (max-width: 736px) {
  .column_recommend .ems_top_thumbnail{
    display:flex;
    flex-direction: column;
    align-content: space-around;
 }

  .column_recommend .ems_top_thumbnail li{
    max-width:100%;
  }

}

/* / コラム事例 */

/* ems_cm2 */

.ems_cm2 .ems_top_thumbnail {
  margin: 10px auto 48px;
}

.ems_sect.ems_cm2 .section_h_sub{
  font-size:32px;
}

@media screen and (max-width: 768px) {
  .ems_sect.ems_cm2 .section_h_sub{
    font-size:20px;
    margin:10px 0;
  }
}


/* / ems_cm2 */

/* open.html */
.open_form {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
 .open_form {
   flex-direction: column;
 } 
}


/* TOP日経トレンディ */
.top_topic,
.top_topic_sp{
 text-align:center;
}

.top_topic a:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: -8px;
  width: 440px;
  height: 60px;
  max-width:100%;
  background: #FFFFFF;
  border: #1d1b19 solid 5px;
  border-radius: 100px;
  z-index: -20;
}

.top_topic a {
  display: inline-block;
  position: relative;
  width: 450px;
  padding: 14px 0;
  background: #fff8e8;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  color: #1d1b19;
  border: solid 5px #1d1b19;
  cursor: pointer;
}

.top_topic a:hover:before,
.top_topic_sp a:hover:before{
  border-color: #dedede;
}

.top_topic a:hover,
.top_topic_sp a:hover{
  background:  #f2f0eb;
  border-color: #dedede;
  transform: scale(0.95);
  opacity:0.7;
}

.top_topic_sp a:before {
  content: " ";
  position: absolute;
  top: -6px;
  left: -10px;
  width: 98%;
  height: 70px;
  max-width:100%;
  background: #FFFFFF;
  border: #1d1b19 solid 5px;
  border-radius: 100px;
  z-index: -20;
}

.top_topic_sp a {
  display: inline-block;
  position: relative;
  width: 90%;
  max-width:400px;
  min-width:290px;
  padding: 8px 0;
  background: #fff8e8;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  color: #1d1b19;
  border: solid 5px #1d1b19;
  cursor: pointer;
  margin: 0px auto 64px;
}

.top_topic_sp a{
  display:flex;
  justify-content: center;
  align-items: center;
}


@media only screen and  (max-width: 736px) {
 .top_topic{
   display:none;
 }
}

@media only screen and (min-width: 737px) {
 .top_topic_sp{
   display:none;
 }
}


/* あるるコンテンツ */
.alulu_img {
  width: 45%;
}

.alulu_img img {
  width: 100%;
  /*height: 100%;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.alulu_img img:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.alulu-description {
  width: 45%;
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.alulu-description p {
  margin: 0;
}

.alulu-description .ems_img_arrow {
  width: 100%;
  text-align: center;
  color: #f4ab33;
  border: 1px solid #f4ab33;
  border-radius: 4px;
  padding: 15px 0;
  margin-top: auto;
  -webkit-transition: transform 0.65s;
  transition: transform 0.65s;
}

.alulu-description .ems_img_arrow:hover {
  text-decoration: none;
  color: #fff;
  background: #f4ab33;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .ems_top_thumbnail.all_contents {
    display: block;
  }

  .alulu_img,
  .alulu-description {
    width: 90%;
    margin: 0 auto;
  }

  .alulu_img {
    margin-bottom: 30px;
  }

  .alulu-description .ems_img_arrow {
    margin-top: 30px;
  }
}
/* / あるるコンテンツ */

/* お問合せ */
.qa_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 600px;
    margin:auto;
}

.qa_menu div{
 display:flex;
 align-items: center;
 justify-content: center;

}

.qa_menu a {
    min-width: 170px;
    text-align: center;
    padding: 5px 10px;
    margin: 5px auto;
    border: 1px solid #F4AB33;
    transition: transform 0.65s;
    color: #555;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 0.9rem;
}

.qa_menu a:hover{
 background: #F4AB33;
 cursor: pointer;
 -webkit-transition: all 0.65s;
 transition: all 0.65s;
 transform:scale(0.9);
 opacity:0.7;
}



.qa_menu a:after{
 content:'';
 border: 0;
 border-top: solid 2px #F4AB33;
 border-right: solid 2px #F4AB33;
 display: inline-block;
 transform: rotate(45deg);
 width: 10px;
 height: 10px;
 color:#555;
 margin-left: 20px;
}

.qa_menu a:hover,
.qa_menu a:hover > div{
 color:#ffffff;
 text-decoration:underline;
}


/* footerメニュー */


/*　ボックス版
ul.menulist {
 padding-inline-start: 0px;
 margin: 0 auto;
 max-width: 800px;
}

.menulist {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, auto);
}

.box {
  display: block;
  flex: 1;
  text-align: center;
  padding: 16px 10px;
  margin: 8px 20px;
  background-color: red;
  min-width: 33%;
}

*/


.foot_top ul {
    margin-bottom: 20px;
}

.foot_top ul p {
    font-weight: bold;
}

.foot_top ul li {
    text-align: left;
    line-height: 2em;
}


.ems_footer li {
    list-style-type: none;
}


#footer {
    letter-spacing: 1px;
    background: #f4ab33;
}


.foot_bottom {
    overflow: hidden;
    margin: 0 auto;
}

.foot_top {
    float: right;
/*  font-size: 12px;　*/
    width: 100%;
    position: relative;
}


.foot_top > ul, .foot_nav_inner > ul {
    float: left;
    width: 25%;
    padding: 0 2%;
    box-sizing: border-box;
}


.foot_top ul p {
    text-align: center;
    border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
    color: #fff;
}


.foot_top > ul, .foot_nav_inner > ul {
    float: left;
    width: 33%;
    padding: 0 2%;
    box-sizing: border-box;
}



@media only screen and (max-width: 736px) {
    .foot_top ul {
        width: 100%;
        padding: 0;
    }

    .foot_top > ul, .foot_nav_inner > ul {
        float: none;
        width: 100%;
        padding: 0 30px;
    }

    .foot_top ul li {
        text-align: center;
    }
}
