@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 769px) {
	
html {
 text-size-adjust:100%;
 -webkit-text-size-adjust:100%;
}		
	
body{
    padding: 0;
    margin: 0;
    height: 100%;
}
	

	
/*
.gakkai_mozi a {
    color:#000000;
    text-decoration:none;
    }
*/	
 
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
	
a {
    text-decoration: none;
    color: #000000;
}
	
/* ヘッダーのロゴ */
.head_rogo {
    position: fixed;
    width: 100%;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
    z-index: 80;
    margin-top: -67px;
    background-color: rgba(255,255,255,1.00);
    padding-top: 32px;
    padding-bottom: 14px;
}

/* 上の三本線メニュー　ここから */
	
.hamburger-menu {
    width: auto;
    height: auto;
	}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #B63D62;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;/*三本線の長さ*/
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 19px;/*三本線の間隔*/
}
.menu-btn span:after {
    top: 19px;/*三本線の間隔*/
}
	
/*バツマークにする　ここから*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;/*チェエクノックスを消す*/
}	
/*バツマークにする　ここまで*/


/*メニューの内容　ここから*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -250%;/* 100％にしたら下にはけた */
    left: 0;/*leftの値を変更してメニューを画面外へ左にはけたい場合はこれを100％にする*/
    z-index: 10;
    background-color: #D4D4D4;
    transition: all 0.5s;/*アニメーション設定*/
    margin-top: 119px;
    margin-bottom: 200px;
	  overflow-y: scroll;/* スクロールを可能にする */
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
.menu-content::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }


#menu-btn-check:checked ~ .menu-content {
    top: 0; /*メニューを画面内へ　履けたい方向で0にする*/
}
	

/*メニューの内容　ここまで*/	
.menu-aco {
    padding-top: 10px;
    font-size: 30px;
    font-weight: bold;
	}

/* アコーディオンメニュー　ここから */

	
.accordion ul {
    list-style: none;
}
label{
    cursor: pointer;
    
}
label[for="menu2"],[for="menu3"],[for="menu4"],[for="menu7"],[for="menu8"] 
	{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 20px;
    margin-bottom: -30px;
    margin-top: -30px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: rgba(0,0,0,1.00);   
		
	}
	
label[for="menu5"]
	{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 20px;
    margin-bottom: -30px;
    margin-top: -30px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: rgba(0,0,0,1.00);
	}
	
label[for="menu6"]
	{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 20px;
    margin-bottom: -30px;
    margin-top: -30px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: rgba(0,0,0,1.00);   
		
	}

	

	
label[for="menu1"]
	{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 20px;
    margin-bottom: -30px;
    margin-top: -6px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: rgba(0,0,0,1.00);    
	}
	
