@charset "utf-8";

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

a{
  text-decoration: none;
  color:#000;
}
a:hover{
  color: #a9a9a9;
}
a:hover img{
  opacity: 0.5
}
.detail:hover{
  border: 1px solid #a9a9a9;
}

html{ font-size: 62.5%; }

body{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
}
img{
  width: 100%;
  height: auto;
}

.layout{
  margin: auto;
}
.en{
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
  font-style: normal;
}

.menu-btn{
  width:15%;
  position: fixed;
  top: 30px;
  right: 30px;
  text-align: right;
  z-index: 999;
}

/*----------------------------------*/
@media screen and (min-width:481px){

  .menu-btn{
    display: none;
  }

}/*
------------------------------------*/

#menu-trigger,
#menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 100;
}
#menu-trigger{
  position: relative;
  width: 35px;
  height: 20px;
}
#menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#menu-trigger span:nth-of-type(1){
  top:0;
}
#menu-trigger span:nth-of-type(2){
  top:9px;
}
#menu-trigger span:nth-of-type(3){
  bottom:0px;
}

.open #menu-trigger span:nth-of-type(1) {
			top: 11px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #menu-trigger span:nth-of-type(2) {
			width: 0;
			left: 50%;
		}
		.open #menu-trigger span:nth-of-type(3) {
			top: 11px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


nav{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top:0px;
  text-align: center;
  font-size: 2.3rem;
  background:rgba(255,255,255,0.9);
  z-index: 100;
}
nav ul{
  padding-left: 0px;
}
nav ul li{
  list-style: none;
  line-height: 2;
}

nav ul li a{
  display: inline-block;
  position: relative;
  text-decoration: none;
}
nav ul li a::before,
nav ul li a::after{
  display: none;
}

.menu-container{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.sns-icon{
  margin-top: 10px;
  width: 70%;
}

.font_s{
  font-size: 0.6em;
  margin-top: 30px;
}

.element {
	opacity: 0;
}


/*----------------------footer------------------------*/
footer{
  margin: 100px 0 50px 0;
  text-align: center;
}
/*------------------------------------*/

.fadein {
        opacity: 0;
        transition: opacity 3s;
    }
.fadein.scrollin {
        opacity: 1;
    }

/*----------------------menu------------------------*/
.posi{
  position: fixed;
  z-index: 99;
}
.posi_2{
  position: fixed;
  z-index: 110;
}
.logo{
  margin: 30px 30px;
}
.logo img{
  width: 60%;
}
.menu{
  margin: 200px 35px;
}
.menu ul{
  list-style: none;
  padding-left: 0;
  line-height: 2.5;
}
.sns-icon-pc{
  margin-top: 15px;
  width: 40%;
}
.school{
  top:35px;
  right: 35px;
  width: 80px;
  height: 80px;
  padding-top: 27px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffff00;
  transition: all 0.5s ease 0s;
}
.school:hover{
  background-color: #ce383e;
  color: #fff;
}

/*----------------------------------*/
@media screen and (max-width:480px){
  .posi{
    position: static;
  }

  .logo{
    margin: 30px 0px 0px 30px;
    text-align: left;
  }
  .logo img{
    width: 20%;
  }

  .menu,.school{
    display: none;
  }

  .school_sp{
    top:390px;
    width: 80px;
    height: 80px;
    padding-top: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 0.7em;
    background-color: #ffff00;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px){

  .logo img{
    width: 50%;
  }

}/*
------------------------------------*/
/*menu------------------------------------*/

/*----------------------top------------------------*/
#page-top {
    position: fixed;
    right: 85px;
    bottom: 35px;
    height: 80px;
    text-decoration: none;
    transform: rotate(90deg);
    font-size: 1.2em;
    color: #808080;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    z-index: 99;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
#reception{
  position: fixed;
  background-color: #10ceb2;
  right: 35px;
  bottom: 180px;
  width: 85px;
  height: 95px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  border-radius: 10px;
  z-index: 99;
}
#reception:hover{
  background-color: #39d3bc;
  color: #ffffff;
}
/*----------------------------------*/
@media screen and (max-width:767px){
  #page-top {
      right: 45px;
  }
  #reception{
    right: 80px;
    bottom: 60px;
    width: 160px;
    height: 67px;
  }
}/*
------------------------------------*/

.top{
  width: 100%;
  }
