@charset "UTF-8";
/*------------------------------------- */
/*　メイン */
/*------------------------------------- */
.main {
  width: 100%;
  text-align: right; }

.mainimg {
  width: 85%;
  height: 600px;
  object-fit: cover;
  position: relative; }

@media screen and (max-width: 1300px) {
  .mainimg {
    width: 83%; } }
@media screen and (max-width: 992px) {
  .mainimg {
    margin-top: 50px; } }
@media screen and (max-width: 700px) {
  .mainimg {
    margin-top: 30px; } }
@media screen and (max-width: 600px) {
  .mainimg {
    margin-top: 50px;
    height: 300px;
    object-fit: cover; } }
.maintext01 {
  font-size: 65px;
  line-height: 130%;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 10px;
  position: absolute;
  top: 400px;
  left: 3%;
  text-shadow: 1px 1px #FFF; }

@media screen and (max-width: 1600px) {
  .maintext01 {
    font-size: 60px;
    top: 350px; } }
@media screen and (max-width: 1400px) {
  .maintext01 {
    top: 300px; } }
@media screen and (max-width: 1300px) {
  .maintext01 {
    font-size: 50px;
    top: 300px; } }
@media screen and (max-width: 1200px) {
  .maintext01 {
    top: 250px; } }
@media screen and (max-width: 1000px) {
  .maintext01 {
    top: 200px;
    font-size: 45px; } }
@media screen and (max-width: 900px) {
  .maintext01 {
    top: 200px; } }
@media screen and (max-width: 800px) {
  .maintext01 {
    font-size: 30px;
    top: 170px;
    letter-spacing: 5px; } }
@media screen and (max-width: 700px) {
  .maintext01 {
    font-size: 28px;
    top: 140px;
    letter-spacing: 3px; } }
@media screen and (max-width: 330px) {
  .maintext01 {
    font-size: 24px; } }
.mainbanner {
  position: absolute;
  top: 150px;
  right: 0%;
  width: 60px; }

@media screen and (max-width: 1100px) {
  .mainbanner {
    width: 50px; } }
@media screen and (max-width: 1000px) {
  .mainbanner {
    width: 40px; } }
@media screen and (max-width: 800px) {
  .mainbanner {
    width: 35px; } }
@media screen and (max-width: 700px) {
  .mainbanner {
    width: 30px;
    top: 100px; } }
.mainbanner02 {
  position: absolute;
  top: 380px;
  right: 0%;
  width: 60px; }

@media screen and (max-width: 1100px) {
  .mainbanner02 {
    width: 50px; } }
@media screen and (max-width: 1000px) {
  .mainbanner02 {
    width: 40px; } }
@media screen and (max-width: 800px) {
  .mainbanner02 {
    width: 35px; } }
@media screen and (max-width: 700px) {
  .mainbanner02 {
    width: 30px;
    top: 215px; } }
/*------------------------------------- */
/*　aboutus */
/*------------------------------------- */
#aboutus {
  padding: 80px 0 0 0; }

@media screen and (max-width: 768px) {
  #aboutus img {
    width: 100%;
    height: 300px;
    object-fit: cover; } }
@media screen and (max-width: 570px) {
  #aboutus {
    padding: 30px 0; } }
