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


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




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



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


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  
  background: url("../img/common/all_bg.png") repeat;
}


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


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 



.bg_lr{
    background: url("../img/common/main_bg_h_l.png") left top no-repeat,url("../img/common/main_bg_h_r.png") right top  no-repeat;
}

.bg_main{
    background: url("../img/common/main_bg.png") center top no-repeat;
    background-size: 100%;
}




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



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

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

}


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



header{

	width:100%;

	margin:0 auto;

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



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



.f_bg_t{
    background: url("../img/common/f_bg.png") top center repeat-x;
    padding-top: 28px; /* 背景画像の高さに合わせる */
}

.f_bg{
    background:#082e5e;
}

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

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

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

.f_b{


}

.f_b > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.f_b > ul > li{
  width: calc((100% - 30px * 1) / 2);
  margin: 0px auto;

  background: #082e5e;
  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}



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

.f_b_in > dl {
    margin-bottom: 30px;

}

.f_b_in > dl > dt{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;


  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_b_in > dl > dd{
    font-size: 20px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0px;
}

.f_b_in_c{
    text-align: center;
}


.f_b_in > dl > dd ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    margin: 0;
    padding-inline-start: 0px; 

    flex-direction: column;
}

.f_b_in > dl > dd ul li{
    width: fit-content;
    margin: 0px auto 30px;
}

.f_b_in > dl > dd ul li dl{
    width: fit-content;

    display: flex;
    align-items: stretch;
    justify-content: flex-start;

    flex-direction: row;

    gap: 20px;
}

.f_b_in > dl > dd ul li dl dt{
    width: 70px;
    height: 70px;


    background-color: #fff;
    color: #082e5e;

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

    border-radius: 50%;
}


.f_b_in > dl > dd ul li dl dd{
    width: 300px;
    height: 70px;

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

    text-align: left;
    flex-direction: column;

    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.f_b_in > dl > dd ul li dl dd p{
    width: 100%;

    font-size: 30px;
    line-height: 140%;
    color: #FFFFFF;

    text-align: left;

}

.f_insta{
    width: fit-content;
    margin: 0px auto 60px;

}

.f_insta a{
    display: flex;
    align-items: stretch;
    justify-content: center;

    flex-direction: row;

    gap: 20px;

    transition: 0.3s;
}

.f_insta a:hover{
    opacity: 0.8;
}


.f_insta a .f_insta_img{
    display: flex;
    justify-content: center;
}

.f_insta a .f_insta_txt{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    text-align: left;
    flex-direction: column;

    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}




.button a {
    background: #ffffff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    
    max-width: 400px;
    height: 60px;
    padding: 10px 25px;
    box-sizing: border-box;
    
    font-size: 24px;
    line-height: 100%;
    color: #082e5e;
  
    text-decoration: none;

    transition: 0.3s ease-in-out;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.5rem;


  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 15px;
  height: 15px;
  border-top: solid 5px currentColor;
  border-right: solid 5px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
    background: #FFFFFF;
    color: #082e5e;
}
.button a:hover:after {
  right: 2rem;
}

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

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

.f_cpy{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_cpy span{
	display: inline-block;
}




}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:160%;    
	color:#333333;
	text-align:left;
}	 



.bg_lr{
    background: url("../img/common/main_bg_h_l.png") -10% top no-repeat,url("../img/common/main_bg_h_r.png") 110% top  no-repeat;

    background-size: 35%;
}

.bg_main{
    background: url("../img/common/main_bg.png") center top no-repeat;
    background-size: 100%;
}



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


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

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

}



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

header{

	width:100%;

	margin:0 auto;

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

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


.f_bg_t{
    background: url("../img/common/f_bg.png") top center repeat-x;
    padding-top: 28px; /* 背景画像の高さに合わせる */
}

.f_bg{
    background:#082e5e;
}

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

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

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

.f_b{


}

.f_b > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.f_b > ul > li{
  width: calc((100% - 20px * 1) / 2);
    margin: 0px auto;

  background: #082e5e;
  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}



.f_b_in{
    width: 100%;
    margin-bottom: 30px;
}

.f_b_in > dl {
    margin-bottom: 25px;

}

.f_b_in > dl > dt{
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;


  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_b_in > dl > dt span{
    display: inline-block;
}

.f_b_in > dl > dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0px;
}

.f_b_in_c{
    text-align: center;
}


.f_b_in > dl > dd ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    margin: 0;
    padding-inline-start: 0px; 

    flex-direction: column;
}

.f_b_in > dl > dd ul li{
    width: fit-content;
    margin: 0px auto 25px;
}

.f_b_in > dl > dd ul li dl{
    width: fit-content;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    flex-direction: row;

    gap: 20px;
}

.f_b_in > dl > dd ul li dl dt{
    width: 60px;
    height: 60px;


    background-color: #fff;
    color: #082e5e;

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

    border-radius: 50%;
}


.f_b_in > dl > dd ul li dl dd{
    width: 260px;
    height: 60px;

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

    text-align: left;
    flex-direction: column;

    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.f_b_in > dl > dd ul li dl dd p{
    width: 100%;

    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;

    text-align: left;

}

.f_insta{
    width: fit-content;
    margin: 0px auto 50px;

}

.f_insta a{
    display: flex;
    align-items: stretch;
    justify-content: center;

    flex-direction: row;

    gap: 20px;

    transition: 0.3s;
}

.f_insta a:hover{
    opacity: 0.8;
}


.f_insta a .f_insta_img{
    display: flex;
    justify-content: center;
}

.f_insta a .f_insta_txt{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    text-align: left;
    flex-direction: column;

    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}


.button a {
    background: #ffffff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    
    max-width: 320px;
    height: 50px;
    padding: 10px 10px;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 100%;
    color: #082e5e;
  
    text-decoration: none;

    transition: 0.3s ease-in-out;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.6rem;


  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 4px currentColor;
  border-right: solid 4px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
    background: #FFFFFF;
    color: #082e5e;
}
.button a:hover:after {
  right: 1.2rem;
}

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

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

.f_cpy{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_cpy span::before{
	content: "\A" ;
	white-space: pre ;
}



}





/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#333333;
	text-align:left;
}	 

.bg_lr{
    background: url("../img/common/main_bg_h_l.png") -10% top no-repeat,url("../img/common/main_bg_h_r.png") 110% top  no-repeat;
    background-size: 40%;
  
}

.bg_main{
    background: url("../img/common/main_bg.png") center top no-repeat;
    background-size: 100%;
}



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


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

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

}

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

