@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #F7F8FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #334455;
  -webkit-transition: .3s;
  transition: .3s;
}

ul, li {
  list-style: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.setting-bg {
  background: #c8e0f1;
}

.setting {
  color: #0070c0;
}

.setting-wrap {
  background: #0070c0;
}

.product-bg {
  background: #E1F2CF;
}

.product {
  color: #92d050;
}

.product-wrap {
  background: #92d050;
}

.entry-bg {
  background: #fbf7da;
}

.entry {
  color: #e6c825;
}

.entry-wrap {
  background: #e6c825;
}

.delivery-bg {
  background: #fbe7cf;
}

.delivery {
  color: #f4a441;
}

.delivery-wrap {
  background: #f4a441;
}

.header {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.header-content {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.header-content a > .ezlogi-logo {
  height: 90%;
}

.header-content a > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  padding-left: 10px;
}

.searchform {
  position: relative;
  width: 300px;
}

.searchform input[type="text"] {
  height: 50px;
  width: 300px;
  border: 0;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.searchform input[type="text"]:focus {
  outline: none;
}

.searchform .searchbtn {
  height: 50px;
  width: 80px;
  border: 0;
  border-radius: 0 5px 5px 0;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #334455;
  color: #F7F8FE;
  cursor: pointer;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.searchform .searchbtn:hover {
  background: #F7F8FE;
  color: #334455;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav {
  width: 1100px;
  margin: 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav-menu .menu-item {
  width: 100%;
  background: #334455;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.nav-menu .menu-item a {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  color: #F7F8FE;
}

.nav-menu .menu-item:hover {
  background: #EDEEF6;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-menu .menu-item:hover > a {
  color: #334455;
}

.nav-menu .menu-item:last-child {
  margin-right: 0;
}

.nav-menu .current-menu-item {
  background: #EDEEF6;
  font-weight: bold;
}

.nav-menu .current-menu-item a {
  color: #334455;
}

.nav .beginner-item {
  position: relative;
}

.nav .beginner-icon {
  width: 25px;
  position: absolute;
  left: 60px;
  bottom: 10px;
}

.main {
  width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EDEEF6;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-contents, .main-contents_beginner {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.main-contents_wrap {
  min-height: 600px;
  background: #fff;
  padding: 15px;
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.main-contents .cat-wrap, .main-contents_beginner .cat-wrap {
  min-height: 250px;
  background: #fff;
  padding: 15px;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.main-contents .cat-wrap .cat-title, .main-contents_beginner .cat-wrap .cat-title {
  text-align: center;
  color: #334455;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.main-contents .cat-wrap .cat-title:after, .main-contents_beginner .cat-wrap .cat-title:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #F08200;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.main-contents .cat-wrap .cat-content, .main-contents_beginner .cat-wrap .cat-content, .main-contents .cat-wrap .cat-content_faq, .main-contents_beginner .cat-wrap .cat-content_faq {
  width: 100%;
  font-size: 0.9em;
  line-height: 2em;
  padding-top: 10px;
}

.main-contents .cat-wrap .post-title:hover a, .main-contents_beginner .cat-wrap .post-title:hover a {
  color: #F08200;
}

.main-contents .cat-content_faq, .main-contents_beginner .cat-content_faq {
  line-height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}

.main-contents .cat-content_faq .post-title, .main-contents_beginner .cat-content_faq .post-title {
  width: 50%;
}

.main-contents .cat-content_faq .post-title:before, .main-contents_beginner .cat-content_faq .post-title:before {
  content: 'Q:';
  padding-right: 5px;
  color: #F08200;
}

.main-contents .cat-content_faq .post-title:hover a, .main-contents_beginner .cat-content_faq .post-title:hover a {
  color: #F08200;
}

.main-contents_beginner {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.main-contents_beginner .beginner-title {
  text-align: center;
  font-size: 1.5em;
  color: #334455;
  padding-bottom: 15px;
  position: relative;
}

.main-contents_beginner .beginner-title:first-line {
  font-size: 0.5em;
}

.main-contents_beginner .beginner-title:before {
  content: '';
  width: 2px;
  height: 12px;
  background: #F08200;
  position: absolute;
  left: 42%;
  top: 2px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.main-contents_beginner .beginner-title:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #F08200;
  position: absolute;
  right: 42%;
  top: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.main-contents_beginner .process-wrap {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 0 15px;
  border-radius: 5px;
}

.main-contents_beginner .process-wrap .process-left {
  width: 30%;
  text-align: center;
}

.main-contents_beginner .process-wrap .process-left_icon {
  font-size: 3em;
}

.main-contents_beginner .process-wrap .process-left_title {
  font-size: 1.8em;
}

.main-contents_beginner .process-wrap .process-right {
  width: 70%;
}

.main-contents_beginner .process-wrap .process-right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.main-contents_beginner .process-wrap .process-right_wrap-number {
  background: #F7F8FE;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px;
  color: #334455;
  font-size: 1.5em;
}

.main-contents_beginner .process-wrap .process-right_wrap-title {
  color: #F7F8FE;
  font-size: 1.3em;
}

.main-contents_beginner .process-triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: 0 auto;
}

.main-contents_beginner .process-triangle.setting-triangle {
  border-top: 30px solid #c8e0f1;
}

.main-contents_beginner .process-triangle.product-triangle {
  border-top: 30px solid #E1F2CF;
}

.main-contents_beginner .process-triangle.entry-triangle {
  border-top: 30px solid #fbf7da;
}

.article-item {
  color: #334455;
  line-height: 2em;
}

.article-item img {
  max-width: 100%;
  height: auto;
}

.article-item .article-category a {
  font-size: 0.8em;
  background: #334455;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.article-item .article-category a:hover {
  color: #334455;
  background: #EDEEF6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.article-item .article-title {
  display: block;
  margin: 10px 5px;
  font-size: 1.5em;
  color: #334455;
  font-weight: bold;
  border-bottom: 3px solid #334455;
}

.article-item .article-body {
  padding: 10px;
}

.pagenation {
  margin: 15px 0;
  height: 30px;
}

.pagenation .pagenation-button {
  position: relative;
}

.pagenation .pagenation-button .prev {
  position: absolute;
  left: 15px;
}

.pagenation .pagenation-button .next {
  position: absolute;
  right: 15px;
}

.pagenation .pagenation-button > li {
  background: #334455;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.pagenation .pagenation-button > li > a {
  color: #fff;
  padding: 0 5px;
}

.pagenation .pagenation-button > li:hover {
  color: #334455;
  background: #EDEEF6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenation .pagenation-button > li:hover > a {
  color: #334455;
}

.refer-list_wrap .refer-list_title {
  padding: 5px 15px;
  color: #334455;
}

.refer-list_wrap .refer-list {
  background: #fff;
  padding: 15px;
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2em;
}

.refer-list_wrap .refer-list li {
  width: 50%;
}

.refer-list_wrap .refer-list li :before {
  display: inline-block;
  content: '';
  background: #F08200;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.refer-list_wrap .refer-list li :hover {
  color: #F08200;
}

.content-none {
  color: #334455;
  font-size: 0.9em;
}

.content-none .error-comment {
  padding: 30px 0;
}

.content-none .error-solution > h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.2em;
  background: #334455;
  color: #F7F8FE;
  padding: 3px 10px;
  border-radius: 5px;
}

.content-none .error-solution > h2:before {
  content: '';
  width: 5px;
  height: 100%;
  background: #F7F8FE;
}

.content-none .error-solution a:hover {
  color: #F08200;
}

.content-none .error-solution .search-form {
  padding: 10px;
}

.content-none .error-solution .error-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.content-none .error-solution .error-category > li {
  width: 50%;
}

.footer {
  width: 100%;
  text-align: center;
  height: 40px;
  padding-top: 15px;
  color: #334455;
}
/*# sourceMappingURL=style.css.map */