@charset "UTF-8";

/*
	Theme Name: unique1_202111
	Description: ユニークワン
	Theme URI: http://wordpress.org/
	Author: Unique One
	Version: 1.0.1

*/




/* POST
**************************************************************/

/* ワードプレス固有のCSSクラスの復元 */
.news_single .aligncenter {
  display: block;
  margin: 0 auto;
}

.news_single .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.news_single .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.news_single .wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.news_single .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.news_single .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* reset.cssでリセットしたタグの再定義 */
.news_single p {
  margin: 15px 0;
}

.news_single strong {
  font-weight: bold;
  color: inherit;
}

.news_single em {
  font-style: italic;
}

.news_single h1 {
  font-size: 2em;
}

.news_single h2 {
  font-size: 1.5em;
}

.news_single h3 {
  font-size: 1.25em;
}

.news_single h4 {
  font-size: 1em;
}

.news_single h5 {
  font-size: 0.8em;
}

.news_single h6 {
  font-size: 0.6em;
}

.news_single ul,
.news_single ol {
  padding-left: 30px;
}

.news_single blockquote {
  display: block;
  /*  -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;*/
}

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

.news_single blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f7f8;
  color: #b5b5b5;
  border-radius: 20px;
}

.news_single blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "“";
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.news_single blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.news_single blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

#writing.news_single p {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
}


/* clearfix */

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/* ---------------------------------------------------------
	styleguide用
--------------------------------------------------------- */
div#ez-toc-container ul {
  border-radius: 0;
}

div#ez-toc-container ul li {
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
}

div#ez-toc-container ul li:before {
  content: none;
}

#writing.news_single div#ez-toc-container a {
  text-decoration: none;
}


#writing.news_single a {
  text-decoration: underline;
  color: #fc5948;
}

#writing.news_single .at-resp-share-element .at-share-btn {
  color: #FFFFFF;
  text-decoration: none;
}

#writing a.btn_c {
  margin: 0 auto;
}

#writing a.m-btn01,
#writing a.m-btn02,
#writing a.m-btn03 {
  text-decoration: none;
  color: #FFFFFF;
}

#writing a.btn_red {
  background: #fd7a6d;
}

#writing a.btn_red::before {
  content: "";
  background-image: url(./img/btn01_arw_red.svg);
}

@media screen and (min-width: 769px) {
  #writing a.m-btn01:hover {
    color: #22475d;
  }

  #writing a.btn_red {
    border: 5px solid #fd7a6d;
  }

  #writing a.btn_red:hover {
    background: #fff;
    color: #fd7a6d;
    -webkit-animation: bounce 0.5s ease-out both;
    animation: bounce 0.5s ease-out both;
  }

  #writing a.btn_red:hover::before {
    background-color: #fd7a6d;
    background-image: url(./img/btn01_arw_w.svg);
  }
}

.news_single h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
  margin-top: 2em;
  font-size: 1.375rem;
  font-weight: 700;
}

.news_single h1::after {
  display: block;
  position: relative;
  top: .7em;
  left: calc(50% - 20px);
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: #ff0202;
  content: "";
}

.news_single h2 {
  /*  display: inline-block;*/
  position: relative;
  padding-left: 37px;
  font-size: 1.275rem;
  font-weight: 700;
  margin: 2em 0 1em;
}

.news_single h2::before {
  display: block;
  position: absolute;
  top: calc(.5em + 5px);
  left: 0;
  width: 27px;
  height: 8px;
  border-radius: 8px;
  background: #ff0202;
  content: "";
}

.news_single h3 {
  display: inline-block;
  position: relative;
  /*  margin-bottom: 2em;*/
  font-size: 1.175rem;
  font-weight: 700;
  margin: 2em 0 1em;
  border-bottom: 4px solid #ff0202;
}

/*
.news_single h3::after {
  display: block;
  position: relative;
  top: .7em;
  left: calc(50% - 20px);
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: #ff0202;
  content: "";
}
*/

#writing.news_single h4 {
  /*  display: inline-block;*/
  position: relative;
  /*  margin-bottom: 2em;*/
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
  padding-left: 0;
  line-height: inherit;
  margin: 2em 0 1em;
}

/*
#writing.news_single h4::after {
  display: block;
  position: relative;
  top: .7em;
  left: calc(50% - 20px);
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: #ff0202;
  content: "";
}
*/

