

@media print {
	
	
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}





/* webフォントのちらつき対応 ---------------------------------------------- */




html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';

	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */

.ctr_t{
    margin-top: 90px !important;
}


.cp_bg{
    margin-top: 90px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 1500px 600px;
}


.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1500px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0

}

/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 10;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    
    
    background:#FFFFFF;
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}


#header{

	width:100%;
	height:90px;
	margin:0 auto;
    position: relative;

}

header{

	width:100%;
	height:90px;
	margin:0 auto;

	box-sizing:border-box;
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;


background: #506a90;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:40px 0 40px 0;
	box-sizing:border-box;


}

address{
	font-size:14px;
	line-height:140%;

    text-align: center;


    margin-bottom: 12px;


}

.ad_ttl{
	font-size:20px;
	line-height:140%;
    text-align: center;
    color:#FFFFFF;

    
}

footer a{
    color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
    color:#FFFFFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;
}








html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}








.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;
padding-top: 80px;
box-sizing: border-box;


z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_txt{

}









/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 80px;
    height: 80px;
	position: fixed;
	right: 15px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{


    text-align: right;
    position: absolute;
    z-index: 9;
    width: 100%;
    top:-4px;

    box-sizing: border-box;
    
 
    font-family: 'noto400';
}

#g-nav-list ul{



}

#g-nav-list ul li{
    display: inline-block;
    font-size:18px;
	line-height:150%;
	margin-right:20px;

}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#412626;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:hover{
	color: #134ea6;

}


#g-nav-list ul li span{
    display: none;

}


#g-nav-list ul li em{
    width: 170px !important;
    padding: 12px 0px 12px 0px;
    font-size: 18px;
    line-height: 100%;
    color: #134ea6;
    box-sizing: border-box;
    text-align: center !important;
    
    display: inline-block;
    transition: all  0.3s ease;
}

.nav_bg01{
    background:#FFFFFF;
    border: 1px solid #134ea6;
    
    border-radius: 30px;
}



#g-nav-list ul li a em:hover{
    background:#134ea6;
    color:#FFFFFF;


}


.gnav_on{
	color: #134ea6 !important;

}






  
  
  
  


/* h1 h2 h3 h4 h5 ---------------------------------------------- */

/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{

width: 272px;
height: auto;
position: absolute;
top:26px;

z-index: 100;

}

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



.h2_ct{
    text-align: center !important;
}



h2.h2_01{
    font-size: 30px;
    line-height: 140%;
    color: #90acc4;
    font-family: 'noto700';
    font-weight: normal;    
    margin-bottom: 40px;
}


h2.h2_01 p{
    font-size: 45px;
    line-height: 120%;
    color: #b43f1b;
    font-family: 'noto700';
    font-weight: normal;
    margin-bottom: 4px;
}




h3.h3_01{
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    font-family: 'noto400';  
    font-weight: normal;
    color: #FFFFFF;
    
background: linear-gradient(129deg, rgba(25,56,114,1) 0%, rgba(68,112,193,1) 100%);
  
  padding: 15px 10px 17px 10px;
  margin-bottom: 40px;
}



h4.h4_01{
    font-size: 28px;
    line-height: 140%;
    font-family: 'noto400';  
    font-weight: normal;
    color: #171717;
    

  margin-bottom: 35px;
}

h4.h4_01::first-letter{
    color: #134ea6;

}


.h5_01_btm01{

  margin-bottom: 35px;
}

h5.h5_01{
    font-size: 25px;
    line-height: 140%;
    font-family: 'noto400';  
    font-weight: normal;
    color: #171717;
    padding-left: 40px;
    
    background: url("../img/common/h5.jpg") left center no-repeat;

}


/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	top: 50%;
	left: 50px;
	transform: translate(0%, -50%);
    text-align:left;


}

.tp_mg_in dl dt{
    font-size: 214px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;

}