header{

	width:100%;

	margin:0 auto;

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

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



.f_bg_t{
    background: url("img/common/f_bg.png") top center repeat-x;
    padding-top: 28px; /* 背景画像の高さに合わせる */
}

.f_bg{
    background:#082e5e;
}

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

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

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

.f_b{
	max-width:380px;
	width:100%;
	height:auto;
	margin:0 auto;

}

.f_b > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.f_b > ul > li{
  width: 100%;

  background: #082e5e;
  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.f_b > ul > li:last-child{
  margin-bottom: 20px;
}



.f_b_in{
    width: 100%;
    margin-bottom: 0px;
}

.f_b_in > dl {
    margin-bottom: 20px;

}

.f_b_in > dl > dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;


  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_b_in > dl > dt span{
    display: inline-block;
}

.f_b_in > dl > dd{
    font-size: 14px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0px;
}

.f_b_in_c{
    text-align: center;
}


.f_b_in > dl > dd ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    margin: 0;
    padding-inline-start: 0px; 

    flex-direction: column;
}

.f_b_in > dl > dd ul li{
    width: fit-content;
    margin: 0px auto 20px;
}

.f_b_in > dl > dd ul li:last-child{
    margin: 0px auto 0px;
}

.f_b_in > dl > dd ul li dl{
    width: fit-content;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    flex-direction: row;

    gap: 20px;
}

.f_b_in > dl > dd ul li dl dt{
    width: 50px;
    height: 50px;


    background-color: #fff;
    color: #082e5e;

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

    border-radius: 50%;
}


.f_b_in > dl > dd ul li dl dd{
    width: 240px;
    height: 50px;

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

    text-align: left;
    flex-direction: column;

    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
}

.f_b_in > dl > dd ul li dl dd p{
    width: 100%;

    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;

    text-align: left;

}

.f_insta{
    width: fit-content;
    margin: 0px auto 40px;

}

.f_insta a{
    display: flex;
    align-items: stretch;
    justify-content: center;

    flex-direction: row;

    gap: 20px;

    transition: 0.3s;
}

.f_insta a:hover{
    opacity: 0.8;
}


.f_insta a .f_insta_img{
    display: flex;
    justify-content: center;
}

.f_insta a .f_insta_txt{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    text-align: left;
    flex-direction: column;

    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}


.button a {
    background: #ffffff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    
    max-width: 280px;
    height: 50px;
    padding: 10px 10px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    color: #082e5e;
  
    text-decoration: none;

    transition: 0.3s ease-in-out;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.6rem;


  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 4px currentColor;
  border-right: solid 4px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
    background: #FFFFFF;
    color: #082e5e;
}
.button a:hover:after {
  right: 1.2rem;
}

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

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

.f_cpy{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_cpy span::before{
	content: "\A" ;
	white-space: pre ;
}


}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

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


h1.h1_01{
    position: relative;
    padding: 60px 50px 0px;
    text-align: center;

    box-sizing: border-box;

}

.h1_01_p{
    display: block;
    margin: 0 auto;
}

.h1_01_p01{
    display: block;
    margin: 0 auto;
}


.h1_01_sub{
    position: absolute;
    top: 35%;
    right: calc(50% - 420px);
}





h2.h2_01{
    font-size: 48px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 40px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02{
    font-size: 48px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 40px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .main{
    width: 100%;
    font-size: 48px;
    line-height: 140%;
    color: #fff;
    text-align: center;

    margin-bottom: 10px;
 
    background-color: #082e5e;
    border-radius: 200px;

    padding: 5px 10px;
    box-sizing: border-box;

    letter-spacing: 0.8em;

    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .sub{
    font-size: 16px;
    line-height: 140%;
    color: #082e5e;
    text-align: right;
}



.ctt_bnr{
    width: 152px;
    height: auto;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9000;
}

.ctt_bnr a{
    transition: 0.3s;
}

.ctt_bnr a:hover{
    opacity: 0.8;
}

.ctt_bnr a img{
    width: 100%;
    height: auto;
}


/* 探研expo2026 トップ---------------------------------------------- */

.tp_tk01_out{
    padding: 0 20px;

    max-width: 1000px;
    margin: 0px auto 130px;
}
.tp_tk01{
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #ffffff;
    border: dashed 4px #082e5e;
    padding:50px;
    color: #ffffff;

}
.tp_tk01:after{
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #082e5e #fff #082e5e;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tp_tk01 dl dt{
    font-size: 40px;
    line-height: 120%;
    color: #082e5e;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01 dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: center;
}

.tp_tk01 dl dd span{
    font-size: 24px;
    color: #082e5e;

    text-align: center;
}



.tp_tk01a{
    padding: 80px 50px 50px;

    max-width: 1200px;
    margin: 0px auto 60px;

    box-sizing: border-box;

    background: url("../img/top/00_bg.png") top center #fff;
    background-repeat: no-repeat;
    background-size: 100%;

    border-radius: 20px;


}

.tp_tk01a dl dt{
    text-align: center;

    font-size: 28px;
    line-height: 120%;
    color: #5e4949;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01a dl dt span.s1{
    font-size: 42px;
    color: #082e5e;
}

.tp_tk01a dl dt span.s2{
    font-size: 32px;
    color: #082e5e;
}

.tp_tk01a dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: center;
}

.tp_tk01a dl dd span{
    font-size: 24px;
    color: #082e5e;

    text-align: center;
}







.tp_tk02{
    margin-bottom: 130px;
}

.tp_tk02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  align-items: stretch;
  padding: 45px 0 0;
  margin: 0;
}

.tp_tk02 ul li{
  width: calc((100% - 20px * 2) / 3);
  padding: 0 25px 25px;
  background: #082e5e;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk02_out{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tp_tk02_01{

}

.tp_tk02_01 dl dt{
    text-align: center;
    margin-bottom: 1px;
}

.tp_tk02_01 dl dt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: -40px auto 15px;
}

.tp_tk02_01 dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0;
}

.tp_tk02_02{
    margin-top: 24px;
}

.tp_tk02_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_tk02_02 ul li{
    width: 100%;
    height: auto;
    padding: 6px 10px 8px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
    text-align: center  !important;
    
    font-size: 20px;
    line-height: 100%;
    color: #082e5e;

    font-family: 'noto700';
    
  justify-content: center;
  align-items: center;
  text-align: center;    
}



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


.tp_tk03{
    max-width: 810px;
    width: 100%;
    margin: 0 auto 80px auto;
}

.tp_tk03 p{
    font-size: 18px;
    line-height: 100%;
    text-align: center;

}

.tp_tk03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  padding: 0;
  margin: 0 0  25px 0;
}

.tp_tk03 ul li{
  width: calc((100% - 20px * 2) / 3);

  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

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

.tp_tk04{
    font-size: 20px;
    line-height: 200%;
    color: #02adbc;
    text-align: center;
    margin-bottom: 40px;

    font-family: 'noto500';
}

.tp_tk05{
    margin: 0px auto 60px;
}

.tp_tk06{
    width: fit-content;
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    flex-direction: row;

}

.tp_tk06 .tp_tk06_img{
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    width: 28%;
    max-width: 350px;

}

.tp_tk06 .tp_tk06_txt{
    margin: 0px auto; 

    width: fit-content;

    font-size: 16px;
    line-height: 160%;
    color: #082e5e;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: 'noto500';


    

}

.tp_tk06 .tp_tk06_txt p{
    font-size: 43px;
    line-height: 160%;
    color: #082e5e;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    display: flex;

}



.tp_tk07{
    margin: 0px auto 60px;
}


.tp_tk07 > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;
}

.tp_tk07 > ul > li{
    position: relative;
    width: 100%;

    padding: 30px;
    box-sizing: border-box;

    background-color: #fff;
    border-radius: 20px;

    margin: 30px 0  20px 0;
}

.tp_tk07 > ul > li:nth-child(1){
    border: 3px solid #ea617c;

    width: calc((100% - 20px) * 0.45);
}

.tp_tk07 > ul > li:nth-child(2){
    border: 3px solid #036eb8;

    width: calc((100% - 20px) * 0.55);
}

.tp_tk07 > ul > li:nth-child(3){
    border: 3px solid #359e52;
}

.tp_tk07 > ul > li:nth-child(4){
    border: 3px solid #f08200;
}

.tp_tk07 > ul > li .icon{
    position: absolute;
    top: -30px;
    left: 40px;
}