.aboutustext01 {
  font-size: 40px;
  line-height: 220%;
  margin-top: 70px;
  font-weight: bold; }
  .aboutustext01 .pink {
    padding-bottom: .4em;
    background-position: bottom left -5px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(0.11em 0.11em at center center, #ec407a, #ec407a 100%, transparent); }

@media screen and (max-width: 1100px) {
  .aboutustext01 {
    line-height: 200%; } }
@media screen and (max-width: 992px) {
  .aboutustext01 {
    font-size: 36px;
    line-height: 180%;
    margin-top: 50px; }
    .aboutustext01 .pink {
      padding-bottom: .2em;
      background-image: radial-gradient(0.1em 0.1em at center center, #ec407a, #ec407a 100%, transparent); } }
@media screen and (max-width: 768px) {
  .aboutustext01 {
    font-size: 30px;
    line-height: 180%;
    margin-top: 30px; } }
@media screen and (max-width: 570px) {
  .aboutustext01 {
    margin-top: 20px; }
    .aboutustext01 .pink {
      text-emphasis: filled dot #ec407a;
      -webkit-text-emphasis: filled dot #ec407a;
      -moz-text-emphasis: filled dot #ec407a;
      text-emphasis-position: under right;
      -webkit-text-emphasis-position: under right;
      background: none; } }
/*------------------------------------- */
/*　feature */
/*------------------------------------- */
#feature {
  padding: 80px 0 0 0; }

@media screen and (max-width: 768px) {
  #feature {
    padding: 50px 0; } }
@media screen and (max-width: 570px) {
  #feature {
    padding: 30px 0; } }
.featuretext01 {
  font-size: 20px;
  line-height: 200%; }

@media screen and (max-width: 1000px) {
  .featuretext01 {
    font-size: 16px;
    line-height: 140%; } }
@media screen and (max-width: 570px) {
  .featuretext01 {
    margin-bottom: 20px; } }
.featuretext02 {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 4px; }

@media screen and (max-width: 1000px) {
  .featuretext02 {
    font-size: 16px;
    line-height: 140%; } }
@media screen and (max-width: 570px) {
  .featuretext02 {
    font-size: 14px; } }
.feature-inner {
  margin-bottom: 130px; }

@media screen and (max-width: 768px) {
  .feature-inner {
    margin-bottom: 80px; }
    .feature-inner .order-1 {
      -ms-flex-order: 2;
      order: 2; }
    .feature-inner .order-2 {
      -ms-flex-order: 1;
      order: 1; } }
.feature-icon {
  margin-right: 20px; }

@media screen and (max-width: 570px) {
  .feature-icon {
    margin-right: 10px;
    width: 50px; } }
#feature .documentarea {
  background: #00ABEB;
  padding: 40px 0 30px;
  width: 100%;
  color: #FFF;
  margin-top: 100px;
  text-align: center; }
  #feature .documentarea .document {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #feature .documentarea .document .icon-box {
      text-align: end;
      max-width: 200px; }
      #feature .documentarea .document .icon-box .feature-icon {
        margin-right: 0; }
      #feature .documentarea .document .icon-box .documen-icon {
        position: absolute;
        top: 45%;
        right: 50%; }
    #feature .documentarea .document .document-box {
      max-width: 500px; }
      #feature .documentarea .document .document-box .document-title {
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 30px;
        border-bottom: solid 3px #fff; }
      #feature .documentarea .document .document-box .document-text {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 140%; }

@media screen and (max-width: 768px) {
  .document-box {
    max-width: 350px; } }
@media screen and (max-width: 570px) {
  #feature .documentarea .document .icon-box {
    margin-bottom: 30px;
    max-width: 160px; }
    #feature .documentarea .document .icon-box .feature-icon {
      width: auto; }
    #feature .documentarea .document .icon-box .documen-icon {
      top: 30%;
      right: 60%; } }
/*------------------------------------- */
/*　Writer */
/*------------------------------------- */
#writer {
  padding: 80px 0 0 0;
  /* ページャー */ }
  #writer .slider {
    overflow-x: hidden; }
    #writer .slider .slick-list {
      overflow: visible; }
    #writer .slider .slick-slide {
      text-align: center;
      display: grid;
      justify-items: center; }
  #writer .slick-dots {
    text-align: center;
    margin: 50px 0;
    padding-left: 0;
    /*.slick-current button{
      background-color: aqua;
    }*/ }
    #writer .slick-dots li {
      display: inline !important;
      margin: 0.5em; }
      #writer .slick-dots li.slick-active button {
        background-color: #00ABEB; }
      #writer .slick-dots li button {
        display: inline !important;
        width: 0.8em;
        height: 0.8em;
        background-color: #DDD;
        text-align: center;
        overflow: hidden;
        text-indent: 2em;
        border-radius: 100%;
        border: none;
        cursor: pointer; }
  #writer .slider-box {
    width: 100%;
    margin: 0 auto;
    padding-left: 0; }
    #writer .slider-box .writer-p01 {
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: 1px solid #707070;
      margin-bottom: 10px; }
      #writer .slider-box .writer-p01 .age {
        font-weight: normal;
        margin-left: 10px; }
    #writer .slider-box .writer-p02 {
      text-align: left; }
      #writer .slider-box .writer-p02 .icon-img {
        display: inline;
        width: auto;
        height: 16px;
        margin-left: 4px;
        vertical-align: text-top;
        margin-right: 8px; }
      #writer .slider-box .writer-p02 img:last-of-type {
        margin-right: 0; }
    #writer .slider-box .collapsebtn01 {
      color: #00ABEB;
      font-size: 12px;
      border-radius: 0;
      border: 0;
      padding: 0 5px; }
  #writer .recruitarea {
    padding: 90px 0 70px;
    background: url(../img/bg-writer.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    color: #FFF; }
    #writer .recruitarea .recruit-title {
      font-size: 45px;
      letter-spacing: 0.18em; }
      #writer .recruitarea .recruit-title .recruit-icon {
        max-width: 65px;
        position: relative;
        top: -15px; }
    #writer .recruitarea .recruit-text {
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 0.15em;
      margin-bottom: 30px; }

