@charset "UTF-8";
/* CSS Document */
html{
    width: 100%;
    min-width: 900px;
    scroll-behavior: auto;
}
body{
   font-family:'A-OTF じゅん Pro','Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
    width:100%;
    min-width: 900px;
    vertical-align:middle; 
    text-align: center;
    overflow: auto;
    }
.flex{
    display: flex;
    flex-wrap: wrap;
}
p{
    font-size:14px;
    text-align: left;
     margin: 0 0 10px 0;
}

header{
    width:100%;
    height: 4vw;
    position: relative;
    min-height: 36px;
}

header img{
    width: 8%;
    position: absolute;
    top: 10px;
    left:10px;
}
.header_border{
    border:3px solid #0068b7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.main_img{
    width: 100%;
    height: 17vw;
    position: relative;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #9edbdb calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #9edbdb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  min-width: 960px;
  min-height: 178px;

  /* 以下任意のスタイル */
  padding: 20px 0 0; 
}
.main_title img{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
}
.Category{
    width: 200px;
    position: fixed;
    display: block;
    right: 0;
    bottom:0;
    z-index: 99;
}
.Category h2
{
    text-align: center;
    font-size:30px;
    margin: 50px auto 20px;
}
.CategoryNav li{
     list-style: none!important;
     width: 166px;
     margin: 0 auto;
     padding:0 6px;
}
.CategoryNav li:hover 
{
    width:300px;
    margin: 0;
}
.ease{
  transition-timing-function: ease;
}
.Category .flex{
    width: 90%;
    margin: 0 auto;
}
.Categorybtn{
    display:inline-block;
    background: #0068b7;
    color: #fff;
    padding:6px;
    width:178px;
    border: 5px double #fff;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
    transition:.3s ease-out;
    font-size: 15px;
    text-align: center;
}

.Alink{
  width: 300px;  
}

ul,ol{
    list-style:auto!important;
}
ul li,
ol li{
    line-height: 2rem;
    margin: 4px auto;
    font-size: 1.1vw;
}
.Categorytitle{
    width: 123px;
    margin: 0 auto;
    font-size: 14px;
    padding: 3px 0;

}
.CategoryNav{
    width: 100%;
}

.Categorybtn:hover{
  transition-timing-function: ease;
  border: 5px double #fff;
  color: #fff;
  background-color: #e95283;
}
.ease{
  transition-timing-function: ease;
}
.contactbtn{
    display:inline-block;
    background: #e95283;
    color: #fff;
    padding:6px;
    width:178px;
    border: 5px double #fff;
    text-decoration: none;
    outline: none;  
    transition:.3s ease-out;
    font-size: 15px;
    text-align: center;
}
.active{
    background: #e95283;
    transition-timing-function : ease;
}
.contactbtn:hover{
     background: #0068b7;
     color: #fff!important;
}

.link_btn_Box {
    display:inline-block;
    background: #edeef2;
    color: #333;
    padding:15px 0 0 0;
    width: 16%;
    border: 5px double #fff;
    text-decoration: none;
    outline: none;  
    transition:.3s ease-out;
    font-size: 15px;
    text-align: center;
}
.link{
    color:#333;
}
.link_btn img{
    width: 30%;
}
.bannerArea{
    width: 50%;
    margin: 5px auto;
}
.link_btn_Box{
    margin: 20px 10px 5px;
}
.link_btn_Box p{
    text-align: center;
    margin: 15px 0;
    font-size:12px;
    color:#333;
}
.banner4{
    width: 45%;
    margin: 20px 20px 0 0;
    float: left;
}
.banner4 img{
    width: 100%;
    margin: 0 13px
}
.abtn,
.bbtn{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 350px;
	padding: 1rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
    font-size: 13px;
    margin: 15px 0;
    box-shadow: 2px 5px 5px #999;
}

.abtn:hover,
.bbtn:hover{
	background: #44c6f2;
	color: #fff;
}
.bbtn{
    margin:0;
}
.sarch_area{
    width: 86%;
    margin: 30px 0;
    border-radius: 10px;
    background-color:#edeef2;
    box-shadow: 7px 5px 5px #c9c9c9;
}
.sarch_box{
    width: 50%;
    margin: 0 auto;
}
.input{
    width: 86%!important;
}