.tp_tk07 > ul > li .title{
    width: 100%;
    font-size: 32px;
    line-height: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    margin-bottom: 30px;
}


.tp_tk07 > ul > li .title br.tab{
    display: none;
}



.tp_tk07 > ul > li:nth-child(1) .title{
    color: #ea617c;
}

.tp_tk07 > ul > li:nth-child(2) .title{
    color: #036eb8;
}

.tp_tk07 > ul > li:nth-child(3) .title{
    color: #359e52;
}

.tp_tk07 > ul > li:nth-child(4) .title{
    color: #f08200;
}

.tp_tk07 > ul > li .title > span{
    display: inline-flex;

    font-size: 20px;
    line-height: 100%;

    color: #6a3906;
    margin: 0px 10px;

    align-items: center;
}

.tp_tk07 > ul > li .title > span::before{
    content: url("../img/top/time.png");
    margin-right: 5px;

    padding-top: 2px;

    display: inline-block;
    height: 20px;
    width: 20px;
}

.tp_tk07_01_01{

}

.tp_tk07_01_01 dt{
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;

    color: #ea617c;
    margin: 0px auto 10px;

    padding-bottom: 5px;

    border-bottom: 2px solid #ea617c;

    text-align: center;
    
}

.tp_tk07_01_01 dd{
    font-size: 16px;
    line-height: 160%;

        color: #6a3906;

    margin: 0px auto 40px;
}

.tp_tk07_01_02{
    margin: 0px auto;

    max-width: 400px;
}

.tp_tk07_01_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk07_01_02 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;
  
  justify-content: flex-end;

  flex-direction: column;
}


.tp_tk07_01_02 ul li .img{
    position: relative;
    text-align: center;
    padding: 25px 10px 0px;

    box-sizing: border-box;
}

.tp_tk07_01_02 ul li .img img.main{
    border: 1px solid #6a3906;
}

.tp_tk07_01_02 ul li .img img.sub{
    position: absolute;
    
    top: 0;
    left: 0;
}

.tp_tk07_01_02 ul li .img img.sub2{
    position: absolute;
    width: 50%;
    max-width: 100px;
    
    top: -20px;
    right: -20px;
}


.tp_tk07_01_02 ul li .name{
    text-align: center;
}

.tp_tk07_01_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 13px;
    line-height: 200%;
}

.tp_tk07_01_02 ul li .name .main{
    width: 100%;
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}




.tp_tk07_02{
    width: 100%;
}


.tp_tk07_02 table{
    width: 100%;
}

.tp_tk07_02 table th{
    color: #fff;
    background-color: #0d6fb8;

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

    text-align: center;

    padding: 15px 10px;

}

.tp_tk07_02 table th:first-child{
    border-right: 2px solid #fff;
}

.tp_tk07_02 table th:last-child{
    border-left: 2px solid #fff;
}

.tp_tk07_02 table td{
    color: #6a3906;
    background-color: #fff;

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

    text-align: center;

    padding: 22px 0px;

    border-bottom: 2px solid #0d6fb8;

    text-align: left;

    font-weight: 700;

}


.tp_tk07_02 table td span.c1{
    color: #3eafde;
}

.tp_tk07_02 table td span.c2{
    color: #0d6fb8;
}


.tp_tk07_02 table td:first-child{
    border-right: 2px solid #0d6fb8;
    padding-right: 15px;
}

.tp_tk07_02 table td:nth-child(2){
    border-left: 2px solid #0d6fb8;
    padding-left: 15px;
}

.tp_tk07_02 table td.img{
    vertical-align: top;
    text-align: right;

    padding-left: 5px;
    

}

.tp_tk07_02 table td.img li{
    margin-left: auto;
    text-align: right;
    width: fit-content;
    margin-bottom: 10px;


}



.tp_tk07_02 ul{
    width: 100%;
}


.tp_tk07_02 ul li{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 2px dotted #0d6fb8;
    
}



.tp_tk07_02 ul li .img{
    width: 140px;

    display: flex;
    align-items: center;

}


.tp_tk07_02 ul li .txt_block{
    width: calc(100% - 160px);
}

.tp_tk07_02 ul li .name{
    width: 100%;
    font-size: 24px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #036eb8;
}


.tp_tk07_02 ul li .name rp{
    font-size: 12px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;

    text-align: center;
}

.tp_tk07_02 ul li .name rt{
    font-size: 12px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_tk07_02 ul li .name span{
    font-size: 18px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk07_02 ul li .category{
    font-size: 14px;
    line-height: 140%;
    color: #44a4c0;
}

.tp_tk07_02 ul li .txt{
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: #6a3906;

}











.tp_tk07_02_01{
display: none;   
}



.tp_tk07_03{
    position: relative;
    width: 100%;


}

.tp_tk07_03_01{
    width: calc(100% - 250px);
    text-align: left; 

    padding-left: 40px;
}

.tp_tk07_03_01 p{

    position: relative;
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
    color: #6a3906;

    margin-bottom: 10px;
}

.tp_tk07_03_01 p::before{
    position: absolute;
    display: inline-block;
    content: '';

    top: 7px;
    left: -20px;

    width: 15px;
    height: 15px;

    background-color: #359e52;
}


.tp_tk07_03_02{
    position: absolute;

    top: 50%;
    right: 40px;

    transform: translateY(-50%);
}




.tp_tk07_04_01{
    width: calc(100% + 30px);
    box-sizing: border-box;
    margin-left: -15px;
}

.tp_tk07_04_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: stretch;
  padding: 0;
}

.tp_tk07_04_01 li{
  width: calc(100% / 3);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  padding: 15px;

  border-right: 2px solid #f08200;

}

.tp_tk07_04_01 li:last-child{
  border-right: none;
}


.tp_tk07_04_01 li .img{
    flex: none;

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

.tp_tk07_04_01 li:nth-child(1) .img{
    width: 100px;
}

.tp_tk07_04_01 li:nth-child(2) .img{
    width: 149px;
}

.tp_tk07_04_01 li:nth-child(3) .img{
    width: 120px;
}

.tp_tk07_04_01 li .txt{
    flex: auto;
    margin-left: 10px;

    text-align: left;
}

.tp_tk07_04_01 li .txt dt{
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;

    color:#f08200;
}

.tp_tk07_04_01 li .txt dd{
    font-size: 16px;
    line-height: 160%;
    color: #6a3906;
}




.tp_tk08{
    margin: 0px auto 80px;
}

.tp_tk08 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto 40px;
}

.tp_tk08 ul li{
  width: calc((100% - 20px * 3) / 4);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;

}

.tp_tk08 ul li .img{
  width: 100%;

  text-align: center;
}

.tp_tk08 ul li .txt{
  width: 100%;

  text-align: center;
}


.tp_tk08 ul li:nth-child(1) .txt{
    color: #ea617c;
}

.tp_tk08 ul li:nth-child(2) .txt{
    color: #359e52;
}

.tp_tk08 ul li:nth-child(3) .txt{
    color: #f08200;
}

.tp_tk08 ul li:nth-child(4) .txt{
    color: #0d6fb8;
}

.tp_tk08 ul li .txt dt{
    width: 100%;
    font-size: 32px;
    line-height: 160%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk08 ul li .txt dd{
    width: 100%;

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


.tp_tk08 ul li .txt dd br.sp{
    display: none;
}


.tp_tk09{
    max-width: 1000px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto 0px;
}

.tp_tk09 .tp_tk09_01{
    width: calc((100% - 10px) * 0.56 ) ;
}

.tp_tk09 .tp_tk09_02{
    width: calc((100% - 10px) * 0.43 ) ;
}


.tp_tk10{
    width: 100%;
    margin: 0px auto 80px;
}

.tp_tk10 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  align-items: stretch;
  padding: 0;
}

.tp_tk10 > ul > li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}


.tp_tk10 > ul > li:first-child{
  width: 100%;
}


.tp_tk10 > ul > li .title{
    position: relative;
    text-align: center;
    margin: 0px auto 20px;
}

.tp_tk10 > ul > li .title img.sub{
    position: absolute;
    top:20%;
    left: 90%;

}



.tp_tk10_01{
      width: 100%;
}

.tp_tk10_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk10_01 ul li{
  width: calc((100% - 20px * 3) / 4);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_01 ul li .img{
    width: 100%;
}


.tp_tk10_01 ul li .name{
    text-align: center;
}

.tp_tk10_01 ul li .name p{
    text-align: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
}


.tp_tk10_01 ul li:nth-child(1) .name p{
    color:#f08200;
}

.tp_tk10_01 ul li:nth-child(2) .name p{
    color:#ea617c;
}

.tp_tk10_01 ul li:nth-child(3) .name p{
    color:#036eb8;
}

.tp_tk10_01 ul li:nth-child(4) .name p{
    color:#359e52;
}


.tp_tk10_01 ul li .name .main{
    width: 100%;
    font-size: 32px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    border-radius: 200px;
}

.tp_tk10_01 ul li .name p br{
    display: none;
}

.tp_tk10_01 ul li:nth-child(1) .name .main{
    background-color: #f08200;

}

.tp_tk10_01 ul li:nth-child(2) .name .main{
    background-color: #ea617c;

}

.tp_tk10_01 ul li:nth-child(3) .name .main{
    background-color: #036eb8;

}

.tp_tk10_01 ul li:nth-child(4) .name .main{
    background-color: #359e52;

}


.tp_tk10_02{
      width: 100%;
}

.tp_tk10_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk10_02 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_02 ul li .img{
    width: 100%;
}



.tp_tk10_02 ul li .name{
    text-align: center;
}

.tp_tk10_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
}

.tp_tk10_02 ul li .name .main{
    width: 100%;
    font-size: 32px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}




.tp_tk10_03{
      width: 100%;
}

.tp_tk10_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk10_03 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_03 ul li .img{
    width: 100%;
}

.tp_tk10_03_01{
    text-align: center;
    padding-right: 2%;
}



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


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;

}

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


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 30px;
    
    font-size: 16px;
    line-height: 180%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


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


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:16px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:16px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


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




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