@media screen and (max-width: 1050px) {
  #writer .recruitarea {
    padding: 6.5% 0 7%; }
    #writer .recruitarea .recruit-title {
      font-size: 40px; }
      #writer .recruitarea .recruit-title .recruit-icon {
        max-width: 55px; }
    #writer .recruitarea .recruit-text {
      font-size: 18px;
      letter-spacing: 0.1em;
      margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  #writer .recruitarea .recruit-title {
    font-size: 30px; }
    #writer .recruitarea .recruit-title .recruit-icon {
      max-width: 45px;
      top: -10px; }
  #writer .recruitarea .recruit-text {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 10px; }
  #writer .slick-dots {
    margin: 0 0 15%; }
    #writer .slick-dots li {
      display: inline-block !important; }
      #writer .slick-dots li button {
        /*border-radius: 100vh;*/ } }
@media screen and (max-width: 570px) {
  #writer {
    padding: 30px 0; }
    #writer .recruitarea {
      padding: 15% 0;
      background: url(../img/bg-writer-sp.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      #writer .recruitarea .recruit-title {
        letter-spacing: 0; }
      #writer .recruitarea .recruit-text {
        width: 90%;
        margin: 0 auto 3%; } }
.writer-img {
  width: 320px !important;
  height: 320px !important;
  border-radius: 50% !important;
  display: block !important;
  transition: 0.5s !important;
  object-fit: cover;
  margin-bottom: 20px; }

.slider-for img {
  max-width: 280px;
  height: auto;
  box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.8);
  display: inline-block; }
.slider-for .slick-current img {
  transform: scale(1.1); }

@media screen and (max-width: 1050px) {
  .writer-img {
    width: 240px !important;
    height: 240px !important; }

  .slider-for img {
    max-width: 160px; } }
@media (max-width: 768px) {
  .writer-img {
    width: 550px !important;
    height: 550px !important;
    margin: 0 auto 8%; } }
@media screen and (max-width: 570px) {
  .writer-img {
    width: 350px !important;
    height: 350px !important;
    margin: 0 auto 10%; } }
.mypattern {
  width: 100%; }
  .mypattern .slick-slide {
    margin: 5px; }
    .mypattern .slick-slide:not(.slick-center) {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
    .mypattern .slick-slide:not(.slick-center) {
      -webkit-filter: opacity(50%);
      -moz-filter: opacity(50%);
      -o-filter: opacity(50%);
      -ms-filter: opacity(50%);
      filter: opacity(50%);
      transition: 0.5s linear; }

@media screen and (max-width: 768px) {
  .mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear; } }
.writer-text {
  font-size: 14px;
  color: #888;
  text-align: left;
  line-height: 140%; }

/*------------------------------------- */
/*　Works */
/*------------------------------------- */
#works {
  padding: 80px 0 0 0; }

@media screen and (max-width: 768px) {
  #works p {
    font-size: 14px; } }
@media screen and (max-width: 570px) {
  #works {
    padding: 30px 0; } }
.content {
  background-color: #EEEEEE;
  padding: 40px;
  min-height: 300px;
  margin-top: 30px;
  text-align: center; }
  .content img {
    max-width: 80%;
    max-height: 300px;
    object-fit: cover; }

@media screen and (max-width: 992px) {
  .content {
    height: 300px; } }
@media screen and (max-width: 768px) {
  .content img {
    max-height: 200px; }

  .content {
    height: 250px;
    min-height: 250px; } }
.searchtitle {
  text-align: center;
  background: #FFF !important; }
  .searchtitle p {
    font-size: 20px;
    font-weight: bold; }

@media screen and (max-width: 1000px) {
  .searchtitle p {
    font-size: 16px; } }
@media screen and (max-width: 540px) {
  .searchtitle p {
    font-size: 13px; } }
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%; }

.tab_item {
  width: calc(100%/5);
  height: 50px;
  text-align: center;
  display: block;
  float: left; }

@media screen and (max-width: 570px) {
  .tab_item {
    height: 30px; } }