#writing.news_single h4::before {
  content: none;
}

.news_single ol {
  padding: 1.6em;
  border-radius: 20px;
  background: #fae7e5;
}

.news_single ol li {
  position: relative;
  margin-bottom: 1.5em;
  padding: .8em 1.6em .8em 2.7em;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
}

.news_single ol li:before {
  position: absolute;
  top: .35em;
  left: 1em;
  color: #ff0202;
  font-family: "Play", sans-serif;
  font-size: 18px;
  content: "0";
}

.news_single ol li:last-child {
  margin-bottom: 0;
}

.news_single ol li:nth-child(1)::before {
  content: "1";
}

.news_single ol li:nth-child(2)::before {
  content: "2";
}

.news_single ol li:nth-child(3)::before {
  content: "3";
}

.news_single ol li:nth-child(4)::before {
  content: "4";
}

.news_single ol li:nth-child(5)::before {
  content: "5";
}

.news_single ol li:nth-child(6)::before {
  content: "6";
}

.news_single ol li:nth-child(7)::before {
  content: "7";
}

.news_single ol li:nth-child(8)::before {
  content: "8";
}

.news_single ol li:nth-child(9)::before {
  content: "9";
}

.news_single ul {
  padding: 1.6em;
  border-radius: 20px;
  background: #fae7e5;
}

.news_single ul li {
  position: relative;
  margin-bottom: 1.5em;
  padding: .8em 1.6em .8em 2.7em;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
}

.news_single ul li:before {
  position: absolute;
  top: .35em;
  left: 1em;
  color: #ff0202;
  font-family: "Play", sans-serif;
  font-size: 18px;
  content: "・";
}

.news_single ul li:last-child {
  margin-bottom: 0;
}

.seminar_single table,
.news_single table {
  /*
  padding: 2em 3em;
  border-radius: 50px;
  border-collapse: separate;
  background: #fff;
  -webkit-box-shadow: 0px 16px 34.65px 0.35px rgba(33, 33, 33, 0.09);
          box-shadow: 0px 16px 34.65px 0.35px rgba(33, 33, 33, 0.09);
*/
}

.seminar_single table tr,
.news_single table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
  border-collapse: separate;
}

.seminar_single table tr:last-child,
.news_single table tr:last-child {
  border-bottom: none;
}

.seminar_single table tr th,
.news_single table tr th {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 0;
  border-collapse: separate;
  color: #7d7d7d;
}

.seminar_single table tr td,
.news_single table tr td {
  display: block;
  max-width: 100%;
  padding: 1em 0;
  border-collapse: separate;
}

.seminar_single table.table_nomal,
.news_single table.table_nomal {
  display: table;
}

.seminar_single table.table_nomal tr,
.news_single table.table_nomal tr {
  display: table-row;
}

.seminar_single table.table_nomal tr th,
.seminar_single table.table_nomal tr td,
.news_single table.table_nomal tr th,
.news_single table.table_nomal tr td {
  display: table-cell;
  max-width: auto;
  width: auto;
  padding: 1em;
}


@media screen and (min-width: 992px) {
  .news_single h1 {
    font-size: 40px;
  }

  .news_single h2 {
    font-size: 38px;
  }

  .news_single h3 {
    font-size: 30px;
  }

  #writing.news_single h4 {
    font-size: 26px;
  }

  .news_single ol {
    border-radius: 50px;
    font-size: 24px;
  }

  .news_single ol li {
    border-radius: 30px;
  }

  .news_single ol li:before {
    font-size: 33px;
  }

  .news_single ul {
    border-radius: 50px;
    font-size: 24px;
  }

  .news_single ul li {
    border-radius: 30px;
  }

  .news_single ul li:before {
    top: .35em;
    font-size: 33px;
  }

  .seminar_single table,
  .news_single table {
    padding: 100px 126px;
  }

  .seminar_single table tr th,
  .news_single table tr th {
    width: 150px;
    margin-right: 50px;
    padding: 1em 0;
  }

  .seminar_single table tr td,
  .news_single table tr td {
    max-width: calc(100% - 200px);
  }
}

@media screen and (min-width: 769px) {
  .news_single h1 {
    font-size: 1.875rem;
  }

  .news_single h2 {
    font-size: 1.675rem;
  }

  .news_single h3 {
    font-size: 1.375rem;
  }

  #writing.news_single h4 {
    font-size: 1.175rem;
  }

  .news_single ol {
    font-size: 1.175rem;
  }

  .news_single ol li:before {
    font-size: 27px;
  }

  .news_single ul {
    font-size: 1.175rem;
  }

  .news_single ul li:before {
    font-size: 27px;
  }
}