.ctt_txt01{

    margin-bottom: 100px;


}

.ctt_txt01 dl dt{
    font-size: 35px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 30px;

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    text-decoration: none;
}



.ctt_txt02{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 30px;

}




.contact-t{

    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:24px;

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


.contact-t dl dd{
    font-size: 45px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.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/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);
    }
}



.f_text01 a{
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{

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


}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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


h1.h1_01{
    position: relative;
    padding: 50px 30px 0px;
    text-align: center;

    box-sizing: border-box;

}

.h1_01_p{
    display: block;
    margin: 0 auto;

    width: 500px;
}

.h1_01_p01{
    display: block;
    margin: 0 auto;

    width: 100%;
    max-width: 800px;
    
}

.h1_01_sub{

    width: 130px;

    position: absolute;
    top: 36%;
    right: calc(50% - 330px);
}




h2.h2_01{
    font-size: 38px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 35px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}


h2.h2_02{
    font-size: 38px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 30px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .main{
    width: 100%;
    font-size: 38px;
    line-height: 140%;
    color: #fff;
    text-align: center;

    margin-bottom: 10px;
 
    background-color: #082e5e;
    border-radius: 200px;

    padding: 5px 10px;
    box-sizing: border-box;

    letter-spacing: 0.6em;

    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .sub{
    font-size: 15px;
    line-height: 140%;
    color: #082e5e;
    text-align: right;
}







.ctt_bnr{
    width: 100px;
    height: auto;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9000;
}

.ctt_bnr a{
    transition: 0.3s;
}

.ctt_bnr a:hover{
    opacity: 0.8;
}

.ctt_bnr a img{
    width: 100%;
    height: auto;
}


/* 探研expo2026 トップ---------------------------------------------- */

.tp_tk01_out{
    padding: 0 20px;
    margin-bottom: 100px;  
}
.tp_tk01{
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #ffffff;
    border: dashed 3px #082e5e;
    padding:30px;
    color: #ffffff;
  
}
.tp_tk01:after{
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #082e5e #fff #082e5e;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tp_tk01 dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #082e5e;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01 dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: center;
}

.tp_tk01 dl dd span{
    font-size: 20px;
    color: #082e5e;

    text-align: center;
}




.tp_tk01a{
    padding: 50px 30px 30px;

    max-width: 1200px;
    margin: 0px auto 50px;

    box-sizing: border-box;

    background: url("../img/top/00_bg.png") top center #fff;
    background-repeat: no-repeat;
    background-size: 100%;

    border-radius: 20px;


}

.tp_tk01a dl dt{
    text-align: center;

    font-size: 24px;
    line-height: 120%;
    color: #5e4949;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01a dl dt span.s1{
    font-size: 36px;
    color: #082e5e;
}

.tp_tk01a dl dt span.s2{
    font-size: 28px;
    color: #082e5e;
}

.tp_tk01a dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: center;
}

.tp_tk01a dl dd span{
    font-size: 20px;
    color: #082e5e;

    text-align: center;
}



.tp_tk02{
    margin-bottom: 100px;  
}

.tp_tk02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  align-items: stretch;
  padding: 45px 0 0;
  margin: 0;
}

.tp_tk02 ul li{
  width: calc((100% - 20px * 1) / 2);
  padding: 0 25px 25px;
  background: #082e5e;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk02_out{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tp_tk02_01{

}

.tp_tk02_01 dl dt{
    text-align: center;
    margin-bottom: 1px;
}

.tp_tk02_01 dl dt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: -40px auto 6px  auto;
}

.tp_tk02_01 dl dd{
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    margin-inline-start: 0;    
}



.tp_tk02_02{
    margin-top: 24px;
}

.tp_tk02_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_tk02_02 ul li{
    width: 100%;
    height: auto;
    padding: 5px 10px 6px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
    text-align: center  !important;
    
    font-size: 18px;
    line-height: 100%;
    color: #082e5e;

    font-family: 'noto700';
    
  justify-content: center;
  align-items: center;
  text-align: center;    
}



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


.tp_tk03{
    max-width: 810px;
    width: 100%;
    margin: 0 auto 70px auto;
}

.tp_tk03 p{
    font-size: 16px;
    line-height: 100%;
    text-align: center;

}

.tp_tk03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  padding: 0;
  margin: 0 0  25px 0;
}

.tp_tk03 ul li{
  width: calc((100% - 20px * 2) / 3);

  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

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


.tp_tk04{
    font-size: 16px;
    line-height: 180%;
    color: #02adbc;
    text-align: center;
    margin-bottom: 30px;

    font-family: 'noto500';
}

.tp_tk05{
    margin: 0px auto 50px;
}

.tp_tk06{
    width: fit-content;
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    flex-direction: column;

}

.tp_tk06 .tp_tk06_img{
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    width: 100%;
    max-width: 300px;

}

.tp_tk06 .tp_tk06_txt{
    margin: 0px auto; 

    width: fit-content;

    font-size: 15px;
    line-height: 160%;
    color: #082e5e;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: 'noto500';


    

}

.tp_tk06 .tp_tk06_txt p{
    font-size: 40px;
    line-height: 160%;
    color: #082e5e;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    display: flex;

}



.tp_tk07{
    margin: 0px auto 50px;
}


.tp_tk07 > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;
}

.tp_tk07 > ul > li{
    position: relative;
    width: 100%;

    padding: 25px;
    box-sizing: border-box;

    background-color: #fff;
    border-radius: 20px;

    margin: 25px 0  20px 0;
}

.tp_tk07 > ul > li:nth-child(1){
    border: 3px solid #ea617c;
}

.tp_tk07 > ul > li:nth-child(2){
    border: 3px solid #036eb8;
}

.tp_tk07 > ul > li:nth-child(3){
    border: 3px solid #359e52;
}

.tp_tk07 > ul > li:nth-child(4){
    border: 3px solid #f08200;
}

.tp_tk07 > ul > li .icon{
    width: 60px;
    position: absolute;
    top: -25px;
    left: 35px;
}


.tp_tk07 > ul > li .title{
    width: 100%;
    font-size: 28px;
    line-height: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    margin-bottom: 25px;
}

.tp_tk07 > ul > li .title br.tab{
    display: inline;
}




.tp_tk07 > ul > li:nth-child(1) .title{
    color: #ea617c;
}

.tp_tk07 > ul > li:nth-child(2) .title{
    color: #036eb8;
}

.tp_tk07 > ul > li:nth-child(3) .title{
    color: #359e52;
}

.tp_tk07 > ul > li:nth-child(4) .title{
    color: #f08200;
}

.tp_tk07 > ul > li .title > span{
    display: inline-flex;

    padding-top: 4px;
    font-size: 18px;
    line-height: 120%;

    color: #6a3906;
    margin: 0px 10px;

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

.tp_tk07 > ul > li .title > span::before{
    content: url("../img/top/time.png");
    margin-right: 5px;

    margin-top: -2px;

    display: inline-block;
    height: 18px;
    width: 18px;
}

.tp_tk07_01_01{

}

.tp_tk07_01_01 dt{
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;

    color: #ea617c;
    margin: 0px auto 10px;

    padding-bottom: 5px;

    border-bottom: 2px solid #ea617c;

    text-align: center;
    
}

.tp_tk07_01_01 dd{
    font-size: 15px;
    line-height: 160%;

        color: #6a3906;

    margin: 0px auto 30px;
}

.tp_tk07_01_02{
    margin: 0px auto;

    max-width: 500px;
}

.tp_tk07_01_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}


.tp_tk07_01_02 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;
  
  justify-content: flex-end;

  flex-direction: column;
}


.tp_tk07_01_02 ul li .img{
    position: relative;
    text-align: center;
    padding: 20px 10px 0px;

    box-sizing: border-box;
}

.tp_tk07_01_02 ul li .img img.main{
    border: 1px solid #6a3906;
}

.tp_tk07_01_02 ul li .img img.sub{
    position: absolute;
    
    top: 0;
    left: 0;
}

.tp_tk07_01_02 ul li .img img.sub2{
    position: absolute;
    width: 50%;
    max-width: 100px;
    
    top: -20px;
    right: -20px;
}




.tp_tk07_01_02 ul li .name{
    text-align: center;
}

.tp_tk07_01_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 13px;
    line-height: 200%;
}

.tp_tk07_01_02 ul li .name .main{
    width: 100%;
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}



.tp_tk07_02{
    width: 100%;
}


.tp_tk07_02 table{
    width: 100%;
}

.tp_tk07_02 table th{
    color: #fff;
    background-color: #0d6fb8;

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

    text-align: center;

    padding: 12px 10px;

}

.tp_tk07_02 table th:first-child{
    border-right: 2px solid #fff;
}

.tp_tk07_02 table th:last-child{
    border-left: 2px solid #fff;
}

.tp_tk07_02 table td{
    color: #6a3906;
    background-color: #fff;

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

    text-align: center;

    padding: 18px 0px;

    border-bottom: 2px solid #0d6fb8;

    text-align: left;

    font-weight: 700;

}


.tp_tk07_02 table td span.c1{
    color: #3eafde;
}

.tp_tk07_02 table td span.c2{
    color: #0d6fb8;
}


.tp_tk07_02 table td:first-child{
    border-right: 2px solid #0d6fb8;
    padding-right: 12px;
}

.tp_tk07_02 table td:nth-child(2){
    border-left: 2px solid #0d6fb8;
    padding-left: 12px;
}

.tp_tk07_02 table td.img{
    vertical-align: top;
    text-align: center;

    padding-left: 5px;
    

}

.tp_tk07_02 table td.img li{
    margin: 0px auto;
    text-align: right;
    width: fit-content;
    margin-bottom: 10px;
}

.tp_tk07_02_01{
display: none;   
}




.tp_tk07_02 ul{
    width: 100%;
}


.tp_tk07_02 ul li{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 2px dotted #0d6fb8;
    
}



.tp_tk07_02 ul li .img{
    width: 140px;

    display: flex;
    align-items: center;

}


.tp_tk07_02 ul li .txt_block{
    width: calc(100% - 160px);
}

.tp_tk07_02 ul li .name{
    width: 100%;
    font-size: 22px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #036eb8;
}


.tp_tk07_02 ul li .name rp{
    font-size: 12px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;

    text-align: center;
}

.tp_tk07_02 ul li .name rt{
    font-size: 12px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_tk07_02 ul li .name span{
    font-size: 16px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk07_02 ul li .category{
    font-size: 13px;
    line-height: 140%;
    color: #44a4c0;
}

.tp_tk07_02 ul li .txt{
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
    color: #6a3906;

}






.tp_tk07_03{
    position: relative;
    width: 100%;


}

.tp_tk07_03_01{
    width: calc(100% - 220px);
    text-align: left; 

    padding-left: 30px;
}

.tp_tk07_03_01 p{

    position: relative;
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
    color: #6a3906;


    margin-bottom: 10px;
}

.tp_tk07_03_01 p::before{
    position: absolute;
    display: inline-block;
    content: '';

    top: 6px;
    left: -18px;

    width: 13px;
    height: 13px;

    background-color: #359e52;
}


.tp_tk07_03_02{

    width: 160px;
    position: absolute;

    top: 50%;
    right: 30px;

    transform: translateY(-50%);
}




.tp_tk07_04_01{
    width: 100%;
    max-width: 600px;

    margin: 0px auto;

    box-sizing: border-box;
}

.tp_tk07_04_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: stretch;
  padding: 0;
}

.tp_tk07_04_01 li{
  width: 100%;

  box-sizing: border-box;

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

  padding: 30px 20px;
  

}

.tp_tk07_04_01 li:last-child{
  border-bottom: none;
}


.tp_tk07_04_01 li .img{
    flex: none;

    width: 120px;

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

.tp_tk07_04_01 li .txt{
    flex: auto;
    margin-left: 40px;

    text-align: left;

    display: flex;
    align-items: center; 
}

.tp_tk07_04_01 li .txt dt{
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;

    color:#f08200;
}

.tp_tk07_04_01 li .txt dd{
    font-size: 15px;
    line-height: 160%;
    color: #6a3906;
}




.tp_tk08{
    margin: 0px auto 70px;

    max-width: 560px;
}

.tp_tk08 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto 30px;
}

.tp_tk08 ul li{
  width: calc((100% - 30px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;

}

.tp_tk08 ul li .img{
  width: 100%;

  text-align: center;
}

.tp_tk08 ul li .txt{
  width: 100%;

  text-align: center;
}


.tp_tk08 ul li:nth-child(1) .txt{
    color: #ea617c;
}

.tp_tk08 ul li:nth-child(2) .txt{
    color: #359e52;
}

.tp_tk08 ul li:nth-child(3) .txt{
    color: #f08200;
}

.tp_tk08 ul li:nth-child(4) .txt{
    color: #0d6fb8;
}

.tp_tk08 ul li .txt dt{
    width: 100%;
    font-size: 28px;
    line-height: 160%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk08 ul li .txt dd{
    width: 100%;

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

.tp_tk08 ul li .txt dd br.sp{
    display: none;
}


.tp_tk09{
    max-width: 500px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto 0px;
}

.tp_tk09 .tp_tk09_01{
    width: 100% ;
}

.tp_tk09 .tp_tk09_02{
    display: none;
}



.tp_tk10{
    width: 100%;

    max-width: 600px;
    margin: 0px auto 70px;
}

.tp_tk10 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  align-items: stretch;
  padding: 0;
}

.tp_tk10 > ul > li{
  width: 100%;

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}


.tp_tk10 > ul > li:first-child{
  width: 100%;
}


.tp_tk10 > ul > li .title{
    position: relative;
    text-align: center;

    width: 300px;


    margin: 0px auto 15px;
}

.tp_tk10 > ul > li .title img.sub{
    position: absolute;
    top:20%;
    left: 90%;

    width: 70px;
}



.tp_tk10_01{
      width: 100%;
}

.tp_tk10_01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto;
    justify-content: center;
}

.tp_tk10_01 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_01 ul li .img{
    width: 100%;
    text-align: center;
}


.tp_tk10_01 ul li .name{
    text-align: center;
}

.tp_tk10_01 ul li .name p{
    text-align: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
}


.tp_tk10_01 ul li:nth-child(1) .name p{
    color:#f08200;
}

.tp_tk10_01 ul li:nth-child(2) .name p{
    color:#ea617c;
}

.tp_tk10_01 ul li:nth-child(3) .name p{
    color:#036eb8;
}

.tp_tk10_01 ul li:nth-child(4) .name p{
    color:#359e52;
}


.tp_tk10_01 ul li .name .main{
    width: 100%;
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    border-radius: 200px;
}

.tp_tk10_01 ul li .name p br{
    display: none;
}


.tp_tk10_01 ul li:nth-child(1) .name .main{
    background-color: #f08200;

}

.tp_tk10_01 ul li:nth-child(2) .name .main{
    background-color: #ea617c;

}

.tp_tk10_01 ul li:nth-child(3) .name .main{
    background-color: #036eb8;

}

.tp_tk10_01 ul li:nth-child(4) .name .main{
    background-color: #359e52;

}


.tp_tk10_02{
      width: 100%;
}

.tp_tk10_02 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto;
    justify-content: center;
}

.tp_tk10_02 ul li{
    width: calc((100% - 20px * 1) / 2);

    box-sizing: border-box;

    display: flex;
    align-items: stretch;

    flex-direction: column;
}

.tp_tk10_02 ul li .img{
    width: 100%;
    text-align: center;
}



.tp_tk10_02 ul li .name{
    text-align: center;
}

.tp_tk10_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
}

.tp_tk10_02 ul li .name .main{
    width: 100%;
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}




.tp_tk10_03{
      width: 100%;
}

.tp_tk10_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk10_03 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_03 ul li .img{
    width: 100%;
}

.tp_tk10_03_01{
    text-align: center;
    padding-right: 2%;
}








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



.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


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

}

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


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 25px;
    
    font-size:15px;
    line-height: 170%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


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


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:15px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:15px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


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




















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


.ctt_txt01{

    margin-bottom: 80px;


}

.ctt_txt01 dl dt{
    font-size: 30px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 30px;

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    text-decoration: none;
}



.ctt_txt02{
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 30px;

}





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

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;

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


.contact-t dl dd{
    font-size: 35px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.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: 60px;

}

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


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

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    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 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


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

    
    font-size: 24px;
    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 00px 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:100%;
	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:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



.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/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);
    }
}



.f_text01 a{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{

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




}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    position: relative;
    padding: 40px 20px 0px;
    text-align: center;

    box-sizing: border-box;
}

.h1_01_p{
    display: block;
    margin: 0 auto;

    width: 320px;
}

.h1_01_p01{
    display: block;
    margin: 0 auto;

    width: 100%;
    max-width: 400px;
    
}



.h1_01_sub{

    display: none;

    width: 100px;

    position: absolute;
    top: 30%;
    right: calc(50% - 180px);
}



h2.h2_01{
    font-size: 30px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 35px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}


h2.h2_02{
    font-size: 30px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 30px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .main{
    width: 100%;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    text-align: center;

    margin-bottom: 5px;
 
    background-color: #082e5e;
    border-radius: 200px;

    padding: 5px 10px;
    box-sizing: border-box;

    letter-spacing: 0.5em;

    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2.h2_02 .sub{
    font-size: 13px;
    line-height: 140%;
    color: #082e5e;
    text-align: right;
}


.ctt_bnr{
    width: 80px;
    height: auto;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9000;
}

.ctt_bnr a{
    transition: 0.3s;
}

.ctt_bnr a:hover{
    opacity: 0.8;
}

.ctt_bnr a img{
    width: 100%;
    height: auto;
}




/* 探研expo2026 トップ---------------------------------------------- */

.tp_tk01_out{
    padding: 0 15px;

}

.tp_tk01{
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px #ffffff;
    border: dashed 3px #082e5e;
    padding:15px;
    color: #ffffff;
     
}
.tp_tk01:after{
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #082e5e #fff #082e5e;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tp_tk01 dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #082e5e;
    margin-bottom: 15px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: left;
}


.tp_tk01 dl dd br.sp_none{
    display: none;
}

.tp_tk01 dl dd span{
    font-size: 18px;
    color: #082e5e;

    text-align: center;
}


.tp_tk01a{
    padding: 40px 20px 20px;

    max-width: 1200px;
    margin: 0px auto 50px;

    box-sizing: border-box;

    background: url("../img/top/00_bg.png") top center #fff;
    background-repeat: no-repeat;
    background-size: 100%;

    border-radius: 20px;


}

.tp_tk01a dl dt{
    text-align: center;

    font-size: 20px;
    line-height: 120%;
    color: #5e4949;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01a dl dt span.s1{
    font-size: 32px;
    color: #082e5e;
}

.tp_tk01a dl dt span.s2{
    font-size: 24px;
    color: #082e5e;
}

.tp_tk01a dl dd{
    font-size: 15px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';

    text-align: left;
}

.tp_tk01a dl dd span{
    font-size: 18px;
    color: #082e5e;

}


.tp_tk01a dl dd br.sp_none{
    display: none;
}


.tp_tk02{
    margin-bottom: 80px;  
}

.tp_tk02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0px;
  align-items: stretch;
  padding: 45px 0 0;
  margin: 0;
}

.tp_tk02 ul li{
  width: calc((100% - 0px * 0) / 1);
  padding: 0 25px 25px;
  background: #082e5e;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk02_out{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tp_tk02_01{

}

.tp_tk02_01 dl dt{
    text-align: center;
    margin-bottom: 1px;
}

.tp_tk02_01 dl dt img{
  display: block;
  max-width: 260px;
  height: auto;
  margin: -40px auto 6px  auto;
}

.tp_tk02_01 dl dd{
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    margin-inline-start: 0;    
}

.tp_tk02_02{
    margin-top: 24px;
}

.tp_tk02_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_tk02_02 ul li{
    width: 100%;
    height: auto;
    padding: 5px 10px 6px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
    text-align: center  !important;
    
    font-size: 17px;
    line-height: 100%;
    color: #082e5e;

    font-family: 'noto700';
    
  justify-content: center;
  align-items: center;
  text-align: center;    
}



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


.tp_tk03{
    max-width: 810px;
    width: 100%;
    margin: 0 auto 60px auto;
}

.tp_tk03 p{
    font-size: 14px;
    line-height: 100%;
    text-align: center;

}

.tp_tk03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  align-items: stretch;
  padding: 0;
  margin: 0 0  25px 0;
}

.tp_tk03 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk03 ul li:nth-child(3){
  margin-left: auto;
  margin-right: auto;
}

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




.tp_tk04{
    font-size: 15px;
    line-height: 170%;
    color: #02adbc;
    text-align: center;
    margin-bottom: 25px;

    font-family: 'noto500';
}

.tp_tk05{
    margin: 0px auto 40px;
}

.tp_tk06{
    width: fit-content;
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    flex-direction: column;

}

.tp_tk06 .tp_tk06_img{
    margin: 0px auto; 

    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    align-items: stretch;
    padding: 0;

    width: 100%;
    max-width: 250px;

}

.tp_tk06 .tp_tk06_txt{
    margin: 0px auto; 

    width: fit-content;

    font-size: 14px;
    line-height: 160%;
    color: #082e5e;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: 'noto500';


    

}

.tp_tk06 .tp_tk06_txt p{
    font-size: 32px;
    line-height: 160%;
    color: #082e5e;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    display: flex;

}



.tp_tk07{
    margin: 0px auto 40px;
}


.tp_tk07 > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: stretch;
    padding: 0;
}

.tp_tk07 > ul > li{
    position: relative;
    width: 100%;

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

    background-color: #fff;
    border-radius: 20px;

    margin: 20px 0  20px 0;
}

.tp_tk07 > ul > li:nth-child(1){
    border: 3px solid #ea617c;
}

.tp_tk07 > ul > li:nth-child(2){
    border: 3px solid #036eb8;
}

.tp_tk07 > ul > li:nth-child(3){
    border: 3px solid #359e52;
}

.tp_tk07 > ul > li:nth-child(4){
    border: 3px solid #f08200;
}

.tp_tk07 > ul > li .icon{
    width: 40px;
    position: absolute;
    top: -20px;
    left: 25px;
}


.tp_tk07 > ul > li .title{
    width: 100%;
    font-size: 22px;
    line-height: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    margin-bottom: 20px;
}

.tp_tk07 > ul > li .title br.tab{
    display: inline;
}




.tp_tk07 > ul > li:nth-child(1) .title{
    color: #ea617c;
}

.tp_tk07 > ul > li:nth-child(2) .title{
    color: #036eb8;
}

.tp_tk07 > ul > li:nth-child(3) .title{
    color: #359e52;
}

.tp_tk07 > ul > li:nth-child(4) .title{
    color: #f08200;
}