.tab_item01 {
  background-color: #fff;
  border-bottom: solid 4px #EAE7E7;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0px 4px; }
  .tab_item01:hover {
    opacity: 0.75; }

@media screen and (max-width: 570px) {
  .tab_item01 {
    font-size: 13px;
    line-height: 30px; } }
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル */
.tab_content {
  display: none;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-bottom: solid 4px #00ABEB; }

/* company
-------------------------------------------------- */
#company {
  padding: 80px 0;
  background: url(../img/bg-company.png);
  background-size: auto 100%;
  background-repeat: no-repeat; }

@media screen and (max-width: 1050px) {
  #company {
    background: #FFF; } }
@media screen and (max-width: 570px) {
  #company {
    padding: 30px 0; } }
.tbl01 {
  border: none;
  color: #222;
  padding: 10px;
  width: 70%;
  margin: 30px auto; }
  .tbl01 th {
    border: none;
    color: #222;
    padding: 10px;
    vertical-align: top;
    width: 18%; }
  .tbl01 td {
    border: none;
    padding: 10px; }

@media screen and (max-width: 1050px) {
  .tbl01 {
    width: 100%;
    padding: 5px;
    font-size: 14px; }
    .tbl01 th {
      border-bottom: none;
      display: block;
      width: 100%;
      padding: 5px; }
    .tbl01 td {
      display: block;
      width: 100%;
      padding: 5px;
      border-bottom: solid 1px #222; } }
/* contact
-------------------------------------------------- */
#contact {
  padding: 80px 0;
  background: #EAE7E7; }

@media screen and (max-width: 768px) {
  #contact {
    background-size: auto; } }
@media screen and (max-width: 570px) {
  #contact {
    padding: 30px 0; } }
.contact-pagetop {
  bottom: 0;
  right: 5%;
  position: absolute;
  color: #FFF;
  font-size: 18px; }
  .contact-pagetop a {
    padding: 15px; }

@media screen and (max-width: 570px) {
  .contact-pagetop {
    font-size: 14px; } }
.hidden_box {
  margin: 2em 0;
  text-align: left;
  /*前後の余白*/
  padding: 0; }
  .hidden_box label {
    cursor: pointer; }
  .hidden_box input {
    display: none; }
  .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s; }
  .hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1; }

/*ボタン装飾*/
/*チェックは見えなくする*/
/*中身を非表示にしておく*/
/*クリックで中身表示*/
#formWrap {
  margin: 0px auto 0;
  width: 70%; }

@media screen and (max-width: 1100px) {
  #formWrap {
    width: 100%; } }
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  table.formTable td {
    border: none;
    padding: 4px; }
  table.formTable th {
    border: none;
    padding: 4px;
    width: 30%;
    font-weight: normal;
    text-align: left; }

@media screen and (max-width: 768px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block; }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block; }

  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
.formbtn01 {
  background-color: #00ABEB !important;
  border: #fff !important; }

.formbtn02 {
  background-color: #999999 !important;
  color: #fff !important; }

.small-text {
  font-size: 13px; }

.grid01 {
  display: grid;
  justify-content: center; }

@media screen and (max-width: 768px) {
  .grid01 {
    display: inline-block;
    justify-content: left; } }
.formheight {
  height: 650px; }

@media screen and (max-width: 1199px) {
  .formheight {
    height: 1040px; } }
@media screen and (max-width: 1100px) {
  .formheight {
    height: 660px; } }
@media screen and (max-width: 991px) {
  .formheight {
    height: 1040px; } }
@media screen and (max-width: 768px) {
  .formheight {
    height: 1070px; } }
@media screen and (max-width: 472px) {
  .formheight {
    height: 1100px; } }
.formbg {
  background: #EAE7E7; }
@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

p {
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 5px; }

.centered {
  text-align: center; }

a {
  color: #222;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover, a:focus {
    color: #222;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=0.8 )"; }

/*------------------------------------- */
/* ヘッダ */
/*------------------------------------- */
#header {
  width: 100%;
  background: url(../img/bg-header.png);
  background-position: -5% -20%;
  background-repeat: no-repeat; }

@media screen and (max-width: 1500px) {
  #header {
    background-position: -10% -20%; } }
@media screen and (max-width: 1300px) {
  #header {
    background-size: 30%; } }
@media screen and (max-width: 600px) {
  #header {
    background-size: 40%; } }
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all .2s ease 2s, background .2s ease .2s;
  transition: all .2s ease 0s, background .2s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100px;
  background: #FFF; }

@media screen and (max-width: 992px) {
  .is-fixed {
    height: 70px; } }
@media screen and (max-width: 768px) {
  .is-fixed {
    padding: 0px; } }
.header-left {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  z-index: 1000; }

.header-left a {
  cursor: pointer;
  width: 200px;
  height: 200px; }

@media screen and (max-width: 1500px) {
  .header-left {
    top: 10px;
    left: 10px; } }