.tp_mg_in dl dt em{
    font-size: 146px;
    line-height: 100%;
    color:#000000;
    margin-left: -25px;
    margin-right: -30px;

}
 
  
.tp_mg_in dl dd{
    font-size: 50px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;    
}
    
.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
}

.slider_in{
	position: absolute;
    width: 770px;

	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
    text-align: center;


}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in dl dt{
margin-bottom: 20px;
text-align: center;
}


.slider_in dl dd{

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

text-align: center;
margin: 0 auto;
}




.matrix .bg-wrap,
.matrix .bg-wrap .inn,
.matrix .bg-wrap01 .inn01
{
  display: block;
}
 
.matrix .bg-wrap .bg-wrap01{
  overflow: hidden;
  opacity: 0;
}


.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 80);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix .bg-wrap01 .inn01 {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 80);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}


 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}


 .matrix.is-animated .bg-wrap01{
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap01 .inn01{
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
 
 



.sd_c{


	position: absolute;


	z-index: 2;
    bottom: 50px;
	right:70px;
    
    animation: rotateAnimation 25s linear infinite;
    width: 750px;
    height: 750px;
    
    background: url("../img/top/slide_on.png") no-repeat;
    
    background-size: 750px 750px;
    
    border-radius: 30%;

  opacity: 0.4;
  
    /*----- 以下はお好みで */
/*    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 2px solid #dc5a45;
    border-right: 2px solid #e8c72e;
    border-bottom: 2px solid #3d8582;
    border-left: 2px solid #aaa;
    background: #eee;*/
    
}



@keyframes rotateAnimation{
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
    

}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#000000;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #000000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}







/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:750px;

	z-index:5;


	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/* 各ページイメージ ---------------------------------------------- */






.contact_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 70px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



/* ボタンの基本スタイル */

.btn_c{
    margin: 0 auto 0 auto !important;
}

.btn_r{
    margin: 0 0 0 auto !important;

}

.btn{
    max-width: 260px;
    width: 100%;
    height: 60px;
    
    
  
}


.btn a {
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
  height: 60px;
  padding: 0 0;
  background-color: #21BE78;
  font-size: 18px;
    font-family: 'noto500';
    
    margin: 0 auto;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
   border-radius: 30px;
}



.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 14px;
  height:14px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* 背景グラデーションのスタイル */
.btn-gradation01 a {
  background-image: linear-gradient(to right, #193872 0%,#4470c1 100%);
  background-size: 200% auto;
  background-position: right center;
}

/* ホバー時のスタイル */
.btn-gradation01 a:hover {
  background-position: left center;
}





.btn01{
    max-width: 260px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}


.btn01 a {
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
  height: 60px;
  padding: 0 0;
  background-color: #506a90;
  font-size: 18px;
    font-family: 'noto500';
    
    margin: 0 auto;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
   border-radius: 30px;
}

.btn01 a:hover{
  background-color: #35527c;
  color: #fff;
}



/* トップ 「人間力の育成」開講に際して　------------------------------------------ */



.tp_b001{ 
    margin-bottom: 40px;
}

.tp_b001 dl dt{    
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto500';

    margin-bottom: 25px;
}


.tp_b001 dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}

.tp_b001 dl dd{    
    font-size: 20px;
    line-height: 200%;
}






/* トップ 入口　------------------------------------------ */


.tp_ig01{
}


.tp_ig01 ul li{
    width: calc(100% / 3);
    height: 500px;
    background: #e7e6e6;
    float: left;   
    border-right: 1px solid #bebebe;
    box-sizing: border-box;  
}

.cpy01 td ul li:last-child{
    border-right: none;
}


.tp_ig01 ul li dl dt p{
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto500';
    margin-bottom: 10px;
}

.tp_ig01 ul li dl dt{
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto400';
    margin-bottom: 20px;
    text-align: center;
}


.tp_ig01 ul li dl dd{
    max-width: 68px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.tp_ig01 ul li a{
    display: block;
    width: 100%;
    height: 500px;
    background: #e7e6e6;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    transition: all  0.3s ease;
}

.tp_ig01 ul li a:hover{
    background: #ddd7d7;
}




/* トップ ニュース　------------------------------------------ */


.news_01{
    margin-bottom: 40px;

}

.news_01 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 100px;
}

.news_01 dl dd{
    padding-left: 120px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e3dbc8;

}

.news_01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.news_01 dl dd a:hover{
    color: #b43f1b;
    text-decoration:underline;
}



/* トップ 研究部門　------------------------------------------ */



.tp_rd_bg{
	width: 100%;
	height:1200px !important;
	background:url("../img/top/02_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_rd_out{
}

.tp_rd_out ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    
    background: #FFFFFF;
    border-left: 25px solid #506a90;
    padding: 30px;
    box-sizing: border-box;
}

.tp_rd_out ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_rd_out ul li:nth-child(3){
    margin-bottom: 0px;
}

.tp_rd_out ul li:nth-child(4){
    margin-bottom: 0px;
}


.tp_rd_in{
}

.tp_rd_in dl{
    margin-bottom: 20px;

}

.tp_rd_in dl dt{
    height: 80px;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    background: #506a90;
    margin-bottom: 20px;
    
    border-radius: 15px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_rd_in dl dd{
    height: 160px;
    font-size: 20px;
    line-height: 180%;
}


/* トップ 公開講座・教室案内---------------------------------------------- */



.rp_li{
}

.rp_li ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;  
  
}

.rp_li ul li:nth-child(2n){
    margin-right: 0%;
}

.rp_li ul li dl{
    margin-bottom: 30px;

}

.rp_li ul li dl dt{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'noto500';    
}

.rp_li ul li dl dd{
    text-align: center;
}



/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_bg{
    background: url("../img/common/ctt_bg.jpg") repeat;
}


.cmm_ctt_in{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;

}

.cmm_ctt_in01{

}

.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: center;


}

.cmm_ctt dl dd{
    font-size: 18px;
    line-height: 100%;
    text-align:center;
}

.cmm_ctt dl dd p{
    font-size: 50px;
    line-height: 100%;
    text-align:center;
    color: #356414;

    font-family: 'noto700';     
}



.cmm_ctt dl dd a{
    color: #356414;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #356414;
    text-decoration: none;
}



.cmm_ctt_btn{
    max-width: 380px;
    width: 100%;
    height: 60px;
    margin:  0 auto;
background: linear-gradient(129deg, rgba(64,121,15,1) 0%, rgba(31,171,100,1) 100%);
    border-radius: 30px;
}

.cmm_ctt_btn a{
    display: block;
    max-width: 380px;
    width: 100%;
    height: 60px;
    margin:  0 auto;
    
background: linear-gradient(129deg, rgba(64,121,15,1) 0%, rgba(31,171,100,1) 100%);

    border-radius: 30px;
    
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   

}

.cmm_ctt_btn p{
position:relative;

padding-left: 50px;
}

.cmm_ctt_btn p:before{
content: '';
display: block;
width: 38px; 
height: 25px;
background-image:url("../img/common/ctt_01.png");
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:0px;
left: 0;

}


.cmm_ctt_btn a:hover{
    background:#2c5709;
    color:#FFFFFF;

}


/* トップ /* トップ 研究部門　------------------------------------------ */

.ii_tab{
    max-width: 870px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.ii_tab ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ii_tab ul li:nth-child(3n){
    margin-right: 0%;
}

.ii_tab ul li a{
    display: block;
    width: 100%;
    height: 60px;
    background: #677fa0;
    border: 1px solid #677fa0;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    
    border-radius: 7px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;   
}

.ii_tab ul li a:hover{
    background:#FFFFFF;
    color: #677fa0;
    border: 1px solid #677fa0;
}




.ii_tab01{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.ii_tab01 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ii_tab01 ul li:nth-child(4n){
    margin-right: 0%;
}

.ii_tab01 ul li a{
    display: block;
    width: 100%;
    height: 60px;
    background: #677fa0;
    border: 1px solid #677fa0;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    
    border-radius: 7px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;   
}

.ii_tab01 ul li a:hover{
    background:#FFFFFF;
    color: #677fa0;
    border: 1px solid #677fa0;
}










.ii_tab_on{
    background:#FFFFFF !important;
    color: #677fa0 !important;
    border: 1px solid #677fa0 !important;
}





.ii_tbl{
    margin-bottom: 70px;
}

.ii_tbl table{
	width:100%;
	height:auto;

}

.ii_tbl tr{
    background: #efecec
}

.ii_tbl th{
    width: 180px;
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    
    color: #171717;
 
    padding: 10px 15px;
    text-align: center;
    
    border-bottom: 8px solid #FFFFFF;
    
    border-right: 8px solid #FFFFFF;
    box-sizing: border-box;    
}

.ii_tbl td{
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

    color: #171717;    

    padding: 10px 15px;
    
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;    
    box-sizing: border-box;   
}

.ii_tbl td:nth-child(2){
    width: 260px;
    text-align: center !important;
}

.ii_tbl td:last-child{
    border-right:none;
}

.ii_tbl tr:nth-child(odd){
    background:#e0e8ee;
}


.ii_tbl01{
    margin-bottom: 70px;
}

.ii_tbl01 table{
	width:100%;
	height:auto;

}

.ii_tbl01 tr{
    background: #efecec
}

.ii_tbl01 th{
    width: 180px;
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    
    color: #171717;
 
    padding: 10px 15px;
    text-align: center;
    
    border-bottom: 8px solid #FFFFFF;
    
    border-right: 8px solid #FFFFFF;
    box-sizing: border-box;    
}

.ii_tbl01 td{
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

    color: #171717;    

    padding: 10px 15px;
    
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;    
    box-sizing: border-box;   
}



.ii_tbl01 td:last-child{
    border-right:none;
}

.ii_tbl01 tr:nth-child(odd){
    background:#e0e8ee;
}


.ii_tbl01 td a{
     color: #7596af;
     text-decoration: underline;
}

.ii_tbl01 td a:hover{
     color: #7596af;
     text-decoration:none;
}




.ii_tbl02{
    margin-bottom: 70px;
}

.ii_tbl02 table{
	width:100%;
	height:auto;

}

.ii_tbl02 tr{
}

.ii_tbl02 th{
    width: 180px;
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    
    color: #171717;
    background: #c9e8e8;
 
    padding: 10px 15px;
    text-align: center;
    
    border-bottom: 8px solid #FFFFFF;
    
    border-right: 8px solid #FFFFFF;
    box-sizing: border-box;    
}

.ii_tbl02 td{
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

    color: #171717;
    background: #f7f7f7;

    padding: 10px 15px;
    
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;    
    box-sizing: border-box;   
}

.ii_tbl02 td:last-child{
    border-right:none;
}

.ii_tbl02 td a{
     color: #7596af;
     text-decoration: underline;
}

.ii_tbl02 td a:hover{
     color: #7596af;
     text-decoration:none;
}







.ii_tbl03{
    margin-bottom: 70px;
}

.ii_tbl03 table{
	width:100%;
	height:auto;


  table-layout: fixed;
}

.ii_tbl03 tr{
    background: #efecec
}

.ii_tbl03 th{
    width: 160px;
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    
    color: #171717;
 
    padding: 10px 15px;
    text-align: center;
    
    border-bottom: 8px solid #FFFFFF;
    
    border-right: 8px solid #FFFFFF;
    box-sizing: border-box;    
}

.ii_tbl03 td{

    width:calc(100% - 160px / 3);
    
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

    color: #171717;    

    padding: 10px 15px;
    text-align: center;
    
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;    
    box-sizing: border-box;   
}


.ii_tbl03 td:last-child{
    border-right:none;
}

.ii_tbl03 tr:nth-child(odd){
    background:#e0e8ee;
}


.ii_tbl03 td a{
    color: #171717;
    text-decoration: underline;
}

.ii_tbl03 td a:hover{
    color: #171717;
    text-decoration:none;
}








.ii_001{
    max-width: 600px;
    width: 100%;
    height:auto;
    margin: 0 auto 40px auto;
    
    position: relative;



}

.ii_001_l{
    width: 33%;
    height: auto;
    float: left;
/*    background: #F59FA1;*/
}

.ii_001_r{
    width:65%;
    height: 100vh;
    max-height: 286px;
    float: right;
/*    background: #F59FA1; */
    position: relative;  
    
    z-index: 2;
}

.ii_001_l img{
    vertical-align: top;

}

.ii_001_r_in{
    width: 100%;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    text-align: center;
    
}
.ii_001_r_in dl dt{
	font-size:28px;
    line-height: 160%;
}

.ii_001_r_in dl dd{
	font-size:36px;
    line-height: 160%;
}


.ii_002{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 70px;

}



/*  研究部門　------------------------------------------ */

.rd01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 70px;

}

.rd01 a{
     color: #7596af;
     text-decoration: underline;
}

.rd01 a:hover{
     color: #7596af;
     text-decoration:none;
}




.rd02{
    margin-bottom: 70px;
}

.rd02 dl dt{
    
    float: left;
    clear: both;
    
    max-width: 140px;
    width: 100%;
    height: 40px;
    background: #d38e08;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 3px;
    box-sizing: border-box;
    border-radius: 5px;



   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.rd02 dl dd{
    height: 40px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 15px;
/*    
    background: #724B4C;*/


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rd02 dl dd:last-child{
	margin-bottom:0px;
}



/*  活動報告　------------------------------------------ */


.ar01{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 50px;

}

.ar01 a{
     color: #7596af;
     text-decoration: underline;
}

.ar01 a:hover{
     color: #7596af;
     text-decoration:none;
}





.ar02{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 70px;
}

.ar02 a{
     color: #7596af;
     text-decoration: underline;
}

.ar02 a:hover{
     color: #7596af;
     text-decoration:none;
}


.ar_list01{
margin-top: 20px;
}

.ar_list01 ul li{
    list-style: decimal;
    margin-bottom: 7px;
    margin-left: 25px;
}

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


.ar_img00{

    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align: center;
}



.ar_img01{
    max-width: 440px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}




.ar_img02{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.ar_img02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ar_img02 ul li:nth-child(2n){
    margin-right: 0%;
}



.ar_img03{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.ar_img03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.ar_img03 ul li:nth-child(2n){
    margin-right: 0%;
}

.ar_img03 ul li:nth-child(3){
    margin-bottom: 0px;    
}

.ar_img03 ul li:nth-child(4){
    margin-bottom: 0px;    
}



.ar_img04{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.ar_img04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.ar_img04 ul li:nth-child(3n){
    margin-right: 0%;
}


.ar_img04 ul li img{
    width: 100%;
    margin-bottom: 10px;

}

.ar_img04 ul li p{
    height: 100px;
    font-size: 15px;
    line-height: 150%;
}







/*  研究成果　------------------------------------------ */

.rr01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;

}

.rr01 a{
     color: #7596af;
     text-decoration: underline;
}

.rr01 a:hover{
     color: #7596af;
     text-decoration:none;
}



/*  論語素読教室　------------------------------------------ */



.fi_tbl04{
    width: 100%;
    margin-bottom: 40px;
}

.fi_tbl04 table{
    width: 100%;
}

.fi_tbl04 table th{
	width:120px;
	padding:10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;
    background: #F4F4F4;
    vertical-align:middle;
    text-align: center;
    border: 1px solid #a6a3a3;
}

.fi_tbl04 table td{
	padding:10px 15px;
	box-sizing:border-box;
    text-align: center;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border: 1px solid #a6a3a3;
}

.fi_bg01{
    background: #F4F4F4;
}

.fi_tbl04 p{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: right;

}

.fi_tb_t{
    margin-top: 15px;
    font-size: 16px;
    line-height: 140%;

}









/*  会社案内　------------------------------------------ */


.cpy01{
	width:100%;
	height:auto;
	margin-bottom:80px;
}

.cpy01 table{
	width:100%;
	height:auto;

}

.cpy01 th{
    width: 140px;
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    
    border-bottom: 1px dotted #3a3a3a;

 
    padding: 10px 15px;
}

.cpy01 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    
    border-bottom: 1px dotted #3a3a3a;
    padding: 10px 15px;
}

.cpy01 td ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    padding-left: 10px;
    margin-bottom: 5px;
}

.cpy01 td ul li:last-child{
	margin-bottom:0px;
}

.cpy01 td ul li a{
    color: #000000;
    text-decoration: underline;
}

.cpy01 td ul li a:hover{
    color: #000000;
    text-decoration:none;
}


.cpy02{
    font-size: 16px;
    line-height: 180%;
}

.cpy02_map{
    margin-bottom: 80px;
}


/*  事業内容　------------------------------------------ */

.svs01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 30px;

}

.svs02{
    margin-bottom: 50px;
}

.svs02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;  
  
}

.svs02 ul li:nth-child(2n){
    margin-right: 0%;
}




.svs03{
    margin-bottom: 80px;
}

.svs03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;  
  
}

.svs03 ul li:nth-child(2n){
    margin-right: 0%;
}

.svs03 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    float:left;
    clear: both;
}