/********************************************************

プラグイン制御　

********************************************************/


/* highliting code block
**************************************************************/
.hcb_wrap {
  background: #000;
}

.hcb_wrap .token.tag {
  padding: inherit;
  border: none;
  font-weight: normal;
  transition: none;
  margin: inherit;
  height: inherit;
}

.hcb_wrap .token.tag:hover {
  background: inherit;
  color: inherit;
  -webkit-animation: none;
  animation: none;
}



div#ez-toc-container {
  border: none;
  background: #ececec;
}

div#ez-toc-container p.ez-toc-title {
  font-size: 100%;
}

div#ez-toc-container ul.ez-toc-list a,
div#ez-toc-container ul.ez-toc-list a:visited {
  color: #3c3c3c;
}

div#ez-toc-container .news_single ul {
  font-size: {
    80%;
  }
}




/********************************************************

セミナーフォーム　

********************************************************/

.news_single input,
.news_single textarea,
.news_single select,
.news_single input:focus,
.news_single textarea:focus,
.news_single select:focus {
  outline: none;
}

.news_single .mw_wp_form {
  padding-bottom: 50px;
}

.news_single select {
  background: url(../img/contact/arrow.png);
  background-position: 95%;
  background-repeat: no-repeat;
}

.news_single input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.news_single .form_mes {
  margin-bottom: 32px;
}

.news_single input,
.news_single textarea,
.news_single select {
  width: 100%;
  padding: 16px 20px;
  border: 1px #aaa solid;
  border-radius: 50px;
}

.news_single textarea {
  height: 300px;
}

.news_single textarea.half {
  height: 150px;
}


.news_single .form__tr {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
*/
  margin-bottom: 50px;
}

.news_single .form__tr__th {
  margin-bottom: 8px;
  margin-left: 8px;
  color: #22475d;
  font-size: 16px;
}

.news_single .form__tr__th.required::after {
  color: #ff0202;
  font-size: 16px;
  content: "*";
}

.news_single .form__comfilm {
  width: 100%;
  padding: 16px 20px;
  border: 1px #aaa solid;
  border-radius: 50px;
  background: #eee;
}

.news_single .prev_btn {
  margin: 0 auto 32px;
  padding: 16px 20px;
  border: 2px solid #22475d;
  border-radius: 50px;
  background: #fff;
  color: #22475d;
}

.news_single .err {
  margin-bottom: 32px;
  font-size: 14px;
}

.news_single .err__th {
  font-weight: 700;
}

.news_single .err__td {
  color: #ff0202;
}

.news_single .form__ppol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.news_single .form__ppol input {
  width: auto;
}

.news_single .form__ppol a {
  color: #ff0202;
  text-decoration: underline;
}

.news_single .thanks-ms {
  margin-bottom: 32px;
}

.news_single .mw_wp_form_confirm .form__tr__td {
  width: 100%;
  padding: 16px 20px;
  border: 1px #ececec solid;
  border-radius: 50px;
  background: #f8f8f8;
}

.news_single .mw_wp_form_confirm .m-btn01 {
  max-width: 300px;
}

@media screen and (min-width: 992px) {

  .news_single input,
  .news_single textarea,
  .news_single select {
    width: 100%;
    max-width: 711px;
    padding: 30px 40px;
  }

  .news_single .tel {
    font-size: 55px;
  }

  .news_single .tel::before {
    top: .3em;
    right: .3em;
    width: 1em;
    height: 1em;
  }

  .news_single .form__tr {
    /*
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
*/
  }

  .news_single .form__tr__td {
    width: 100%;
    max-width: 711px;
  }

  .news_single .form__comfilm {
    max-width: 711px;
    padding: 30px 40px;
    border: 1px #aaa solid;
    border-radius: 50px;
    background: #fff;
  }

  .news_single .form_mes {
    margin: 80px 0;
    font-size: 20px;
    text-align: center;
  }

  .news_single .err {
    font-size: 20px;
  }

  .news_single .form_submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .news_single .form__ppol input {
    width: auto;
  }

  .news_single .form__ppol a {
    color: #ff0202;
    text-decoration: underline;
  }
}