@media screen and (max-width: 1300px) {
  .header-left {
    width: 350px; } }
@media screen and (max-width: 1200px) {
  .header-left {
    padding: 10px 10px 10px 30px; } }
@media screen and (max-width: 1000px) {
  .header-left {
    padding: 0px; } }
@media screen and (max-width: 570px) {
  .header-left {
    width: 250px; } }
.is-fixed .header-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  padding: 10px 0px 0px 50px;
  margin: 0; }

@media screen and (max-width: 1300px) {
  .is-fixed .header-left {
    width: 350px; } }
@media screen and (max-width: 570px) {
  .is-fixed .header-left {
    padding: 10px 0px 0px 10px; } }
.header-right {
  width: 100%;
  padding: 20px 50px 20px 20px;
  margin: 0; }

@media screen and (max-width: 1200px) {
  .header-right {
    padding: 10px 30px 10px 10px; } }
.is-fixed .header-right {
  width: 100%;
  padding: 10px 50px 10px 10px;
  margin: 0; }

/* ロゴ
-------------------------------------------------- */
.logo {
  width: 180px;
  margin: 0 auto 20px;
  cursor: pointer; }

.is-fixed .logo {
  width: 120px;
  float: left;
  cursor: pointer; }

@media screen and (max-width: 1500px) {
  .logo {
    width: 160px; }

  .is-fixed .logo {
    width: 120px;
    margin: 0; } }
@media screen and (max-width: 1300px) {
  .logo {
    width: 120px;
    float: left; }

  .is-fixed .logo {
    width: 100px;
    margin: 0; } }
@media screen and (max-width: 1100px) {
  .logo {
    width: 120px; } }
@media screen and (max-width: 992px) {
  .logo {
    width: 80px; }

  .is-fixed .logo {
    width: 70px; } }
@media screen and (max-width: 570px) {
  .is-fixed .logo {
    margin: 0; } }
/*------------------------------------- */
/* メニュー */
/*------------------------------------- */
.menu {
  width: 100%; }

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  float: right; }
  .dropmenu img {
    width: 30px; }
  .dropmenu:before {
    content: "";
    display: table; }
  .dropmenu:after {
    content: "";
    display: table;
    clear: both; }
  .dropmenu li {
    letter-spacing: 1px;
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-left: 20px; }

@media screen and (max-width: 992px) {
  .dropmenu {
    display: none; } }
@media screen and (max-width: 992px) {
  .dropmenu li {
    letter-spacing: 0px;
    font-size: 13px;
    margin-left: 10px; } }
.is-fixed .dropmenu li .subtext {
  color: #222; }

.dropmenu li a {
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 10px 0;
  color: #222; }

.is-fixed .dropmenu li {
  padding: 0px 5px; }
  .is-fixed .dropmenu li a {
    padding: 0 5px; }

@media screen and (max-width: 992px) {
  .is-fixed .dropmenu li {
    letter-spacing: 0px;
    font-size: 12px; } }
@media screen and (max-width: 768px) {
  .dropmenu {
    display: none; } }
.menutext01 {
  color: #00ABEB;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0; }

@media screen and (max-width: 900px) {
  .menutext01 {
    font-size: 15px; } }
.menutext02 {
  color: #222;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0; }

@media screen and (max-width: 900px) {
  .menutext02 {
    font-size: 12px; } }
/*------------------------------------- */
/*フッター 
/*------------------------------------- */
.footer {
  padding: 30px; }
  .footer .footer-logo {
    width: 100px;
    margin-right: 20px; }
  .footer p {
    margin-left: 40px; }
  .footer .footer-banner {
    width: 180px; }
  .footer .footer-bannerarea {
    text-align: right; }

@media screen and (max-width: 1200px) {
  .footer {
    padding: 20px; } }
@media screen and (max-width: 570px) {
  .footer {
    padding: 10px; } }
@media screen and (max-width: 1100px) {
  .footer .footer-logo {
    width: 80px;
    margin-right: 0px; } }
@media screen and (max-width: 570px) {
  .footer .footer-logo {
    width: 70px; } }
@media screen and (max-width: 1200px) {
  .footer .footer-banner {
    width: 140px; } }
@media screen and (max-width: 860px) {
  .footer .footer-banner {
    width: 120px; } }
@media screen and (max-width: 1200px) {
  .footer p {
    font-size: 14px;
    margin-left: 20px; } }
@media screen and (max-width: 860px) {
  .footer p {
    font-size: 12px; } }
@media screen and (max-width: 992px) {
  .footer .container {
    width: 100%;
    max-width: none; } }
@media screen and (max-width: 768px) {
  .footer .footer-bannerarea {
    text-align: center; } }
/*------------------------------------- */
/* ボタン */
/*------------------------------------- */
.btn01 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: rgba(20, 174, 185, 0.8);
  padding: 16px 200px;
  display: inline-block;
  transition: .3s; }
  .btn01:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.8);
    color: #00ABEB; }

@media screen and (max-width: 1050px) {
  .btn01 {
    padding: 10px 100px; } }
@media screen and (max-width: 570px) {
  .btn01 {
    font-size: 18px;
    min-width: 90%; } }
/*------------------------------------- */
/* タイトル */
/*------------------------------------- */
.maintitle01 {
  font-size: 60px;
  color: #00ABEB;
  margin-bottom: 0px; }

@media screen and (max-width: 900px) {
  .maintitle01 {
    font-size: 36px; } }
.title01 {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 200%; }
  .title01:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #00ABEB; }

@media screen and (max-width: 900px) {
  .title01 {
    font-size: 14px;
    margin-bottom: 20px; }
    .title01:before {
      width: 30px;
      height: 3px; } }
.title02 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px; }

@media screen and (max-width: 900px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 20px; } }
.title03 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px; }