.svs03 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    
    border-bottom: 1px dotted #292929;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.svs04{
    margin-bottom: 0px;
}

.svs04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;  
    
    background: url("../img/service/03_bg.jpg") repeat;
    border-radius: 15px;
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
  
}

.svs04 ul li:nth-child(3n){
    margin-right: 0%;
}

.svs04 ul li dl dt{
    max-width: 190px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    text-align: center;
}

.svs04 ul li dl dd{
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
}







/*  採用情報　------------------------------------------ */

.rrt_tab01{
    margin-bottom: 40px;

}

.rrt_tab01 ul li{
    width: 24.25%;
    height: 60px;
    float: left;
    margin-right: 1%;  
    box-sizing: border-box;
}


.rrt_tab01 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt_tab01 ul li a{
    display: block;
    width: 100%;
    height: 60px;
    background: #677fa0;
    border: 1px solid #677fa0;
    padding-bottom: 2px;
    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500';   

    box-sizing: border-box;
    
    border-radius: 10px;    
    
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}


.rrt_tab01 ul li a:hover{
    background:#FFFFFF;
    border: 1px solid #677fa0;
    color: #677fa0;
}

.rrt_tab01_on{
    background:#FFFFFF !important;
    border: 1px solid #677fa0 !important;
    color: #677fa0 !important;
}


.rrt_01{
    margin-bottom: 70px;

}

.rrt_01 dl dt{
    font-size: 28px;
    line-height: 140%;
    color: #bd1212;
    margin-bottom: 15px;
    font-family: 'noto700';
    text-align: center;
}

.rrt_01 dl dd{
    font-size: 18px;
    line-height: 200%;

}




.rrt_02{
	padding:40px 30px 20px 30px; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #3973bb;/* ボックスの線 (太さ・種類・色)*/
    background: #f7f7f7;
    margin-top: 50px;
    margin-bottom: 60px;
}
.rrt_02 .box-title {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    
	background-color:#3973bb; /* タイトル背景色 */
	font-size: 20px;/* タイトル文字の大きさ */
    line-height: 140%;
	color: #fff ; /* タイトル文字色 */
	padding: 9px 20px 11px 20px;/*タイトルの余白*/
	position:absolute;/* 配置(ここを動かす) */
	top: -23px; /*上からの距離*/
	left: 20px; /*左からの距離*/
}










.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
  margin-bottom: 50px;
}

.rrt02_bx_l{
    width: 38%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt02_bx_r{
    width: 62%;
    height: auto;
    float:right;
    text-align: right;

}


.rrt02_bx_r img{
    vertical-align:bottom;

}

.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align:center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt02_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align:center;
}