.tp_tk07 > ul > li .title > span{
    display: inline-flex;

    padding-top: 4px;
    font-size: 16px;
    line-height: 120%;

    color: #6a3906;
    margin: 0px 10px;

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

.tp_tk07 > ul > li .title > span::before{
    content: url("../img/top/time.png");
    margin-right: 8px;

    margin-top: -5px;

    display: inline-block;
    height: 15px;
    width: 15px;
}




.tp_tk07_01_01{

}

.tp_tk07_01_01 dt{
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;

    color: #ea617c;
    margin: 0px auto 10px;

    padding-bottom: 5px;

    border-bottom: 2px solid #ea617c;

    text-align: center;
    
}

.tp_tk07_01_01 dd{
    font-size: 14px;
    line-height: 160%;

        color: #6a3906;

    margin: 0px auto 30px;
}

.tp_tk07_01_02{
    margin: 0px auto;

    max-width: 350px;
}

.tp_tk07_01_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk07_01_02 ul li{
  width: calc((100% - 20px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;


  flex-direction: column;
}



.tp_tk07_01_02 ul li .img{
    position: relative;
    text-align: center;
    padding: 15px 5px 0px;

    box-sizing: border-box;
}

.tp_tk07_01_02 ul li .img img.main{
    border: 1px solid #6a3906;
}

.tp_tk07_01_02 ul li .img img.sub{
    position: absolute;

    width: 40px;
    
    top: 0;
    left: 0;
}

.tp_tk07_01_02 ul li .img img.sub2{
    position: absolute;
    width: 50%;
    max-width: 100px;
    
    top: -20px;
    right: -20px;
}



.tp_tk07_01_02 ul li .name{
    text-align: center;
}

.tp_tk07_01_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 12px;
    line-height: 200%;
}

.tp_tk07_01_02 ul li .name .main{
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 0px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}

.tp_tk07_02{
    width: 100%;
    margin-bottom: 20px;
}


.tp_tk07_02 table{
    width: 100%;
}

.tp_tk07_02 table th{
    color: #fff;
    background-color: #0d6fb8;

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

    text-align: center;

    padding: 10px 10px;

}

.tp_tk07_02 table th:first-child{
    border-right: 2px solid #fff;
}

.tp_tk07_02 table th:last-child{
    border-left: 2px solid #fff;
}

.tp_tk07_02 table td{
    color: #6a3906;
    background-color: #fff;

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

    text-align: center;

    padding: 15px 0px;

    border-bottom: 2px solid #0d6fb8;

    text-align: left;

    font-weight: 700;

}


.tp_tk07_02 table td span.c1{
    color: #3eafde;
}

.tp_tk07_02 table td span.c2{
    color: #0d6fb8;
}


.tp_tk07_02 table td:first-child{
    border-right: 2px solid #0d6fb8;
    padding-right: 10px;
}

.tp_tk07_02 table td:nth-child(2){
    border-left: 2px solid #0d6fb8;
    padding-left: 10px;
}


.tp_tk07_02 table td.img{
    width: 0;
    vertical-align: top;
    text-align: center;

    padding-left: 0px;
    

}

.tp_tk07_02 table td.img li{
    display: none;
    margin: 0px auto;
    text-align: right;
    width: fit-content;
    margin-bottom: 10px;
}



.tp_tk07_02 ul{
    width: 100%;
}


.tp_tk07_02 ul li{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding-bottom: 15px;
    margin-bottom: 15px;

    border-bottom: 2px dotted #0d6fb8;
    
}



.tp_tk07_02 ul li .img{
    width: 120px;

    display: flex;
    align-items: center;

}


.tp_tk07_02 ul li .txt_block{
    width: calc(100% - 135px);
}

.tp_tk07_02 ul li .name{
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #036eb8;
}


.tp_tk07_02 ul li .name rp{
    font-size: 11px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;

    text-align: center;
}

.tp_tk07_02 ul li .name rt{
    font-size: 11px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tp_tk07_02 ul li .name span{
    font-size: 15px;
    line-height: 120%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk07_02 ul li .category{
    font-size: 12px;
    line-height: 140%;
    color: #44a4c0;
}

.tp_tk07_02 ul li .txt{
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: #6a3906;

}



.tp_tk07_02_01{
    display: block;

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

.tp_tk07_02_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  padding: 0;
}

.tp_tk07_02_01 li{
  width: calc((100% - 10px * 2) / 3);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}














.tp_tk07_03{
    position: relative;
    width: 100%;


}

.tp_tk07_03_01{
    width: 100%;
    text-align: left; 

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

    margin-bottom: 150px;
}

.tp_tk07_03_01 p{

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

    margin-bottom: 10px;
}

.tp_tk07_03_01 p::before{
    position: absolute;
    display: inline-block;
    content: '';

    top: 6px;
    left: -16px;

    width: 12px;
    height: 12px;

    background-color: #359e52;
}


.tp_tk07_03_02{

    width: 160px;
    position: absolute;

    bottom: 10px;
    right: 50%;
    top: auto;

    transform: translateX(50%);
}




.tp_tk07_04_01{
    width: 100%;
    max-width: 600px;

    margin: 0px auto;

    box-sizing: border-box;
}

.tp_tk07_04_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: stretch;
  padding: 0;
}

.tp_tk07_04_01 li{
  width: 100%;

  box-sizing: border-box;

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

  padding: 0px 0px 30px;

}

.tp_tk07_04_01 li:last-child{
  border-bottom: none;
  padding-bottom: 10px;
}


.tp_tk07_04_01 li .img{
    flex: none;

    width: 80px;

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

.tp_tk07_04_01 li .txt{
    flex: auto;
    margin-left: 20px;

    text-align: left;

    display: flex;
    align-items: center; 
}

.tp_tk07_04_01 li .txt dt{
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;

    color:#f08200;
}

.tp_tk07_04_01 li .txt dd{
    font-size: 14px;
    line-height: 160%;
    color: #6a3906;
}




.tp_tk08{
    margin: 0px auto 60px;

    max-width: 440px;
}

.tp_tk08 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto 0px;
}

.tp_tk08 ul li{
  width: calc((100% - 10px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;

}

.tp_tk08 ul li .img{
  width: 100%;

  text-align: center;
}

.tp_tk08 ul li .txt{
  width: 100%;

  text-align: center;
}


.tp_tk08 ul li:nth-child(1) .txt{
    color: #ea617c;
}

.tp_tk08 ul li:nth-child(2) .txt{
    color: #359e52;
}

.tp_tk08 ul li:nth-child(3) .txt{
    color: #f08200;
}

.tp_tk08 ul li:nth-child(4) .txt{
    color: #0d6fb8;
}

.tp_tk08 ul li .txt dt{
    width: 100%;
    font-size: 20px;
    line-height: 160%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tp_tk08 ul li .txt dd{
    width: 100%;

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

.tp_tk08 ul li .txt dd br.sp{
    display: none;
}


.tp_tk09{
    max-width: 350px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    padding: 0px 20px;
    margin: 0px auto 0px;
}

.tp_tk09 .tp_tk09_01{
    width: 100% ;
}

.tp_tk09 .tp_tk09_02{
    display: none;
}




.tp_tk10{
    width: 100%;

    max-width: 480px;
    margin: 0px auto 60px;
}

.tp_tk10 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  align-items: stretch;
  padding: 0;
}

.tp_tk10 > ul > li{
  width: 100%;

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}


.tp_tk10 > ul > li:first-child{
  width: 100%;
}


.tp_tk10 > ul > li .title{
    position: relative;
    text-align: center;

    width: 250px;


    margin: 0px auto 10px;
}

.tp_tk10 > ul > li .title img.sub{
    position: absolute;
    top:20%;
    left: 90%;

    width: 50px;
}



.tp_tk10_01{
      width: 100%;
}

.tp_tk10_01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto;
    justify-content: center;
}

.tp_tk10_01 ul li{
  width: calc((100% - 15px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_01 ul li .img{
    width: 100%;
    text-align: center;
}


.tp_tk10_01 ul li .name{
    text-align: center;
}

.tp_tk10_01 ul li .name p{
    text-align: center;

    font-size: 13px;
    font-weight: 700;
    line-height: 160%;

    margin-bottom: 5px;
}


.tp_tk10_01 ul li:nth-child(1) .name p{
    color:#f08200;
}

.tp_tk10_01 ul li:nth-child(2) .name p{
    color:#ea617c;
}

.tp_tk10_01 ul li:nth-child(3) .name p{
    color:#036eb8;
}

.tp_tk10_01 ul li:nth-child(4) .name p{
    color:#359e52;
}


.tp_tk10_01 ul li .name .main{
    width: 100%;
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    border-radius: 200px;
}



.tp_tk10_01 ul li .name p br{
    display: inline;
}


.tp_tk10_01 ul li:nth-child(1) .name .main{
    background-color: #f08200;

}

.tp_tk10_01 ul li:nth-child(2) .name .main{
    background-color: #ea617c;

}

.tp_tk10_01 ul li:nth-child(3) .name .main{
    background-color: #036eb8;

}

.tp_tk10_01 ul li:nth-child(4) .name .main{
    background-color: #359e52;

}


.tp_tk10_02{
      width: 100%;
}

.tp_tk10_02 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
    padding: 0;
    margin: 0px auto;
    justify-content: center;
}

.tp_tk10_02 ul li{
    width: calc((100% - 15px * 1) / 2);

    box-sizing: border-box;

    display: flex;
    align-items: stretch;

    flex-direction: column;
}

.tp_tk10_02 ul li .img{
    width: 100%;
    text-align: center;
}



.tp_tk10_02 ul li .name{
    text-align: center;
}

.tp_tk10_02 ul li .name p{
    text-align: center;

    color: #6a3906;

    font-size: 13px;
    font-weight: 700;
    line-height: 200%;
}

.tp_tk10_02 ul li .name .main{
    width: 100%;
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;

    padding-bottom: 2px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #fff;
    background-color: #6a3906;
    border-radius: 200px;
}




.tp_tk10_03{
      width: 100%;
}

.tp_tk10_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: stretch;
  padding: 0;
  margin: 0px auto;
  justify-content: center;
}

.tp_tk10_03 ul li{
  width: calc((100% - 15px * 1) / 2);

  box-sizing: border-box;

  display: flex;
  align-items: stretch;

  flex-direction: column;
}

.tp_tk10_03 ul li .img{
    width: 100%;
}

.tp_tk10_03_01{
    text-align: center;
    padding-right: 2%;
}











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



.privacy{
}


.privacy dt {
    font-size:15px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 6px;
    margin-bottom: 12px;

}


.privacy dd {
    font-size:14px;
    line-height: 160%;
    margin-bottom: 30px;

}

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


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 25px;
    
    font-size:14px;
    line-height: 160%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


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


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:14px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:14px;
    line-height: 140%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 30px;
}


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














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


.ctt_txt01{

    margin-bottom: 70px;


}

.ctt_txt01 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 7px;
}

.ctt_txt01 dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    text-decoration: none;
}



.ctt_txt02{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;

}


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

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:16px;

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


.contact-t dl dd{
    font-size: 27px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.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: 50px;

}

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


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

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    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 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


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

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

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

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






.f_text01 a{
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{

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









}
