@charset "UTF-8";
body {
  font-family: 'M PLUS 1p', sans-serif;
  color: #707070;
  font-size: 12pt;
  line-height: 1.8em;
}

body a {
  color: #44caf2;
}

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

.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header {
  overflow: hidden;
  padding-top: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

header .top-logo {
  display: inline-block;
}

header .smp-pagesetting {
  display: none;
}

header .smp-pagesetting-btn {
  display: none;
}

header .pagesetting {
  float: right;
  padding: 20px;
}

header .pagesetting .btn-wrap {
  display: inline-block;
}

header .pagesetting .btn-wrap p {
  font-size: 90%;
  padding-bottom: 5px;
}

header .pagesetting .ookisa {
  margin-right: 10px;
}

header .pagesetting li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

header .pagesetting button {
  display: block;
  background-color: #fff;
  border: 2px solid #707070;
  color: #707070;
  cursor: pointer;
}

header .pagesetting button#fs-normal, header .pagesetting button#smp-fs-normal {
  width: 30px;
  height: 30px;
}

header .pagesetting button#fs-mid, header .pagesetting button#smp-fs-mid {
  width: 35px;
  height: 35px;
}

header .pagesetting button#fs-big, header .pagesetting button#smp-fs-big {
  width: 40px;
  height: 40px;
}

header .pagesetting .iro button {
  width: 35px;
  height: 35px;
}

header .pagesetting button#cc-white, header .pagesetting button#smp-cc-white {
  background-color: #fff;
  color: #707070;
}

header .pagesetting button#cc-black, header .pagesetting button#smp-cc-black {
  background-color: #000;
  color: #fff;
}

header .pagesetting button#cc-blue, header .pagesetting button#smp-cc-blue {
  background-color: blue;
  color: yellow;
}

header .pagelink {
  margin-top: 5px;
}

header .pagelink a {
  margin-right: 30px;
  display: inline-block;
}

header .pagelink a:hover {
  opacity: 0.8;
}