.textBox{
margin: 0 auto;
padding:15px 0;
}
.textBox p{
   text-align: center;
    font-size:1rem;
}

#site-search{
    width: 90%;
    border-radius: 30px;
    margin: 25px 0;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  overflow: hidden;
  width: 50%;
  margin: 20px auto;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
  background: #edeef2;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.glayback{
    width: 86%;
    height: auto;
    background-color: #edeef2!important;
    margin: 50px 0;
    padding: 0!important;
    position: relative;
    box-shadow: 7px 5px 5px #c9c9c9!important;
}


.textbook .A_Box{
    height: 30vw;
}
.environment{
     height: auto;
}
.glayback h3{
    font-size:30px;
    padding: 2% 0;
}

h4,h5{
    font-size:20px!important;
    padding: 2%!important;
    color:#0068b7!important;
    line-height: 1.5rem!important;
}

.back_blue{
    background-color: #dceef9!important;
    width: 90%;
    min-width: 700px;
    height:auto;
    margin: 30px 0 0 10%;
    padding: 5px 0px!important;
    border-radius:10px!important;
    opacity: 0;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
delayScroll ul{
    margin: 0 auto;
    width: 90%;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


h4,h5{
    font-size: 1.5vw!important;
    font-weight: 500!important;
    color:#e95283!important;
}
.answer p,
.answer li a,
.answer li a
{
    font-size: 1.3vw;
    line-height: 1.6;
    
}
.Q_Box,.A_Box{
    width: 90%;
    min-width: 500px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    height: auto;
    min-height: 146px;
    margin: 20px 34px;
    position:relative;
}

.Q_Box::after{
    content: url(../image/fqa/question.svg);
    display: inline-block;
    width: 95px;
    position: absolute;
    right: 0;
    bottom: -6px;
}
.A_Box::after{
    content: url("../image/fqa/answer.svg");
    display: inline-block;
    width: 129px;
    position: absolute;
    right: 0;
    bottom: -6px;
}
.Q,.A{
    font-size: 56px;
    color: #0068b7;
    font-weight: bold;
    padding: 2%;
}
.A{
    color: #e95283;
}
.question,.answer{
    width: 76%;
    margin: 20px 10px;
}
.Q_Box p,.A_Box p{
    padding:0 10px;
}
.question p{
    font-size: 1.6vw;
    margin: auto 0;
}
.dotted_border{
    border:dashed 1px #0068b7;
}
.annotation{
    font-size: 16px;
    color: #333;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.pink{
    color:#e95283;
    font-weight: 600;
}
footer{
    width: 100%;
    height: 50px;
    background-color:#0068b7;
}
footer p{
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
}
@media screen and (max-width: 1350px){
.bannerArea{
    width: 80%;
    margin: 5px 20px 0!important;
}
.answer p,
.answer li a,
.answer li a
{
    font-size:16px;
    line-height: 2rem;
    padding: 0px;
}
}
@media screen and (max-width: 1300px){
    .glayback,
    .sarch_area{
            width: 83%;
    }
.question,.answer{
    width: 63%!important;
}
    
}
@media screen and (max-width: 1100px){
    .glayback,
    .sarch_area{
            width: 80%;
    }
.bannerArea{
    width: 80%;
    margin: 5px 20px 0!important;
}
}
@media screen and (max-width: 1000px){
.glayback,
.sarch_area{
            width: 80%;
    }
h4,h5{
        font-size: 15px!important;
    }
.question,
.answer p,
.answer li a,
.answer li a
{
    font-size: 16px;
}
.question p {
    font-size: 18px;
}
.back_blue{
            margin: 30px 0 0 0;
    }
.question,.answer{
    width: 60%!important;
}

}
@media screen and (max-width: 950px){
.Category{
          left:740px;
    }
    .glayback,
    .sarch_area{
            width: 50%;
            min-width: 740px;
    }
html{
       max-width: 950px; 
    }
}