.welcom{
  width: 80%;
  margin-top: 30px;
  float: right;
}
.topimg{
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.topimg img{
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.list{
  padding-left: 0px;
}

.nominoichi{
	width: 200px;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -350px;
	z-index: 10;
}
.ws-yoyaku{
	width: 80%;
}
.ws-img{
	width: 60%;
}
.nominoichi a:hover img{
  opacity: 1
}
#mario{
	animation: swing 1s infinite;
	transform-origin: center;
}
@keyframes swing{
	0%, 100%{
		transform: rotate(-10deg)
	}
	50%{
		transform: rotate(10deg)
	}
}
/*----------------------------------*/
@media screen and (max-width:767px){
	.nominoichi{
	width: 110px;
	margin-top: -220px;
	}
	.ws-yoyaku{
	width: 80%;
	}
.ws-img{
	width: 65%;
	}
}
/*----------------------------------*/

.button{
  width: 20%;
  position: absolute;
  background: #12752e;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
  right: 0;
  margin-top: -70px;
  padding: 10px;
  text-align: center;
  border-radius: 40px 0px 0px 40px;
  z-index: 10;
}
.button:hover{
  color: #ffffff;
  background-color: #0a541d;
  cursor: pointer;
}
.title_text_box{
  font-size: 2em;
}
.text_box{
  width: 80%;
}
.readmore{
  width: 75%;
  text-align: right;
}

/*----------------------------------*/
@media screen and (max-width:767px){
  .welcom{
    width: 90%;
    margin-top: 0px;
  }
  .topimg img{
    height: 300px;
  }
  .button{
    width: 40%;
    font-size: 1em;
    margin-top: -60px;
    padding: 5px;
  }
  .title_text_box{
    font-size: 1.8em;
    line-height: 1.5;
  }
  .text_box{
    width: 90%;
  }
  .readmore{
    width: 90%;
    text-align: right;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px){

  .topimg img{
    height: 450px;
  }
  .button{
    width: 25%;
    padding: 5px;
    line-height: 1.3;
    margin-top: -60px;
  }

}/*
------------------------------------*/

.about{
  width: 100%;
  float: left;
  margin-top: 100px;
  display: flex;
}
.about_img{
  width: 50%;
}
.about_img img{
  width: 100%;
}
.about_text{
  width: 50%;
  padding: 0px 100px 0px 50px;
}
.cate-title_about{
  text-align: left;
  margin-top: 0px;
  font-size: 1.4em;
}
.hr_about{
  margin-left: -50px;
}

/*----------------------------------*/
@media screen and (max-width:767px){
  .about{
    flex-wrap: wrap;
  }
  .about_img{
    width: 90%;
  }
  .about_text{
    width: 100%;
    padding: 0px 30px 0px 30px;
  }
  .non_sp{
    display: none;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px){
  .hr_about{
    margin-left: -30px;
  }

  .about_text{
    padding: 0px 30px 0px 30px;
  }

}/*
------------------------------------*/

/*top------------------------*/

/*----------------------about-page------------------------*/

.about_top_img{
  margin-bottom: 20px;
}
.about_top_img img{
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.wrap{
  width: 80%;
  max-width: 1000px;
  margin: auto;
  clear: both;
}
.cate-title_under{
  text-align: center;
  font-size: 1.4em;
  padding-top: 30px;
}
.title_text_box_under{
  padding-left: 0px;
  text-align: left;
  font-size: 2em;
}
.text_box_under{
  width: 100%;
}
.to_class{
  width: 20%;
  text-align: center;
  float: right;
}
br .about_textbox{
  padding-top: 20px;
}
.prof_box{
	width: 70%;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.teacher{
	width: 100%;
}
.prof-photo{
	width: 50%;
	margin-top: 10px;
}
.prof-text{
	width: 50%;
	margin-top: 10px;
}
.prof-text ul{
	margin-top: 0px;
	list-style: none;
}
.prof-text ul li{
	padding-bottom: 10px;
	line-height: 1.5em;
}
/*----------------------------------*/
@media screen and (max-width:767px){
  .about_wrap{
    width: 90%;
  }
  .about_top_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .cate-title_under{
    padding-top: 0px;
  }
  .to_class{
    width: 50%;
  }
  .prof_box{
	width: 80%;
  }
  .prof-photo{
	width: 100%;
  }
  .prof-text{
	width: 100%;
  }
  .prof-text ul{
	padding-left: 0px;
}
}/*
------------------------------------*/

/*about------------------------*/


/*----------------------class------------------------*/
.cate-title{
  text-align: center;
  font-size: 1.4em;
  padding-top: 100px;
}
.hr-ws{
  margin-bottom: 30px;
}

.class{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.classbox{
  width: 30%;
  text-align: center;
  margin-bottom: 70px;
}
.classbox img{
  width: 100%;
}
.class-name{
  margin: 5px auto 10px;
  font-size: 1.2em;
}
.detail{
  width: 70%;
  margin: auto;
  padding: 5px;
  border: 1px solid;
  border-radius: 20px;
}
.arrow-r{
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.arrow-r::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------------*/
@media screen and (max-width:767px){
  .classbox{
    width: 100%;
  }

}/*
------------------------------------*/
/*class------------------------*/

/*----------------------voice------------------------*/
.cate-title_voice{
  text-align: center;
  font-size: 1.4em;
  padding-top: 30px;
}
.voicebox{
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stimg{
  width: 20%;
}
.stimg img{
  width: 100%;
}
.st_intro{
  text-align: center;
}
.stcomment{
    position:relative;
    width:75%;
    margin-left: 30px;
    padding:5px 30px;
    text-align:left;
    border:1px solid #000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.stcomment:after,.stcomment:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.stcomment:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -8px;
    border-right-color:#FFFFFF;
}
.stcomment:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -9px;
    margin-right: 1px;
    border-right-color:#000000;
}

/*----------------------------------*/
@media screen and (max-width:767px){
  .stimg{
    width: 70%;
    margin: auto;
  }
  .stcomment{
    width:80%;
    display: inline-block;
    margin: 1.5em auto;
    padding:5px 15px;
    text-align: justify;
    line-height: 1.5;
  }
  .stcomment::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -17px;
    border: 13px solid transparent;
    border-bottom: 18px solid #FFF;
    z-index: 2;
  }
  .stcomment::after{
   content: "";
   position: absolute;
   top: -23px;
   left: 50%;
   margin-left: -17px;
   border: 13px solid transparent;
   border-bottom: 18px solid #000;
   z-index: 1;
  }

  .cp_box *, .cp_box *:before, .cp_box *:after {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }
  .cp_box {
  	position: relative;
  }
  .cp_box label {
  	position: absolute;
  	z-index: 1;
  	bottom: 0;
  	width: 90%;
  	height: 140px; /* グラデーションの高さ */
  	cursor: pointer;
  	text-align: center;
  	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  }
  .cp_box input:checked + label {
  	background: inherit; /* 開いた時にグラデーションを消す */
  }
  .cp_box label:after {
  	line-height: 2.5rem;
  	position: absolute;
  	z-index: 2;
  	bottom: 20px;
  	left: 50%;
  	width: 13rem;
  	content: ' 続きをよむ';
  	transform: translate(-50%, 0);
  	letter-spacing: 0.05em;
  	color: #000;
    border: 1px solid #a9a9a9;
  	border-radius: 20px;
  }
  .cp_box input {
  	display: none;
  }
  .cp_box .cp_container {
  	overflow: hidden;
  	height: 150px; /* 開く前に見えている部分の高さ */
  	transition: all 0.5s;
  }
  .cp_box input:checked + label {
  	/* display: none ; 閉じるボタンを消す場合解放 */
  }
  .cp_box input:checked + label:after {
  	content: ' 閉じる';
  }
  .cp_box input:checked ~ .cp_container {
  	height: auto;
  	padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
  	transition: all 0.5s;
  }
}/*
------------------------------------*/
/*----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px){

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 92%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #000;
  border: 1px solid #a9a9a9;
	border-radius: 20px;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 180px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

}/*
------------------------------------*/
/*----------------------------------*/
@media screen and (min-width:1281px){
.cp_box label,.cp_box input{
  display: none;
}
}/*
------------------------------------*/
.st-work{
  margin: 50px auto 0px;
  padding: 5px;
  font-size: 1.4em;
}
.st-work-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-img{
  width: 24.3%;
  height: 24.3%;
  margin-top:10px;
}
.and{
  text-align: right;
  margin: 10px;
}

/*----------------------------------*/
@media screen and (max-width:767px){

.work-img{
  width: 49%;
  height: 49%;
  margin-top:6px;
}

}/*
------------------------------------*/
/*class------------------------*/
/*voice------------------------*/

/*----------------------access------------------------*/
.accessbox{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.kohan{
  width: 30%;
}
.kohan img{
  width: 100%;
}
.kohantext{
  width: 56%;
  padding-left: 100px;
}
.accessbox_map{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.access_transportation{
  width: 45%;
  text-align: left;
}
.bus{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.access_map{
  width: 55%;
  padding-left: 100px;
  text-align: center;
}
.access_map img{
  width: 100%;
}
/*----------------------------------*/
@media screen and (max-width:767px){

  .accessbox,.accessbox_map{
    flex-wrap: wrap;
  }
  .kohan{
    width: 80%;
    margin-bottom: 30px;
  }
  .kohantext{
    width: 80%;
    padding-left: 0px;
  }
  .access_transportation{
    width: 80%;
  }
  .access_map{
    width: 100%;
    padding-left: 0px;
  }
}/*
------------------------------------*/
/*----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px){
  .accessbox{
    justify-content: space-between;
  }
  .kohantext{
    width: 70%;
    padding-left: 30px;
  }
  .access_map{
  vertical-align: bottom;
  }
}/*
------------------------------------*/

/*access------------------------*/

/*----------------------contact------------------------*/

.contact{
  width: 100%;
  margin-bottom: 200px;
}
.contact_item{
  overflow: hidden;
  margin-bottom: 30px;
}
.input{
  float: left;
  width: 100%;
  padding: 10px 10px;
}
textarea{
  height: 15em;
}
label.error{
  color: #696969;
}
.sendbtn{
  text-align: center;
}
input.send{
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #696969;
  background: #fff;
}
input.send:hover{
  border: none;
  background: #c0c0c0;
  color: #fff;
}

*:focus {
  outline: none;
}

.thanks{
  width: 100%;
  padding-top: 200px;
  text-align: center;
}
.top-r{
  width: 10%;
  margin: auto;
  text-align: center;
}
.btn_detail{
  width: 100%;
  margin: 20px auto;
  padding: 5px;
  border: 1px solid;
  border-radius: 20px;
}

/*------------------------------------*/
/*contact------------------------*/

/*----------------------class-page------------------------*/

.class_sort{
  flex-direction: row-reverse;
}
.class_ws{
  margin-bottom: 100px;
}
.class-wrap{
  width: 75%;
}
.class-img{
  width: 25%;
}

.class-title{
  margin: -10px 0px 0px 30px;
  font-size: 1.7em;
  text-align: left;
  position: relative;
}
.class_title_l{
  margin: -10px 30px 0px 0px;
  font-size: 1.7em;
  text-align: left;
}
.deadline{
  display: inline-block;
  padding: 10px;
  margin-left: 10px;
  color: #ff7d66;
  border: 1px solid #ff7d66;
  border-radius: 10px;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.5;
}

.class-text{
  margin: 0px 0px -5px 30px;
  text-align: justify;
  line-height: 1.5;
}
.class-text_l{
  margin: 0px 30px -5px 0px;
  text-align: justify;
  line-height: 1.5;
}
table{
  width: 96%;
}
table tr td{
  border: 1px solid #a9a9a9;
  padding: 5px 10px;
}
.table_pc{
  margin-left: 30px;
}
.table_pc_l{
  margin-left: 0px;
}
.table_sp{
  margin-left: 30px;
}
.table_sp_l{
  margin-left: 0px;
}
.textleft{
  text-align: left;
  line-height: 1.2;
}
td.table_item{
  text-align: center;
}
td.item-w-p{
width: 12%;
}
td.item-w{
width: 24%;
}

.text-s{
	margin-top: 10px;
	line-height: 1.3em;
}

/*----------------------------------*/
@media screen and (max-width:1023px){

  .class{
    flex-wrap: wrap;
  }
  .class-wrap{
    width: 55%;
  }
  .class-img{
    width: 45%;
  }
  .table_pc{
    display: none;
  }
  .table_pc_l{
    display: none;
  }
  table{
    width: 100 %;
  }
  table tr td{
    padding: 0px 10px;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media screen and (min-width:1024px){

  .table_sp{
    display: none;
  }
  .table_sp_l{
    display: none;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media screen and (max-width:767px){

  .class{
    padding: 0px 30px;
  }
  .class-wrap{
    width: 100%;
  }
  .class-img{
    width: 100%;
    margin: auto;
  }
  .class-title,.class_title_l{
    margin: auto;
    text-align: center;
  }
  .class-text,.class-text_l{
    margin: 0px;
    text-align: justify;
  }
  table{
    width: 100%;
    margin: 0px;
  }
  table tr td{
    padding: 5px 5px;
  }
  .table_sp{
    margin-left: 0px;
  }

}/*
------------------------------------*/
/*----------------------------------*/
@media screen and (min-width:768px){

.tab_non{
  display: none;
}

}/*
------------------------------------*/

.attention{
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 1.2em;
}
.attention-text-wrap{
  max-width: 1000px;
  margin: 0px auto 70px;
  display: flex;
  flex-wrap: wrap;
}
.attention-text{
  width: 50%;
  padding: 0px 30px;
  text-align: left;
}
.text-space{
  padding-left: 0px;
}
.text-height{
  line-height: 1.5;
  padding-top: 10px;
}
.terms_wrap{
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 200px;
}
.title-small{
  margin: 5px auto 30px;
  font-size: 1.2em;
  text-align: center;
}
.text-center{
  list-style-type: none;
  padding-inline-start: 0px;
}
.mark::before{
  content: '◎';
}

/*----------------------------------*/
@media screen and (max-width:767px){

.intro2{
  padding: 0px 30px;
}
.attention-text{
  width: 100%;
  padding: 0px 0px 0px 20px;
  text-align: justify;
}
.text-space-2{
  margin-top: -25px;
}

}/*
------------------------------------*/

.application{
  max-width: 1000px;
  margin: 50px auto 100px;
  padding: 10px;
  font-size: 1.2em;
  background: #ffff00;
}
.subtitle-ws {
	padding-top: 15px;
}
