﻿
/*2020.11*/

@media screen and (max-width : 768px) {

body {
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/*ヨコにしても文字サイズを変えない none*/
html {-webkit-text-size-adjust: none;}


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



.pcDisplay {display:none; height:0;}
.spDisplay {display:block;}


/*----------------------------------------------------
	BOX
----------------------------------------------------*/

body{
	font-size:0.8rem;
	}

/* heading */

h1{
    
    position: absolute;
    top: 3%;
    left: 3%;
   width: 70%;
   min-width: 280px;
}

h1 img {
	width: 100%;
	height: auto;
}



h2{
    
    font-size: 1.4rem;
	color: #2e86de;
	
    margin:0 0 40px 0;
}

p.en-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	font-size: 2.5rem;
	color: #b6b1b5;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.15em;
	font-weight: 600;
}
	
	#pc-nav {display: none;height: 0;}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 1px solid #fff;
    white-space: nowrap;
}

/* lead */

.top-lead{
	
    text-align: center;
    font-weight: bold;
	color: #2e86de;
	padding-top: 200px;
	font-size: 1.5em;
}


.top-lead span.bgLRextend::before{
    background:#2e86de;
}



/* main-area */

#main-area{
    width:100%;
    margin:0 auto;
    padding: 50px 0 0 0; 
}



.bx-wrapper{
    box-shadow:none;
    border:none;
}
	
	
	

/* service */



#service #srvice-box,
#service #workshop-box 
	{
    margin:30px 0 50px 0;
}



#about{
   
    margin:0 0 0 0;
}


#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 90%;
    margin:0 auto;
}

#service #workshop-box .service-area{
   margin-bottom: 30px;
}


/*1目は左右を逆に*/
/*#service .service-area::first-child{
     flex-direction: row-reverse;
}*/


/*背景グレー*/

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 43em;
    background:#f3f3f3;
    left:-5%;
    top:20%;
    z-index: -5;
}




#service .service-area .img{
    width:100%;
}




#service .service-area .title-box {
	
	width: 100%;
}

#service .service-area .title-box p,
	#service .service-area #workshop .title-box p
	{
	font-size: 0.875rem;
	line-height: 1.5em;
	color:#2e86de;
	border-bottom: 4px solid #2e86de;
		padding-bottom: 10px;
	margin-bottom: 10px;
	
}
	



#service .service-area .content{
    width:100%;
    top:-10px;
	
    opacity: 1;
    z-index: 1;
}


#service .service-area .content-area{
    
}

#service .service-area .content-area h3{
     line-height: 1.7;
    font-size: 1.1rem;
    margin: 0 0 10px 0;
}



#service .service-area .content-area p{
     margin:0 0 30px 0;
	font-size: 0.875rem;
}

/**/

#srvice-box .left-box {
	width: 60%;
	min-width: 300px;
	margin: 100px auto 0 auto;
}



#srvice-box .left-box dl {
	background: rgba(184, 231, 255, 0.5);
	margin-bottom: 40px;
	position: relative;
	padding: 25px;
}

#srvice-box .left-box dl dt{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #2e86de;
}

#srvice-box .left-box dl dt span{
	font-size: 2.3rem;
	font-weight: 600;
	color: #2e86de;
	position: absolute;
	top: -35px;
	left: 5px;
}

#srvice-box .left-box dl dd{
	font-size: 0.9rem;
	
}

	
	

/*workshopカード*/

.l-wrapper_01 {
  margin: 1rem auto;
  width: 100%;
	
	position: relative;
	z-index: 3;
	
}



.card_01 {
width: 60%;
 margin: 0 auto 50px auto;
  color: #212121;

	
}


.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 0 0;
  font-size: 1.1rem;
	color: #666;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
	line-height: 1.4;

}




.card__body_01 {
 
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}



.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
	font-size: 1.0rem;
	padding: 0.3em 0em 0.1em 0.3em;
	position: relative;
}

.button_01 a {

	
}

.button_01.-compact {
 
  color: #2e86de;
  font-weight: bold;
	text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #b8e7ff;
}


.button_01::before {
            background-color: #2e86de; /* 線の色 */
  bottom: -5px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 80px; /* 線の長さ */
        }

	
	
	


/* about */


#about h2{
    text-align: center;
	font-size: 1.1rem;
	margin-top: -10px;
    
}

/*@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}*/

#about .about-list{
   width: 90%;
    margin: 0 auto 40px auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
	font-size: 0.875rem;
	color: #666;
	list-style: none;
}

#about .about-list li:first-child {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

#about .about-list dl{
   display: block;
}

#about .about-list dt{
    width:100%;
    padding: 0 0 0 0;
	color: #000;
		font-weight: 600;
}



#about .about-list dd{
    width:100%;
	color: #666;
}
#about .about-list dd p {
	font-weight: 600;
	margin-top: 10px;
	font-size: 0.8;
}

#about .about-list dd p:first-child {
	margin-top: 0;
}	
	.iframewrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}	
	



/* footer */

#footer #network-box {
	background: #f5f5f7;
	padding: 50px 0 50px 0;
	
}

#footer #network-box dt {
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #666;
}

#footer #network-box dd ul {
	text-align: center;
	
}
	#footer #network-box dd ul li {
		margin: 0;
	padding: 0;
		line-height: 1;
		font-size: 0.875rem;
	}
#footer #network-box dd ul li a{
	font-size: 0.875rem;
	display: block;
	color: #2e86de;
}
#footer #network-box dd ul li a:hover{
	font-weight: 600;
}

#footer #network-box dd ul li a:before {
content: "\f39c";
font-family: ionicons;
font-size: 1.0rem;
	padding-right: 0.5em;
	
}

#footer{
    background: #fff;
    position: relative;

	text-align: center;
    
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.15em;
   text-align: left;
    color: #fff;font-size: 1.1rem;
	margin-bottom: 30px;
}
#footer .footer-logo span{
    display: block;
	font-size: 0.6rem;
}

#footer .footer-add{
  text-align: left;
    letter-spacing: 0.15em;
	font-size: 0.875rem;
}

	#footer .footer-add a{
  color: #fff;
		text-decoration: none;
}
	
#footer .footer-add span{
  display: block;
    letter-spacing: 0.10em;
	font-size: 1.2rem;
	font-weight: 600
}

#footer #name-box {
	background: #2e86de;
	padding: 40px 0 30px 0;
	
}
#footer #name-boxinn {
	width: 90%;
	margin: 0 auto 0 auto;
}

#footer #name-boxinn .splits{
	
	color: #fff;
	margin-bottom: 40px;
}

#footer #name-box small{
    color: #fff;
	padding: 0 1em;
}
	
	
	


/*ページ*/



body.page #header p {
	    text-transform: uppercase;
   
    font-size: 1.7rem;
    color: #b6b1b5;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: 0.05em;
	margin: 3% 3% 40px 3%;
	line-height: 1.1;
	border-bottom: 1px solid #b6b1b5;
	padding-bottom: 30px;
}

body.page #header p span {
	font-size: 1.1rem;
	color: #2e86de;
	display: block;
	font-weight: 600;
}

body.page {
	background: #f5f5f7;
}

body.page #container section {
	width: 85%;
	margin: 0 auto 50px auto;
}

body.page section h1 {
	font-size: 1.5rem;
	text-align: center;
	position: static;
	color: #2e86de;
	margin-bottom: 50px;
	line-height: 1.4;
}
body.page section p {
	font-size: 0.875rem;
	text-align: center;
	
}
body.page section .splits {
	display: block;
	margin: 0 0 50px 0;
}

body.page section .splits figure {
	width: 100%;
}

body.page section .splits p {
	width: 100%;
	font-size: 0.875rem;
	text-align: left;
	font-weight: 600;
	line-height: 2;
}

body.page section dl.body {
	margin-bottom: 5px;
}
body.page section dl.body dt {
	font-size: 1.0rem;
	font-weight: 600;
	color: #2e86de;
}
body.page section dl.body dd {
	font-size: 0.875rem;
	
}





table {
  width: 100%;
  font-size: 0.8rem;
  margin: 0 auto 50px auto; }

#kaigo table {
	margin-bottom: 50px;
}

table th, table td {
  border: 1px solid #cccccc;
  padding: 7px 10px; }

/*両側のライン取る*/
table th:first-child, table td:first-child {
  border-left: none; }

table th:last-child, table td:last-child {
  border-right: none; }

table th {
  vertical-align: middle;
  font-weight: bold;
  color: #555555;
  padding: 7px 5px; }

table td, table th {
  text-align: left; }

td.bold {
	font-weight: 600;}

th {
background-color: rgb(241, 243, 227);
}
td {
    background-color: rgb(245, 245, 245);
}


#about.page .about-list
{
    width: 100%!important;
    margin: 0 auto!important;
	max-width: 100%!important;
	
}

	
#about.page p {
	font-size: 1.0rem;
	font-weight: 600;
	margin-bottom: 10px;
}


/**/

body.page #footer #name-box
 {
    background: #2e86de;
    padding: 50px 0 30px 0;
}

body.page #footer .footer-logo
 {
    
    font-size: 1.0rem;
	 margin-bottom: 30px;
}

body.page #footer .footer-add span
 {
    
    font-size: 1.1rem;
    font-weight: 600;
}


body.page #footer #name-boxinn .splits
 {
    display:block;
     margin-bottom: 30px;
}



/*検定*/

#kentei dl.body a {
	display: block;
	color: #2e86de;
}

#kentei dl.body a:before {
	content: "\f3d6";
font-family: ionicons;
font-size: 1.2rem;
padding-right: 0.5em;
}

#kentei dl.body a:hover {
	color: #56a6ff;
}



#kentei .about-list {
	background: #b8e7ff;
}
#kentei .about-list dt{
	font-weight: 600;
	color: #2e86de;
	font-size: 1.1rem;
}

#kentei .about-list li:first-child{
    border-top: none;
   
}
	
	#kentei .about-list li:last-child{
    border-bottom: none;
   
}


#kentei .about-list li
 {
    border-bottom: 6px solid #fff;
   padding: 15px;
	 
}
	
	
	

/*!! DONT DEL !!*/

}