@media screen and (max-width: 900px) {
  .title03 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px; } }
.title04 {
  padding: 1rem 1rem;
  border-left: 6px double #222;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px; }

@media screen and (max-width: 900px) {
  .title04 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px; } }
.title05 {
  position: relative;
  padding: 0.8rem 0.5rem;
  width: 440px;
  font-size: 18px;
  color: #00ABEB; }

.title05:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #00ABEB, #00ABEB 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #00ABEB, #00ABEB 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (max-width: 900px) {
  .title05 {
    font-size: 16px;
    width: 350px; } }
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

/*------------------------------------- */
/* テーブル */
/*------------------------------------- */
#formWrap02 {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 100%;
  padding: 80px 0;
  width: 60%; }

@media screen and (max-width: 1400px) {
  #formWrap02 {
    width: 70%; } }
@media screen and (max-width: 1000px) {
  #formWrap02 {
    width: 80%; } }
table.formTable02 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable02 td {
  border: none;
  padding: 4px; }

table.formTable02 th {
  border: none;
  padding: 4px;
  width: 30%;
  font-weight: normal;
  background: #FFF;
  text-align: left; }

p.error_messe {
  margin: 5px 0;
  color: red; }

@media screen and (max-width: 768px) {
  #formWrap02 {
    margin: 0 auto;
    padding: 20px 0 80px;
    width: 90%; }

  table.formTable02 {
    margin: 20px auto 0; }

  table.formTable02 th, table.formTable02 td {
    width: auto;
    display: block; }

  table.formTable02 th {
    margin-top: 5px;
    border-bottom: 0; }

  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
#formWrap03 {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 100%;
  width: 100%; }

iframe {
  border: none; }

/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */
html, body {
  overflow-x: hidden; }

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .spnone {
    display: none !important; } }
@media screen and (max-width: 570px) {
  .spnone02 {
    display: none !important; } }
/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sponly {
    display: none !important; } }
@media screen and (min-width: 570px) {
  .sponly02 {
    display: none !important; } }
/* ipadで非表示
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .ipadnone {
    display: none !important; } }
/* ipadだけで表示
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .ipadonly {
    display: none !important; } }
@media screen and (min-width: 993px) {
  .ipadonly02 {
    display: none !important; } }
/* Pagetop
-------------------------------------------------- */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: #222;
  border-radius: 50%;
  z-index: 10000; }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    text-decoration: none; }
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f062';
      font-size: 40px;
      color: #fff;
      position: absolute;
      width: 40px;
      height: 50px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

@media screen and (max-width: 570px) {
  #page_top {
    bottom: 120px; } }
.copy {
  display: none; }
@charset "UTF-8";
nav.NavMenu {
  position: fixed;
  /*表示位置固定*/
  z-index: 1001;
  /*重ね順を変更*/
  top: 0;
  /*表示位置を指定*/
  left: 0;
  /*表示位置を指定*/
  background: #efefef;
  /*背景を白にする*/
  color: #111;
  /*文字色を黒にする*/
  text-align: center;
  /*テキストを中央揃え*/
  width: 100%;
  /*全幅表示*/
  transform: translateY(-100%);
  /*ナビを上に隠す*/
  transition: all 0.6s;
  /*アニメーションの時間を指定*/
  padding-bottom: 20px; }
  nav.NavMenu ul {
    background: #efefef;
    /*背景をグレーにする*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 80px; }
    nav.NavMenu ul li {
      font-size: 13px;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: solid 1px #111; }
      nav.NavMenu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        /*最後のメニュー項目のみ下線を消す*/ }
      nav.NavMenu ul li a {
        display: block;
        /*クリックできる領域を広げる*/
        color: #111;
        padding: 0.5em 0.8em;
        text-align: left; }
        nav.NavMenu ul li a:after {
          content: '>';
          float: right; }
  nav.NavMenu.active {
    transform: translateY(0%);
    /*ナビを表示する*/ }

.Toggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 2px;
  top: 15px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 1002; }
  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 4px #14AEB9;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/
    left: 6px; }
    .Toggle span:nth-child(1) {
      top: 5px; }
    .Toggle span:nth-child(2) {
      top: 14px; }
    .Toggle span:nth-child(3) {
      top: 23px; }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

/* 最初のspanをマイナス45度に */
/* 2番目と3番目のspanを45度に */
#fade {
  display: none; }
@charset "UTF-8";
/*------------------------------------- */
/* 色　
/*------------------------------------- */
.white {
  color: #FFF; }
  .white a {
    color: #FFF; }

.red {
  color: #D93600; }

.pink {
  color: #EC407A; }

.blue, .blue a {
  color: #00ABEB; }

.gray {
  color: #999; }

/* ----------------------------------------
  文字装飾
---------------------------------------- */
.strong {
  font-weight: bold; }

.italic {
  font-style: italic; }

.triangle:after {
  content: "?";
  color: #1c1c1c;
  margin-left: 10px;
  font-size: 12px; }

.indent {
  text-indent: 1em; }

.inline01 {
  display: inline-block; }

.inline02 {
  display: block; }

.inline03 {
  display: inline; }

.justify {
  text-align: justify;
  text-justify: inter-ideograph; }

.underline {
  text-decoration: underline; }

.w-break {
  word-wrap: break-word;
  width: 100%;
  padding: 5px; }

/* ----------------------------------------
  文字サイズ
---------------------------------------- */
.f50 {
  font-size: 50%; }

.f80 {
  font-size: 80%; }

.f90 {
  font-size: 90%; }

.f110 {
  font-size: 110%; }

.f120 {
  font-size: 120%; }

.f130 {
  font-size: 130%; }

.f9px {
  font-size: 9px; }

.f10px {
  font-size: 10px; }

.f11px {
  font-size: 11px; }

.f12px {
  font-size: 12px; }

.f13px {
  font-size: 13px; }

.f14px {
  font-size: 14px; }

.f15px {
  font-size: 15px; }

.f16px {
  font-size: 16px; }

.f17px {
  font-size: 17px; }

.f18px {
  font-size: 18px; }

.f19px {
  font-size: 19px; }

.f20px {
  font-size: 20px; }

.f25px {
  font-size: 25px; }

.f30px {
  font-size: 30px; }

.f40px {
  font-size: 40px; }

.f45px {
  font-size: 45px; }

.f50px {
  font-size: 50px; }

.f80px {
  font-size: 80px; }

.f18px-12px {
  font-size: 18px; }
@media screen and (max-width: 570px) {
.f18px-12px {
  font-size: 12px; }
}


/* ----------------------------------------
  行間
---------------------------------------- */
.lh0 {
  line-height: 0%; }

.lh110 {
  line-height: 110%; }

.lh120 {
  line-height: 120%; }

.lh130 {
  line-height: 130%; }

.lh140 {
  line-height: 140%; }

.lh150 {
  line-height: 150%; }

.lh160 {
  line-height: 160%; }

.lh170 {
  line-height: 170%; }

.lh180 {
  line-height: 180%; }

.lh190 {
  line-height: 190%; }

.lh200 {
  line-height: 200%; }

.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.ls3 {
  letter-spacing: 3px; }

/*------------------------------------- */
/* 位置合わせ */
/*------------------------------------- */
.fl_r {
  float: right;
  display: block; }

.fl_l {
  float: left;
  display: block; }

.clear {
  clear: both; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

.ta_c {
  text-align: center; }

.al_m {
  vertical-align: middle; }

.al_c {
  margin: 0 auto; }

@media screen and (max-width: 570px) {
  .spclear {
    clear: both; } }
/*------------------------------------- */
/* margin */
/*------------------------------------- */
/*all*/
.m00 {
  margin: 0; }

.m03 {
  margin: 3px; }

.m05 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m25 {
  margin: 25px; }

.m30 {
  margin: 30px; }

.m35 {
  margin: 35px; }

.m40 {
  margin: 40px; }

/*top*/
.mt-10 {
  margin-top: -10px; }

.mt-15 {
  margin-top: -15px; }

.mt00 {
  margin-top: 0; }

.mt03 {
  margin-top: 3px; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margin-top: 150px; }

.mt200 {
  margin-top: 200px; }

/*bottom*/
.mb-30 {
  margin-bottom: -20px; }

.mb00 {
  margin-bottom: 0; }

.mb03 {
  margin-bottom: 3px; }

.mb05 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb100 {
  margin-bottom: 100px; }

/*left*/
.ml-20 {
  margin-left: -20px; }

.ml00 {
  margin-left: 0; }

.ml03 {
  margin-left: 3px; }

.ml05 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml105 {
  margin-left: 105px; }

.ml106 {
  margin-left: 106px; }

.ml140 {
  margin-left: 140px; }

.ml200 {
  margin-left: 200px; }

.ml250 {
  margin-left: 250px; }

.ml275 {
  margin-left: 275px; }

/*right*/
.mr00 {
  margin-right: 0; }

.mr03 {
  margin-right: 3px; }

.mr05 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.mb30-10 {
  margin-bottom: 30px; }

@media screen and (max-width: 570px) {
  .mb30-10 {
    margin-bottom: 10px; } }
.mt50-20 {
  margin-top: 50px; }

@media screen and (max-width: 570px) {
  .mt50-20 {
    margin-top: 20px; } }
/*------------------------------------- */
/* padding */
/*------------------------------------- */
/*all*/
.p00 {
  padding: 0; }

.p03 {
  padding: 3px; }

.p05 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

/*top*/
.pt00 {
  padding-top: 0; }

.pt03 {
  padding-top: 3px; }

.pt05 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt70 {
  padding-top: 70px; }

/*bottom*/
.pb00 {
  padding-bottom: 0; }

.pb03 {
  padding-bottom: 3px; }

.pb05 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb70 {
  padding-bottom: 70px; }

/*left*/
.pl00 {
  padding-left: 0; }

.pl03 {
  padding-left: 3px; }

.pl05 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

/*right*/
.pr00 {
  padding-right: 0; }

.pr03 {
  padding-right: 3px; }

.pr05 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

/*------------------------------------- */
/* 角丸 */
/*------------------------------------- */
/*all*/
.br5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz--radius: 5px; }

.br10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.br20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }

.br30 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; }

.br50 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }

.br100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }

.br-tl10 {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px; }

.br-tr10 {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px; }

.br-bl10 {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px; }

.br-br10 {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px; }

/*------------------------------------- */
/* 背景色 */
/*------------------------------------- */
.bg_white {
  background-color: #FFFFFF; }

.bg_black {
  background-color: #333333; }

.bg_gray01 {
  background-color: #CCC; }

.bg_gray02 {
  background-color: #EFEFEF; }

.bg_yellow {
  background-color: #FFFFBF; }

/*------------------------------------- */
/* border */
/*------------------------------------- */
.border-gray {
  border: 1px dotted #666; }

.border-black {
  border: 1px solid #111; }

.border-white {
  border: 1px solid #FFF; }

.border-none {
  border: none; }

/*------------------------------------- */
/* 高さ */
/*------------------------------------- */
.hei_auto {
  height: auto; }

.height100 {
  height: 100%; }

.height120p {
  height: 120px; }

.height230p {
  height: 230px; }

/*------------------------------------- */
/* 幅 */
/*------------------------------------- */
.w10per {
  width: 10%; }

.w15per {
  width: 15%; }

.w20per {
  width: 20%; }

.w30per {
  width: 30%; }

.w50per {
  width: 50%; }

.w80per {
  width: 80%; }

.w90per {
  width: 90%; }

.w100per {
  width: 100%; }

.w100 {
  width: 100px; }

.w80 {
  width: 80px; }

.w60per-100per {
  width: 60%; }

@media screen and (max-width: 640px) {
  .w60per-100per {
    width: 100%; } }
/*------------------------------------- */
/* ライン */
/*------------------------------------- */
.hr01 {
  border-top: dotted 1px #CCC;
  width: 100%; }

.hr02 {
  border-top: solid 50px #faf8f4;
  width: 100%;
  margin: 0; }

.hr03 {
  border-top: solid 1px #9d9288;
  width: 100%;
  margin: 0; }

.hr04 {
  border-top: dotted 1px #FFF;
  width: 100%;
  margin: 0; }

.error-message{
  color: red;
  padding: 0.5em;
}