label[for="menu1"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label[for="menu2"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label[for="menu3"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label[for="menu4"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	

	
label[for="menu7"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label[for="menu8"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	


	
label[for="menu1_2"]{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 47px;
    padding-bottom: 10px;
    margin-left: -45px;
    padding-top: 10px;
    background-color: rgba(236,236,236,1.00);
	}
label[for="menu1_2"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label[for="menu3_2"]{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    padding-left: 47px;
    padding-bottom: 10px;
    margin-left: -45px;
    padding-top: 10px;
    background-color: rgba(236,236,236,1.00);
	}
	


	
label[for="menu3_2"]::before
	{
    content: '>';
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
	}
	
label.rink{
     background-color: rgba(235,118,154,1.00);	
	}
.toggle{
	display: none;
}
.toggle + ul{
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.toggle:checked + ul{
	height: auto;
    max-height: 2500px;
    transition: all 1s ease-in;
	 
    
}
	
	.toggle_rink_tools{
		
	}
	
li.kai{
    background-color: rgba(236,236,236,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    width: auto;
    margin-left: -41px;
    padding-left: 43px;
    color: rgba(0,0,0,1.00);		
	}
	
li.kai_q{
    background-color: rgba(236,236,236,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    width: auto;
    margin-left: -41px;
    padding-left: 43px;
    color: rgba(0,0,0,1.00);
	}
	

	
	
li.kai_rink{
    background-color: rgba(235,118,154,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    width: auto;
    margin-left: -41px;
    padding-left: 43px;
    color: rgba(0,0,0,1.00);
	}
	

	
li.mei{
    background-color: rgba(236,236,236,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    width: auto;
    margin-left: -41px;
    padding-left: 78px;
    color: rgba(0,0,0,1.00);
	}
	
li.mei_rink{
    background-color: rgba(235,118,154,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    width: auto;
    margin-left: -41px;
    padding-left: 78px;
    color: rgba(0,0,0,1.00);
	}
ul.mei{
    margin-left: -48px;
    width: auto;
		
	}

	
/* アコーディオンメニュー　ここまで */
/* 上の三本線メニュー　ここまで */
	
/* 上のメニューの背景用 */
.menu {
    display:none
}

/* 上のメニュー */
.div_menu {
    display:none;
}
	
/* サイトマップ　階層の表示 */
.ue_sitemap {
    display:none;
}
/* 画像スライドショーと横にあるメニュー　全体用 */
.kasou {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}

/* feat 特徴の全体用 */
.kasou_feat {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* chara 物性の名称に関する項目の全体用 */
.kasou_chara {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* chara 物性の名称に関する項目の全体用 */
.kasou_chara2 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* kinki 禁忌の全体用 */
.kasou_kinki {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* movie 疾患・製品関連ムービー全体用 */
.kasou_movie {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}		
	
/* faq FAQ全体用 */
.kasou_faq {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* tools ツールの全体用 */
.kasou_tools {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 論文紹介の全体用 */
.kasou_sample {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* 学会情報の全体用 */
.kasou_seminar {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
/* 学会情報の全体用 */
.kasou_seminar_2018 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2017 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}		
	
	
/* 学会情報の全体用 */
.kasou_seminar_2016 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
/* 学会情報の全体用 */
.kasou_seminar_2015 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2014 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2013 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2012 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2010 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2009 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2008 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2007 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
	
/* 学会情報の全体用 */
.kasou_seminar_2006 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2005 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2004 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2003 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2002 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2001 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}			
	
	
/* 学会情報の全体用 */
.kasou_seminar_2000 {
   margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}			
/* chara 物性の名称に関する項目の全体用 */
.kasou_chara {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* 使い方の全体用 */
.kasou_howto {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* 噴霧方法の全体用 */
.kasou_howto1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* 噴霧方法の全体用 */
.kasou_howto2 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
/* 噴霧方法の全体用 */
.kasou_howto5 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 63px;
    min-width: 769px;
    height: 100%;
    width: 100%;
}
	
	
/* 横にあるメニューのdiv */
.kasou_menu {
    display:none;
}
	
span.kasou_menu_00{
    display:none;
	}
span.kasou_menu_01{
    display:none;
	}
	
span.kasou_menu_01:hover{
    display:none;
	}
	
span.kasou_menu_02{
    display:none;
	}
	
/* 帯 */
.kasou_obi {
    background-color: #E5E5E5;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    display: block;
    width: auto;
    height: 19px;
    padding-top: 22px;
    padding-bottom: 33px;
    margin-top: 57px;
    border-left: 11px solid rgba(182,61,98,1.00);
    line-height: 30px;
}
	
.kasou_obi_02 {
    background-color: #E5E5E5;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    display: block;
    width: auto;
    height: 19px;
    padding-top: 22px;
    padding-bottom: 33px;
    margin-top: 57px;
    border-left: 11px solid rgba(182,61,98,1.00);
    text-align: left;
    line-height: 30px;
}
	
.kasou_obi_sub {
    padding-right: 30px;
    font-size: 20px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 19px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 2px solid rgba(178,49,88,1.00);
}
	
.kasou_obi_sub_02 {
    padding-right: 30px;
    font-size: 20px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
    margin-bottom: 12px;
}
	
	
.kasou_obi_sub_03 {
    padding-right: 30px;
    font-size: 20px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 19px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 2px solid rgba(178,49,88,1.00);
    margin-bottom: -44px;
}
	
.kasou_obi_sub_04 {
    padding-right: 30px;
    font-size: 20px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 150px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
    margin-bottom: 12px;
}
		
.kasou_obi_sub_05 {
    padding-right: 30px;
    font-size: 20px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 50px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
    margin-bottom: 12px;
}	
	
.kasou_obi_sub_06 {
    padding-right: 30px;
    font-size: 25px;
    float: none;
    display: block;
    width: auto;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
    margin-bottom: 12px;
}
		
.kasou_obi_kara {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    display: block;
    width: auto;
    height: 2px;
}
.kasou_con{
    width: 650px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_kinki{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	}	
	
.kasou_con_faq{
    width: 650px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_tools{
    width: 650px;
    height: 685px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_movie{
    width: 650px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
	}
		
	
.movie_pc{
	display: none;
	}	
.movie_pc_02{
	display: none;
	}	

.movie_mob{
    margin-left: 15px;
    margin-top: 14px;
	}	
	
.movie_mob_02{
    margin-left: 15px;
    margin-top: 14px;
    border: 1px solid rgba(0,0,0,1.00);
    max-height: 337px;
    width: auto;
    height: auto;
    display: block;
    max-width: 600px;
	}
	
.kasou_con_tools_02{
    width: 650px;
    height: 850px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_tools_03{
    width: 650px;
    height: 730px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_tools_04{
    width: 650px;
    height: 790px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}
	
.kasou_con_tools_05{
    width: 650px;
    height: 588px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}	
	
.kasou_con_tools_06{
    width: 650px;
    height: 685px;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	}	
	
.kasou_con_seminar{
    width: 750px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
	}

	
.tools_gazou{
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}
	
/* 開発経緯の年表*/
dl{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
    width: auto;
    font-size: 25px;
    
}

dt{
    color: navy;
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 94px;
    margin-right: 20px;
    float: left;
}

dd{
    color: #333;
    width: auto;
    margin-left: 122px;
}

dl::after {
    content: '';
    display: block;
    clear: both;
}
	
dl a {
    
    cursor: pointer;
    color: rgba(0,29,255,1.00);
}
	
dt.kazu{
    text-align: center;
	}
	
dt.kazu_02{
    text-align: left;
    width: auto;
    margin-left: 30px;
	}
	
dt.kazu_02_teikyou{
    text-align: left;
    width: auto;
    margin-left: 10px;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-bottom: 80px;
    margin-right: 0px;
	}
	
dt.kazu_03{
    text-align: left;
    width: auto;
    margin-top: 15px;
	}
	
dt.kazu_04{
    text-align: left;
    width: 556px;
    display: block;
    margin-top: 15px;
    font-weight: normal;
	}
	
dt.kazu_05{
    text-align: left;
    width: 409px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
	}
	
dt.kazu_05_pc{
    display: none;
	}
	
	dt.kazu_05_mob{
    text-align: left;
    width: 409px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
    letter-spacing: -1px;
	}
	
	
dt.kazu_06{
    text-align: left;
    width: auto;
    display: block;
    margin-top: 20px;
    margin-left: 48px;
    font-weight: normal;
	}
	
dd.tuika_01{
    color: #333;
    width: 321px;
    margin-left: 139px;
    
}		
	
dd.kazu_07{
    text-align: center;
    width: auto;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: normal;
	}
	
dd.kazu_08{
    text-align: left;
    width: 308px;
    font-weight: normal;
    text-indent: -1em;
    display: block;
    float: left;
    margin-left: 57px;
	
	}
	
dd.kazu_08_02{
    text-align: left;
    width: 308px;
    font-weight: normal;
    text-indent: -1em;
    display: block;
    float: left;
    margin-left: 57px;
    letter-spacing: -0.1em;
	
	}	
	
dd.kazu_08_02_pc{
  display: none;
	}		
	
dd.kazu_08_02_mob{
    text-align: left;
    width: 308px;
    font-weight: normal;
    text-indent: -1em;
    display: block;
    float: left;
    margin-left: 57px;
    letter-spacing: -0.1em;
	
	}		
	
dd.kazu_08_mob{
    text-align: left;
    width: 308px;
    font-weight: normal;
    text-indent: -1em;
    display: block;
    float: left;
    margin-left: 57px;
	
	}
	
dd.kazu_08_pc{
    display: none;
	}
	
dd.kazu_08 a {
		text-decoration: underline;
	}
	
dd.kazu_08_02 a {
		text-decoration: underline;
	}	
	
dd.kazu_08_02_mob a {
		text-decoration: underline;
	}		
	
dd.kazu_08_mob a {
		text-decoration: underline;
	}	
	
	
.gakkai_end{
    color: rgba(255,0,4,1.00);
    font-weight: bold;
  
	
	}
dt.mp4{
    text-align: left;
    width: auto;
    display: block;
    margin-top: 20px;
    font-weight: normal;
    margin-left: 58px;
	}
	
dt.mp4_02{
    text-align: left;
    width: auto;
    display: block;
    font-weight: normal;
    margin-left: 58px;
    margin-top: 20px;
	}
	
dt.q{
    text-align: right;
    color: rgba(178,49,88,1.00);
	}

dt.title{
    width: 100%;
    color: rgba(126,0,175,1.00);
    height: 9px;
    margin-top: 11px;
    margin-bottom: 8px;
	}
	
dt.title_02{
    width: auto;
    color: rgba(0,0,0,1.00);
    height: auto;
    text-indent: -4em;
    margin-left: 5em;
	}
	
dt.sub{
    width: 230px;
    float: left;
	}
	
dt.sub_02{
    width: 284px;
    float: left;
	}
	
dt.sub_03{
    width: auto;
    float: left;
	padding-left:1em;
text-indent:-1em;
	}
	
dt.sub_04{
    width: 607px;
    float: left;
	}
	
dt.sub_05{
    width: 420px;
    float: left;
    margin-left: 54px;
	}
	
dt.sub_06{
    width: 281px;
    float: none;
    margin-left: 84px;
    margin-bottom: 4px;
	}
dt.sub_07{
    width: auto;
    float: left;
	}
	
dt.sub_08{
    width: 212px;
    float: left;
    text-indent: -3em;
    margin-left: 3em;
	}
	
dt.sub_09{
    width: 153px;
    float: left;
    text-indent: -3em;
    margin-left: 3em;
	}
	
dt.sub_10{
    width: 372px;
    float: left;
	}
	
dt.sub_11{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}
	
dt.sub_11_02{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}	
	
dt.sub_11_03{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}		
	
dt.sub_12{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
}
dt.sub_13{
    width: auto;



		
	}
	
dt.sub_14{
    width: auto;
    text-shadow: 0px 0px rgba(0,0,0,1.00);



		
	}
	
	
dt.sub_15{
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    margin-bottom: 29px;
    letter-spacing: -2px;
}
	
dt.sub_15_mob{
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    margin-bottom: 29px;
    letter-spacing: -2px;
}	
	
dt.sub_15_pc{
    display: none;
}	
	
dt.sub_16{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: -0.1em;
}
	
dt.sub_17{
    width: 318px;
    float: left;
	}
	
dt.sub_18{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
	}
	
dt.sub_19{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
	}	
	
dt.sub_20{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
    margin-left: 78px;
	}
	
dt.sub_21{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
    margin-left: 33px;
	}	
		
	
dt.tools_hazime{
    color: #333;
    width: auto;
    
}
dt.howto_hazime{
    color: #333;
    width: auto;
	 font-weight: normal;
    
}
	
dt.howto_hazime_01_mob{
    color: #333;
    width: auto;
	 font-weight: normal;
    
}	
	
dt.howto_hazime_01_pc{
    display: none;
    
}		
dt.howto_syutten{
    color: #333;
    width: auto;
    font-weight: normal;
    margin-left: 5em;
    text-align: left;
}
	
dt.howto_syutten_02{
    color: #333;
    width: auto;
    font-weight: normal;
    text-align: left;
}	
	
dl.chara{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: auto;
    font-size: 23px;
    line-height: 26px;
}
	
dl.tools{
    padding-bottom: 0px;
    width: auto;
    margin-left: 37px;
    display: block;
    float: left;
    margin-bottom: -12px;
}
	
dl.tools_download{
    padding-bottom: 0px;
    width: auto;
    margin-left: 37px;
    display: block;
    float: left;
    margin-bottom: -12px;
}
dl.tools_con{
    padding-bottom: 0px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -31px;
}
	
dl.howto_kinki_title{
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    padding-bottom: 0px;
}
	
dl.gakkai_gazou{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: auto;
    float: none;
}
	
dl.gakkai_gazou a {
    color: rgba(0,0,0,1.00);
	}	
	
dl.gakkai_gazou_02{
    padding-bottom: 70px;
    width: auto;
    float: right;
    padding-left: auto;
    height: auto;
    padding-right: auto;
}	
	
.gakkai_gazou_waku{
    border: 1px solid rgba(0,0,0,1.00);
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
		
	}
	
dl.gakkai_mozi{
    padding-right: 10px;
    padding-bottom: 0px;
    width: auto;
    float: none;
    margin-right: 19px;
    margin-bottom: 131px;
}
	
dd.teikyou{
    margin-bottom: 15px;
    letter-spacing: -2px;
    margin-left: 118px;
		
	}
	
dd.nagai{
    margin-left: 250px;
	}
	
dd.nagai_02{
    margin-left: 328px;
	}
	
dd.nagai_03{
    margin-left: 88px;
    padding-left: 52px;

	}
	
dd.nagai_05{
    margin-left: 183px;
    width: 440px;


	}
	
	

	
dd.sub_img{
    text-align: center;
    margin-left: -10px;
	}
	
dd.sub_img_syutten{
    text-align: left;
    margin-right: auto;
    width: auto;
    margin-left: 125px;
	}
	
dd.sub_img_syutten_02{
    text-align: right;
    float: right;
    margin-top: 29px;
	}
	
dd.sub_img_syutten_03{
    text-align: right;
    float: right;
    margin-bottom: 17px;
	}
	
dd.sub_img_syutten_03 a {
   color: black;
	}	
	
dd.sub_img_syutten_04{
    text-align: right;
    float: right;
    margin-bottom: 17px;
    font-size: small;
	}
		
	
dd.sub_img_faq{
    text-align: center;

	}
	
dd.sub_img_howto{
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-right: 20px;
	}
	
dd.sub_img_howto_02{
    text-align: center;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
	}
	
dd.sub_img_howto_03{
    text-align: center;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	}
	
dd.sub_img_howto_04{
    text-align: center;
    float: left;
    width: auto;
    font-weight: bold;
    margin-left: 10px;
	}
	
dt.sub_img_howto_05{
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: 53px;
	}
	
dt.sub_img_howto_06{
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: -80px;
	}
	
dt.sub_img_howto_07{
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    float: right;
	}
	
dd.sub_howto_01{
    text-align: center;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
	 text-decoration:none; 
	}
	
dd.q_bun{
    color: #B23158;
    width: auto;
    font-weight: bold;
}

dd.tools_eigyou{
    color: #FFFFFF;
    width: 453px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
}	
	
dd.tools_download{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}
	
dd.tools_download_02{
    color: #FFFFFF;
    width: 300px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}
	
dd.howto_download{
    color: #FFFFFF;
    width: 459px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
	
dd.seminar_download{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    
}	
	
dd.seminar_toppezi{
    color: rgba(178,49,88,1.00);
    width: auto;
    font-weight: bold;
    border-radius: 0;
    border-bottom-color: rgba(178,49,88,1.00);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    height: auto;
    text-align: center;
    padding-top: 10px;
    background-color: rgba(255,255,255,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}	

	
dd.tools_nagai{
    width: 403px;



	}
	
	
dd.tools_nagai_02{
    width: auto;
	}
	
dd.sample{
    color: #333;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    
}
	
dl.chara_title{
    background-color: rgba(255,228,228,1.00);
    height: auto;
    margin-top: 27px;
    padding-bottom: 25px;
    
}

	dl.gakkai_title{
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 63px;
    padding-top: 19px;
    
}
	
dl.gakkai_title a {
    color: rgba(0,0,0,1.00);
    text-decoration: underline;    
}	
dl.kinki{
    padding-top: 13px;
    border: 3px solid rgba(255,0,4,1.00);
    
}
dl.howto_aka{
    padding-top: 13px;
    border: 3px solid rgba(255,0,4,1.00);
    margin-top: -17px;
    
}
dl.q{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    
}
dl.howto_title{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 57px;
    
}
	
dl.howto_title_02{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 57px;
    
}	
	
dt.howto_title{
    text-align: right;
    color: rgba(178,49,88,1.00);
    width: auto;
	}
	
dt.howto_title_02{
    color: rgba(178,49,88,1.00);
    width: auto;
    font-size: 85%;
	}	

dl.sample_sen{
    border-top: 2px dotted rgba(178,49,88,1.00);

    
}
dd.gakkai_mozi{
    margin-bottom: 15px;
		
	}
	
dd.gakkai_mozi_02{
    margin-bottom: 15px;
		
	}	

	
/* 下のsitemapの全体の背景用 */
.sitemap {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    background-color: #414141;
    height: 100%;
    min-width: 769px;
    float: left;
    padding-bottom: 22px;
}

/* 下のsitemapの全体 */
.sitemap_cot {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
.sitemap_sen {
    display: block;
    float: none;
    clear: both;
    
    

}


	
/* sitemap_menu_gai のリスト 概要の部分*/
#sitemap_menu_gai {
    float: left;
    text-indent: -20px;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 0px;
}
 
#sitemap_menu_gai li {

    text-align: left;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
}
	

 
#sitemap_menu_gai li a {
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_gai li:hover {
    
   filter: opacity(70%);　 /*  そのものを透明度70％にしている*/
    cursor: pointer;    
}
	
/* 禁忌、使い方、FAQ以降の部分*/
#sitemap_menu {
    float: left;
    line-height: 43px;
    text-indent: -20px;
    padding-left: 40px;
    padding-right: 60px;
    margin-top: -6px;
}
 
#sitemap_menu li {

    text-align: left;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
}
	

 
#sitemap_menu li a {
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu li:hover {
    
   filter: opacity(70%);　 /*  そのものを透明度70％にしている*/
    cursor: pointer;    
}
	
	
/* sitemap ２つめ　のリスト*/
#sitemap_menu_sita {
    list-style-type: none;/* 先頭の黒丸を消す（横並びにしたときに消えるが念の為に書いておく）*/
    float: left;
    line-height: 30px;
    margin-left: -75px;
}
 
#sitemap_menu_sita li {
    width: 100%;
    height: 30px;
    display: inline;/* 横並びする表示する*/
    font-size: 23px;
}
	

 
#sitemap_menu_sita li a {
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_sita li:hover {
	filter: opacity(70%);　 /*  そのものを透明度70％にしている*/
    cursor: pointer;
}
	
	
/* sitemap のそのほかのリスト*/
#sitemap_menu_hoka {
    text-indent: -20px;
    padding-right: 80px;
    padding-left: 60px;
    list-style-type: none;
    text-align: center;
    padding-top: 30px;
}
 
#sitemap_menu_hoka li {
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
    font-size: 23px;
}
	

 
#sitemap_menu_hoka li a {
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_hoka li:hover {
    cursor: pointer;
    text-decoration: underline;
}
	
/* sitemap のそのほか2つのリスト*/
#sitemap_menu_hoka_02 {
    text-indent: -20px;
    padding-right: 80px;
    padding-left: 60px;
    list-style-type: none;
    text-align: center;
    padding-top: 0px;
}
 
#sitemap_menu_hoka_02 li {
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
    font-size: 23px;
}
	

 
#sitemap_menu_hoka_02 li a {
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_hoka_02 li:hover {
    cursor: pointer;
    text-decoration: underline;
}


	/* その他の製品へのバナー画像*/
.bana_cont {
    margin-right: auto;
    margin-bottom: 5px;
    width: 605px;
    height: auto;
    margin-left: auto;
    margin-top: 36px;
    display: block;
    text-align: center;
}
	
.bana_img {
    width: 207px;
    clear: right;
    float: left;
    margin-left: 5px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}
	
.bana_img_02 {
    width: 145px;
    clear: right;
    float: left;
    margin-left: 5px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}	

	
/* 下のhuttaの全体の背景用 */
.hutta {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 0px;
    height: 120px;
    min-width: 769px;
    float: left;
    line-height: 30px;
}

/* 下のhuttaの全体 */
.hutta_cot {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 100%;
    margin-right: auto;
}
	
/* hutta のリスト*/
#hutta_menu {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
 

#hutta_menu li {
    width: 100%;
    height: 100%;
    list-style: none;
}
	

 
#hutta_menu li a {
    text-decoration: none;
    color: #000000;
    
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    font-size: 23px;
}

/* カーソルを合わせたときの動き*/
#hutta_menu li:hover {
	text-decoration: underline;
    cursor: pointer;
}
	
.hutta_kaken{
    width: auto;
    height: auto;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    display: block;
	}
	
/* 禁忌の11.副作用の表*/
.table_hukusayou {
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0em;
}

.table_hukusayou th,
.table_hukusayou td {
    padding: 10px;
    border: 1px solid #000000;
	width: 100px;
}

.table_hukusayou th {
    background-color: #FFFFFF;
}

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