header .pagelink a:before {
  content: "";
  background-image: url(../img/head-arrow.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

header .smp-pagelink {
  display: none;
  margin-top: 5px;
}

header .smp-pagelink a {
  margin-right: 20px;
  display: inline-block;
}

header .smp-pagelink a:hover {
  opacity: 0.8;
}

header .smp-pagelink a:before {
  content: "";
  background-image: url(../img/head-arrow.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.cc-black {
  background-color: #000;
  color: #fff;
}

.cc-black a {
  color: aqua;
}

.cc-black .kifu {
  background-color: transparent;
}

.cc-blue {
  background-color: blue;
  color: yellow;
}

.cc-blue a {
  color: lime;
}

.cc-blue .kifu {
  background-color: transparent;
}

.fs-big {
  font-size: 150%;
}

.fs-mid {
  font-size: 120%;
}

/*===============
  header index
=================*/
.index {
  width: 100%;
}

.index header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.index .index-header-wrap {
  width: 100%;
  background-color: #f2e744;
  color: #000;
  position: relative;
  z-index: 0;
}

.index .index-header-wrap span.bg2 {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg_01.png);
  background-position: center;
  opacity: 0.6;
}

.index .index-header-wrap .index-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 3;
}

.index .index-header-wrap .index-header .bigabiga {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.index .index-header-wrap .index-header h2 {
  margin-top: 50px;
}

.index .index-header-wrap .index-header .head-textwrap {
  position: relative;
  z-index: 2;
}

.index .index-header-wrap .index-header .head_pp {
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.index .index-header-wrap .index-header .head_pp.hito1 {
  width: 220px;
  right: -50px;
  bottom: 20px;
}

.index .index-header-wrap .index-header .head_pp.hito2 {
  width: 180px;
  left: -100px;
  top: 20px;
}

@media screen and (max-width: 760px) {
  .index .index-header-wrap .index-header .head_pp {
    display: none;
    /*opacity: 0.6;
						z-index: 0;*/
  }
  .index .index-header-wrap .index-header .head_pp.hito1 {
    width: 150px;
    right: 10px;
  }
  .index .index-header-wrap .index-header .head_pp.hito2 {
    width: 120px;
    left: 10px;
    top: 0;
  }
  header {
    padding-top: 10px;
    padding: 10px;
    position: relative;
  }
  header .top-logo {
    display: block;
    text-align: center;
  }
  header .smp-pagesetting-btn {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    z-index: 999;
  }
  header .smp-pagesetting-btn img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
  }
  header .pagesetting {
    display: none;
    float: none;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
  }
  header .pagesetting button {
    display: block;
    background-color: #fff;
    border: 1px solid #707070;
    color: #707070;
    cursor: pointer;
  }
  header .pagesetting button#fs-normal {
    width: 30px;
    height: 30px;
  }
  header .pagesetting button#fs-mid {
    width: 35px;
    height: 35px;
  }
  header .pagesetting button#fs-big {
    width: 40px;
    height: 40px;
  }
  header .pagesetting .iro button {
    width: 35px;
    height: 35px;
  }
  header .pagesetting button#cc-white {
    background-color: #fff;
    color: #707070;
  }
  header .pagesetting button#cc-black {
    background-color: #000;
    color: #fff;
  }
  header .pagesetting button#cc-blue {
    background-color: blue;
    color: yellow;
  }
  header .smp-pagesetting {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 10px;
    right: 0;
    margin: 0 10px;
    padding: 20px;
    z-index: 999;
  }
  header .smp-pagesetting .smp-pagesetting-close {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  header .smp-pagesetting-open {
    display: block;
  }
  header .pagelink {
    margin-top: 5px;
    display: none;
  }
  header .pagelink a {
    margin-right: 30px;
    display: inline-block;
  }
  header .pagelink a:hover {
    opacity: 0.8;
  }
  header .pagelink a:before {
    content: "";
    background-image: url(../img/head-arrow.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
  }
  header .smp-pagelink {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  header .smp-pagelink a {
    margin-right: 20px;
    display: inline-block;
  }
  header .smp-pagelink a:hover {
    opacity: 0.8;
  }
  header .smp-pagelink a:before {
    content: "";
    background-image: url(../img/head-arrow.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
  }
  .cc-black {
    background-color: #000;
    color: #fff;
  }
  .cc-black a {
    color: aqua;
  }
  .cc-blue {
    background-color: blue;
    color: yellow;
  }
  .cc-blue a {
    color: lime;
  }
  .fs-big {
    font-size: 150%;
  }
  .fs-mid {
    font-size: 120%;
  }
  body.index .wrap {
    width: 100%;
  }
  body.index .wrap header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  body.index .wrap .index-header-wrap {
    width: 100%;
    background-color: #f2e744;
  }
  body.index .wrap .index-header-wrap .index-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.page {
  width: 100%;
}

.page header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.page h1 {
  text-align: center;
  padding: 20px 0;
  text-align: center;
  background-color: #f2e744;
	color: #171c61;
	line-height:1.2em;
}

.page .contents {
  max-width: 1000px;
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
}

.page .contents .main-contents {
  padding: 40px 0;
}

.page .contents .main-contents ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.page .contents .main-contents li {
  list-style: disc;
  margin-bottom: 5px;
}

.page .contents .main-contents p {
  margin-bottom: 20px;
}

.page .contents .main-contents a:hover {
  opacity: 0.6;
}

.page .page-link a {
  display: inline-block;
  min-width: 250px;
  padding: 20px 60px 20px 20px;
  margin-bottom: 10px;
  border: 2px solid #707070;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0  #9e9e9e;
          box-shadow: 2px 2px 0  #9e9e9e;
  color: #707070;
  text-decoration: none;
  position: relative;
  margin-right: 20px;
}

.page .page-link a::after {
  content: '';
  background-image: url(../img/link-arrow.png);
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 25px;
  background-size: cover;
  right: 25px;
  top: 22px;
}

.page .page-link a:hover {
  -webkit-box-shadow: -1px -1px 0  #9e9e9e;
          box-shadow: -1px -1px 0  #9e9e9e;
  background-color: #9e9e9e;
  color: #fff;
}

.pagetop {
  text-align: right;
  padding: 30px 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.pagetop a {
  position: relative;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 120%;
  text-decoration: none;
}

.pagetop a:before {
  content: "";
  display: inline-block;
  background-image: url("../img/head-arrow.png");
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 10px;
}

.pagetop a:hover {
  top: -10px;
}

footer {
  background-color: #171c61;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
  line-height: 1.8em;
}

footer a {
  color: #fff;
}

footer a:hover {
  opacity: 0.8;
}

footer .footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

footer .footer-inner div {
  padding: 0 20px;
  float: left;
}

footer .footer-inner .footer-inner-left {
  width: 40%;
}

footer .footer-inner .footer-inner-left .contact-link {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #f2e744;
  color: #171c61;
  text-decoration: none;
  margin-top: 10px;
  max-width: 300px;
  font-size: 110%;
}

footer .footer-inner .footer-inner-left .contact-link:hover {
  background-color: #fff;
  opacity: 1;
}

footer .footer-inner .footer-inner-left .kiiro-logo {
  max-width: 300px;
}

footer .footer-inner .footer-inner-left li:before {
  content: '';
  display: inline-block;
  background-image: url("../img/list-arrow.png");
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

footer .footer-inner .footer-inner-left li.list-top {
  font-weight: bold;
  padding-bottom: 10px;
  list-style: none;
}

footer .footer-inner .footer-inner-left li.list-top:before {
  content: none;
}

footer .footer-inner .footer-inner-right {
  width: 60%;
  margin-top: 20px;
}

footer .footer-inner .footer-inner-right .kiiro-name {
  font-size: 120%;
}

footer .footer-inner .footer-inner-right .katudou {
  margin-bottom: 10px;
  font-size: 0.8;
}

@media screen and (max-width: 760px) {
  footer .footer-inner div {
    padding: 0 20px;
    float: none;
  }
  footer .footer-inner .footer-inner-left {
    width: 100%;
  }
  footer .footer-inner .footer-inner-right {
    width: 100%;
  }
}

.douga .main-contents {
  padding: 10px;
}

.douga .main-contents .read {
  margin-bottom: 30px;
}

.douga .main-contents .videolink-wrap {
  padding: 20px;
}

.douga .main-contents .videolink-wrap li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.douga .top-logo {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.douga .pagesetting {
  display: none;
}

.douga .footer-inner .footer-inner-left {
  display: none;
}

.douga .footer-inner .footer-inner-right {
  float: none;
  max-width: 400px;
  width: 100% !important;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  footer {
    background-color: #171c61;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
    line-height: 1.8em;
  }
  footer a {
    color: #fff;
  }
  footer a:hover {
    opacity: 0.8;
  }
  footer .footer-inner {
    max-width: 400px;
  }
  footer .footer-inner div {
    padding: 0 20px;
    float: none;
    width: 100%;
  }
  footer .footer-inner .footer-inner-left {
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-inner-left .contact-link {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #f2e744;
    color: #171c61;
    text-decoration: none;
    margin-top: 10px;
    max-width: 600px;
    width: 100%;
    font-size: 110%;
  }
  footer .footer-inner .footer-inner-left .contact-link:hover {
    background-color: #fff;
    opacity: 1;
  }
  footer .footer-inner .footer-inner-left .kiiro-logo {
    max-width: 600px;
    width: 100%;
  }
  footer .footer-inner .footer-inner-left li:before {
    content: '';
    display: inline-block;
    background-image: url("../img/list-arrow.png");
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  footer .footer-inner .footer-inner-left li.list-top {
    font-weight: bold;
    padding-bottom: 10px;
    list-style: none;
  }
  footer .footer-inner .footer-inner-left li.list-top:before {
    content: none;
  }
  footer .footer-inner .footer-inner-right .kiiro-name {
    font-size: 120%;
    padding-bottom: 10px;
  }
}

/*==========================
    index
===========================*/
.index-header-wrap {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #f2e744;
}

.index-header-wrap .index-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.index-header-wrap .index-header h2 {
  margin-bottom: 20px;
}

.index a.link-btn {
  display: inline-block;
  min-width: 250px;
  padding: 20px 60px 20px 20px;
  margin-bottom: 10px;
  border: 2px solid #707070;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0  #9e9e9e;
          box-shadow: 2px 2px 0  #9e9e9e;
  color: #707070;
  text-decoration: none;
  position: relative;
  margin-right: 20px;
}

.index a.link-btn::after {
  content: '';
  background-image: url(../img/link-arrow.png);
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 25px;
  background-size: cover;
  right: 25px;
  top: 22px;
}

.index a.link-btn:hover {
  -webkit-box-shadow: -1px -1px 0  #9e9e9e;
          box-shadow: -1px -1px 0  #9e9e9e;
  background-color: #9e9e9e;
  color: #fff;
}

.index .annai {
  padding: 80px 0 !important;
  text-align: center;
}

.index .jigyo ul {
  overflow: hidden;
  margin-bottom: 20px;
}
/*
.index .jigyo ul li {
  width: 50%;
  float: left;
  padding: 20px;
  text-align: left;
}
*/
.index .jigyo .jigyo-title {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 2px dotted #f2e744;
}

.index .main-contents {
  width: 100%;
  max-width: 1000px;
  padding: 50px 20px 50px;
  margin: 0 auto;
}

.index .main-contents .midasi {
  margin-bottom: 40px;
  text-align: center;
}

.index .main-contents .midasi span {
  display: inline-block;
  position: relative;
}

.index .main-contents .midasi span::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  background-color: #f2e744;
  bottom: -20px;
  right: -10px;
  left: -10px;
  z-index: -1;
}

.index .sns-embed-wrap {
  overflow: hidden;
}

.index .sns-embed-wrap .sns-embed {
  width: 50%;
  padding: 20px 10px;
  height: 550px;
  float: left;
}
.index .aisatu{
	text-align: center;
}
.index .aisatu a{
	font-size: 25px;
}
.index .aisatu img {
  display: block;
  max-width: 300px;
  margin: 20px auto;
}

.index .aisatu ul{
	max-width: 800px;
	margin: 0 auto;
}
.index .aisatu ul li{
	margin-bottom: 10px;
}
.index .aisatu .daihyo{
	text-align: right;
	margin-top: 20px;
}

.index .kifu {
  background-color: #f2e744;
  position: relative;
  z-index: 0;
}

.index .kifu .midasi span:after {
  background-color: #fff;
}

.index .kifu .kifusaki {
  padding: 20px 5px;
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.index .special {
  text-align: center;
  background-image: url(../img/spc-bg.jpg);
  background-size: auto;
}

.index .special p {
  color: #fff;
}

.index .special .midasi {
  color: #f2e744;
  font-size: 200%;
}

.index .special .spc-video {
  margin: 20px auto 40px;
  position: relative;
  padding-top: 55%;
  max-width: 800px;
}

.index .special .spc-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.index .special .spc-link-btn {
  background-color: #f2e744;
  display: block;
  max-width: 300px;
  text-decoration: none;
  color: #707070;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 #707070;
          box-shadow: 3px 3px 0 #707070;
  margin: 20px auto;
  font-weight: bold;
  position: relative;
}

.index .special .spc-link-btn:after {
  content: '';
  background-image: url(../img/link-arrow.png);
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 25px;
  background-size: cover;
  right: 25px;
  top: 18px;
}

.index .special .spc-link-btn:hover {
  background-color: #fffbc1;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
}

.index .pagelink_wrap{
	padding: 20px;
	text-align: center;
}
.index .pagelink_wrap a{
	display: inline-block;
	margin: 10px 0;
	max-width: 300px;
}
.index .pagelink_wrap a.kiiro-link{
	max-width: 480px;
	display: block;
	margin: 0 auto 30px;
}
.index .pagelink_wrap a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 760px) {
  .index-header-wrap .index-header .bigabiga {
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
	.index .sns-embed-wrap .sns-embed {
		width: 100%;
		padding: 20px 10px;
		float: none;
		height: auto;
	}
  .index .jigyo ul li {
    width: 100%;
    float: none;
  }
}
/*==========================
	index 2025.03
===========================*/
.new-jigyou-list{
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 50px;
	justify-content: center;
}
.new-jigyou-list li{
  max-width: 33%;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  line-height: 1.5em;
}
.new-jigyou-list li img{
  max-width: 100px;
  height: auto;
}
.new-jigyou-list li h3{
  text-align: center;
  margin-bottom: 20px;
}
.new-jigyou-list p{
  margin-bottom: 20px;
}
.new-jigyou-list .new-jigyou-link{
  display: block;
  text-align: center;
}
.new-jigyou-list .new-jigyou-link::before{
  content: "▶︎ ";
}
@media screen and (max-width: 760px) {
  .new-jigyou-list li{
      max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .new-jigyou-list li{
    max-width: 100%;
  }
}
/*==========================
    page
===========================*/
.spc .spc-toptext {
  margin-bottom: 40px;
  border-bottom: 1px solid #f2e744;
  padding: 5px;
  text-align: center;
}

.spc .spc-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.spc .spc-textwrap {
  width: 30%;
  padding-right: 20px;
}

.spc .spc-textwrap h3 {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 5px solid #f2e744;
  padding: 5px 10px;
}

.spc .spc-textwrap p {
  padding: 5px 10px;
  font-size: 90%;
}

.spc .spc-framewrap {
  width: 60%;
}

.spc .spc-framewrap iframe {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .spc .spc-contents-wrap {
    display: block;
    margin-bottom: 40px;
  }
  .spc .spc-textwrap {
    width: 100%;
  }
  .spc .spc-framewrap {
    width: 100%;
    padding: 10px;
  }
}

.kiiro-title-ico {
    color: #f2e744;
    display: inline-block;
    margin-right: 10px;
}

/*==========================
    navilens ページ
===========================*/
.nl_img{
	display: flex;
}
.nl_img img{
	padding:10px;
	width: 30%!important;
}
@media screen and (max-width: 480px) {
	.nl_img{
	display: block;
}
.nl_img img{
	width: 100%!important;
}
}
/*==========================
自由にカスタマイズできるpage
===========================*/
.custom {
  /* ヘッダー */
}

.custom h2 {
  padding: 5px 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #f2e744;
}

.custom h3 {
  padding: 10px;
  margin-bottom: 20px;
}

.custom p {
  margin-bottom: 20px;
}

.custom img {
  display: inline-block;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.custom ul {
  margin-bottom: 20px;
}

.custom ul li {
  margin-bottom: 10px;
}

.custom table {
  margin-bottom: 40px;
  max-width: 700px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.custom table td {
  border: 5px solid #fff;
  min-width: 100px;
  padding: 10px;
  background-color: #fdfde7;
}

.custom .meiji-table {
  table-layout: fixed;
}

.custom thead th {
  background: #f2e744;
  font-weight: bold;
  color: #171c61;
}

.custom tbody th,
.custom tfoot th {
  background: #FFF;
  font-weight: bold;
}

.custom .custom-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.custom .custom-wrap .custom-right {
  max-width: 50%;
  padding: 10px;
}

.custom .custom-wrap .custom-left {
  max-width: 50%;
  padding: 10px;
}
.custom .custom-video {
  margin: 20px auto 40px;
  position: relative;
  padding-top: 55%;
  max-width: 800px;
}

.custom .custom-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .custom .custom-wrap {
    width: 100%;
    display: block;
  }
  .custom .custom-wrap .custom-right {
    max-width: 100%;
  }
  .custom .custom-wrap .custom-left {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */