@page {
    margin: 10mm;
    size: 210mm 297mm; /* A4縦サイズの場合 */
  }

@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');
}



/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;

    word-break:break-all;
}

*:first-child + html body {
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

body{
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1200px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */



    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;

    text-underline-offset: 3px;

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* 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;
}


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

/* PC用のスタイル記述 */
/* 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;
	color:#000;
	line-height:160%;
	text-align:left;

}	 

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




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



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


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

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

}

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

}

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

}

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

}



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

    overflow: hidden;
}

.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0px 0px;
}


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

.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

.container05{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

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


#header {
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
    box-sizing: border-box;

    background-color: #fff;
}

.head-animation {
    transform: translateY(-100%);
}


.header_bg{
    max-width: 1600px;
	width:100%;
	height:90px;
	margin:0 auto;

	position:relative;
}

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

	box-sizing:border-box;
}




.header_contact{
	position:absolute;
	top:10px;
	right:10px;

    width: 250px;
    height: 50px;

    padding: 0px;
    box-sizing: border-box;
    
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    text-align: right;

    font-feature-settings : "palt";
    letter-spacing:1px;

    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

.header_contact span{
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
}


.header_sns{
	position:absolute;
	top:10px;
	right:260px;
    
    line-height: 120%;
}


.header_sns ul li{
    float: left;
    margin-right: 7px;
}


.header_sns img{
 
}




.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


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


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


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


footer{
	width:100%;
	height:auto;
	margin:0 auto 0px;

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

.footer_in{	
	max-width:1600%;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
    padding: 15px 0px;
	box-sizing:border-box;

}



address{
	font-size:13px;
	line-height:160%;
	color:#000;

    letter-spacing: -0.04em;

    margin-bottom: 12px;


}


.f_cpy{
	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}







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.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.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{
     display: flex;
      justify-content: center;
      align-items: center;
  
    font-size: 44px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
   
   z-index: 9000;
    font-family: heisei-mincho-std, serif;
    font-style: normal;
    font-weight: 700;        
}










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

/*リンクを右下に固定*/
#page-top {
    width: 50px;
    height: 50px;
	position: fixed;
	right: 10px;
	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*/


.menu_out p{
	display:none;
}

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


.nav_time{
	display:none;
}


.nav_tel{
	display:none;
}


nav.gnav{
	position:absolute;
	top:55px;
	right:10px;

    box-sizing: border-box;
}


.gnav__wrap{

	z-index:6000;
}

.gnav__wrap ul{
    text-align: center;
}

.gnav__wrap ul li{
    display: inline-block;
	font-size:17px;
	line-height:150%;
	margin-right:18px;

    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;

}

.gnav__wrap ul li span{
	display:none;
}

.gnav__wrap ul li:last-child{
	margin-right:0px;
}


.gnav__wrap ul li a{
	color:#000;
	text-decoration: none;
	position: relative;
  	transition: .5s;

}

.gnav__wrap ul li a:hover{
	color: #eb6100;
}

.gnav_on{
    color: #eb6100 !important;

}


.menu_sns{
    display: none;
}


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


h1.h1_01{
    width: 360px;
    height: auto;
    position: absolute;
    top: 14px;
    left: 10px;


}

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

h2.h2_00{
    font-family: "ten-mincho", serif;

    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    color: #705a2f;
}

h2.h2_00 p{
    font-size: 60px;
    line-height: 160%;
    color: #ff8441;
}


h2.h2_01{
    font-family: "ten-mincho", serif;

    font-size: 14px;
    font-weight: 400;
    font-style: normal;

    color: #705a2f;

    margin-bottom: 40px;

}

h2.h2_01 p{
    font-size: 28px;
    color: #ff8441;
}

h2.h2_02{
    font-family: "ten-mincho", serif;
    text-align: center;

    font-size: 14px;
    font-weight: 400;
    font-style: normal;

    color: #705a2f;

    margin-bottom: 40px;

}

h2.h2_02 p{
    font-size: 28px;
    color: #ff8441;
}

h2.mgb_20{
    margin-bottom: 20px;
}


h3.h3_01{
    position: relative;
    width: 100%;
    color: #705a2f;

    text-align: center;

    font-size: 28px;
    line-height: 160%;

    margin-bottom: 40px;
    font-family: "ten-mincho", serif;
}

h3.h3_01::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    
    background-color: #eb6100;

    top: 100%;
    left: 50%;

    transform: translateX(-50%);
}

h4.h4_00{
    width: 100%;
    color: #705a2f;

    font-size: 23px;
    line-height: 160%;
    border-bottom: 2px solid #eb6100;

    margin-bottom: 20px;
}

h4.h4_00::first-letter{
    color: #eb6100;

}



h4.h4_01{
    width: 100%;
    color: #705a2f;

    font-size: 23px;
    line-height: 160%;
    border-bottom: 2px solid #4796c3;

    margin-bottom: 20px;
}

h4.h4_01::first-letter{
    color: #4796c3;

}


h4.h4_02{
    width: 100%;
    color: #705a2f;

    font-size: 23px;
    line-height: 160%;
    border-bottom: 2px solid #5ca439;

    margin-bottom: 20px;
}

h4.h4_02::first-letter{
    color: #5ca439;

}


h4.h4_03{
    width: 100%;
    color: #705a2f;

    font-size: 23px;
    line-height: 160%;
    border-bottom: 2px solid #ff9a00;

    margin-bottom: 20px;
}

h4.h4_03::first-letter{
    color: #ff9a00;

}

h4.h4_04{
    width: 100%;
    color: #705a2f;

    font-size: 23px;
    line-height: 160%;
    border-bottom: 2px solid #ed7090;

    margin-bottom: 20px;
}

h4.h4_04::first-letter{
    color: #ed7090;

}


h5.h5_01{
    position: relative;
    font-size: 18px;
    line-height: 140%;
    text-align: left;

    padding-top: 2px;
    padding-left: 20px;

    margin-bottom: 20px;

}

h5.h5_01::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        #eb6100 0%, #eb6100 75%,
        #705a2f 75%, #705a2f 100%
    );
}




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


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
    width:100%;
    height: 100%;
    min-height:calc(100dvh - 90px);

    z-index:5;

    margin-top: 90px;

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

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

    width: 80px;
    text-align: center;
    
    transform: translateX(-50%);
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
    position: absolute;
    top: -18px;
    left: 50%;
    /*テキストの形状*/
    color: #000000;

    width: 100%;

    font-family: "ten-mincho", serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;

    transform: translateX(-50%);
}

/* 線の描写 */
.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;
    }
}







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



.company_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/company/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}



.menu_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/menu/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 10px;
}

.service01_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/service/01/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.service02_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/service/02/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}


.recruit_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/recruit/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
        display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.order_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/order/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
        display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}


.contact_top_img{
    width: 98%;
    height:350px !important;
    background:url("../img/contact/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        display: flex;
    justify-content: center;
    align-items: center; 

    border-radius: 10px;
}


.news_top_img{
    width: 100%;
    height:350px !important;
    background:url("../img/news/main.jpg") center  no-repeat ; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        margin:100px auto 0px auto;
        
    display: flex;
    justify-content: center;
    align-items: center;     
}




/* 共通バナー ---------------------------------------------- */

.contact_banner{
    margin-top:100px;	
}

.contact_banner img {
    width:100%;
    height:auto;
    
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
    
.contact_banner:hover img {
    opacity: .6;
}

/* 共通問合せ ---------------------------------------------- */

.cmm_ctt_bg{
    width: 100%;
    height:320px !important;
    background:url("../img/common/ctt_bg.jpg") center  no-repeat ; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0px auto 0px auto;
    padding: 30px 50px;
    box-sizing: border-box;      
}

.cmm_ctt{
    width: 100%;
    text-align: center;
}

.cmm_ctt dl dt{
    font-size: 18px;
    line-height: 200%;
}

.cmm_ctt dl dd{
    font-size: 40px;
    line-height: 220%;
    color: #ff9a00;
}

.cmm_ctt_btn{

    width:280px;
    height:auto;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

}

.cmm_ctt_btn a{
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

    background:#705a2f;
    border: 1px solid #705a2f;
        box-sizing: border-box;

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

    border-radius: 25px;

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

}


.cmm_ctt_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #705a2f;
    color:#705a2f;
}


/* ページ共通背景 ---------------------------------------------- */



.bg_main{
    padding: 50px 0px;
    width: 100% !important;
    height:200px;
    background:url("../img/common/main_bg.png") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */

    box-sizing: border-box;
    margin: 90px auto 0px;
}

.tp_info_bg{
    width: 100% !important;
    height:auto;
    background:url("../img/top/tp_info_bg.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}

    
.button00{
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;

}

.button00 a{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 20px;
    transition: all 0.3s;

    background-color: #dd880e;
    border: 2px solid #dd880e;

    border-radius: 10px;
}

.button00 a:hover {
    color: #dd880e;
    background-color: #FFFFFF;
    border: 2px solid #dd880e;
}




.button01{
    text-align: center;
}

.button01 a{
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #8e6e0b;
    padding: 22px 35px 20px 80px;
    transition: all 0.3s;
}

.button01 a:before,.button01 a:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.button01 a:before {
    width: 10px;
    height: 10px;
    left: 22px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.button01 a:after {
    left: 0;
    background: #8e6e0b;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.button01 a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}
.button01 a:hover {
    padding: 22px 35px 20px 70px;
}
.button01 a:hover span {
    color: #fff;
}
.button01 a:hover:before {
    left: 40px;
}
.button01 a:hover:after {
    right: 0;
    width: 100%;
}











.button02{

    width:200px;
    height:auto;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

}

.button02 a{
    display: block;
    height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

    background:#dd880e;
    border: 1px solid #dd880e;
        box-sizing: border-box;

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

    border-radius: 10px;

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

}


.button02 a:hover {
    background:#FFFFFF;
    border: 1px solid #dd880e;
    color:#dd880e;
}



/* トップ-------------------------------------------- */

dl.tp_msg{
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;

    width: 100% !important;
    height:auto;
    background:url("../img/top/tp_msg.png") top no-repeat;
    background-size: contain;/* 画像のサイズを指定    */

    text-align: center;
}

dl.tp_msg dt{
    font-size: 30px;
    color: #ec6789;
    line-height: 200%;

    margin-bottom: 30px;
}

dl.tp_msg dd{
    font-size: 23px;
    color: #000;
    line-height: 200%;

    padding-bottom: 80px;
}


.tp_info_list{
    width: 100%;
}


.tp_info_list ul li{
    float: left;
    width:48%;

    height: 280px;

    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;

    margin-bottom: 40px;



}

.tp_info_list ul li:nth-child(odd){
    margin-right: 4%;
}


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

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


.tp_info_list ul li dl dt{
    position: relative;
    font-size: 20px;
    line-height: 180%;
    font-weight: 400;

    margin-bottom: 15px;
}

.tp_info_list ul li dl dt::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;

    bottom: 0px;
    left: 50%;

    transform: translateX(-50%);

}


.tp_info_list ul li.list1 dl dt{
    color: #4796c3;
}
.tp_info_list ul li.list1 dl dt::after{
    border-bottom: 1px solid #4796c3;
}

.tp_info_list ul li.list2 dl dt{
    color: #5ca439;
}
.tp_info_list ul li.list2 dl dt::after{
    border-bottom: 1px solid #5ca439;
}

.tp_info_list ul li.list3 dl dt{
    color: #ff8441;
}
.tp_info_list ul li.list3 dl dt::after{
    border-bottom: 1px solid #ff8441;
}

.tp_info_list ul li.list4 dl dt{
    color: #ed7090;
}
.tp_info_list ul li.list4 dl dt::after{
    border-bottom: 1px solid #ed7090;
}



.tp_info_list ul li dl dd{
    font-size: 18px;
    height: 130px;
    line-height: 180%;
    font-weight: 400;

    margin-bottom: 15px;

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



.tp_info_btn{

    width:150px;
    height:auto;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

}

.tp_info_btn a{
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

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

    border-radius: 5px;

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

}


.list1 .tp_info_btn a{
    background:#4796c3;
    border: 1px solid #4796c3;
    box-sizing: border-box;
}

.list1 .tp_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #4796c3;
    color:#4796c3;
}

.list2 .tp_info_btn a{
    background:#5ca439;
    border: 1px solid #5ca439;
    box-sizing: border-box;
}

.list2 .tp_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #5ca439;
    color:#5ca439;
}

.list3 .tp_info_btn a{
    background:#ff8441;
    border: 1px solid #ff8441;
    box-sizing: border-box;
}

.list3 .tp_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #ff8441;
    color:#ff8441;
}

.list4 .tp_info_btn a{
    background:#ed7090;
    border: 1px solid #ed7090;
    box-sizing: border-box;
}

.list4 .tp_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #ed7090;
    color:#ed7090;
}


.tp_bnr_area{
    width: 100%;
    max-width: 1700px;
    margin: 0px auto;
    padding: 60px 50px;
    box-sizing: border-box;
}

.tp_bnr_area ul li{
    float: left;
    width: 49%;
}

.tp_bnr_area ul li:first-child{
    margin-right: 2%;
}

.tp_bnr_area ul li a{
    display: block;
    width: 100%;
    height: auto;
}


.tp_bnr_area ul li a img{
    width: 100%;
    transition: 0.3s;
}

.tp_bnr_area ul li a:hover img{
    opacity: 0.6;
}









/* 新着情報---------------------------------------------- */


.tp_news{
    height: auto;

    margin-bottom: 30px;
}

.tp_news dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;

}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    padding-left: 140px;
    border-bottom: 1px dotted #999999;
}

.tp_news dl dd a{
    text-decoration: none;
    color: #000;

}


.news_list{
    height: auto;

    margin-bottom: 30px;
}

.news_list dl dt{
    font-size: 18px;
    line-height: 160%;
    float: left;
    clear: both;

}

.news_list dl dd{
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    padding-left: 140px;
    border-bottom: 1px dotted #999999;
}

.news_list dl dd a{
    text-decoration: none;
    color: #000;

}



/* トップ　地図---------------------------------------------- */

.tp_map{
    width: 100%;
}

.tp_map dl{
margin-bottom: 20px;

}

.tp_map dl dt span{
    position: relative;
    font-size: 24px;
    line-height: 180%;
    padding-top: 2px;
    padding-left: 20px;
}


.tp_map dl dt span::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #e3ac5d;
    border-radius: 50%;
    left: 0px;

    transform: translateY(-50%);
}

.tp_map dl dd{
    width: 100%;
    font-size: 18px;
    line-height: 160%;
}


/* トップ　リクルート---------------------------------------------- */


.tp_recruit{
    width: 100%;
}

.tp_recruit_l{
    float: left;
    width: 50%;
    height: 400px;
    background:url("../img/top/top_rt_img.jpg") center no-repeat; 
        -moz-background-size: cover;
    -o-background-size: cover;
        background-size: cover;
        
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 
}

.tp_recruit_r{
    float: right;
    width: 50%;
    height: 400px;
    background:url("../img/common/ctt_bg.jpg") center repeat-x; 

    padding: 50px 3%;
    box-sizing: border-box;
}

.tp_recruit_r dl{
    margin-bottom: 30px;
}


.tp_recruit_r dl dt{
    width: 100%;
    height: 80px;
    text-align: center;
    position: relative;
    font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;

    color: #FFFFFF;

    font-size: 90px;

    padding: 40px 30px 70px;
    margin-bottom: 30px;
    box-sizing: border-box;

    border-bottom: 2px solid #ffffff;

}


.tp_recruit_r dl dt span{
    display: block;
    position: absolute;
    font-size: 30px;
    color: #000;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    font-family: iroha-25icho-stdn, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.tp_recruit_r dl dd{
    text-align: center;
    font-size: 22px;
    line-height: 160%;
}


.tp_recruit_btn{
    width:100%;
    max-width: 200px;
    height:auto;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}



.tp_recruit_btn a{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#518545;
    padding-top: 1px;

    background:#FFFFFF;
    border: 1px solid #518545;
        box-sizing: border-box;

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

    border-radius: 10px;

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

}


.tp_recruit_btn a:hover {
    background:#518545;
    border: 1px solid #518545;
    color:#FFFFFF;
}

/* 講座案内--------------------------------------------- */


.ci_info_list{
    width: 100%;
    margin-bottom: 80px;
}


.ci_info_list ul li{
    float: left;
    width:48%;

    height: 280px;

    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;

    margin-bottom: 40px;
}

.ci_info_list ul li.list1{
    border: 4px solid #4796c3;
}

.ci_info_list ul li.list2{
    border: 4px solid #5ca439;
}

.ci_info_list ul li.list3{
    border: 4px solid #ff8441;
}

.ci_info_list ul li.list4{
    border: 4px solid #ed7090;
}



.ci_info_list ul li:nth-child(odd){
    margin-right: 4%;
}


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

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


.ci_info_list ul li dl dt{
    position: relative;
    font-size: 20px;
    line-height: 180%;
    font-weight: 400;

    margin-bottom: 15px;
}

.ci_info_list ul li dl dt::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;

    bottom: 0px;
    left: 50%;

    transform: translateX(-50%);

}


.ci_info_list ul li.list1 dl dt{
    color: #4796c3;
}
.ci_info_list ul li.list1 dl dt::after{
    border-bottom: 1px solid #4796c3;
}

.ci_info_list ul li.list2 dl dt{
    color: #5ca439;
}
.ci_info_list ul li.list2 dl dt::after{
    border-bottom: 1px solid #5ca439;
}

.ci_info_list ul li.list3 dl dt{
    color: #ff8441;
}
.ci_info_list ul li.list3 dl dt::after{
    border-bottom: 1px solid #ff8441;
}

.ci_info_list ul li.list4 dl dt{
    color: #ed7090;
}
.ci_info_list ul li.list4 dl dt::after{
    border-bottom: 1px solid #ed7090;
}



.ci_info_list ul li dl dd{
    font-size: 18px;
    height: 130px;
    line-height: 180%;
    font-weight: 400;

    margin-bottom: 15px;

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



.ci_info_btn{

    width:150px;
    height:auto;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

}

.ci_info_btn a{
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

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

    border-radius: 5px;

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

}


.list1 .ci_info_btn a{
    background:#4796c3;
    border: 1px solid #4796c3;
    box-sizing: border-box;
}

.list1 .ci_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #4796c3;
    color:#4796c3;
}

.list2 .ci_info_btn a{
    background:#5ca439;
    border: 1px solid #5ca439;
    box-sizing: border-box;
}

.list2 .ci_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #5ca439;
    color:#5ca439;
}

.list3 .ci_info_btn a{
    background:#ff8441;
    border: 1px solid #ff8441;
    box-sizing: border-box;
}

.list3 .ci_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #ff8441;
    color:#ff8441;
}

.list4 .ci_info_btn a{
    background:#ed7090;
    border: 1px solid #ed7090;
    box-sizing: border-box;
}

.list4 .ci_info_btn a:hover {
    background:#FFFFFF;
    border: 1px solid #ed7090;
    color:#ed7090;
}
















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

.ci_sub_menu ul li{
    float: left;
    width: 23.8%;
    margin-right: 1.6%;

    height:auto;
    text-align: center;
    text-decoration: none;
}

.ci_sub_menu ul li:last-child{
    margin-right: 0%;
}

.ci_sub_menu ul li a{
    display: block;
    height: 48px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color:#FFFFFF;
    padding-top: 3px;

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

    border-radius: 10px;

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


.ci_sub_menu ul li.list1 a{
    background:#4796c3;
    border: 1px solid #4796c3;
    box-sizing: border-box;
}

.ci_sub_menu ul li.list1 a:hover {
    background:#FFFFFF;
    border: 1px solid #4796c3;
    color:#4796c3;
}

.ci_sub_menu ul li.list2 a{
    background:#5ca439;
    border: 1px solid #5ca439;
    box-sizing: border-box;
}

.ci_sub_menu ul li.list2 a:hover {
    background:#FFFFFF;
    border: 1px solid #5ca439;
    color:#5ca439;
}

.ci_sub_menu ul li.list3 a{
    background:#ff8441;
    border: 1px solid #ff8441;
    box-sizing: border-box;
}

.ci_sub_menu ul li.list3 a:hover {
    background:#FFFFFF;
    border: 1px solid #ff8441;
    color:#ff8441;
}

.ci_sub_menu ul li.list4 a{
    background:#ed7090;
    border: 1px solid #ed7090;
    box-sizing: border-box;
}

.ci_sub_menu ul li.list4 a:hover {
    background:#FFFFFF;
    border: 1px solid #ed7090;
    color:#ed7090;
}

.ci_sub_teach{
    display: block;
    width: 350px;
    height: 50px;

    margin: 0px auto 60px;
    text-align: center;

    background-image: url(../img/course_info/info_title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ci_sub_teach a{
    width: 350px;
    height: 50px;

    font-family: "ten-mincho", serif;
    font-size: 18px;
    text-decoration: none;
    color: #000;

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

.ci_sub_teach a:hover{
    background-color: rgba(229,126,134,0.2);
}

.ci_sub_title{
    font-family: "ten-mincho", serif;
    font-size: 28px;
    margin: 0px auto 30px;
    text-align: center;
}

.ci_sub_title.ci_01{
    color: #4796c3;
}

.ci_sub_title.ci_02{
    color: #5ca439;
}

.ci_sub_title.ci_03{
    color: #ff9a00;
}

.ci_sub_title.ci_04{
    color: #ed7090;
}



.ci_sub_target{
    width: 100%;
    margin: 0px auto 60px;
}

.ci_sub_target dl dt{
    width: 100px;
    color: #705a2f;
    font-size: 18px;
    line-height: 140%;

    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;

    border: 1px solid #705a2f;
    margin: 0px auto 20px;
}

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

.ci_txt{
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 40px;
}

.ci_txt01{
    margin-bottom: 60px;
}

.ci_txt a{
    text-decoration: underline;
    color: #000;

    transition: 0.3s;
}

.ci_txt a:hover{
    text-decoration: none;
}



.ci_txt span.ci_01{
    border-bottom: 4px dotted #4796c3;
    line-height: 200%;
}

.ci_txt ul.ci_01{
    padding: 10px 0px 5px;
    list-style: none;
}

.ci_txt ul.ci_01 li{
    position: relative;
    padding-left: 24px;
}

.ci_txt ul.ci_01 li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #4796c3;
    border-radius: 5px;
}

.ci_txt dl.ci_01 dt{
    color: #4796c3;
    padding-top: 3px;
    padding-left: 10px;
    border-left: 8px solid #4796c3;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

}

.ci_txt dl.ci_01 dd{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}

.ci_txt span.ci_02{
    border-bottom: 4px dotted #5ca439;
    line-height: 200%;
}

.ci_txt ul.ci_02{
    padding: 10px 0px 5px;
    list-style: none;
}

.ci_txt ul.ci_02 li{
    position: relative;
    padding-left: 24px;
}

.ci_txt ul.ci_02 li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #5ca439;
    border-radius: 5px;
}

.ci_txt dl.ci_02 dt{
    color: #5ca439;
    padding-top: 3px;
    padding-left: 10px;
    border-left: 8px solid #5ca439;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

}

.ci_txt dl.ci_02 dd{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}

.ci_txt dl.ci_02 dd p span{
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 3px;
    padding:1px 5px;
    line-height: 140%;
    box-sizing: border-box;
    background:#5ca439;
    color: #ffffff;

    border-radius: 3px;

}

.ci_txt span.ci_03{
    border-bottom: 4px dotted #ff9a00;
    line-height: 200%;
}

.ci_txt ul.ci_03{
    padding: 10px 0px 5px;
    list-style: none;
}

.ci_txt ul.ci_03 li{
    position: relative;
    padding-left: 24px;
}

.ci_txt ul.ci_03 li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff9a00;
    border-radius: 5px;
}

.ci_txt dl.ci_03 dt{
    color: #ff9a00;
    padding-top: 3px;
    padding-left: 10px;
    border-left: 8px solid #ff9a00;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

}

.ci_txt dl.ci_03 dd{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}


.ci_txt span.ci_04{
    border-bottom: 4px dotted #ed7090;
    line-height: 200%;
}

.ci_txt ul.ci_04{
    padding: 10px 0px 5px;
    list-style: none;
}

.ci_txt ul.ci_04 li{
    position: relative;
    padding-left: 24px;
}

.ci_txt ul.ci_04 li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ed7090;
    border-radius: 5px;
}

.ci_txt dl.ci_04 dt{
    color: #ed7090;
    padding-top: 3px;
    padding-left: 10px;
    border-left: 8px solid #ed7090;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

}

.ci_txt dl.ci_04 dd{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}






.ci_table{
    padding-top: 10px;
    width: 100%;
}

.ci_table table{
    width: 100%;

}

.ci_table table th{
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px dotted #ccc;
    text-align: center;
}

.ci_table table.ci_01 th{
    background-color: #e3eff6;
}

.ci_table table.ci_02 th{
    background-color: #e6ece4;
}





.ci_table table td{
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px dotted #ccc;
    text-align: center;
}

.ci_img{
    width: 100%;
    margin-bottom: 60px;
}

.ci_img ul li{
    float: left;
    width: auto;
    margin-right: 20px;
}

.ci_img ul li:last-child{
    margin-right: 0px;
}

/* 協会案内--------------------------------------------- */

.info_table{
    width: 100%;
    margin-bottom: 80px;
}

.info_table table{
    width: 100%;
}

.info_table a{
    color: #000;

    text-decoration: underline;
    transition: 0.3s;
}

.info_table a:hover{
    text-decoration: none;
}

.info_table table tr:nth-child(odd){
    background-color: #fdf4e6;
}

.info_table table th{
    vertical-align: top;
    padding: 20px;

    font-size: 18px;
    line-height: 160%;
}

.info_table table td{
    padding: 20px;

    font-size: 18px;
    line-height: 160%;
}

.info_txt{
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 60px;
}

/* 会員のしくみ--------------------------------------------- */

.menber_cat{
    width: 100px;
    color: #705a2f;
    font-size: 18px;
    line-height: 140%;

    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;

    border: 1px solid #705a2f;
    margin: 0px 0px 20px;
}

.mbr_txt01{
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}

.mbr_txt02{
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 60px;
}


.mbr_txt01 a,.mbr_txt02 a{
    color: #000;

    text-decoration: underline;
    transition: 0.3s;
}

.mbr_txt01 a:hover,.mbr_txt02 a:hover{
    text-decoration: none;
}








.mbr_dl dt{
    color: #eb6100;
    padding-top: 3px;
    padding-left: 10px;
    border-left: 8px solid #eb6100;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

}

.mbr_dl dd{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}


.mbr_list li{
    position: relative;
    padding-left: 24px;
}

.mbr_list li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #edd0bc;
    border-radius: 5px;
}


span.mbr_txt_uline{
    background:linear-gradient(transparent 60%, #f8c8a6 60%);
}

.mbr_table{
    width: 100%;
}

.mbr_table dl dt{
    width: 100%;

    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;

    border-bottom: 1px dashed #afabab;
}

.mbr_table dl dd{
    width: 100%;
    margin-bottom: 40px;
}

.mbr_table dl dd table{
    width: 100%;
}

.mbr_table dl dd table th{
    border: 1px solid #afabab;
    text-align: center;

    padding: 10px;
}

.mbr_table.table1 dl dd table th{
    background-color: #ece2db;
}

.mbr_table.table2 dl dd table th{
    background-color: #f8f3db;
}


.mbr_table dl dd table td{
    border: 1px solid #afabab;
    text-align: center;

    padding: 10px;
}


.mbr_table dl dd table td a{
    text-decoration: underline;
    color: #000;

    transition: 0.3s;
}

.mbr_table dl dd table td a:hover{
    text-decoration: none;
}



.mbr_bg_01{
    width: 80px;
    height: 30px;

    margin: 0px 0px 20px;
    text-align: center;

    background-image: url(../img/member/mbr_bg01.png);
    background-size: contain;
    background-repeat: no-repeat;

    font-size: 20px;
    padding: 7px 10px 3px;
    box-sizing: border-box;
    color: #FFF;

    border-radius: 3px;

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

.mbr_bg_02{
    width: 80px;
    height: 30px;

    margin: 0px 0px 20px;
    text-align: center;

    background-image: url(../img/member/mbr_bg02.png);
    background-size: contain;
    background-repeat: no-repeat;

    font-size: 20px;
    padding: 7px 10px 3px;
    box-sizing: border-box;
    line-height: 30px;
    color: #FFF;

    border-radius: 3px;

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


/* 企業様　学校様--------------------------------------------- */


.cs_bnr_area{
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding: 60px 50px;
    box-sizing: border-box;
}

.cs_bnr_area ul li{
    float: left;
    width: 49%;
}

.cs_bnr_area ul li:first-child{
    margin-right: 2%;
}

.cs_bnr_area ul li a{
    display: block;
    width: 100%;
    height: auto;
}


.cs_bnr_area ul li a img{
    width: 100%;
    transition: 0.3s;
}

.cs_bnr_area ul li a:hover img{
    opacity: 0.6;
}


/* よくある質問--------------------------------------------- */

.faq dl dt {
    position: relative;

    width: 100%;
    font-size: 18px;
    line-height: 160%;

    padding: 8px 20px 8px 50px;
    box-sizing: border-box;

    margin-bottom: 10px;
}

.faq dl dt::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../img/q_a/q.png") no-repeat;
    background-size: contain;

}


.faq dl dd {
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    
    padding: 8px 20px 23px 50px;
    box-sizing: border-box;

    border-bottom: 1px dotted #ccc;;

    margin-bottom: 20px;
}


.faq dl dd::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../img/q_a/a.png") no-repeat;
    background-size: contain;

}



/* 協会事務所一覧--------------------------------------------- */


.office_list{
    width: 100%;
}


.office_list li{
    float: left;

    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
}

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

.office_img{
    width: 100%;
}

.office_list li dt{
    width: 100%;

    font-size: 16px;
    line-height: 180%;

    color: #eb6100;

    background-color: #eee0aa;
    padding: 5px 8px 3px;
    box-sizing: border-box;
}

.office_list li dd{
    width: 100%;
    height: 150px;

    font-size: 16px;
    line-height: 160%;

    color: #000000;

    background-color: #e8e3df;
    padding: 10px;
    box-sizing: border-box;
}

.office_list li dd a{
    color: #000;

    text-decoration: underline;
    transition: 0.3s;
}

.office_list li dd a:hover{
    text-decoration: none;
}

/* 講師紹介--------------------------------------------- */

.teachers_list{
    width: 100%;
}

.teachers_list li{
    clear: both;
    overflow: auto;
    width: 100%;

    margin-bottom: 60px;
}

.teachers_img{
    float: left;
    width: 200px;
}

.teachers_txt{
    float: right;
    width: calc(100% - 220px); 
}

.teachers_txt p{
    font-size: 16px;
    line-height: 160%;
    }



/* 全国「音楽葬」一覧--------------------------------------------- */

#area01,#area02,#area03,#area04,#area05,#area06,#area07,#area08{
    margin-top: -60px;
    padding-top: 60px;
}

.mfl_txt01{
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 20px;
}

.mfl_txt01 a{
    color: #000;

    text-decoration: underline;
    transition: 0.3s;
}

.mfl_txt01 a:hover{
    color: #000;
    text-decoration: none;
}



.mfl_txt02{
    border: 1px solid #7c7c7c;
    width: 100%;
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 60px;

    padding: 20px;
    box-sizing: border-box;
}


.mfl_area_list{
    width: 100%;
    overflow: auto;

    margin: 0px auto 60px;
}

.mfl_area_list ul li{
    float: left;
    width: 11.8%;
    margin-right: 0.8%;
}

.mfl_area_list ul li:last-child{
    margin-right: 0%;
}

.mfl_area_list ul li a{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

    background:#dd8910;
    border: 1px solid #dd8910;
        box-sizing: border-box;

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

    border-radius: 5px;

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

.mfl_area_list ul li a:hover {
    background:#eb6100;
    border: 1px solid #eb6100;
}


.mfl_list{
    width: 100%;
    margin-bottom: 60px;
}


.mfl_list li{
    float: left;

    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
}

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

.mfl_img{
    width: 100%;
}

.mfl_list li dt{
    width: 100%;

    font-size: 16px;
    line-height: 180%;

    color: #fff;

    background-color: #9577b4;
    padding: 5px 8px 3px;
    box-sizing: border-box;
}

.mfl_list li dd{
    width: 100%;
    height: 160px;

    font-size: 15px;
    line-height: 160%;

    color: #fff;

    background-color: #b49ac4;
    padding: 10px;
    box-sizing: border-box;
}

.mfl_list li dd a{
    color: #FFF;

    text-decoration: underline;
    transition: 0.3s;
}

.mfl_list li dd a:hover{
    text-decoration: none;
}


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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}


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

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}




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

.contact_select{
    max-width: 720px;
    width: 100%;
    margin: 0px auto 60px;
    text-align: center;
}

.contact_select ul li{
    display:table;
    float: left;
    margin-right: 20px;
}

.contact_select ul li:last-child{
    margin-right: 0px;
}


.contact_select ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    height: 80px;
    color: #dd880e;
    font-size: 20px;

    padding: 13px 10px 10px;

    border: 1px solid #dd880e;
    box-sizing: border-box;
}

.contact_select ul li.on a{
    color: #FFFFFF;
    background-color: #dd880e;

    border: 1px solid #dd880e;
}

.contact_select ul li a:hover{
    opacity: 0.8;
}


.contact-t{
    font-size:17px;
    line-height:160%;
    margin-bottom:50px;	
}

.contact-t dl{
    margin-top:15px;
    margin-bottom:30px;
}

.contact-t dl dt{
    color:#F90;
    font-size:26px;
    text-align:center;
    line-height:120%;
    margin-bottom:10px;
}

.contact-t dl dd{
    
    font-size:18px;
    line-height:140%;
    margin-bottom:15px;
    text-align:center;	border-bottom:1px dotted #999999;
    padding-bottom:15px;
}

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

.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;
    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:underline;
}

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


#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:#dd880e;
    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);
    }
}





	
}