.rrt003_ttl {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    
    box-sizing: border-box;
    
    position: relative;
    padding:20px 20px;
    color: black;
    font-size: 24px;
    line-height: 180%;
    font-family: 'noto700';
    text-align: center;
}

.rrt003_ttl::before,
.rrt003_ttl::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 3px;
    border-bottom: solid 3px;
}

.rrt003_ttl::before {
    border-left: solid 3px;
    left: 0;
}

.rrt003_ttl::after {
    border-right: solid 3px;
    right: 0;
}





.rrt003{
    margin-bottom: 70px;

}


.rrt003 dl dt{
    font-size: 24px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #767676;
}

.rrt003 dl dt:first-letter{
    color: #cc0000;
    font-size: 30px;    
}


.rrt003 dl dd{
    font-size: 16px;
    line-height:200%;
    
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;
}

.rrt003 dl dd:last-child{
	margin-bottom:0px;
}







.rrt004{
    margin-bottom: 80px;

}

.rrt004 ul li{
    width: 32%;
    height: 280px;
    float: left;
    margin-right: 2%;  
    box-sizing: border-box;
    
    background: url("../img/recruit/03/01_bg.jpg") repeat;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    box-sizing: border-box;
    
    border-radius: 15px;
    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
}

.rrt004 ul li:nth-child(3n){
    margin-right: 0%;
}


.rrt004 ul li:nth-child(4){
    margin-bottom: 0;
}

.rrt004 ul li:nth-child(5){
    margin-bottom: 0;
}

.rrt004 ul li:nth-child(6){
    margin-bottom: 0;
}



.rrt004_in{

}
.rrt004_img{
    max-width: 165px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}


.rrt004_b{

}

.rrt004_b dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

.rrt004_b dl dd{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto500';     
}


.rrt005{
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}

.rrt005 ul li{
width: 30%;
    height: 330px;
    
    float: left;
    
    margin-right: 5%;
    

background: url("../img/recruit/03/02_bg.jpg") repeat;

border-radius: 50%;
box-sizing: border-box;

    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt005 ul li:nth-child(3n){
    margin-right: 0%;
}



.rrt005_in{

}

.rrt005_in dl dt{
    font-size: 25px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.rrt005_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.rrt005_in dl dd{
    font-size: 75px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}

.rrt005_in dl dd em{
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}


.rrt005_in p{
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}



.rrt006{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 40px;

}

.rrt007{

}


.rrt007 dl dt{
    max-width: 140px;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 15px;
    
    border: 1px solid #236a23;
    
    color: #236a23;
    font-size: 21px;
    line-height: 100%;
    text-align: center;
}


.rrt007 dl dd{

}

.rrt007 dl dd ul li{

    background: url("../img/recruit/03/list.png") left 6px no-repeat;
    background-size: 14px 14px;
    font-size: 16px;
    line-height: 150%;
    margin-right: 25px;
    padding-left: 20px;
    box-sizing: border-box;
    
    float: left;

}






/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}









/* お問い合わせフォーム ---------------------------------------------- */




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 80px;
    
    background: #FFFFFF;
    
    border: 1px solid #437509;
    padding: 30px 30px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 14px;
    text-align: center;
}



.ctt_txt01 dl dd{
    font-size: 45px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
    text-align: center;
}


.ctt_txt01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:26px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 20px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 7px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}









.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{

    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



	
}

